/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress Child Theme
Version: 1.0
*/
*/

  .profile-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.profile-card {
   background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    width: 33.33%;
    max-width: 350px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.profile-card:hover {
    transform: translateY(-10px);
}
.profile-img img {
    object-position: top;
    object-fit: cover;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 2px solid #00a591;
}

.consultation-btn {
    background-color: #00a591;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: background-color 0.3s ease-in-out;
}

.consultation-btn:hover {
    background-color: #007e70;
}

h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.title {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 5px;
}
.experience {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
}
.description {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px;
    line-height: 1.5;
}
.read-more {
    color: #00a591;
    text-decoration: none;
    font-weight: bold;
}
.read-more:hover {
    text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .profile-cards {
        justify-content: center;
    }
.our_portfolio.home .owl-stage-outer {
   position: relative;
  overflow: visible !important;
  clip-path: polygon(0% 0%, 200% 0%, 200% 100%, 0% 100%);
}
.our_portfolio.home::before {
   position: absolute;
}
.our_portfolio .owl-item{
   transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
}
.our_portfolio .owl-item:not(.our_portfolio_expend){
   cursor: pointer;
}
.our_portfolio .owl-stage{
   height: 400px;
   overflow: hidden;
}
.our_portfolio .post_slide{
   position: relative;
   border-radius: 12px;
   margin: 0px 8px;
   overflow: hidden;
}
.close:not(.read){
   position: absolute;
   top: 0.95em;
   right: 0.95em;
   z-index: 100;
}
.cta_btn .close.read{
   position: relative;
   display: none;
   float: left;
}
.close, .close img{
   display: block;
   width: 40px !important;
   height: 40px;
   opacity: 1;
}
.our_portfolio .post_slide img.post_img{
   position: relative;
   height: 400px;
   object-fit: cover;
   object-position: center;
   z-index: 10;
}
.our_portfolio .post_content{
   opacity: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   padding: 2em;
   top: 0;
   left: 0;
   z-index: 100;
}
.our_portfolio .htitle, .our_portfolio .post_content {
    transition: all 300ms ease 200ms;
    -webkit-transition: all 300ms ease 200ms;
/*     background: rgba(0, 0, 0, 0.75); */
}
.our_portfolio .htitle{
     display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 10000;
    align-items: end;
    justify-content: center;
}
.our_portfolio .htitle h2{
   font-size: 18px;
    background: #fff;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(320.32deg, #4a1953 21.04%, #85FFF9 207.14%);
    min-height: 70px;
    padding: 10px;
    width: 100%;
}
.our_portfolio .owl-item.our_portfolio_expend .post_content{
   opacity: 1;
   background: linear-gradient(320.32deg, rgba(0, 150, 143, 0.8) 21.04%, rgba(133, 255, 249, 0.8) 207.14%);

}

.our_portfolio .post_content .post_name{
   width: 90%;
   font-size: 25px;
   font-weight: 700;
   color: #fff;
   line-height: 1.25;
}
.our_portfolio .post_content p{
   font-size: 1em;
   font-weight: 400;
   color: #fff;
   line-height: 1.6;
}
.our_portfolio .post_content a{
     font-size: 0.85em;
    font-weight: 700;
    color: #032336;
    padding: 10px 25px;
    text-decoration: none;
    background: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
    text-transform: capitalize;
}
.our_portfolio.owl-theme .owl-nav{
   display: flex;
/*    width: 100%; */
   width: 40px !important;
   position: absolute;
   top: 50%;
   left: auto !important;
   right: 0;
   justify-content: space-between;
   align-items: center;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
       background:#4a1953;
    border-radius: 50px;
}
.our_portfolio.owl-theme .owl-nav span{
   /*display: none;*/
   color: #ffff;
    font-size: 35px;
}
.our_portfolio.owl-theme .owl-nav button{
   margin: 0;
   display: block;
   width: 40px;
   height: 40px;
   background-color: #4a1953 !important;
}
button.close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    padding: 5px;
}
.our_portfolio .post_content a:hover {
    border: 1px solid #4a1953 !important;
    color: #fff !important;
    background: #4a1953 !important;
}
.owl-item.active.our_portfolio_expend .htitle {
    display: none;
}

    .profile-card {
        max-width: 100%;
        width: 33.33px
    }
}
@media screen and (max-width: 768px) {
    .profile-cards {
        justify-content: center;
    }

    .profile-card {
        max-width: 100%;
        width: 400px
    }
}

