

/* Heading */
.home-about .hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.home-about .highlight {
  color: #ec6d20;
}





/* Responsive Styles */
@media (max-width: 768px) {
  .home-about .hero-title {
    font-size: 36px;
  }

  .home-about .hero-description {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .home-about .hero {
    padding: 60px 16px;
  }

  .home-about .hero-title {
    font-size: 28px;
  }

  .home-about .badge {
    font-size: 13px;
  }

 .cta-btn {
    padding: 12px 26px;
    font-size: 15px;
  }
}
.welcome-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;

  /* Border */
  border: 1px solid #b7ebc6;

  

  /* Typography */
  font-size: 16px;
  font-weight: 500;
  color: #28a745;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
}

/* Sparkle Icon */
.welcome-badge .sparkle {
  color: #8b5cf6;
  font-size: 22px;
  line-height: 1;
}

/* Brand Text */
.welcome-badge .brand {
  color: #ec6d20;
  font-weight: 600;
}

/* Mobile Adjustment */
@media (max-width: 480px) {
.welcome-badge {
    font-size: 13px;
    padding: 5px 14px;
  }
}


.home-about-second{
    padding: 50px 20px;
    background-color: #06071D;
}
.home-about-second .title{
    color: linear-gradient(141deg, #ec6d20 0%, #ED9B65 71%);
}





.about-section-second .about-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 20px;
}

/* Rating Badge */
.about-section-second .rating-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fff;
  color: #111;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.about-section-second .rating-badge span {
  font-weight: 700;
}

/* Content */
.about-section-second .about-content {
  max-width: 520px;
}

/* About Badge */
.about-section-second .about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2);
  color: #7ee787;
  font-size: 14px;
  margin-bottom: 24px;
}

/* Title */
.about-section-second .about-title {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
}

.about-section-second .highlight {
  color: #ec6d20;
}

/* Text */
.about-section-second .about-text {
  font-size: 16px;
  line-height: 1.7;
  color: #d0d3ff;
  margin-bottom: 36px;
}

/* Button */
.about-section-second .about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 30px 20px 30px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
line-height:normal;
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
  transition: all 0.3s ease;

}
.about-section-second .about-btn span{
      text-decoration:underline;
        font-weight:400;
}
.about-section-second .about-btn:hover {
  background: linear-gradient(180deg, #ec6d20 0%, #dcb8c0 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Responsive */
@media (max-width: 992px) {
  .about-section-second .about-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-section-second .about-content {
    max-width: 100%;
  }

  .about-section-second .about-title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .about-section-second .about-title {
    font-size: 28px;
  }

  .about-section-second .about-text {
    font-size: 15px;
  }

  .about-section-second .about-btn {
    padding: 12px 26px;
    font-size: 15px;
  }
}



/*.achievement-wrapper .achievement-container {*/
/*  max-width: 1200px;*/
/*  margin: auto;*/
/*  border: 1.5px solid #ec6d20;*/
/*  border-radius: 28px;*/
/*  padding: 40px;*/
/*  display: grid;*/
/*  grid-template-columns: 320px 1fr;*/
/*  gap: 40px;*/
/*  align-items: center;*/
/*}*/



/* RESPONSIVE */
@media (max-width: 992px) {
  .achievement-wrapper .achievement-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .achievement-wrapper .achievement-pill {
    border-radius: 24px;
    text-align: left;
  }

  .achievement-wrapper .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .achievement-wrapper .achievement-container {
    padding: 24px;
  }

  .achievement-wrapper .cta-card h3 {
    font-size: 18px;
  }

  .achievement-wrapper .stat h2 {
    font-size: 32px;
  }

}


/* SECTION */

/* HEADER */
.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid #b7ebc6;
  background: linear-gradient(90deg, #ecfff4, #ffffff);
  font-size: 14px;
  color: #28a745;
  margin-bottom: 16px;
}

.services-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 2rem;
}

.services-header h2 span {
  color: #ec6d20;
}



/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 360px;
  background: radial-gradient(circle at top, #1b1f4b, #05061a);
  border-radius: 12px;
  overflow: hidden;
}




/* RESPONSIVE */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-header h2 {
    font-size: 28px;
  }

  

  
}




