
.carousel {
    position: relative;
   /* z-index: -99;*/
}

.site_topbar{
    background: #151a40;
    padding: 5px 0px;
    position: relative;
z-index: 99;
}

.site_topbar li{
        color: #dcdcdf;
  font-size: 15px;
}

.site_topbar li a {
    color: #dcdcdf;
    font-size: 15px;
}

row .site_topbar{
    align-items:center;
}

.dream-hub_nav_manu {
    background: #fff;
    padding: 10px 70px !important;
}

.dream-hub_menu ul {
    list-style: none;
    display: flex !important;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.dream-hub_menu>ul>li>a {
    margin: 0 !important;
}

.dream-hub_menu ul .sub-menu {
    display: block !important;
}

.header-button {
    margin-top: 0px  !important;
}

.header-button a {
    font-size: 15px !important;
    padding: 5px 20px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background: #c6a15f !important;
}

.header-button a:before {
    background: #151b41;

}


.footer-social-icon ul li a {
    color: #151a40 !important;
    background: #fffffff2 !important;
    border: 1px solid #c5c5c575 !important;
}

.logo_img img{
    border-radius: 5px;
}

nav.dream-hub_menu{
    margin-left:0px !important;
}

/*--hero section---*/

@media (min-width: 1200px) and (max-width: 1600px) {
    .slider-shape {
        top: -21rem !important;
        left: 56% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .slider-shape-three {
        top: -22rem !important;
    }
}


@media (min-width: 1200px) and (max-width: 1600px) {
    .slider-shape-four {
        top: -140px !important;
    }
}

.slider-shape-four {
    position: absolute;
    left: 25%;
    top: -15rem;
    animation: bounce2 5.50s infinite;
}

.hero-section {
    background: url(../images/slider/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
height: 700px;
}

.slider-thumb {
    width: 380px;
    margin-top: 70px;
    height: 380px;
    object-fit: cover;
    border-radius: 50%;
}

.slider-shape img{
        width: 85px;
}

.slider-shape-three img{
        width: 65px;

}

.slider-shape-two img{
        width: 185px;
    
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .slider-shape-two {
        right: 150px !important;
        top: -5rem;
    }
}


.hero-button a {
    padding: 7px 15px;
    background: #c8a15c;
}

.hero-button a:before {
    content: "";
    background: #151b41;
}

/*--hero section---*/


/*---about---*/

.about-shape img{
    width:250px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .about-shape {
        left: 250px !important;
        top: 225px;
    }
}


.about-shape2{
        width: 110px;
}

.about-box-icon-list p{
    padding-top:0px !important;
        margin-bottom: 10px;
}


.footer-logo{
        width: 85px;
}

.footer-logo img{
        width: 100%;
}




.privacy_box h2 {
    color: #233253;
    /* padding-top: 12px; */
    transition: .5s;
    font-size: 25px;
    line-height: 45px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif !important;
    text-align: start;
    margin: 0;
}



.privacy_box h3 {
    color: #233253;
 /*   padding-top: 12px;*/
    transition: .5s;
    font-size: 20px;
    line-height: 45px;
    text-transform: capitalize;
    font-weight: 500;
    /* font-family: "Sitka Display"; */
    font-family: 'Outfit', sans-serif;
    text-align: start;
    margin: 0;
}

.privacy_box b{
        font-size: 15px;
}

.privacy_box li{
    margin-bottom: 2px;
}

.mobile_logo{
    width: 101px;
    position: absolute;
    z-index: 99999;
    /* padding: 0px 1px; */
    padding-left: 25px;
}


.mean-container .mean-bar {
    background: #151a40 !important;
    float: left;
    min-height: 60px;
    padding: 10px 0 0 !important;
    position: relative;
    width: 100%;
    z-index: 1;
}

/*--team -----*/
  .staff-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .staff-card:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  }

  .staff-img {
    width:100%;
    height:auto;
    display:block;
    border-radius:15px;
  }

  .overlay {
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: rgba(11,61,145,0.6);
    opacity:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    transition: opacity 0.3s ease;
  }

  .staff-card:hover .overlay {
    opacity:1;
  }

  .overlay h5, .overlay p { margin:0; }
  .overlay p { font-size:0.9rem; }
  .social-icons a { font-size:1rem; transition: color 0.3s; }
  .social-icons a:hover { color:#ff9800; }
  
  .blog_cat{
       
    font-size: 15px !important;
    color: #d90619 !important;
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
    padding-top: 0px !important;

  }


.team-single-content p{
    padding:0 !important;
}

.form_box{
padding: 20px 15px 40px;
    background: #fff;
    border: 1px solid #ebebeb;
    /*box-shadow: 0px 0px 4px #e3dcdd;*/
    border-radius: 10px;
}

.form_box h6{
    font-size: 22px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-align: start;
    margin-bottom: 12px !important;
    color: #151a40;
    margin-top: 0 !important;
}

.team-single-thumb img {
    transition: 0.5s;
    width: 100%;
    border-radius: 50%;
}

.services-icon{
        width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #b48e51, #151a40);
    padding: 6px 12px;
    line-height: 67px; 
    border-radius: 50%;
    margin: auto;
}


.services-icon img{
        width: 100%;
    
}

.services-content p{
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.section-title_h1 {
    font-size: 35px;
    color: #151a42;
    font-weight: 700;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    line-height: 45px;
}

.breadcumb-title h3 {
    font-size: 45px;
    font-weight: 700;
    color: #233253;
    padding: 0 0 20px;
    font-family: 'Josefin Sans', sans-serif !important;
}

.services-content h2 {
    color: #233253;
    padding-top: 12px;
    transition: .5s;
    font-size: 20px;
    line-height: 34px;
    text-transform: capitalize;
    font-weight: 600;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    margin: 0;
}

.testi-thumb img{
        width: 80px;
    height: 80px;
    border-radius: 50%;
}

.about-button {
    padding-top: 15px ;
}

.about-btn{
    margin-left: 13px;
}

/*-- Founders Section---*/

.text-gold {
  color: #c6a15f !important;
}

.founder-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 15px;
height:100%;
box-shadow: 0 2px 10px rgb(181 181 181 / 10%);
    transition: transform 0.3s, box-shadow 0.3s;
}
.founder-card:hover {

     transform: translateY(-3px);
 
}

.founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #c6a15f;
    transition: transform 0.3s;
}
.founder-img:hover {
  transform: scale(1.05);
}

.founder-card ul li {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #151a40;
}

.founder-card ul li i {
  
    border-radius: 50%;
    background: linear-gradient(45deg, #c6a15f, #151b41);
    width: 25px;
    height: 25px;
    box-shadow: 0px 2px 4px #c3c3c3;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}
.founder-card h4 {
    color: #233253;
    padding-top: 0;
    transition: .5s;
    font-size: 23px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 600;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
    text-align: start;
    margin: 0;
}

@media (max-width: 767px) {
  .founder-img {
    margin-bottom: 1rem;
  }
}

/*--Mission, Values, Approach Section start--*/
.mission-section {
  background: #f8f9fa;
}
.text-darkblue{
    color:#151a42;
}
.mv-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
        border: 1px solid #e9e9e9;
    text-align: start;
}
.mv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
}
.mv-card h4 {
    color: #233253;
    padding-top: 0;
    transition: .5s;
    font-size: 23px;
    line-height: 25px;
    text-transform: capitalize;
    font-weight: 600;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
    text-align: start;
    margin: 0;
}
.text-gold {
  color: #c6a15f !important;
}
@media (max-width: 767px) {
  .mv-card {
    padding: 2rem 1.5rem;
  }
  .btn-outline-gold {
    align-self: stretch;
    text-align: center;
  }
}

/*--  What We're Not  ---*/
.wn-card {
    background: #fff;
    border-radius: 15px;
    padding: 1.8rem 1.5rem;
    box-shadow: 0 5px 14px rgb(0 0 0 / 12%);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
}

.wn-card:hover {
  transform: translateY(-5px);
    box-shadow: 0 5px 14px rgb(0 0 0 / 12%);
}

.wn-card p {
  margin: 0;
  color: #151a42;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .wn-card {
    flex-direction: row;
    padding: 1.2rem 1rem;
  }
}

/*--logos Section--*/
.compliance-box {
    background-color: #151a41;
    color: #ffffff;
    padding: 20px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    max-width: 900px;
    margin: 50px auto 0;
    line-height: 1.6;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/*---Social Proof --*/

.impact-card-flat {
  background:#fff;
  border-radius:12px;
  padding:30px 25px;
  box-shadow:0 4px 15px rgba(0,0,0,0.08);
  transition:all 0.3s ease;
}

.impact-card-flat:hover {
  transform:translateY(-6px);
  box-shadow:0 8px 20px rgba(0,0,0,0.12);
}

.icon-circle {
  width:60px;
  height:60px;
background: linear-gradient(to bottom, #c6a15f, #fff);
color: #151a42;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:28px;
  margin:auto;
  margin-bottom:15px;
}

.impact-card-flat p {
  color:#151a42;
  font-size:16px;
  line-height:1.6;
  margin-bottom:15px;
}

.divider-line {
  height:2px;
  width:50px;
  background:#c6a15f;
  margin:10px auto 0 auto;
  border-radius:2px;
}

.cta-flat {
  background:#c6a15f;
  color:#151a42;
  font-weight:600;
  padding:12px 40px;
  border-radius:6px;
  transition:0.3s;
}

.cta-flat:hover {
  background:#e3b96a;
  color:#151a42;
}

@media(max-width:768px){
  .row.g-4 { row-gap:0px; }
}

.team-member{
    text-align:center;
}



.testimonial-section .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.testimonial-section .owl-carousel .owl-nav .owl-prev {
    position: absolute;
      left: 45%;
    bottom: -50px;
}

.testimonial-section .owl-carousel .owl-nav .owl-prev i {
    background: #131b40;
    padding: 4px 5px 2px 5px;
    border-radius: 20%;
    font-size: 16px;
    color: #fff;
}

.testimonial-section .owl-carousel .owl-nav .owl-next {
    position: absolute;
  right: 45%;
    bottom: -50px;
}
.testimonial-section .owl-carousel .owl-nav .owl-next i {
    background: #131b40;
    padding: 4px 5px 2px 5px;
    border-radius: 20%;
    font-size: 16px;
    color: #fff;
}

.tst-box{
        display: flex
;
    align-items: center;
    justify-content: center;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
    opacity: 1;
    padding: 10px;
    height: 125px;
}

.tooltiptext {
    visibility: visible;
    width: 90%;
  font-size:18px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: 6%;
    top: 30%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.blog-box h1{
        font-size: 38px;
    font-weight: 700;
}

.hero_btn{
    display:flex;
}

.owl-dots{
    display:none;
}

.services-content1{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.services-content1 p{
    margin:0px;
}

.founder-card-text p{
        margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.gallery-grid {
    column-count: 4;
    column-gap: 15px;
}
.gallery-item {
  break-inside: avoid;
  margin-bottom: 15px;
}
.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  transition: transform 0.3s ease;
}
.gallery-item img:hover {
  transform: scale(1.03);
}
@media(max-width:992px){.gallery-grid{column-count:3}}
@media(max-width:576px){.gallery-grid{column-count:2}}

.pagination_count {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #161b41;
}

.pagination_btn{
    color: #ffffff;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    background: #161b41;
}

.pagination_count.active {
    background-color: #c6a15f;
    color: white;
    border: 1px solid #c6a15f;
}

.pagination a:hover:not(.active) {background-color: #ddd;}


/* instagram */

.cover-photo {
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: -99999;
}

.cover-photo img {
height:400px;
}

.company_details_box {
    background: #fff;
    border-radius: 28px;
    margin-top: -25px;
    padding: 25px 0px;
}

.company-info {
    /* margin-top: 25px; */
    /* padding-left: 180px; */
}

.profile-pic {
    border-radius: 50%;
    margin-top: -70px;
    width: 165px;
    background: #fff;
}

.profile-pic img {
    width: 100%;
    border-radius: 50%;
    height: 165px;
    border: 5px solid #fff;
}

.company-info h3 {
    text-transform: capitalize;
}

.categories span {
    border: 1px solid #f6f6f6;
    display: inline-block;
    background: #e6f2ff;
    padding: 1px 8px;
    border-radius: 20px;
    color: #151a41;
    font-size: 15px;
    margin: 5px;
}

.btn-call {
    background-color: #c6a15f !important;
    color: white !important;
    border: none;
    /* padding: 0 0; */
}

.btn-whatsapp {
    background-color: #151a41 !important;
    color: #fff !important;
    border: none;
}

.gallery-item2 {
  break-inside: avoid;
  margin-bottom: 15px;
position: relative;
  overflow: hidden;
      border-radius: 10px;
}

.gallery-item2 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item2:hover img {
  transform: scale(1.03);
}

.gallery-item2:hover .caption-overlay22 {
  opacity: 1;
  transform: scale(1.03);
}

.caption-overlay22 {
    position: absolute;
    bottom: 0;
    left: 0;
    /* width: calc(100% - 0px); */
    transition: transform 0.3s ease;
    background: #fff;
    opacity: 9;
    transition: opacity 0.3s ease;
    border-radius: 0 0 0px 9px;
    margin: 0px 0px;
}


.glass-panel {
    background-image: url(../images/background.png) !important;
    background-position: center;
    background-size: contain;
}

.blog-content-left h5{
   margin-top: 10px;
       margin-bottom: 6px;
       font-size:20px;
        color: #151a42 !important;
}

.blog-content-left h4{
   margin-top: 17px;
       margin-bottom:7px;
       color: #151a42 !important;
}

.blog-content-left li {
    margin: 6px 0px 6px 40px;
    color: #2a2a2a;
}




.career-hero-section {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 95px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #000;
}

/* Video stays behind, fills area */
.career-video-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.career-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    color: #fff;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgb(21 26 64) 0%, rgb(21 26 64) 70%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

/* Content stays above everything */
.career-content {
  position: relative;
  z-index: 3;
}

/* proof badges */
.career-proof-strip li {
  transition: 0.3s;
}
.career-proof-strip li:hover {
  background: rgba(255, 255, 255, 0.35);
}

/* Responsive */
@media (max-width: 992px) {
  .career-hero-section {
    height: auto;
    min-height: 90vh;
  }

  .career-hero-section::before {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }

  .career-content h1 {
    font-size: 1.9rem;
  }

  .career-content p {
    font-size: 1rem;
  }
}

.hero-content2 h1 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
}

.hero-content2 p {
    margin: 5px 0 15px;
    font-size: 16px;
    line-height: 28px;
    color: #e3dfdf;
    font-weight: 400;
}

.white-button a {
    padding: 7px 15px;
    background: #ffffff;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 17px;
    line-height: 28px;
    color: #151b41;
    font-weight: 500;
}

.single-services-box2 {
    /* box-shadow: 0px 0px 24px -10px rgb(201 201 201 / 36%); */
    text-align: center;
    height: 100%;
    padding: 15px 15px;
    border-radius: 15px;
/*    margin-bottom: 30px;*/
    /* border: 1px solid #e7e7e7; */
    background: #F7F9FA;
    /* border: 1px solid #8f8f8f80; */
    transition: .5s;
    /* height: 200px; */
}


.single-icon-box{
        font-size: 22px;
    width: 40px;
        color: #c6a15f;
    height: 40px;
    background: #fff;
    margin-bottom: 5px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #b9b9b9;
}

.single-services-box2 h4 {
    color: #233253;
    /* padding-top: 12px; */
    transition: .5s;
    font-size: 19px;
    line-height: 34px;
    text-transform: capitalize;
    font-weight: 600;
    /* font-family: "Sitka Display"; */
    font-family: 'Josefin Sans', sans-serif;
    text-align: start;
    margin: 0;
}

.single-services-box2 p {
    width: 100%;
    margin: auto;
    font-size: 16px;
    line-height: 25px;
    color: #626262;
    text-align: justify;
    margin-top: 0px;
    font-weight: 400;
}


.single-services-box li{
    margin: 3px 0px;
}

.single-services-box3 {
    /* box-shadow: 0px 0px 24px -10px rgb(201 201 201 / 36%); */
    text-align: center;
    height: 100%;
    padding: 15px 15px;
    border-radius: 15px;
    /* margin-bottom: 30px; */
    border-left: 2px solid #151a42;
    /* border: 1px solid #e7e7e7; */
    background: #F7F9FA;
    /* border: 1px solid #8f8f8f80; */
    transition: .5s;
    /* height: 200px; */
}


.single-services-box3 p{
    margin-bottom:0px;
}

.single-train{
    text-align: center;

    padding: 15px 15px;
    border-radius: 9px;
    background: #ffffff;
    transition: .5s;
    border: 1px solid #161b43;
    box-shadow: 0px 0px 6px #151a417d;
}




/* Service box */
.career-service-box {
    position: relative;
    /* flex: 1; */
    /* min-width: 276px; */
    padding: 20px 15px 20px 15px;
    background: #fff;
    height:100%;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.career-service-box:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.career-service-box::before {
    counter-increment: service;
    content: counter(service);
    position: absolute;
    top: 0px;
    /* opacity: 0.5; */
    left: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 15px 0px 40px 0px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    background: rgb(198 161 95);
}
/* Initialize counter */
.career-services-static {
  counter-reset: service;
}

.career-service-content h4 {
    font-size: 19px;
    margin-bottom: 5px;
    text-align: center;
    color: #151a42;
}

.career-service-content p {
    font-size: 16px;
    color: #afafaf;
    margin-bottom: 0px;
    text-align: justify;
    line-height: 24px;
}


.career-accordion {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.career-accordion-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.career-accordion-btn {
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  background: #f8f9fa;
  border: none;
  outline: none;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.career-accordion-btn:hover {
  background: #e2e6ea;
}

.career-accordion-btn .icon {
  font-weight: bold;
  font-size: 1.5rem;
}

.career-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
  background: #fff;
}

.career-accordion-content p {
  margin: 15px 0;
}



.success_head {
    color: #151b43;
    font-size: 17px;
    font-weight: 500;
}

.requirement-card {
    transition: transform 0.3s, box-shadow 0.3s;
    background: #fff;
box-shadow: 2px 2px 0px rgb(198 161 95);
    border: 1px solid #c6a15f;
    padding: 10px 10px;
    height: 65px;
}

.requirement-card1 {
    transition: transform 0.3s, box-shadow 0.3s;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 5px #cfcfcfd1;
    border-radius: 7px;
    padding: 20px 10px;
    border: 1px solid #e1e0df;
}
.requirement-card:hover {
  transform: translateY(-5px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.icon-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}


.row > .col-lg-6:nth-child(6n+1) .icon-badge { background-color: #1dc175; } /* red */
.row > .col-lg-6:nth-child(6n+2) .icon-badge { background-color: #e91e63; } /* pink */
.row > .col-lg-6:nth-child(6n+3) .icon-badge { background-color: #9b59b6; } /* purple */
.row > .col-lg-6:nth-child(6n+4) .icon-badge { background-color: #3498db; } /* blue */
.row > .col-lg-6:nth-child(6n+5) .icon-badge { background-color: #f1c40f; } /* yellow */
.row > .col-lg-6:nth-child(6n+6) .icon-badge { background-color: #1abc9c; } /* teal */


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #c6a15f;
}

.nav-pills .nav-link {
    background: #c6a15f;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
}

.partner_box{
        border: 2px solid #c6a15f;
    padding: 0 7px;
    background: #c6a15f0d;
    border-radius: 5px;
}

.partner_box h5{
        color: #c6a15f;
    font-size: 15px;
    font-weight: 400;
}


.partner_box h3{
 font-size: 25px;
    color: #151a41;
    margin-top: 10px;
    margin-bottom: 10px;
}

.partner_box p{
    text-align: justify;
}

.app_form {
    /* padding: 20px 15px; */
    border-top: 5px solid #c6a15f;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #bdbdbd;
    margin-top: -300px;
    background: #fff;
}


.span_box {
    border: 1px solid #c6a15f47;
    background: #c6a15f1f;
    padding: 10px 10px;
    border-radius: 33px;
}

.closer_ul li{
        margin: 15px 0px;
}

.accordion2 li{

    list-style: none;
    padding: 0px 0px 0px;
    border-bottom: 2px solid #151a41 !important;
    border-radius: 0px !important;
    border-left: 0 !important;
    background: #ffffff;
    box-shadow: 0px 0px 0px #c6a15f;
    margin-bottom: 15px;
    border: 0px;
}
.accordion a.active{
    padding: 5px 9px 2px 10px !important;
}


.accordion2 li p {
    display: none;
    font-size: 15px;
    border-top: none !important;
    padding: 6px 10px 10px 10px;
    margin: 0;
    color: #6a6a6a;
    border-bottom: none !important;
}

.accordion2 span {
 background:#fff !important;
}




.collapse-box {
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.collapse-header {
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    color: #222;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.collapse-header .arrow {
  font-size: 16px;
  color: #666;
  transition: transform 0.3s ease;
}

.collapse-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.collapse-box.active .collapse-content {
    padding: 0px 20px 15px 20px;
    max-height: 1000px;
}

.collapse-box.active .arrow {
  transform: rotate(180deg);
}

/* Bottom border */
.collapse-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #c6a15f;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.3s ease;
}

/* Buttons inside collapse */
.collapse-btns {
  margin-top: 15px;
}

.collapse-btns button {
  border-radius: 30px;
  padding: 10px 18px;
  margin-right: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}

.btn-primary {
  background: #4f46e5;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background: #4338ca;
}

.btn-outline {
  border: 2px solid #4f46e5;
  color: #4f46e5;
  background: none;
}

.btn-outline:hover {
  background: #4f46e5;
  color: #fff;
}

.btn-gray {
  background: #e5e7eb;
  color: #111;
  border: none;
}

.btn-gray:hover {
  background: #d1d5db;
}

/* Proof strip text */
.proof-strip {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.review_form_box_ins{
    border: 1px solid #151a42;
    border-radius: 10px;
box-shadow: 0px 4px 9px #d7d7d7;
    padding: 0;
}

.sidebar-title1 {
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    font-size: 20px;
    background: #151a42;
    border-radius: 6px 6px 0px 0px;
}


.review_contant {
    padding-top: 10px;
    font-size: 16px;
    padding: 10px 13px;
    line-height: 28px;
    color: #727272;
        padding: 10px 15px 4px;
    line-height: 28px;
    color: #727272;
    margin: 0;
}

.review_body{
        padding: 0px 15px;
}

.review_span{
        font-size: 15px;
    color: #000 !important;
}

.check_label{
        font-size: 14px;
    color: #727272 !important;
}

.blog-content-left p {
    font-size: 15px;
    color: #2a2a2a;
    line-height: 30px;
    width: 100%;
    margin-bottom: 0px;
}

.faq-area span{
        color: #2a2a2a !important;
        font-size:15px;
}


.test_imp{
    color:#ce0114 !important;
    font-size: 22px;
    font-weight: 600;
}