 :root {
     --primery-gradiant: linear-gradient(180deg, #CDD8F9 0%, #E7DDFD 100%);
     --primery-gradiant-hover: linear-gradient(180deg, #E7DDFD 0%, #CDD8F9 100%);
     --highlight-color: #6A65FF;
     --secondary-color: #8b0174;
 }

 body {
     margin: 0;
     padding: 0;
     font-family: 'Roboto', sans-serif;
     font-size: 16px;
     background-color: #fff;
     font-weight: 300;
     color: #27303d;
     letter-spacing: 0.2px;
 }
 h1,h2{font-weight: 700;margin-top:0px;margin-bottom:18px;}

strong{
        font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
}
 
 .herosection {
     background: linear-gradient(85deg, #6A65FF 12.5%, rgba(151, 71, 255, 0.60) 50.48%, #D7E1FB 89.42%);
     padding: 0;
     color: #fff;
 }

 .herosection .container,
 .introsection .container {
     display: flex;
     align-items: center;
     justify-content: center;
     column-gap: 30px;
 }

 .headercontent {
     text-align: left;
     padding: 20px 0;
     width: 50%;
     
 }

 .headercontent h1 {
     font-size: 52px;
     font-weight: 700;
     margin-bottom:8px;
     line-height: 1;
     font-family: 'roboto condensed', sans-serif;
 }

 .headercontent h1 span {
     font-size: 30px;
 }
.headercontent p{margin-bottom: 30px;}
 .headerimage {
     width: 50%;
     height: 100%;
     object-fit: cover;
 }

 .headerimage img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .lightbtn {
     border-radius: 8px;
     background: var(--primery-gradiant, linear-gradient(180deg, #CDD8F9 0%, #E7DDFD 100%));
     box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.10), 0px 10px 15px -3px rgba(0, 0, 0, 0.10);
     color: #6A65FF;
     padding: 10px 20px;
     border: none;
     cursor: pointer;
 }

 .lightbtn:hover {
     background: var(--primery-gradiant-hover, linear-gradient(180deg, #E7DDFD 0%, #CDD8F9 100%));
     color: #8b0174;
 }

 .textbtn {
     text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.10), 0px 10px 15px rgba(0, 0, 0, 0.10);
     background: transparent;
     color: #fff;
     padding: 10px 20px;
     border: none;
     cursor: pointer;
     font-size: 15px;
 }

 .textbtn:hover {
     color: #fff;
     position: relative;
 }

 .textbtn:after {
     content: "";
     position: absolute;
     width: 0%;
     height: 1px;
     bottom: 20%;
     left: 12%;
     border-bottom: 2px solid #e2e2e2;
     transition: 0.2s;
 }

 .textbtn:hover:after {
     width: 76%;

 }
 .bluebtn {
     background-color: #6A65FF;
     color: #fff;
     padding: 10px 20px;
     border: none;
     border-radius: 5px;
     cursor: pointer;
     font-size: 16px;
 }
 .bluebtn:hover {
     background-color: #995aff;
 }
 .introsection{
    margin: 40px 0;
 }
 .introcontent{width: 55%;}
 .introcontent h2{
        font-size: 30px;
        font-weight: 700;
       
        line-height: 1.2;
 }
 .whymagazine{width: 40%;
padding: 25px;
background: var(--primery-gradiant, linear-gradient(180deg, #CDD8F9 0%, #E7DDFD 100%));
border-radius: 10px;
 }
 .whymagazine h2 {
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 15px;
 }
 .whymagazine ul{
        list-style: none;
        padding: 0;
        margin: 15px 0; 
          display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
 }
 .whymagazine ul li {
     text-align: center;
     font-size: 26px;
     font-weight: 600;
     color:var(--highlight-color, #6A65FF);
     line-height: 1.2;
     border-right: solid 1px #fff;
 }
  .whymagazine ul li:last-of-type{border-right:0px;}
 .whymagazine ul li span {
     display: block;
     font-size: 15px;
     color: #27303d;
     font-weight: 400;
 }
 .whyprintads{background-color: #F9FAFB;padding:25px 0px;}
 .whyprint-wrapper{display: flex;justify-content: space-between;column-gap: 35px;align-items: center;}
 .whyprint-wrapper .left-title{font-size:35px; font-weight: 700;width:23%;}
.whyprint-wrapper p{width:calc(100% - 50%);}
.advertise-withus{background: var(--primery-gradiant, linear-gradient(180deg, #CDD8F9 0%, #E7DDFD 100%));padding:50px 0px;text-align: center;}

.border-animation .scribble {opacity: 1;}
.scribble {
position: relative;
    opacity: 0;
    background-image: none;
    background-color: transparent;
    color: #000;
    padding: 0px;
    height: 20px;
    display:block;
    width:180px;
}
.border-animation .scribble::after {
  content: "";
  position: absolute;
 bottom:-6px;
  left: 0;
  height:100%;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='247' height='22' fill='none'%3E%3Cmask id='a' width='246' height='23' x='0' y='1' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 1h246v23H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2300a661' d='M.225 13.987c40.77-3.247 81.218-6.304 122.486-5.61 40.217.68 80.07 3.493 119.823 8.284 4.828.577 4.966-4.727.193-5.301-40.597-4.886-82.029-7.082-123.059-6.436-39.896.627-80.713 2.548-119.53 8.822-.233.04-.132.263.087.25v-.009z'/%3E%3C/g%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 95%;
  width: 100%;
  background-image: linear-gradient(to right, var(--highlight-color) 40%, transparent 50%);
  background-repeat: no-repeat;
  animation: background-size-300 0.8s 0.2s ease-in both;
  background-size: 300%;
}
@keyframes background-size-300 {
  from {
    background-size: 0%;
  }
  to {
    background-size: 300%;
  }
}

.small-container-wrapper{width:80%;margin:0px auto;}
.advertise-withus .small-title{margin-bottom:0px;margin-top:30px;}
.small-title{font-size:20px;font-weight:700;}
.list-container {position: relative;background-color: white;border-radius: 100px;width: max-content;margin:12px auto 0px auto;overflow: hidden;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}
.list {list-style-type: none;padding: 0;margin: 0;display: flex;}
.list-item {padding: 18px 30px;cursor: pointer;  transition: color 0.3s ease, background-color 0.3s ease;z-index: 1;position: relative;display: flex;column-gap: 18px;align-items: center;}
.list-item:hover{color: #fff;}
.list-item:hover img{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(46deg) brightness(104%) contrast(104%);}
.list-item.active img{filter: none;}
.list-item:hover.list-item.active{color: #000;background-color:transparent;}
.highlight {position: absolute;top: 0;left: 0;height: 100%;background-color:var(--highlight-color);color: #FFF;transition: 0.3s ease;opacity: 0;pointer-events: none;}
.who-reads-magazine{padding:50px 0px;background: linear-gradient(0deg, #E7DDFD 0%, #FFF 50%);text-align: center;}
.makeup-wrapper{display: grid;gap: 12px;grid-template-columns: repeat(4, minmax(0, 1fr));margin-top:18px;}

.makeup-wrapper .count-box .small-title{font-weight: 700;line-height: 1.2;margin-bottom: 18px;margin-top:0px;}
.topspace{margin-top:35px;}
.icon-img{margin:15px 0px;}
.count-num{font-size:35px;font-weight: 700;}
.color-1{color: #6A65FF;}
.color-2{color: #EF5DA8;}
.color-3{color: #9747FF;}
.color-4{color: #03A9F4;}
.magazine-specifications{background-color:#F9FAFB;padding:50px 0px;}
.magazine-page-wrapper{    display: grid
;
    gap: 20px;
    grid-template-columns: repeat(4,minmax(0,1fr));
    margin-top: 40px;}
.magazine-box{border-radius: 16px;border: 1px solid #F3F4F6;background: #FFF;box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);overflow: hidden;transition: .5s ease-out;}
.magazine-box:hover{box-shadow:0px 9px 27px 0px rgba(0, 0, 0, 0.08);}
.magazine-box:hover .small-title:first-child{color: var(--highlight-color);transition: .5s ease-out;}
.image-box{background: var(--radius-blue, radial-gradient(76.04% 76.04% at 50% 46.09%, #FFF 46.15%, #D7E1FB 100%));display: flex;height: 200px;padding: 40px 5px;justify-content: center;}
.magazine-details{display: flex;flex-wrap: wrap;row-gap:5px;padding:18px;}
.magazine-box hr {margin-top: 5px;margin-bottom: 5px;border: 0;border-top: 1px solid rgba(0, 0, 0, 0.10);width: 100%;}
.magazine-box p{line-height: 1.5;}
.getto-know{padding:50px 0px;}
.get-know-wrapper{display: flex;column-gap: 18px;}
.left-magazine-details{width:60%;}
.right-magazine-img{width:calc(100% - 60%);}
.check-list {
  list-style: none;
  padding: 0;
  margin:18px 0px 18px 0px;
}

.check-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
}
.check-list li span{width:calc(100% - 35px);}

.check-list li::before {
  content: '✔';
  color: #7c3aed; /* Tailwind indigo-600 */
  background-color: #ede9fe; /* Light purple background */
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height:35px;
  margin-right: 10px;
  font-size: 14px;
}
.purple-btn{border-radius: 8px;background: var(--highlighted-color, #6A65FF);cursor: pointer; box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.10), 0px 10px 15px -3px rgba(0, 0, 0, 0.10);padding: 10px 25px;color: #fff;margin-top:25px;margin-top: 18px;display: inline-block;border: solid 2px transparent;}
.purple-btn:hover{background-color: transparent;color: var(--highlight-color);border: solid 2px var(--highlight-color);}
.purple-btn:focus{background: var(--highlighted-color, #6A65FF);color: #fff;}
.our-esteemed-clients-main{background-color: #D7E1FB;padding:50px 0px;}
.our-esteemed-clients{margin-top:35px;margin-bottom: 0px;}
.bookspace-btn{text-align: center;margin:20px 0px 50px 0px;}
.bookspace-btn .purple-btn{border-radius: 100px;}
ul.accordion-list {
    position: relative;
    display: block;
    list-style: none;
    width: 75%;
    margin: 25px auto 0px auto;
    }
    ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin: 0 auto 18px auto;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    border-radius: 16px;
    border: 1px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    }
    ul.accordion-list li.active h3:after {
    transform: rotate(0deg);
    }
    ul.accordion-list li h3 {
        position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    }
    ul.accordion-list li h3:after {
   content: "";
    background: url(https://static.fibre2fashion.com/staticresources/alchempro/images/arrow.svg) no-repeat 0px 0px;
    position: absolute;
    transform: rotate(180deg);
    width: 20px;
    filter: grayscale(1);
    height: 20px;
    right: 0;
    top: 0px;
    transition: all 0.3s ease-in-out;
    background-size: 78%;
    }
    ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 95%;
    height: auto;
    font-size: 16px;
    margin: 0;
    padding: 0px 20px 0px 0px;
    cursor: pointer;
    }
    ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 0px 0;
    font-size: 16px;
    }
#colorbox .subscribe-btn{
    background: var(--highlight-color);
}
.view-latest-magazine{padding: 0px 0px 50px 0px;}
.view-latest-magazine .top-magazine-text{padding:10px 0px 0px 0px;text-align: center;font-size:20px;}
.view-latest-magazine .top-magazine-text p{margin:0px;padding:0px;}

.view-latest-magazine button.owl-next, .view-latest-magazine button.owl-prev {
    box-shadow: var(--box-shadow);
    top: 45%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
        margin: 5px;
    border-radius: 100% !important;
    background-color: #fff !important;
    box-shadow: var(--box-shadow);
    position: absolute;
}
.view-latest-magazine button.owl-next:focus-visible, .view-latest-magazine button.owl-prev:focus-visible{border: 0;outline: none;}
.view-latest-magazine button.owl-prev {
    left: -20px;
}
.view-latest-magazine button.owl-next {
    right: -20px;
}
.view-latest-magazine .top-magazine-wrap-details{margin-top:35px;}
.faq-sesction{background-color: #F9FAFB;padding:50px 0px;}

@media screen and (max-width:1300px) {
.small-container-wrapper{width:100%;}
}
@media screen and (max-width:1024px) {
.headercontent h1 span {font-size: 22px;}
    .herosection .headerimage{display: none;}
    .headercontent{width:100%;padding:20px 0px 40px 0px;}
    .headercontent h1 span{font-size:30px;}
    .herosection{background: linear-gradient(85deg, #6A65FF 12.5%, rgba(151, 71, 255, 0.60) 100%, #D7E1FB 100%);}
    .whyprint-wrapper .left-title{font-size:25px;}
    .whyprint-wrapper .left-title br{display: none;}
     .magazine-page-wrapper{grid-template-columns: repeat(3, minmax(0, 1fr));}
     ul.accordion-list{width:100%;}
   .introcontent, .whymagazine{width:100%;}

}
@media screen and (max-width:992px) {
.magazine-page-wrapper{grid-template-columns: repeat(2, minmax(0, 1fr));}
.introsection .container{flex-wrap: wrap;}
.whymagazine{margin-top:18px;}
.introcontent, .whymagazine{width:100%;}
.whyprint-wrapper{flex-wrap: wrap;}
.whyprint-wrapper .left-title{width:100%;order: 1;}
.whyprint-wrapper p{width:100%;order: 1;}
.print-right-img{width:100%;margin-top:18px;margin-bottom:30px;}
.print-right-img img, .right-magazine-img img{max-width: 100%;
        display: block;
        margin: 0px auto;}
.highlight{display: none;}
.list-item{flex-wrap: wrap;text-align: center;justify-content: center;padding:18px 20px;}
.list-item:hover {color: #fff;background-color: var(--highlight-color);}
.list-container{width: 100%;overflow-x: scroll;white-space: nowrap;-ms-overflow-style: none;
    scrollbar-width: none;}
.get-know-wrapper{flex-wrap: wrap-reverse; row-gap: 30px;}
.left-magazine-details, .right-magazine-img{width: 100%;}
.makeup-wrapper{grid-template-columns: repeat(2, minmax(0, 1fr));}
.list{justify-content: center;}
}
@media screen and (max-width:767px) {
        .herosection {
        background: linear-gradient(85deg, #6A65FF 10.5%, #bd65ff 100%, #6A65FF 100%);
    }
    .headercontent{text-align: center;}
.headercontent br{display: none;}
.headercontent h1 span{font-size:15px;width: 100%;display: inline-block;line-height: 30px;}
.headercontent h1{font-size:35px;margin-bottom: 10px;}
.herosection .container{width:100%;column-gap: 0px;}
h2{font-size:22px!important;margin-bottom:8px;}
.advertise-withus, .magazine-specifications, .getto-know, .who-reads-magazine, .our-esteemed-clients-main, .faq-sesction{padding:25px 0px;}
.our-esteemed-clients{margin-top:0px;}
.our-esteemed-clients .slick-slider{margin-bottom:0px;}
.introsection{margin:25px 0px;}
.makeup-wrapper, .magazine-page-wrapper {grid-template-columns: repeat(1, minmax(0, 1fr));}
.icon-img {margin: 6px 0px;}
.magazine-page-wrapper{margin-top:0px;}
.makeup-wrapper .count-box .small-title{margin-bottom:5px;}
ul.accordion-list li{padding:20px 40px 20px 15px;}
ul.accordion-list li h3:after{right:-22px;top:12%;}
.get-know-wrapper .purple-btn{width: 100%;text-align: center;}
.list-item:first-of-type{padding-left:35px;}
.list-item:last-of-type{padding-right:35px;}
.list{justify-content: inherit;}
.whymagazine{padding:16px;}
.whymagazine ul li{font-size:18px;}
.whymagazine ul li span{font-size:13px;}
.whymagazine ul{gap: inherit;}
.topspace {margin-top: 8px;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{display: none;}
.modal_submit, .modal_submit:focus, .modal_submit:hover{background-color: var(--highlight-color)!important;}
.main-wrapper{background: transparent!important;}
ul.accordion-list{margin-bottom:20px;}
.view-latest-magazine{padding:0px 0px 22px 0px;}
.view-latest-magazine .top-magazine-wrap-details {
    margin-top: 12px;
}
#myModalMag #mobileform br{display: none;}
#MagInquireNowForm .form-group {margin-bottom: 20px;position: relative;}
#mobileform .text-danger {
        color: #a94442;
        font-size: 12px;
        position: absolute;
        bottom: -19px;
}



}