.text-gradiant{
    background: linear-gradient(360deg, #000000 -112.35%, #46B8EB 160.55%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .blue-grad{
    background: linear-gradient(123deg, #2C2C6F -50%, #52B5AF, #285885 166%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .red-grad{
    background: linear-gradient(123deg, #FF0000, #990000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .bolddata.mt-5 {
    font-size: 1.25rem !important;
    font-weight: 700;
  }
  .scrollUp{
    transform: translate3d(0,-101%,0);
  }
  .thinkimg {
    position: absolute;
    top: -12px;
    left: 20px;
  }
  .main-heading {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
  }
  .text-blue{
    color: #008ED3;
  }
  p, ul li {
    color: #000;
  }
  .bol-url {
    list-style: none;
  }
  .bol-url li {
    font-weight: bold;
  }
  .bold {
    font-weight: 600;
  }
  .main-content a {
    color: #008ED3;
    text-decoration: underline !important;
    display: inline;
  }
  .text-pink {
    color: #F07;
  }
  .text-pink2 {
    color: #FC01A7;
    text-shadow: -1px 2px 2px #320073;
  }
  .text-magento{color: #320073;}
  .br-12{
    border-radius: 12px;
  }
  .loaing img {
    width: 150px;
  }
  .m800{
    max-width: 800px;
    margin: 0 auto;
  }
  /* .round-pink {
    border-color: #F07;
  }
  .pop-round {
    border: 1px solid #F07;
    border-radius: 50%;
    padding: 10px 15px;
  } */
  .color-yellow {
    color: #FFB443;
  }
  /* .pop-round.round-yellow {
    border-color: #FFB443;
  } */
  
  .color-green {
    color: #00FF7C;
  }
  /* .pop-round.round-green {
    border-color: #00FF7C;
  } */
  .main-content ul {
    color: #000;
    font-size: 1.1rem;
    padding-left: 24px;
    margin-top: 10px;
  }
  .blue-color {
    font-size: 3rem;
    font-weight: 700;
    color: #11BEEB;
    position: relative;
  }
  .img-fluid.sh.mb-2 {
    border: 1px solid #d3d3d3;
    padding: 5px;
  }
  .br8{border-radius:8px}
  .blue-color::after{
    content: '';
    width: 325px;
    max-width: 80%;
    height: 7px;
    position: absolute;
    background-image: url(../../../assets/images/newsletters/quirky-trends25/heading.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .gyi-image {
    width: 80px;
    margin-left: 20px;
  }
  .bg-light-cool {
    background: #ECFAFD;
    border:  5px solid rgba(17, 190, 235, 1);
    border-radius: 8px;
    position: relative;
    z-index: 1;
  }
  .bg-light-cool2 {
    border-radius: 8px;
    border: 5px solid #8B3BB2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), radial-gradient(137.69% 137.69% at 52.07% 0%, #5C3DC1 0%, #E73493 100%);
    position: relative;
    z-index: 1;
    color: #fff;
  }
  .bg-light-cool-wrap::before{
    content: '';
    width: 70%;
    position: absolute;
    left: 15%;
    top: calc(100% - 15px);
    height: 30px;
    background: #E7F8FD;
    border: 5px solid #11BEEB;
    filter: blur(17px);
    /* opacity: .8; */
  }
  .bg-light-cool-wrap2::before{
    content: '';
    width: 70%;
    position: absolute;
    left: 15%;
    top: calc(100% - 15px);
    height: 30px;
    background: rgba(92, 61, 193, 0.30);
    filter: blur(37px);
    /* opacity: .8; */
  }
  .bg-light-cool-wrap.noshadow::before, .bg-light-cool-wrap2.noshadow::before{
    display: none;
  }
  .sec{
    transition: .2s ease;
    border-radius: 12px;
    background-color: #fff;
  }
  .sec1.hover{
    background-color: #FFEBF4;
  }
  .sec2.hover{
    background-color: #FFF9F0;
  }
  .sec3.hover{
    background-color: #EBFFF5
  }
  .sec4.hover{
    background-color: #FFE4FB
  }
  .norm{
    font-weight: 400;
  }
  .txt-red{color: #FF0000;}
  .txt-green{color: #00A14D;}
  .headingbliure {
  
    color: #46B8EB;
    font-size: 2rem;
    font-weight: 700;
  }
  .coolgai-details a{
    color: #008ed3;
    text-decoration: underline !important;
    display: inline;
    font-size: .875rem;
  }
  
  @media(max-width:575px){
    .main-heading {
        font-size: 1.5rem;
      }
      .thinkimg {
        display: none;
      }
      img{max-width: 100%;}
  
      .main-content a {
        margin-bottom: 20px;
      }
      .gyi-image {
        width: 40px;
        margin-left: 10px;
      }
      video {
        width: 100%;
      }
      .center-on-mobile {
        text-align: center;
      }
  }
  
  @media(max-width:757px){
    .main-content img {
      max-width: 100%;
    }
    .image-box img {
      width: 100%;
    }
  }
  
  @media(max-width:991px){
    .main-content img {
      max-width: 100%;
    }
    .image-box img {
      width: 100%;
    }
    iframe {
        width: 100%;
      }
  }
  
  .coll-tt h5:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: -11px;
    border-radius: 50%;
    top: 7px;
  }
  .coll-tt h5{color: #000000;}
  .bg-blue {
    background: #064C77;
    padding: 15px;
    border-radius: 20px;
  }
  .text-black {
    color: #000;
  }

  .textll {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    height: 560px;
  }

  .bg-gfd {
    padding: 40px;
    background-color: #000;
    position: relative;
    border: 7px solid #11BEEB;
    border-radius: 10px;
  }
  .bg-gfd::before{
    content: "";
    background-image: url(../../../assets/images/newsletters/quirky-trends40/flag.png);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  left: 0;
}
  .bg-gfd::after{
    content: "";
    background-image: url(../../../assets/images/newsletters/quirky-trends40/rocket.png);
    position: absolute;
    bottom: 0;
    width: 180px;
    height: 300px;
    top: 20%;
    height: 550px;
    right: 20px;
}
.headingbliure span {
    text-decoration: underline;
  }
.ques{
    border-radius: 12px;
    border: 2px solid #0068B4;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.12);
    background-image: url(../../../assets/images/newsletters/quirky-trends53/bg-qc.png);
    background-size: cover;
    background-position: 50% 50%;
}
/* .ques.ques1{
    background-image: url(../../../assets/images/newsletters/quirky-trends42/q1.png), linear-gradient(143deg, #11BEEB -37.05%, rgba(17, 190, 235, 0.18) 56.19%, rgba(17, 190, 235, 0.00) 98.13%);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.ques.ques2{
    background-image: url(../../../assets/images/newsletters/quirky-trends42/q2.png), linear-gradient(143deg, #11BEEB -37.05%, rgba(17, 190, 235, 0.18) 56.19%, rgba(17, 190, 235, 0.00) 98.13%);
    background-repeat: no-repeat;
    background-position: 97% 95%;
}
.ques.ques3{
    background-image: url(../../../assets/images/newsletters/quirky-trends42/q3.png), linear-gradient(143deg, #11BEEB -37.05%, rgba(17, 190, 235, 0.18) 56.19%, rgba(17, 190, 235, 0.00) 98.13%);
    background-repeat: no-repeat;
    background-position: 99% 98%;
} */
.ques p{font-size: 22px;color: #000;text-align: center;}
.qlist{width: 230px;max-width: 100%;margin: 0 auto;}
.qsingle{
    margin-bottom: 1rem;
    text-align: center;
}
.qsingle:last-child{
    margin-bottom: 0;
}
.qsingle input{display: none;}
.qsingle label{background-color: #ffffff20;width: 100%;padding: .5rem 1rem;font-size: 20px;color:#000;vertical-align: top;border-radius: 8px;border: 1px solid #00000020;transition: .3s ease;position: relative;cursor: pointer;}
.qsingle input:checked ~ label{background-color: red;color: #fff;}
.qsingle input.correct:checked ~ label{background-color: #00A14D;}
/* .qsingle input:checked ~ label::after{
    content: 'x';
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 300;
    color: #fff;
}
.qsingle input.correct:checked ~ label::after{
    content: '✓';
} */
.br10{border-radius: 10px;}
.dlf-box{
    border-radius: 24px;
    border: 1px solid #FFF;
    background: linear-gradient(214deg, #0A70B0 -45.63%, #722970 61.37%);
}
.dlf-box p, .dlf-box2 p{
    color: #fff;
}
.main-content .morebtn{
    border-radius: 24px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.20);
    color: #fff !important;
    font-size: 1rem;
    display: inline-block !important;
    padding: .675rem 2.5rem;
    text-decoration: none !important;
}
.register{
    border-radius: 13px;
    background-image: url(../../../assets/images/newsletters/quirky-trends45/register1.png), url(../../../assets/images/newsletters/quirky-trends45/register2.png), radial-gradient(37.98% 56.63% at 51.69% 43.37%, #D7238E 0%, #772779 100%);
    background-repeat: no-repeat;
    background-position: 0 100%, 100% 0;
    background-size: 120px, 70px, auto;
    padding: 1rem;
}
.register-inner{
    border-radius: 13px;
    border: 1px solid #FFFFFF50;
    padding: 3rem 1rem;
}
img.shadow{
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}
.mh2::before {
  content: '';
  width: 90%;
  height: 80%;
  filter: blur(18px);
  position: absolute;
  top: 0;
  left: 5%;
  opacity: 0.3;
}
.ratio{
    position: relative;
    display: inline-block;
    width: 100%;
}
.ratio > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio::before{
    content: '';
    display: block;
}
.ratio-1x2::before{
    padding-top: 200%;
}
.ratio-16x9::before{
    padding-top: 56%;
}
.cframe{
  background-color: #191718;
  border: 30px solid transparent;
  border-image-source: url(../../../assets/images/newsletters/quirky-trends68/golden-border.png);
  border-image-slice: 40;
  &.silver{
    border-image-source: url(../../../assets/images/newsletters/quirky-trends68/silver-border.png);
  }
}
.cursor-pointer{
  cursor: pointer;
}
.numbers{
  padding: 15px;
  background-color: #FDF7BA;
  border: 3px solid #B6AF53;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}






.amodal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999999999;
  transition: .5s ease;
  > img{
    max-width: 100%;
    max-height: 100%;
  }
  .modal-close{
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    font-weight: 300;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transform: scaleX(1.2);
    user-select: none;
    cursor: pointer;
  }
  &.active{
    opacity: 1;
    visibility: visible;
  }
}

.sec1:hover{
  background-color: #FFEBF4;
}
.sec2:hover{
  background-color: #FFF9F0;
}
.sec3:hover{
  background-color: #EBFFF5
}
.sec4:hover{
  background-color: #FFE4FB
}
.bat {
  position: absolute;
  top: 30%;
  left: -10%;
  width: 34%;
  height: auto;
}
.btn-45-page a {
  background: rgba(0, 0, 0, .2);
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 30px;
}
/* .bg-gfd:after {
  content: "";
  background-image: url(../images/coolgai/40/rocket.png);
  position: absolute;
  bottom: 0;
  width: 180px;
  height: 300px;
  top: 20%;
  height: 550px;
  right: 20px;
} */
.bg-gfd:before {
  content: "";
  background-image: url(../../assets/images/coolgai/40/flag.png);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  left: 0;
}
.brainy-gyi-grey:after {
  content: "";
  background: url(../../assets/images/coolgai/20/side-bg.png);
  position: absolute;
  width: 100px;
  height: 204px;
  top: 18%;
}
.q-grid{
  background: #fff;
  border: 5px solid #0043c8;
  padding: 30px;
  border-radius: 15px;
}
.single-text.small-text {
  font-size: 0.6rem;
}

@media(min-width:992px){
  .number-wrap{margin-top: -50px;}
}
@media (min-width:768px) and (max-width:991px){
    .qsingle label{font-size: 1rem;font-weight: 600;}
}
.border-bottom {
    border-bottom: 2px solid #000 !important;
}
@media(max-width:575px){
    iframe {
        height: 200px;
      }
      .bg-gfd::after{display: none;}
      .headingbliure{font-size: 1.2rem; line-height: 26px;}
      p{
        font-size: 0.875rem !important;}
        .bg-gfd::before{display: none;}
        
        video {
          height: auto;
        }
        .cframe{
          border-width: 20px;
        }
}

@media(max-width:775px){
    iframe {
        height: 200px;
      }
      .bg-gfd::after{display: none;}
      .headingbliure{font-size: 1.2rem; line-height: 26px;}
      p{
        font-size: 17px !important;}
        .bg-gfd::before{display: none;}
        .textll{height: auto}
}
@media (max-width:575px){
    .register{
        background-size: 80px, 40px, auto;
    }
}
/* ============================================================
   Cool Gai — sharing, reactions, comments and the sidebar
   ============================================================ */

/* Share row */
.cg-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid #ececec;
}
.cg-share-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #6b6b6b;
}
.cg-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cg-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  background: #fff;
  color: #2B2B2B;
  font-size: 15px;
  text-decoration: none;
  transition: all .25s ease;
}
.cg-share-link:hover {
  background: #008ed3;
  border-color: #008ed3;
  color: #fff;
  transform: translateY(-2px);
}
.cg-share-copy.is-copied {
  background: #1f8a4c;
  border-color: #1f8a4c;
  color: #fff;
}

/* Reactions */
.cg-reactions {
  padding: 22px 24px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #fff;
}
.cg-reactions-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.cg-reactions-title {
  font-size: 16px;
  font-weight: 600;
  color: #141414;
}
.cg-reactions-total {
  font-size: 13px;
  color: #9a9a9a;
}
.cg-reactions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cg-reaction {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #ececec;
  border-radius: 50px;
  background: #fafafa;
  font-size: 14px;
  line-height: 1;
  transition: all .2s ease;
}
.cg-reaction img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.cg-reaction span {
  font-weight: 600;
  color: #4a4a4a;
}
.cg-reaction:hover {
  border-color: #008ed3;
  transform: translateY(-2px);
}
.cg-reaction.is-mine {
  border-color: #008ed3;
  background: rgba(255, 77, 0, .08);
}
.cg-reaction.is-mine span {
  color: #008ed3;
}
.cg-reaction:disabled {
  opacity: .6;
}

/* Comments */
.cg-section-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #111;
}
.cg-comment {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.cg-comment:last-of-type {
  border-bottom: 0;
}
.cg-comment-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 77, 0, .10);
  color: #008ed3;
  font-weight: 600;
}
.cg-comment-body {
  flex: 1;
  min-width: 0;
}
.cg-comment-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 4px;
}
.cg-comment-head strong,
.cg-comment-head a {
  font-size: 15px;
  color: #111;
  text-decoration: none;
}
.cg-comment-head a:hover {
  color: #008ed3;
}
.cg-comment-head small {
  font-size: 12px;
  color: #9a9a9a;
}
.cg-comment-body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: #5c5c5c;
  overflow-wrap: anywhere;
}

/* Sidebar */
.cg-side-card {
  padding: 24px 22px;
  border: 1px solid #ececec;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .05);
}
.cg-side-head {
  padding-bottom: 16px;
  margin-bottom: 6px;
  border-bottom: 1px solid #f0f0f0;
}
.cg-side-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 12px;
  border-radius: 50px;
  background: rgba(255, 77, 0, .10);
  color: #008ed3;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cg-side-title {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  color: #111;
}
.cg-side-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cg-side-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #f4f4f4;
  text-decoration: none;
}
.cg-side-list li:last-child .cg-side-item {
  border-bottom: 0;
}
.cg-side-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f4f4;
}
.cg-side-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.cg-side-thumb.is-empty {
  background: linear-gradient(135deg, #f1f4f7 0%, #e7ecf1 100%);
}
.cg-side-item:hover .cg-side-thumb img {
  transform: scale(1.06);
}
.cg-side-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.cg-side-issue {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #008ed3;
}
.cg-side-headline {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #1b1b1b;
  transition: color .2s ease;
}
.cg-side-item:hover .cg-side-headline {
  color: #008ed3;
}
.cg-side-date {
  font-size: 12px;
  color: #9a9a9a;
}
.cg-side-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #008ed3;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.cg-side-all i {
  transition: transform .3s ease;
}
.cg-side-all:hover i {
  transform: translateX(4px);
}

/* ---------------------------------------------------------------
 | Search — the field, its button, and the pagination below the grid
 | --------------------------------------------------------------- */
.cg-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.cg-search-field {
  position: relative;
  flex: 1 1 22rem;
  min-width: 0;
}

/* Font Awesome's script swaps each <i> for an <svg>, so the icon has to be
   matched either way or it drops out of the field and sits above it. */
.cg-search-field i,
.cg-search-field .svg-inline--fa {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 15px;
  height: 15px;
  color: #9a9a9a;
  font-size: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}

.cg-search .search-input {
  width: 100%;
  height: 56px;
  padding: 0 22px 0 50px;
  border: 1px solid #e2e2e2;
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.cg-search .search-input::placeholder {
  color: #a5a5a5;
}

.cg-search .search-input:focus {
  border-color: #2f9bdc;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(47, 155, 220, .14);
}

.cg-search .search-submit {
  height: 56px;
  padding: 0 38px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #1c63b8 0%, #2f9bdc 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease;
}

.cg-search .search-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(47, 155, 220, .32);
}

.cg-search-clear {
  color: #6b6b6b;
  font-size: 14px;
  text-decoration: none;
}

.cg-search-clear:hover {
  color: #2f9bdc;
}

@media (max-width: 575.98px) {
  .cg-search-field,
  .cg-search .search-submit {
    flex: 1 1 100%;
  }
}