/* home - our portfolio */
.our_portfolio.home .owl-stage-outer {
   position: relative;
  overflow: visible !important;
  clip-path: polygon(0% 0%, 200% 0%, 200% 100%, 0% 100%);
}
.our_portfolio.home::before {
   position: absolute;
}
.our_portfolio .owl-item{
   transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
}
.our_portfolio .owl-item:not(.our_portfolio_expend){
   cursor: pointer;
}
.our_portfolio .owl-stage{
   height: 400px;
   overflow: hidden;
}
.our_portfolio .post_slide{
   position: relative;
/*    height: 400px; */
   border-radius: 24px;
   margin: 0px 8px;
   overflow: hidden;
}
/* .our_portfolio .post_slide:hover, */
.close:not(.read){
   position: absolute;
   top: 0.95em;
   right: 0.95em;
   z-index: 100;
   color: #fff !important;
   background: #cfb300 !important;
}
.cta_btn .close.read{
   position: relative;
   display: none;
   float: left;
}
.close, .close img{
   display: block;
   width: 40px !important;
   height: 40px;
   opacity: 1;
}
.our_portfolio .post_slide img.post_img{
   position: relative;
   height: 400px;
   object-fit: cover;
   object-position: center;
   z-index: 10;
}
.our_portfolio .post_content{
/*    display: none; */
   opacity: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   padding: 2em;
   top: 0;
   left: 0;
   z-index: 100;
}
.our_portfolio .htitle, .our_portfolio .post_content {
    transition: all 300ms ease 200ms;
    -webkit-transition: all 300ms ease 200ms;
}
.our_portfolio .htitle{
     display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 10000;
    align-items: end;
    justify-content: center;
}
.our_portfolio .htitle h2{
  font-size: 18px;
    margin-bottom: 0;
    color: #1F2937;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(320.32deg, #ffffffb8 0%, #ffffffd9 207.14%);
    min-height: 65px;
    padding: 10px;
    width: 100%;
}
.our_portfolio .owl-item.our_portfolio_expend .post_content{
    color:#fff;
   opacity: 1;
   background: linear-gradient(320.32deg, #4a1953 21.04%, rgba(133, 255, 249, 0.8) 207.14%);

}
.our_portfolio .post_content .post_name{
   width: 90%;
   font-size: 20px;
   font-weight: 700;
   margin-bottom: 10px;
   color: #fff;
   line-height: 1.25;
}
.our_portfolio .post_content p{    
       margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
}
.our_portfolio .post_content a{
    margin-top: 5px;
     font-size: 0.85em;
    font-weight: 700;
    color: #032336;
    padding: 10px 25px;
    text-decoration: none;
    background: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
    text-transform: capitalize;
}
.our_portfolio.owl-theme .owl-nav{
   top: 50%;
   left: auto !important;
   right: 0;
   border-radius: 50px;
}
.our_portfolio.owl-theme .owl-nav span{
   color: #ffff!important;
    font-size: 35px!important;
}
.our_portfolio.owl-theme .owl-nav button{
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background: #4a1953 !important;
}

.our_portfolio .post_content ul li, .our_portfolio .post_content ol li{
    color:#fff !important;
    font-size:14px;
}
.our_portfolio .post_content ul, .our_portfolio .post_content ol{
    color: #fff;
    margin-left: 15px;
}
.our_portfolio.owl-theme .owl-nav button.owl-next{
   background: #4a1953 !important;
   border-radius: 50%;
   border: none;
   height: 40px;
   width: 40px;
}

button.close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    padding: 5px;
}
.our_portfolio .post_content a:hover {
    border: 1px solid #4a1953 !important;
    color: #fff !important;
    background: #4a1953 !important;
}
.owl-item.active.our_portfolio_expend .htitle {
    display: none;
}
.custom-row {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.col-sm-4,
.col-sm-8 {
    box-sizing: border-box;
}

.col-sm-4 {
    width: 45%;
}

.col-sm-8 {
    width: 55%;
}
 .tab {
   border-radius: 10px 0 0 10px;
}

.tab button {
  display: block;
  background-color: #def2fe;
  color: black;
  padding:8px 15px;
  width: 95%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  margin: 0px 10px 8px 0px;
  border-radius: 4px;
}

.tab button:hover {
  background-color: #fff;
  background: #fff !important;
}

.tab button.active {
    font-size: 15px !important;
    font-weight: 600;
  background-color: #fff;
}

.tab button.active .icon, .tab button:hover .icon {
    filter: unset !important;
}
.tabcontent {
    color:#fff;
    border-radius: 0 10px 10px 0;
    padding: 20px;
}
.tablinks {
    position: relative;
}
.tablinks  img{
    max-width:45px;
}
.right-angle-icon {
    position: absolute;
    right: 15px;  
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
 }
  .custom-row .right-box{ 
    display: flex;
    background: #4a1953d9;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 340px;
    border-radius: 8px;
    max-height: 630px;
    background-image: linear-gradient(140deg, #1D252C 50%, #4a1953 100%);
  }
  .right-box h3 {
    color: #fff !important;
}
  .tab button:hover + .tabcontent,
.tabcontent:hover {
    display: block;
}
  
    
@media only screen and (min-width: 559px) and (max-width: 767px) {
    .custom-container .tab{
     display: flex;
    flex-wrap: nowrap;
     overflow-x: scroll; 
}
}
  
@media only screen and (max-width: 767px) {
    .col-sm-4, .col-sm-8{
      width: 100%;
    }
    .custom-row .right-box{
    height: auto;
    max-height: 100%;
}
div#n2-ss-4 .n2-font-595749ff4847114c1c58ca076e0959b8-paragraph{
    text-align:center !important;
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #555;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
    background-image: url('path/to/highlight-icon.png');
    background-size: cover;
}
.tab {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
}

.approach_slider .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.approach_slider.owl-carousel .owl-stage {
    margin: 1.5px;
    align-items: center !important;
    display: flex !important;
}
.approach_slider .item {
    width: 100%; /* Ensures the item takes full width */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ensure the item takes full height */
}

.approach_slider .item img{
    max-width: 70px;
    margin: 0 auto;
}

.approach_slider .item h4 {
    text-align: center;
    font-size:16px;
    margin-top: 20px;
    color: #1F2937 !important
}

.approach_slider .item p {
        margin-bottom: 10px;
    text-align: center;
    color: #1F2937 !important
}

.approach_slider .item {
    
  border-radius: 24px;
    background: #def2fe;
    border: 1px solid #def2fe;
    padding: 15px;
    margin:0px 10px;
}
.approach_slider .owl-nav{
    width: 100%;
    display: flex;
    justify-content: center;
        margin-top: 30px;
}
.approach_slider button.owl-next, .approach_slider button.owl-prev{
    font-size: 40px !important;
}
.approach_slider button.owl-prev, .approach_slider button.owl-next {
    margin:0 10px !important;
    color: #4a1953 !important;
}
.post_name i.fas.fa-arrow-up {
    transform: rotate(45deg);
    height: 30px;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    color: #6B2977;
    font-weight: 600;
    line-height: 30px;
}

   .popup {
   z-index: 999;
   position: fixed; 
   top: 0; 
   left: 0; 
   width: 100%; 
   height: 100%; 
   background: rgba(0, 0, 0, 0.8); 
   display: none; 
   align-items: center; 
   justify-content: center; 
   }
   .popup-content { 
   background: #5912E4; height: 100vh;
   position: relative;
   width: 100%;
   max-width: 100%;
   height: 100vh;
   padding: 0px;
   display: flex
   ;
   justify-content: space-between;
   align-items: center;
   }
   .close-btn { 
   position: absolute;
    top: 50px;
    right: 35px;
    font-size: 25px;
    cursor: pointer;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    z-index: 999;
   }
   .slider-item { 
   display: flex; 
   align-items: center; 
   justify-content: space-between; 
   gap: 20px;
   }
   .slider-left { 
   color: #fff;
    width: 50%;
    padding-left: 5%;
    text-align: left;
   }
   .slider-left img { 
   width: 100px; 
   height: auto; 
   margin-bottom: 10px; 
   }
   .slider-right { 
   width: 50%; 
   }
   .slider-right img { 
   width: 100%; 
   height: auto; 
   }
   .cta-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none !important;
    border-radius: 5px;
   }
   .cta-btn:hover{
       background: #fff;
       color: #007bff;
   }
   .slider-right img{
      height: 100vh;
      object-fit: cover;
      object-position: center;
     width: 100%;
   }
.slider-item h3{
  color: #fff;
}
   @media (max-width: 768px) {
   .slider-item { flex-direction: column; }
   .slider-left, .slider-right { width: 100%; text-align: center; }
   }

   .sticky {
   position: fixed !important;
   top: 0;
   width: 100% !important;
   background-color: #fff !important;
   box-shadow: 0px 4px 4px 0px #00000040;
   }
   .forminator-button-upload {
        background-color: #0388CB !important;
    }
    
    img.icon {
    border: 1px solid transparent;
    background: #fff;
    border-radius: 0%;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
}
 .box:hover img.icon {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
   @media (max-width: 1024px) {
   .box-container { grid-template-columns: repeat(2, 1fr) !important; }
   }
   @media (max-width: 768px) {
   .box-container { grid-template-columns: repeat(1, 1fr) !important; }
   .slider-item { flex-direction: column; }
   .slider-left, .slider-right { width: 100%; text-align: center; }
   .box{
   margin: 10px;
    text-align: center;
    border: 1px solid #DFE1DF;
   }
   
   }
   
.box-container { 
      display: grid; 
      grid-template-columns: repeat(3, 1fr);
      gap: 0px; 
      margin: auto; 
      overflow: hidden;
   }

   .box {
      padding: 50px 30px;
      min-height: 300px;
      overflow: hidden;
      border-top: 1px solid #DFE1DF;
      border-left: 1px solid #DFE1DF;
      transition: background 0.4s ease, transform 0.3s ease;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
   }

   .box h3, .box p, .box i {
      transition: transform 0.3s ease, opacity 0.3s ease;
        position: relative;
   }
   .box h3{
       font-size: 20px;
   }
   .box i {
      font-size: 40px;
      margin-bottom: 10px;
      transition: transform 0.3s ease;
   }

   .box:hover {
      transform: scale(1.01);
   }

   .box:hover i {
      transform: translateY(-10px) scale(1.2);
   }

   .box:hover h3, 
   .box:hover p {
      transform: translateY(-5px);
      opacity: 1;
    color: #fff;
   }
   .box:nth-child(1):hover { background: #6B2977; }
   .box:nth-child(2):hover { background: #ED1C24; }
   .box:nth-child(3):hover { background: #6B2977; }
   .box:nth-child(4):hover { background: #ED1C24; }
    .box:nth-child(5):hover { background:#6B2977; }
   .box:nth-child(6):hover { background: #ED1C24; }
   .box:nth-child(7):hover { background: #6B2977; }
   .box:nth-child(8):hover { background: #ED1C24; }
   
   .our_portfolio .owl-item {
   transition: width 400ms ease, transform 400ms ease;
   will-change: width, transform;
}

   
   .our_portfolio .owl-item.our_portfolio_expend .post_content {
   opacity: 1;
}

.our_portfolio .post_content {
   opacity: 0;
   transition: opacity 400ms ease 100ms;
}

   .our_portfolio .htitle {
   opacity: 1;
   transition: opacity 300ms ease;
}

.owl-item.active.our_portfolio_expend .htitle {
   opacity: 0;
   pointer-events: none;
}

   
   .our_portfolio .owl-item.our_portfolio_expend .post_slide {
   transform: scale(1.03);
   transition: transform 400ms ease;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/*-----------------Resouces CSS------------*/

.main-page .bg-sec {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.single-portfolio section, .main-page section {
    padding-bottom: 60px;
    padding-top: 60px;
}
section.pitch-to-us.bg-sec {
    min-height: 450px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
}
.inner-page-banner-sec h1, .inner-page-banner-sec p{
    color:#fff;
}
.inner-page-banner-sec .container {
    width: 100%;
}
.inner-page-banner-sec .content-lg {
    max-width: 750px;
}
.content-lg {
    z-index: 2 !important;
    position: relative;
}

.container {
    margin: 0 auto;
}
.main-page .section-container {
    max-width: 1140px;
    margin: 0 auto;
    /* padding: 50px 0; */
}
.main-page .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}
.main-page .sec-title h2, .main-page .sec-title h1{
    font-size: 40px;
    font-weight: 600;
    align-items: center;
    margin-bottom: 10px;
}
.main-page .sec-title h1{
     font-weight: 400;
}
.main-page .sec-title p {
    margin-bottom: 10px;
}
.main-page .navigation {
    margin-top: 10px;
}
.main-page .navigation {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.main-page .nav-item.active, .main-page .nav-item:hover, button#load-mores:hover {
    color: #6B2977;
    background: #E0C100;
}
.main-page .nav-item {
    background: #0e305f;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    padding: 5px 25px;
    border-radius: 21px;
    position: relative;
    border-bottom: none;
}
button#load-mores {
     background: #6b2977;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    margin: auto;
    display: block;
    padding: 10px 25px;
    margin-top: 20px;
    border-radius: 21px;
}
.main-page .nav-item {
    background: #6B2977;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    padding: 5px 25px;
    border-radius: 21px;
    position: relative;
    border-bottom: none;
}
.main-page .content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 15px;
}
.content-card.visible {
    display: block;
}
.page-template-Insights .main-page .content-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.main-page .card-details {
    padding: 10px 5px;
}
.main-page .card-details .category {
    text-transform: capitalize;
    font-size: 12px;
    color: #000;
    background-color: #f5f5f500;
    padding: 5px 0px;
    border-radius: 4px;
}
.main-page .card-details h3 {
    font-size: 20px;
    margin: 0 0 10px;
}
.main-page .read-more {
    color: #0E305F;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex
;
    align-items: center;
    gap: 5px;
}
.nav_filter {
    display: flex;
    justify-content: space-between;
}
.ast-article-single h1{
    font-weight:600;
    font-size: 32px;
}
@media only screen and (max-width: 767px) {
    .nav_filter {
        flex-wrap:wrap;
    }
    .main-page .navigation {
    gap: 3px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.main-page .nav-item{
    padding: 5px 13px;
    font-size:14px;
}
li#menu-item-9750{
    background: #6b297700 !important;
    color: #6B2977 !important;
    padding: 0px !important;
    border:none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
li#menu-item-9750 a{
    color: #6B2977 !important;
}
section.pitch-to-us.bg-sec {
    min-height: 330px;
}
.main-page .section-container, .inner-page-banner-sec .container {
    padding: 0px 10px;
}
}

 .content-card {
   display: none;
   }
   .content-card.visible {
   display: block;
   }
   .ast-container, .ast-container-fluid {
   padding-left: 0px;
   padding-right: 0px;
   }
   .content-card  a {
   color: #1F2937; 
   }
   span.elementor-button-icon {
   transform: rotate(45deg) !important;
   }
   .main-page .navigation{
   margin-top:10px;
   }
   .read_download{
   display: flex;
   justify-content: space-between;
   }
   .main-page .card-details {
   padding: 10px 15px;
   }
   .service-sec .sec-title h2, .service-sec .sec-title p{
   text-align: center;
   }
   .stats-section {
   background: #f3dafa;
   padding: 60px 20px;
   text-align: center;
   }
   .stats-heading p{
   max-width: 1024px;
   margin: auto;
   margin-bottom: 20px;
   }
   .stats-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 0px;
   max-width: 1140px;
   margin: auto;
   }
   .stats-box {
   background: #fff;
   overflow: hidden;
   position: relative;
   }
   /* PURE IMAGE BOX */
   .img-only img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   }
   /* STAT BOX WITH BOTTOM IMAGE */
   .stat-center {
   padding: 30px 20px 0;
   }
   .stat-center h2 {
   font-size: 34px;
   margin: 0 0 5px;
   }
   .stat-center p {
   margin: 0 0 20px;
   color: #666;
   }
   .bottom-img {
   margin: auto;
   margin-top: 15px;
   display: block;
   }
   .counter-section {
   background: #faf3fb;
   padding: 60px 20px;
   }
   .counter-container {
   max-width: 1140px;
   margin: auto;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
   text-align: center;
   }
   .counter-box img {
   max-width: 75px;
   margin-bottom: 5px;
   }
   .counter-box h3 {
   font-size: 45px;
   font-weight: 700;
   margin: 5px 0;
   color: #222222;
   }
   .counter-box p {
   font-size: 19px;
   color: #222222;
   }
   .study-section {
   padding: 80px 20px;
   background: #fafafa;
   font-family: Arial, sans-serif;
   }
  /* Heading */
   .section-head {
   text-align: center;
   margin-bottom: 60px;
   }
   .section-head h2 {
   font-size: 36px;
   color: #6B2977;
   margin-bottom: 15px;
   }
   .section-head p {
   max-width: 750px;
   margin: auto;
   color: #777;
   font-size: 16px;
   line-height: 1.6;
   }

   .inner-page-banner-sec .sec-title{
   max-width:550px;   
   }
   /* Responsive */
   @media (max-width: 991px) {
   .counter-container {
   grid-template-columns: repeat(2, 1fr);
   }
   }
   @media (max-width: 480px) {
   .counter-container {
   grid-template-columns: repeat(2, 1fr);
   }
   .counter-box h3 {
    font-size: 25px;
   }
   .counter-box p {
    margin-bottom: 10px;
    font-size: 16px;
   }
   .main-page .sec-title h2, .main-page .sec-title h1{
       font-size: 30px;
   }
   .study-content{
       padding: 15px;
   }
   .study-content.active{
       gap:0px;
   }
   }
   /* Responsive */
   @media (max-width: 768px) {
   .stats-grid {
    grid-template-columns: 1fr;
   }
   }
   
   .study-section {
  padding: 80px 20px;
  background: #fafafa;
  font-family: Arial, sans-serif;
}

.container {
  margin: auto;
}

/* Heading */
.section-head {
  text-align: center;
  margin-bottom: 60px;
}

.section-head h2 {
  font-size: 36px;
  color: #6B2977;
  margin-bottom: 15px;
}

.section-head p {
  max-width: 750px;
  margin: auto;
  color: #777;
  font-size: 16px;
}

/* Layout */
.study-wrapper {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
  align-items: start;
}

/* Tabs */
.study-tabs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.study-tabs .tab {
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 16px;
  color:#0B1F62;
  line-height: 26px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.study-tabs .tab.active {
  background: #6B2977;
  color: #fff;
  border-color: #6B2977;
}

/* Content */
.study-content {
  display: none;
  background: #F3DBF8;
  border-radius: 16px;
  padding: 35px;
}

.study-content.active {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 30px;
  align-items: center;
}

.study-content h3 {
  font-size: 30px;
  color: #6B2977;
  margin-bottom: 15px;
}

/* Image */
.study-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.text-center{
    text-align: center;
}
.item-box {
  display: flex;
  flex-direction: column;
}

/* Even items only */
@media (min-width:991px) {
.item-box:nth-child(even) {
  flex-direction: column-reverse;
}
.stats-box img{
    max-height: 220px;
}
}
/* Responsive */
@media (max-width: 1024px) {
  .study-content.active {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .study-wrapper {
    grid-template-columns: 1fr;
  }
.main-page .sec-title h1{
    font-size: 30px;
    line-height: 35px;
}
.counter-container{
    gap:10px;
}
.how-it-works .card {
    padding: 20px 15px !important;
}
  .study-tabs {
    flex-direction: row;
    overflow-x: auto;
  }

  .study-tabs .tab {
    min-width: 200px;
    text-align: center;
  }

  .study-content h3 {
    font-size: 24px;
  }
}

/* FAQ Section */
.faq-sec{
  padding:80px 20px;
  background:#ffffff;
}
.how-it-works .cards-grid {
    max-width: 1240px;
    margin: auto;
}
.how-it-works .cards-grid{
   max-width:1240px;
   margin:auto;
}
.faq-title{
  text-align:center;
  font-size:36px;
  font-weight:700;
  margin-bottom:50px;
  color:#7a2c8b;
}

.faq-item{
  border-bottom:1px solid #eee;
  padding:20px 0;
}

.faq-question{
  font-size:18px;
  font-weight:600;
  cursor:pointer;
  position:relative;
}

.faq-answer{
  display:none;
  padding-top:10px;
  color:#555;
  line-height:1.7;
}

/* Mobile */
@media(max-width:575px){
.faq-title{
font-size:28px;
}
}