.services-section .hover-section {
  position: relative;
  height: 500px;
  overflow: hidden;
}

/* BACKGROUND */
.services-section .bg-layer {
  position: absolute;
  inset: 0;
  
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease;
}

.services-section .bg-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

/* PANELS */
.services-section .panels {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.services-section .panel {
  color: #fff;
  height: 500px;
  padding: 40px 30px;
  border-right: 1px solid rgba(255,255,255,0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  transition: background 0.5s ease;
}

.services-section .panel:last-child {
  border-right: none;
}

.services-section .panel h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 2.5rem;
}

.services-section .panel p,
.panel a {
  display: none;
}

.services-section .panel p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.services-section .panel a {
  margin-top: 15px;
  width: fit-content;
  padding: 6px 16px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: 0.5s;
}

/* ACTIVE / HOVER */
.services-section .panel.active {
  background: rgba(0,0,0,0.35);
}

.services-section .panel.active p,
.panel.active a {
  display: block;
}

/* MOBILE – HORIZONTAL SCROLL */
@media (max-width: 768px) {
  .services-section .hover-section {
    height: 500px;
  }

  .services-section .panels {
    display: flex;
  }

  .services-section .panel {
    min-width: 80%;
    scroll-snap-align: center;
    border-right: none;
    border-left: 1px solid rgba(255,255,255,0.25);
  }

  .services-section .panel p,
  .panel a {
    display: block;
  }
}















.about-section {
  background-color: #ffffff;
}

/* Badge */
.about-section .about-badge {
  padding: 6px 18px;
  border: 1px solid #b9e7d0;
  border-radius: 25px;
  font-size: 14px;
  color: #1c9a6a;
  background: #f9fffc;
}

/* Title */
.about-section .about-title {
  font-size: 52.8px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}

.about-section .about-title span {
  color: #ec6d20 !important;
}

/* Text */
.about-section .about-text {
  font-size: 15px !important;
  line-height: 1.8;
  color: #000;
}

/* Image */
.about-section .about-image {
  border-radius: 6px;
  max-height: 420px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
  .about-section .about-title {
    font-size: 34px !important;
  }
}

@media (max-width: 576px) {
  .about-section .about-title {
    font-size: 28px !important;
  }

  .about-section.about-text {
    font-size: 14px !important;
  }
}








/* Section */








.theme-orange {
    display: inline-block;
    background: linear-gradient(
        135deg,
        #FF8A3D 0%,
        #F36A21 100%
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}
.section-title h4{
  font-size: 2.3em!important;
  font-family: 'DM Sans', serif;
  line-height:1.2;
}




.badge-pill {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #b9e3cc;
  border-radius: 30px;
  color: #2ca76f;
  font-size: 14px;
}











/* Mobile */
@media (max-width: 768px) {
  .main-title {
    font-size: 28px;
  }
}

.custom-dots {
  position: relative;
  margin-top: 35px;
}

.custom-dots button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #f57c20 !important;
  opacity: 1;
  margin: 0 6px;
  border: none;
}

.custom-dots .active {
  background-color: #f3aa8b;
  width: 22px;
  border-radius: 20px;
}
.home-blog{
  padding: 30px 0;
}
.home-blog .cta-btn {line-height:normal;}
.home-blog .cta-btn span{text-decoration:underline;font-weight:400;}
@media (max-width: 991px) {
    .portfolio-section .portfolio-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}
@media (max-width: 767px) {
    .portfolio-section .portfolio-container {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }
    .home-faq .right-content{
      margin-bottom: 30px;
    }
}
