.section{background-color:#000;padding-top:120px}
@media (max-width:1440px){
.section{padding-top:100px}
}
@media (max-width:1024px){
.section{padding-top:80px}
}
@media (max-width:768px){
.section{padding-top:60px}
}
@media (max-width:480px){
.section{padding-top:40px}
}
.bg{background:#000;background-size:cover;background-position:center bottom;background-repeat:no-repeat}
.bg-section-inner{padding:25px 10px;color:#fff;background-color:#000}
.hero-text{text-align:left;max-width:100%}
.hero-text .breadcrumbs-text{text-transform:uppercase;font-weight:700;font-size:25px;line-height:28px;margin-bottom:20px;letter-spacing:-.02em}
.hero-text h1{font-size:108px;line-height:114px;color:#fff;font-weight:700;margin-bottom:10px;text-transform:initial;letter-spacing:-.04em}
.hero-text h1 span{font-weight:100;letter-spacing:-.039em;display:inline!important}
.hero-text p{margin-top:16px;margin-bottom:25px;font-size:20px;line-height:28px}
@media (min-width:992px){
.bg-section-inner{padding:75px 20px 0}
.hero-text h1{font-size:96px;line-height:102px;margin-bottom:25px}
.hero-text .breadcrumbs-text{font-size:22px;line-height:26px;margin-bottom:18px}
.hero-text p{font-size:22px;line-height:32px}
}
@media (min-width:768px) and (max-width:991px){
.bg-section-inner{padding:60px 20px 0}
.hero-text h1{font-size:78px;line-height:84px;margin-bottom:25px}
.hero-text .breadcrumbs-text{font-size:20px;line-height:24px;margin-bottom:16px}
.hero-text p{font-size:20px;line-height:30px}
}
@media (max-width:767px){
.bg-section-inner{padding:50px 10px 0}
.hero-text h1{font-size:50px;line-height:56px;margin-bottom:20px}
.hero-text .breadcrumbs-text{font-size:14px;line-height:18px;margin-bottom:12px}
.hero-text p{margin-top:16px;margin-bottom:18px;font-size:18px;line-height:26px}
}
@media (max-width:480px){
.hero-text h1{font-size:31px;line-height:1.3;margin-bottom:10px}
.hero-text .breadcrumbs-text{font-size:18px;line-height:22px;margin-bottom:10px}
.hero-text p{font-size:16px;line-height:22px}
}
.main-title{font-size:80px;line-height:1.05;color:#fff;letter-spacing:-.04em}
@media (max-width:1200px){
.main-title{font-size:68px;line-height:1.1}
}
@media (max-width:768px){
.main-title{font-size:58px;line-height:1.15}
}
@media (max-width:480px){
.main-title{font-size:42px;line-height:1.2}
}
.container-fluid{margin:0 auto;max-width:1440px;padding:0}
.hero-blog {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  gap: 20px;
}

.hero-blog-left {
  width: calc(50% - 100px);
}

.hero-blog-content {
  max-width: 100%;
  padding-left: 10%;
  padding-right: 5%;
}

.hero-blog-content p {
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: -0.015em;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-display: swap;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.hero-blog-content p:last-of-type {
  margin-bottom: 0;
}

.hero-blog-right {
  width: calc(50% + 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* ✅ NEW wrapper class to reserve space */
.hero-blog-image-wrapper {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

/* ✅ Updated image styling */
.hero-blog-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

@media only screen and (max-width: 1440px) {
  .hero-blog-content p {
    font-size: 21px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-blog {
    gap: 25px;
  }
  .hero-blog-left,
  .hero-blog-right {
    width: 48%;
  }
  .hero-blog-content p {
    font-size: 21px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 768px) {
  .hero-blog {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .hero-blog-left,
  .hero-blog-right {
    width: 100%;
  }
  .hero-blog-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .hero-blog-content p {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
  }
  .hero-blog-image-wrapper {
    max-width: 100%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 480px) {
  .hero-blog-content p {
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
  }
  .hero-blog-image-wrapper {
    max-width: 100%;
    margin-left: auto;
  }
}

.process-block{max-width:1260px;width:87%;margin:0 auto;padding:0 16px}
.process-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
.process-header-left{width:31.4%}
.process-header-right{width:65.7%}
.process-items{display:flex;flex-direction:column;gap:48px}
.process-item{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
.process-number{width:31.4%;display:flex;justify-content:flex-end;padding-right:30px}
.number-circle{width:84px;height:84px;border-radius:50%;border:1px solid #dedede;display:flex;align-items:center;justify-content:center;font-size:36px;letter-spacing:-.03em;font-weight:400;color:#fff}
.process-content{width:65.7%;padding-top:15px}
.process-subtitle{font-size:37px;margin-bottom:24px;color:#fff}
.process-content p{font-size:19px;line-height:1.5;color:#fff}
.spacer-small{height:24px}
.spacer-medium{height:48px}
@media (max-width:1024px){
.process-header{flex-direction:column;align-items:flex-start;gap:24px}
.process-header-left,.process-header-right{width:100%}
.process-item{flex-direction:column;align-items:flex-start}
.process-number{width:100%;justify-content:flex-start;padding-right:0;margin-bottom:16px}
.process-content{width:100%}
}
@media (max-width:768px){
.process-block{padding:0}
.number-circle{width:64px;height:64px;font-size:30px}
.process-subtitle{font-size:30px}
.process-content{padding-top:0}
.process-content p{font-size:17px}
.process-items{gap:32px}
}
@media (max-width:480px){
.number-circle{width:52px;height:52px;font-size:28px}
.process-subtitle{font-size:28px}
.process-content{padding-top:0}
.process-content p{font-size:17px}
}
.cms-wrapper{max-width:1260px;width:87%;margin:0 auto;padding:0 16px}
.cms-logo-list__item{padding:40px 0;position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px}
.cms-logo-list__item::after,.cms-logo-list__item:first-child::before{content:" ";position:absolute;left:-50vw;width:200vw;border:1px solid #dedede;opacity:.15;transition:all .3s ease-in-out}
.cms-logo-list__item:first-child::before{top:0}
.cms-logo-list__item::after{bottom:0}
.cms-logo-list__logo{display:flex;align-items:flex-start;gap:14px;flex:1 1 31.4%}
.logo-image{line-height:.65;width:40px;height:40px;margin-top:5px}
.logo-image img{max-width:100%;height:auto}
.cms-logo-list__title{line-height:1.3;color:#fff;font-size:40px;letter-spacing:-.03em;flex:1}
.cms-logo-list__description{flex:1 1 65.7%;color:#fff;font-size:20px;line-height:1.7;padding-top:6px}
.body-text{font-size:40px;color:#fff;letter-spacing:-.03em}
.spacer-medium{height:56px}
@media (max-width:1024px){
.cms-logo-list__item{flex-direction:column;gap:28px}
.cms-logo-list__logo{flex:1 1 100%;justify-content:center;text-align:center}
.cms-logo-list__description{flex:1 1 100%;font-size:25px;font-weight:300;letter-spacing:-.017em;line-height:1.8;padding-top:12px}
.logo-image{width:36px;height:36px;margin:0 auto}
}
@media (max-width:768px){
.body-text{font-size:36px}
.cms-logo-list__description p{font-size:21px;font-weight:300;line-height:1.5;letter-spacing:-.015em}
.logo-image{width:32px;height:32px}
.spacer-medium{height:48px}
}
@media (max-width:480px){
.cms-wrapper{width:95%;padding:0 12px}
.body-text{font-size:32px}
.cms-logo-list__description p{font-size:19px;font-weight:300;line-height:1.4;letter-spacing:-.015em}
.logo-image{width:28px;height:28px}
.spacer-medium{height:40px}
}
.faq-container{max-width:1260px;width:87%;margin:0 auto}
.spacer-small{height:24px}
.faq-block{max-width:1260px;margin:0 auto}
.faq-header{display:flex;justify-content:space-between;align-items:flex-start}
.faq-header-left{width:31.4%}
.faq-header-right{width:65.7%;display:flex;flex-direction:column}
.faq-items{display:flex;flex-direction:column}
.faq-item{display:flex;justify-content:space-between;align-items:flex-start}
.faq-number{display:flex;justify-content:flex-end;padding-right:20px;padding-top:36px}
.faq-circle{width:34px;height:34px;border-radius:50%;background-color:#dedede;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:400;color:#000;cursor:pointer;transition:background-color .3s ease,color .3s ease}
.faq-content-wrapper{width:90%}
.faq-subtitle{transition:all .3s ease-in-out;color:#fff;cursor:pointer;position:relative;box-sizing:border-box;line-height:1.3;font-weight:300;font-style:normal;padding:36px 0 40px;font-size:30px;letter-spacing:-.03em}
.faq-subtitle::before{content:" ";position:absolute;top:0;left:0;width:110vw;height:1px;background-color:#dedede;opacity:.3;transition:all .3s ease-in-out}
.faq-subtitle:hover::before{background-color:#dedede;opacity:.5}
.faq-content p{font-weight:300;font-size:22px;line-height:1.5;letter-spacing:-.015em;color:#fff;margin-top:10px}
.faq-content{padding-bottom:44px}
.faq-content ul li{font-weight:300;font-size:22px;line-height:1.3;letter-spacing:-.015em;color:#fff}
.faq-item.open .faq-circle{background-color:#c59b6d;color:#fff}
@media (max-width:768px){
.faq-header-left{width:0%}
.faq-header-right{width:100%}
.faq-circle{font-size:16px}
.faq-subtitle{font-size:24px}
.faq-content p{font-size:20px}
.faq-content ul li{font-size:20px}
}
.teaser-heading{font-size:20px;font-weight:700;color:#fff;line-height:1.5;margin-bottom:20px}
.teaser-links{font-size:54px;font-weight:400;color:#fff;line-height:1.2;letter-spacing:-.03em;word-wrap:break-word;margin:0}
.teaser-links a{color:#fff;text-decoration:none;font-size:54px;line-height:1.2;letter-spacing:-.03em;transition:color .3s ease-in-out}
.teaser-links a:hover{color:#c59b6d}
@media (min-width:1200px){
.teaser-heading{font-size:22px}
.teaser-links{font-size:54px;line-height:1.2}
.teaser-links a{font-size:54px}
}
@media (max-width:1199.98px) and (min-width:768px){
.teaser-heading{font-size:20px}
.teaser-links{font-size:42px;line-height:1.3}
.teaser-links a{font-size:42px}
}
@media (max-width:767.98px){
.teaser-heading{font-size:18px;line-height:1.4}
.teaser-links{font-size:30px;line-height:1.3}
.teaser-links a{font-size:30px}
}
.footer-cta-section{width:90%;text-align:center;margin:0 auto}
.footer-cta-title{font-weight:700;font-size:156px;letter-spacing:-.04em;line-height:1.2;color:#fff;margin:0 auto 24px;max-width:1000px}
.btn-cta-green{background-color:transparent;border:2px solid #c59b6d;color:#fff;font-size:1.5rem;font-weight:600;padding:14px 48px;border-radius:50px;transition:all .3s ease-in-out;text-transform:uppercase;text-decoration:none;display:inline-block}
.btn-cta-green:hover{background-color:#c59b6d;color:#fff;text-decoration:none;transform:translateY(-3px)}
.spacer-small{height:24px}
@media (max-width:1200px){
.footer-cta-title{font-size:120px}
}
@media (max-width:768px){
.footer-cta-title{font-size:80px}
.btn-cta-green{font-size:1.2rem;padding:12px 36px}
}
@media (max-width:480px){
.footer-cta-title{font-size:50px}
.btn-cta-green{font-size:1rem;padding:10px 28px}
}


.main-title span{color:#c59b6d;}
.custom-content{height:auto;overflow:hidden;isolation:isolate;position:relative;padding:20px;height:800px}
.custom-image{z-index:-1;filter:grayscale();object-fit:cover;width:100%;height:100%;position:absolute;inset:0}
.qualified h2{color:#fff;font-size:24px;margin-bottom:20px}
.qualified p{opacity:.7;color:#fff;font-size:16px;line-height:28px}
.qualified ul li {opacity:.7;color:#fff;font-size:16px;line-height:28px}
@media (min-width:768px){
.qualified h2{font-size:28px}
.qualified p{font-size:18px;line-height:32px}
.qualified ul li{font-size:18px;line-height:32px}
}
@media (min-width:992px){
.custom-content{height:800px}
.qualified h2{font-size:28px}
.qualified p{font-size:18px;line-height:32px}
.qualified ul li{font-size:18px;line-height:32px}
}
@media (max-width:767px){
.custom-content{height:600px}
}

.video-sec .section-heading {
  padding-bottom: 3rem;
}

.video-sec .video-wrapper {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9; /* Maintain correct aspect ratio */
}

.video-sec .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure correct cropping without stretching */
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  display: block;
}

.video-sec .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-sec .play-button::before {
  content: '▶';
  font-size: 30px;
  color: #fff;
  margin-left: 5px;
}

.video-sec iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
}

@media (max-width:767px){
.video-sec .section-heading{padding-bottom:2rem}
.video-sec iframe{height:500px}
}


.form-wrapper{max-width:700px;display:flex;align-items:center;gap:10px;margin-top:20px}
.form-wrapper input[type=text]{flex:1;padding:12px 16px;font-size:16px;border:1px solid #ccc;box-shadow:0 1px 2px rgba(0,0,0,.05)}
.form-wrapper button{background-color:#c59b6d;color:#fff;padding:12px 20px;font-size:16px;border:none;cursor:pointer;transition:all .3s ease}
.form-wrapper button:hover{background-color:#c59b6d;color:#fff;border:none}
.appr-hero-stat{position:relative;width:100%;background:#000;padding:50px 20px}
.stat-bubble{position:absolute;width:180px;height:180px;border-radius:50%;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.3);transition:transform .6s ease;display:flex;align-items:center;justify-content:center;cursor:pointer}
.bubble-one{top:0;left:35%;transform:translateX(-50%);z-index:2;background:linear-gradient(135deg,#9b59b6,#f368e0)}
.bubble-two{top:200px;right:5%;transform:translateY(-50%);z-index:3;background:linear-gradient(135deg,#3498db,#00cec9)}
.bubble-three{top:400px;right:-15%;transform:translateY(-50%);z-index:3;background:linear-gradient(135deg,#f39c12,#f1c40f)}
.stat-body{width:100%;height:100%;transform-style:preserve-3d;perspective:1000px;transition:transform .8s;position:relative}
.back,.front{position:absolute;width:100%;height:100%;backface-visibility:hidden;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:15px;text-align:center}
.back{transform:rotateY(180deg)}
.stat-bubble:hover .stat-body{transform:rotateY(180deg)}
.bubble-one:hover{background:linear-gradient(145deg,#a66bbe,#f88fe5);filter:brightness(1.1)}
.bubble-two:hover{background:linear-gradient(145deg,#3da8e0,#3ee2d0);filter:brightness(1.1)}
.bubble-three:hover{background:linear-gradient(145deg,#f7b731,#f8d46f);filter:brightness(1.1)}
.testimonial-card{position:relative;margin-top:150px;width:350px;background:#fff;border-radius:15px;padding:30px;box-shadow:0 6px 25px rgba(0,0,0,.3);text-align:center;z-index:2}
.testimonial-card .text{font-size:21px;color:#333;text-align:left;margin-bottom:20px}
.testimonial-card span{color:#333}
.testimonial-card .by{display:flex;align-items:center;gap:10px;text-align:left;margin-bottom:15px}
.testimonial-card .by img{width:40px;height:40px;border-radius:50%}
.border-line{height:1px;background:#eee;margin:15px 0}
.ratings{display:flex;flex-direction:column;gap:10px}
.rating{display:flex;align-items:center;gap:10px;text-align:left}
.rating img{width:90px}
@media (max-width:768px){
.form-wrapper{flex-direction:column}
.stat-bubble {display: none;}
.form-wrapper button,.form-wrapper input{width:100%}
.stat-bubble{position:relative;margin:20px auto}
.testimonial-card{margin-top:30px;width:100%}
}