html {
  scroll-behavior: smooth;
}


body {
    background-color: black !important;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box !important;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.hero-section {
    position: relative;
    overflow: visible;
    padding-bottom: 20vh;
    color: white;
    padding: 40px 0;
}


.md-btn {
    font-size: 22px;
    line-height: 31px;
    color: #2E3538;
    margin-left: -40px !important;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.pr-btn:hover,
.md-btn:hover {
    background-color: #fff2ed9d; /* Change to your brand color */
    color: black;
    border-color: #f45d22;
    box-shadow: 0 6px 12px rgba(244, 93, 34, 0.3);
    transform: translateY(-2px);
}
a.md-btn {
  text-decoration: none;
}
.btn-modern {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.btn-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #00f0ff, #ff00c8, #ffd500, #00ff95, #00f0ff);
  background-size: 300% 300%;
  border-radius: 50px;
  padding: 2px;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderRun 4s linear infinite;
  z-index: -1;
  opacity: 0; /* ✅ Hide by default */
  transition: opacity 0.3s ease; /* ✅ Smooth fade-in */
}




.btn-modern:hover::before {
  opacity: 1;
}

/* Rolling Text Effect */
.btn-text-wrapper {
  display: inline-block;
  height: 1.4em;
  overflow: hidden;
  position: relative;
}

.btn-text {
  display: block;
  transition: transform 0.4s ease;
}

.btn-text.top {
  transform: translateY(0%);
}

.btn-text.bottom {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(0%);
}

/* On Hover - Move both texts */
.btn-modern:hover .btn-text.top {
  transform: translateY(-100%);
}

.btn-modern:hover .btn-text.bottom {
  transform: translateY(-100%);

}
/* Arrow slide */
.arrow-icon {
  transition: transform 0.3s ease;
}

.btn-modern:hover i {
  transform: translateX(6px);
}

/* Border animation */
@keyframes borderRun {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.in-btn {
    font-size: clamp(18px, 2vw, 22px);
    line-height: clamp(24px, 2.5vw, 31px);
    color: #2E3538;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 0;
    /* Default for most screens */
}
@media (max-width: 1024px) {
.md-btn{
    margin-left:  5px !important;
}
}

@media (min-width: 1440px) {
    .in-btn {
        margin-left: -65px;
    }
}

@media (min-width: 800px) and (max-width: 1439px) {
    .in-btn {
        margin-left: -20px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 0px 0;
    }

    .md-btn {
        margin-left: 0px !important;
        font-size: 25px;
    }

}

.navbar img {
    width: 120px;
    height: 30.3px;
    margin-top: 5px;
    margin-right: 30px;
    object-fit: contain;
}

@media (max-width: 992px) {
    .navbar img {
        width: 120px;
        height: auto;
        margin-top: 20px;
        margin-left: 15px;
    }
}

@media (max-width: 576px) {
    .navbar img {
        width: 115px;
        height: auto;
        margin-top: 17px;
        margin-left: 0px;
    }
}
.animated-navbar {
  opacity: 0;
  transform: translateY(-50px);
  animation: slideDown 0.8s ease-out 0.2s forwards;
}

/* Keyframes for slideDown */
@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.custom-image {
    position: absolute;
    bottom: -12%;
    right: 0%;
    width: 31%;
    max-width: 31%;
    height: 500px;
    border-radius: 20px;
    object-fit: cover;

}
.custom-about-img {
    position: absolute;
    bottom: -20%;
    right: 0%;
    width: 28%;
    max-width: 28%;
    height: 460px;
    border-radius: 20px;
    object-fit: cover;

}
.fade-in {
  opacity: 0;
  animation: fadeIn 1.2s ease-in forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.zoom-hover {
  transition: transform 0.3s ease;
  cursor: pointer;
}

/* Zoom on hover and active */
.zoom-hover:hover,
.zoom-hover:active,
.zoom-hover.touch-zoom {
  transform: scale(1.08);
}

@media (max-width: 1024px) {
    .custom-image {
        width: 35%;
        max-width: 38%;
        bottom: -10%;
        height: 400px;
        right: 0;
    }
    .custom-about-img{
         width: 33%;
        max-width: 38%;
        bottom: -10%;
        height: 400px;
        right: 0;
    }
}

@media (max-width: 768px) {
    .custom-image {
        position: relative;
        bottom: 0;
        right: 0;
        width: 70%;
        max-width: 45%;
        height: 340px;
        margin: 0 auto;
        display: block;
    }
     .custom-about-img {
        position: relative;
        bottom: 0;
        right: 0;
        width: 70%;
        max-width: 45%;
        height: 340px;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 576px) {
    .custom-image {
        width: 65%;
        max-width: 65%;
        height: 280px;
    }
     .custom-about-img {
        width: 65%;
        max-width: 65%;
        height: 280px;
    }
}

@media (max-width:468px) {
    .md-btn {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width:376px) {
    .custom-image {
        width: 90%;
        max-width: 90%;
        height: 250px;
    }
     .custom-about-img {
        width: 90%;
        max-width: 90%;
        height: 250px;
    }
}

.custom-button {
    font-size: 20px;
    width: 220px;
    margin-left: -80px;
}


@media (max-width: 768px) {
    .custom-button {
        margin-left: 0;
        margin-bottom: 40px;

    }
}

@media (max-width: 576px) {
    .custom-button {
        display: block;
        margin: 20px auto 50px auto;
    }
}

.navbar img {
    width: 145px;
    height: 31px;
    object-fit: contain;
}

@media (max-width: 576px) {
    .navbar img {
        width: 125px;
        height: auto;
    }
}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.navbar-nav .nav-link {
  position: relative;
  transition: all 0.3s ease;
  color: white !important;
  white-space: nowrap;
  display: inline-block;
  padding-bottom: 5px;
}

/* Add a hidden underline for all links */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: white;
  transform: translateX(-50%);
  transition: width 0.4s ease;
}

/* Animate on hover/focus/active */
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:focus::after,
.navbar-nav .nav-link.active::after {
  width: 60%;
}

  
@media (max-width: 992px) {
    .navbar-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }

    .navbar-collapse {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .navbar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar-toggler {
        display: block;
        margin-left: auto;
        font-size: 0.9rem;
        position: absolute;
        right: 0;
        top: 30px;

    }

    .navbar-toggler-icon {
        width: 1.6em;
        height: 1.6em;
    }



    .navbar-collapse {
        width: 100%;
        text-align: center;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: center;
        width: 100%;
        font-size: 0.8rem;
        text-align: center;
    }

    .navbar-nav .nav-link {
        width: 100%;
        text-align: center;
        font-size: 1.1rem !important;
        padding: 6px 0;
        margin-top: 30px;
    }

    .nav-btn {
        margin-top: 15px;
    }
}

.about-content p {
    color: #444;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
}
.about-content p {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 0.8s ease-out forwards;
}

.about-content p:nth-of-type(1) {
  animation-delay: 0.2s;
}

.about-content p:nth-of-type(2) {
  animation-delay: 0.4s;
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.tr {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.iti {
  width: 100%;
  display: block;
}

.iti input {
  width: 100%;
  box-sizing: border-box; 
   padding-left: 110px !important;
}
.snake-text {
  display: inline-flex;
  gap: 1px;
  overflow: hidden;
}

.snake-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: snakeLetter 0.6s ease forwards;
}

@keyframes snakeLetter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-learn-more {
    background-color: #f45d22;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 25px;
    border: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.btn-learn-more:hover {
    background: #d75329;
    color: #000000 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.image-container {
    width: 100%;
    max-width: 455px;
    height: auto;
    aspect-ratio: 455 / 490;
    border-radius: 27px;
    overflow: visible !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: inline-block;
}

.image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 27px !important;
    position: relative;
    z-index: 1;

}



.hero-highlight {
    color: #DB5A1E;
}
.btn-today{
background: white;
color: #F86635;
font-size: 26px;
font-weight: 500;
text-decoration: none;
}
.btn-today:hover{
   background: white; 
    color: #000000 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.hero-image img {
    border-radius: 15px;
    max-width: 100%;
}

.container {
    max-width: 1400px;
}

.row {
    margin: 0;
}

.orange-circle {
    position: absolute;
    width: 350px;
    height: 350px;
    background: #F86635;
    border-radius: 50%;
    top: 70%;
    left: -200px;
    transform: translateY(-50%);
    z-index: 0;
}

.card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.card.card-animate {
  opacity: 1;
  transform: translateY(0);
}
.card:nth-child(1) { transition-delay: 0.1s; }
.card:nth-child(2) { transition-delay: 0.2s; }
.card:nth-child(3) { transition-delay: 0.3s; }
.card:nth-child(4) { transition-delay: 0.4s; }
.card:nth-child(5) { transition-delay: 0.5s; }
.card:nth-child(6) { transition-delay: 0.6s; }
.card:nth-child(7) { transition-delay: 0.7s; }



/* Smooth dimming */
.card.dimmed {
  opacity: 0.3;
  transform: scale(0.97);
  filter: blur(0.3px); /* optional for subtle depth effect */
  transition: all 0.4s ease;
}

/* Smooth hover focus */
.card.hovered {
  opacity: 1 !important;
  transform: scale(1.05);
  z-index: 2;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

@media (max-width: 1024px) {
    .card-badge .col-lg-3 {
        flex: 1 1 48%;
        max-width: 48%;
    }

    .orange-circle {
        width: 280px;
        height: 280px;
        top: 84%;
        left: -160px;
    }
}

@media (max-width: 768px) {
    .card-badge .col-lg-3 {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .orange-circle {
        width: 250px;
        height: 250px;
        top: 95%;
        left: -120px;
    }

}
.card-heading {
  min-height: clamp(50px, 7vw, 90px); /* Less on small screens */
}

.card-paragraph {
  min-height: clamp(50px, 6vw, 72px); /* Less on small screens */
}

@media (max-width: 768px) {
  .card-heading {
    min-height: clamp(40px, 5vw, 70px);
  }

  .card-paragraph {
    min-height: clamp(40px, 4.5vw, 60px);
  }
}


@media (max-width: 480px) {
    .orange-circle {
        width: 200px;
        height: 200px;
        top: 93.34%;
        left: -110px;
    }
}

.hp {
    font-size: clamp(28px, 4vw, 40px);
    line-height: clamp(40px, 5vw, 57px);
    color: #2E3538;

}

.hk {
    font-size: clamp(18px, 3vw, 26px);
    line-height: clamp(28px, 4vw, 37px);
    margin-top: 25px;
    font-weight: 400;
    color: #2E3538;

}

.stats-box {
    padding: 30px;
    background-color: white;
    /* visible background */
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    min-height: 150px;
    max-width: 320px;
    width: 100%;
}
/* Fade and slide animation */
.stats-box {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.stats-box.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: staggered delay for smooth cascade */
.stats-box:nth-child(1) { transition-delay: 0.1s; }
.stats-box:nth-child(2) { transition-delay: 0.2s; }
.stats-box:nth-child(3) { transition-delay: 0.3s; }


.stats-box:hover {
  transform: translateY(-5px) scale(1.02);
  transition: transform 0.3s ease;
}


.hp {
    font-size: clamp(28px, 4vw, 40px);
    line-height: clamp(40px, 5vw, 57px);
    color: #2E3538;
    font-weight: 500;
    margin: 0;
}

.hk {
    font-size: clamp(18px, 3vw, 26px);
    line-height: clamp(28px, 4vw, 37px);
    margin-top: 10px;
    font-weight: 400;
    color: #2E3538;
    white-space: nowrap;
}

.responsive-img {
    width: 60px;
    height: auto;
    margin-left: 15px;
}

@media (max-width: 1024px) {
    .responsive-img {
        max-width: 60px;
        height: auto;
        display: block;
        position: absolute;
        top: 35px;
        right: 10px;
    }
}

@media (max-width: 768px) {
    .stats-box {
        flex-direction: column;
        padding: 20px;
    }

    .responsive-img {
        position: static;
        margin-bottom: 10px;
    }

    .text-center {
        text-align: center !important;
    }
}


.responsive-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-paragraph {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    width: 70%;
    color: #fff;
    margin: 30px auto 0;
}

@media (max-width: 992px) {
    .home-paragraph {
        width: 90%;
        font-size: 22px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .home-paragraph {
        width: 100%;
        font-size: 20px;
        line-height: 38px;
        padding: 0 15px;
    }

    .features-box {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .home-paragraph {
        font-size: 18px;
        line-height: 32px;
    }
}



.text-content {
    text-align: left;
    margin-right: 20px;
}

.content-wrapper {
    background-color: #2E3538;
    color: white;
    max-width: 1410px;
    margin: 0 auto;
    padding: 25px;
    font-size: 25px;

}

.btn-lg:hover {
    color: #f45d22;
}

@media (max-width: 576px) {
    .arrow-icon {
        font-size: 1.5rem !important;
        margin: 5px !important;
    }

    .badge {
        font-size: 0.9rem !important;
        padding: 5px 10px !important;
    }

    h4 {
        font-size: 1rem !important;
    }
}

.border-orange {
    border-color: #FF6B00 !important;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: lightgray;
    border-radius: 50%;
    display: inline-block;
    transition: background 0.3s ease;
}

.dot.active {
    background-color: #FF6B00;
}

@media (max-width: 576px) {
    .author-comment {
        font-size: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
}

.author-comment span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.badge-custom {
    background-color: #FF6F3C;
    color: white;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    min-width: 50px;
}

.form-control {
    background-color: #f5f5f5;
    border: none;
    font-size: 26px !important;
    font-weight: 400;
    padding: 20px 20px;
    line-height: 38px;
}


.job-container {
    display: grid;
    grid-template-columns: 1fr 3fr auto;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    gap: 20px;
    flex-wrap: wrap;
    /* only if switching to flex on smaller screens */
    overflow-wrap: break-word;
}

.job-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 250px;
    margin-bottom: 20px;
    margin-left: 25px;
}

.job-description {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 60px;
    word-break: break-word;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    width: 750px;
}

.course-heading {
    font-size: clamp(16px, 2vw, 22px);
    line-height: clamp(26px, 2.5vw, 32px);
    color: #2E3538;
}

.course-subheading {
    font-weight: 400;
    font-size: clamp(18px, 2.2vw, 24px);
    line-height: clamp(28px, 3vw, 35px);
    color: #F86635;
    margin-top: 5px;
}

.apply-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    margin-right: 30px;
}

.apply-btn button {
    font-weight: 500;
    font-size: 24px;
    line-height: 34.68px;
    color: #F86635;
    border: 2px solid #F86635;
    background: transparent;
    border-radius: 50px;
    padding: 12px 32px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    flex-shrink: 1;
    white-space: nowrap;
}

.apply-btn button:hover {
    background: #F86635;
    color: white;
}


@media (max-width: 768px) {

    .apply-btn button {
        font-size: 20px;
        padding: 10px 28px;
    }

    .job-info {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .apply-btn button {
        font-size: 16px;
        padding: 8px 24px;
    }
}

@media (max-width: 1250px) and (min-width: 1025px) {
    .job-description {
        width: auto;
        font-size: 18px;
        line-height: 30px;
    }

    .job-info {
        width: auto;
        margin-left: 15px;
    }

    .apply-btn button {
        font-size: 18px;
        padding: 10px 24px;
    }

    .apply-btn {
        margin-right: 15px;
        justify-content: flex-end;
        /* Or center if needed */
        flex-wrap: wrap;
    }

    .job-container {
        grid-template-columns: 1fr 2fr 1fr;
        gap: 15px;
        padding: 10px;
    }
}

@media (max-width: 1024px) {
    .form-control {
        font-size: 22px !important;
    }

    .job-container {
        grid-template-columns: 1fr 2fr 1fr;
        gap: 10px;
        padding: 10px;
        overflow: hidden;
    }

    .job-info {
        width: auto;
    }

    .job-description {
        width: auto;
        font-size: 18px;
        line-height: 30px;
    }

    .apply-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .apply-btn button {
        font-size: 18px;
        padding: 10px 20px;
        white-space: nowrap;
        max-width: 100%;
    }

    .home-paragraph {
        text-align: center;
        width: 80%;

    }
}

@media (max-width: 768px) {
    .job-container {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 10px;
    }

    .job-info,
    .job-description,
    .apply-btn {
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 480px) {

    .job-description,
    .job-info {
        font-size: 15px;
    }

    .apply-btn {
        margin-top: 10px;
    }

    .image-container img {
        width: 272px;
        height: 250px;
        border-radius: 20px;
        object-fit: cover;
    }
}

.btn-custom {
    background-color: #ff6b35;
    color: white;
    font-weight: 600;
    font-size: clamp(16px, 2vw, 24px);
    line-height: clamp(24px, 3vw, 34.68px);
    border: none;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background: #d75329;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.email-box {
    max-width: 1000px;
    width: 100%;
}

.email-box input {
    flex: 1;
    min-width: 200px;
    font-size: clamp(14px, 2vw, 18px);
    padding: clamp(10px, 2vw, 16px);
}

.email-box button {
    width: clamp(170px, 35%, 275px);
    min-width: 150px;
    white-space: nowrap;
    padding: clamp(15px, 3vw, 24px);
}


.testimonial-box {
    background: #2E3538;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    position: relative;
    max-width: 630px;
}

/* Initial hidden state */
.testimonial-box {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

/* When visible */
.testimonial-box.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: Add a bit of entrance delay for staggered effect */
.swiper-slide:nth-child(1) .testimonial-box { transition-delay: 0.1s; }
.swiper-slide:nth-child(2) .testimonial-box { transition-delay: 0.2s; }
.swiper-slide:nth-child(3) .testimonial-box { transition-delay: 0.3s; }


.orange-frame {
    flex-shrink: 0;
    width: 170px;
    height: 155px;
    border-radius: 15px;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DB5A1E;
    margin-right: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-15%, -50%);
    z-index: 1;
}

.testimonial-img {
    width: 170px;
    height: 162px;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    transform: translate(-5%, -7%);
    z-index: 2;
}

.testimonial-content {
    flex-grow: 1;
    margin-left: 140px;
}

.quote-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.testimonial-text {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #fff;
}

.testimonial-name {
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    margin-left: 35px;
    margin-top: 25px;
}

@media (max-width: 992px) {
    .testimonial-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 25px;
    }

    .orange-frame {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .testimonial-img {
        width: 90px;
        height: 90px;
    }

    .testimonial-content {
        margin-left: 0;
    }

    .testimonial-text {
        font-size: 18px;
        line-height: 25px;

    }

    .testimonial-name {
        font-size: 18px;
        margin-left: 0;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .testimonial-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
        max-width: 100%;
        padding: 20px;
    }

    .orange-frame {
        width: 120px;
        height: 120px;
        position: relative;
        left: 0;
        top: 30px;
        transform: translate(-10%, );
        margin: 0 auto 15px;
    }

    .testimonial-content {
        margin-left: 0;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 25px;
    }

    .testimonial-img {
        transform: translate(-5%, -6%);
        width: 120px;
        height: 120px;
    }

    .testimonial-name {
        font-size: 16px;
        margin-left: 0;
        line-height: 20px;
    }

    .image-container img {
        width: 320px;
        height: 300px;
        border-radius: 20px;
        object-fit: cover;
    }

    .about-content p {
        font-size: 18px;
        line-height: 26px;
    }
}

.custom-button {
    font-size: 20px;
    width: 220px;
    margin-left: -80px;
}

@media (max-width: 768px) {
    .custom-button {
        margin-left: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .custom-button {
        display: block;
        margin: 20px auto 50px auto;
    }

    .about-content p {
        font-size: 16px;
        line-height: 22px;
    }

}

.custom-heading {
    font-size: 60px;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: 0%;
    margin-left: -20px;
    text-align: center;
}

.custom-paragraph {
    font-size: 24px;
    line-height: 44px;
    font-weight: 400;
    font-family: 'jost', sans-serif;
    text-align: center;
    width: 80%;
    margin-left: 100px;
}

@media (max-width: 1200px) {
    .custom-heading {
        font-size: 55px;
        margin-left: -30px;
    }

    .custom-paragraph {
        font-size: 22px;
        margin-left: 0px;
        line-height: 40px;
    }

    .span-growth {
        font-size: 55px;
        line-height: 65px;
    }

    .jost-paragraph {
        font-size: 22px;
        line-height: 40px;
        text-align: center;
        margin: 20px auto 0;
        max-width: 90%;
    }
}

@media (max-width: 992px) {
    .custom-heading {
        font-size: 50px;
        margin-left: -20px;
        text-align: center;
    }

    .custom-paragraph {
        font-size: 20px;
        margin-left: 0;
        line-height: 38px;
        text-align: center;
    }

    .btn {
        margin-right: 0;
        display: block;
        text-align: center;
        margin: 20px auto;
    }
}

@media (max-width: 768px) {
    .custom-heading {
        font-size: 42px;
        margin-left: 0;
        text-align: center;
    }

    .custom-paragraph {
        font-size: 18px;
        margin: 0 auto;
        line-height: 34px;
        text-align: center;
        max-width: 90%;
    }

    .btn {
        font-size: 20px;
        padding: 12px 35px;
        margin: 20px auto;
        display: block;
        text-align: center;
    }

    .row {
        flex-direction: row;
    }

    .col-lg-5 {
        margin-top: 30px;
    }

    .card-badge {
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 576px) {
    .custom-heading {
        font-size: 36px;
        line-height: 48px;
        text-align: center;
        margin-left: 0;
    }

    .custom-paragraph {
        font-size: 16px;
        line-height: 28px;
        margin: 0 auto;
        text-align: center;
        max-width: 85%;
    }

    .btn {
        font-size: 18px;
        padding: 10px 30px;
        margin: 20px auto;
        display: block;
        text-align: center;
    }

    .col-lg-5 {
        margin-top: 40px;
    }

    .container {
        padding: 0 15px;
    }
}

.custom-badge {
    font-family: 'poppins' sans-serif;
    width: 50px;
    height: 50px;
    background-color: #F86635;
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 36;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box {
    padding: 30px;
    border-top: 3px solid #f5f5f5;
    border-right: 3px solid #f5f5f5;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.feature-title {
    font-weight: 500;
    font-size: 30px;
    color: #2E3538;
    text-align: left;
    margin-left: -60px;
}

.feature-text {
    font-weight: 400;
    font-size: 24px;
    color: #2E3538;
    margin-top: 20px;
    max-width: 310px;
    text-align: left;
    margin-left: -60px;
}

.icon {
    position: absolute;
    top: 10px;
    right: 15px;
}

.feature-icon {
    width: 90px;
    height: 90px;
}
.feature-box:hover .feature-icon {
    animation: bounce 1s ease infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}
.pulse-once {
    animation: pulse 0.8s ease;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}


@media (max-width: 1200px) {
    .row {
        width: 100% !important;
    }

    .feature-text {
        margin-left: -25px;
    }

    .feature-title {
        margin-left: -25px;
    }

}

@media (max-width: 992px) {
    .feature-box {
        flex-direction: row;
        padding: 20px;
    }

    .icon {
        position: static;
    }

    .feature-title {
        font-size: 22px;

    }

    .feature-text {
        font-size: 20px;
        line-height: 30px;
    }

    .feature-icon {
        width: 80px;
        height: 80px;
    }
}


@media (max-width: 768px) {
    .feature-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-title,
    .feature-text {
        text-align: center;
        margin-left: auto;
    }

    .col-12 {
        width: 100%;
    }

    .feature-title {
        font-size: 20px;
    }

    .feature-text {
        font-size: 18px;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
    }
}


@media (max-width: 576px) {
    .feature-title {
        font-size: 26px;
    }

    .feature-text {
        font-size: 20px;
        max-width: 100%;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
    }
}

.content-wrapper {
    overflow: hidden;
}

.content-wrapper1 {
    background-color: #2E3538;
    color: white;
    max-width: 1410px;
    margin: 0 auto;
    padding: 25px;
    font-size: 25px;
}

.circle {
    width: 100px;
    height: 100px;
    background-color: #2E3538;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    z-index: 10;
}

.s-circle {
    width: 100px;
    height: 100px;
    background-color: #F86635;
    border-radius: 50%;
    position: absolute;
    bottom: 230px;
    right: -75px;
    z-index: 10;
}

.cn-circle {
    width: 100px;
    height: 100px;
    background-color: #F86635;
    border-radius: 50%;
    position: absolute;
    top: 220px;
    right: -85px;
    z-index: 10;
}

@media (min-width: 1200px) {
    .circle {
        width: 100px;
        height: 100px;
        right: -50px;
    }
}

@media (max-width: 1199px) {
    .s-circle {
        width: 80px;
        height: 80px;
        right: -75px;
    }

    .circle {
        width: 100px;
        height: 100px;
        right: -50px;
    }

    .cn-circle {
        width: 80px;
        height: 80px;
        right: -80px;
    }
}

@media (max-width: 768px) {
    .s-circle {
        width: 60px;
        height: 60px;
        right: -65px;
    }

    .circle {
        width: 80px;
        height: 80px;
        right: -50px;
    }

    .cn-circle {
        width: 60px;
        height: 60px;
        right: -70px;
    }
}

@media (max-width: 480px) {
    .s-circle {
        width: 50px;
        height: 50px;
        right: -55px;
    }

    .circle {
        width: 70px;
        height: 70px;
        right: -50px;
    }

    .cn-circle {
        width: 50px;
        height: 50px;
        right: -60px;
    }
}

.container {
    max-width: 1400px;
    width: 100%;
    height: 100%;
}

.container {
    padding: 0;
    margin: 0;
}


.row {
    margin: 0;
}

.col-12 {
    padding: 1px;
}

@media (max-width: 480px) {
    .feature-box {
        padding: 15px;
    }

    .feature-title {
        font-size: 18px;
    }

    .feature-text {
        font-size: 16px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 768px) {
    .row {
        display: flex;
        justify-content: center !important;
    }

    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card {
        margin: 10px auto;
    }
}


/* .footer-section {
    background-color: #2E3538;

}

.footer-section p,
.footer-section a,
.footer-section li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}

.footer-section a {
    text-decoration: none;
    color: #ffffff;
}

.footer-section a:hover {
    text-decoration: underline;
} */

/* Base fade-up animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.footer-animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Link underline animation */
footer a {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}

footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}

footer a:hover::after {
  width: 100%;
}

/* Icon hover bounce */
footer i {
  transition: transform 0.3s ease;
}

footer a:hover i {
  transform: scale(1.2);
}

.footer-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-icon {
    width: 35px;
    height: 35px;
}

.footer-bottom {
    background-color: #2E3538;
    border-color: rgba(255, 255, 255, 0.1);
}

.footer-circle {
    width: 200px;
    height: 200px;
    background-color: #F15A29;
    position: absolute;
    bottom: -100px;
    right: 0;
    border-top-left-radius: 100%;
    z-index: 0;
}

@media (max-width: 768px) {
    .footer .col-12.col-sm-6.col-md-3:first-child {
        text-align: left;
        margin-bottom: 20px;
    }

    .footer .col-6 {
        width: 48%;
        text-align: left;
    }

    .footer .col-12.col-sm-6.col-md-3:last-child {
        text-align: left;
        margin-top: 20px;
    }

    .footer .col-12 p {
        max-width: 500px;
        margin: 0 auto;
    }

    .footer .d-flex {
        justify-content: flex-start;
        gap: 15px;
    }

    .footer ul {
        padding-left: 0;
        list-style: none;
    }

    .footer ul li {
        margin-bottom: 10px;
    }

    .footer .email-link {
        display: inline-block;
        word-break: break-word;
    }

    .footer .copyright-text {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin-top: 10px;
    }
}

footer {
    font-family: 'Poppins', sans-serif;
}

.footer-description {
    font-family: 'Jost', sans-serif;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: clamp(22px, 2vw, 24px);
    font-weight: 400;
    color: #f8f9fa;
}

.span-growth {
    font-size: 60px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: 0%;
}

.jost-paragraph {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: 20px auto 0;
    max-width: 90%;
}

.pr-btn {
    font-size: 22px;
    line-height: 45px;
    color: #000000;
    font-weight: 500;
    align-items: center;
    display: inline-block;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-left: -70px;
}

@media (max-width: 768px) {
    .pr-btn {
        font-size: 20px;
        line-height: 40px;
        padding: 10px 20px;
        margin-left: -30px;
    }
}

@media (max-width: 480px) {
    .pr-btn {
        font-size: 18px;
        line-height: 35px;
        padding: 8px 16px;
        margin-left: 0;
        width: 100%;
        text-align: center;
        display: block;
    }
}

@media (max-width: 768px) {
    .span-growth {
        font-size: 50px;
        line-height: 55px;
    }

    .jost-paragraph {
        font-size: 20px;
        line-height: 40px;
        margin: 15px auto 0;
    }
}

@media (max-width: 480px) {
    .span-growth {
        font-size: 35px;
        line-height: 45px;
    }

    .jost-paragraph {
        font-size: 18px;
        line-height: 35px;
        margin: 40px auto 0;
    }
}

.projects-container {
    display: flex;
    gap: 53px;
    flex-wrap: wrap;
    justify-content: center;
}

.project-card {
    position: relative;
    width: clamp(300px, 90%, 410px);
    height: auto;
    max-height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.project-image {
    width: 100%;
    height: 400px;
    max-height: 410px;
    object-fit: cover;
    display: block;
}

.orange-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F26722;
    color: white;
    width: clamp(250px, 81%, 332px);
    height: auto;
    min-height: 80px;
    max-height: 95px;
    padding: 15px;
    text-align: left;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.orange-box-mid {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F26722;
    color: white;
    width: clamp(250px, 88%, 359px);
    height: auto;
    min-height: 80px;
    max-height: 95px;
    padding: 15px;
    text-align: left;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.orange-boxp1 {
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0%;
    margin: 0;
    word-wrap: break-word;
}

.orange-boxp2 {
    font-size: clamp(16px, 2vw, 19px);
    line-height: 23px;
    font-weight: 400;
    margin-top: 3px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    background: gray;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}

.dot.active {
    background: black;
}

@media (max-width: 1024px) {
    .projects-container {
        gap: 30px;
    }

    .orange-box,
    .orange-box-mid {
        width: 333px;
        padding: 10px;
        min-height: 75px;
        max-height: 85px;
        text-align: start;
    }

    .orange-box {
        width: 305px;
        padding: 10px;
        min-height: 75px;
        max-height: 85px;
        text-align: start;
    }
}

@media (max-width: 480px) {
    .projects-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .project-card {
        max-width: 350px;
        width: 90%;
        height: auto;
    }

    .project-image {
        max-height: 250px;
    }

    .orange-box,
    .orange-box-mid {
        width: 235px;
        padding: 10px;
        min-height: 55px;
        max-height: 55px;
        text-align: start;
    }

    .orange-box {
        width: 215px;
        padding: 10px;
        min-height: 55px;
        max-height: 55px;
        text-align: start;
    }

    .orange-boxp1 {
        font-size: 14px;
        line-height: 1;
        margin-top: 15px;


    }

    .orange-boxp2 {
        font-size: 13px;
        line-height: 1;
        margin-top: 6px;
    }
}


.section-title {
    font-size: 28px;
    line-height: 50px;
    font-weight: 500;
}

.section-subtitle {
    font-size: 28px;
    line-height: 50px;
    font-weight: 500;
    color: #2E3538;
}

@media (max-width: 1024px) {

    .section-title,
    .section-subtitle {
        font-size: 26px;
        line-height: 45px;
    }
}

@media (max-width: 768px) {

    .section-title,
    .section-subtitle {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {

    .section-title,
    .section-subtitle {
        font-size: 22px;
        line-height: 35px;
    }
}

.services-span-growth {
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    margin-left: 30px;
}

@media (max-width: 1200px) {
    .services-span-growth {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 992px) {
    .services-span-growth {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 768px) {
    .services-span-growth {
        font-size: 38px;
        line-height: 45px;
        margin-left: auto;
    }
}

@media (max-width: 576px) {
    .services-span-growth {
        font-size: 32px;
        line-height: 40px;
        margin-left: auto;
    }
}

.services-jost-paragraph {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: 20px auto 0;
    max-width: 80%;
}

@media (max-width: 992px) {
    .services-jost-paragraph {
        font-size: 22px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .services-jost-paragraph {
        font-size: 20px;
        line-height: 36px;
    }
}

@media (max-width: 576px) {
    .services-jost-paragraph {
        font-size: 18px;
        line-height: 30px;
        max-width: 100%;
    }
}

@media (max-width: 992px) {


    .col-lg-5 {
        width: 80%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .col-lg-5 {
        width: 90%;
    }
}

@media (max-width: 576px) {
    .col-lg-5 {
        width: 100%;
    }
}

.custom-service-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
}

.col-md-6.col-lg-6 {
    max-width: 48%;
    /* gives spacing room */
    flex: 0 0 48%;
}

@media (max-width: 767px) {
    .custom-service-row {
        gap: 20px;
    }
}


.card-custom {
    border-radius: 20px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;

}

.icon-wrapper {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.icon-circle {
    width: 90px;
    height: 90px;
    background: #2E3538;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-image {
    width: 55px;
    height: 45px;
}

.text-container {
    padding-top: 40px;
    padding-bottom: 20px;
    flex-grow: 1; /* 🔥 makes it stretch to fill space */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
}

.service-card-heading {
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 500;
    line-height: 1.4;
    color: #F86635;
    text-align: center;
    min-height: 48px;
}

.service-sub-header {
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 500;
    color: #2E3538;
    line-height: 1.3;
    text-align: center;
    margin: 20px;
    min-height: 40px;

}

.service-paragraph {
    line-height: 1.8;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    color: #2E3538;
    text-align: start;
    margin-left: 10px;
    margin-bottom: 0;
  flex-grow: 1;
  min-height: 100px;
}
.mt-custom1 {
  margin-top: clamp(18px, 4vw, 27px);
}

.mt-custom3 {
  margin-top: clamp(18px, 4vw, 49px);
}
.ai-subtitle {
  font-family: 'Jost', sans-serif;
  font-weight: 500; /* Medium */
  font-size: 20px;
  color: rgba(0, 0, 0, 0.48); /* 48% black */
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
}


.service-btn {
    font-weight: 600;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    background: #F86635;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
}

.service-4-btn {
    font-weight: 600;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    background: #F86635;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
}

.service-4-btn:hover {
    background-color: #e65a2c;
}

.service-btn:hover {
    background-color: #e65a2c;
}

.service-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: clamp(24px, 4vw, 40px);
    line-height: 1.2;
    text-align: center;
    color: #2E3538;
}

.our-services-container {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.service-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    min-height: 100%;
}

@media (width: 1024px) {
    .service-sub-header {
        margin-top: 55px;
    }

    .service-paragraph {
        margin-top: 30px;
    }

    .service-4-btn {
        margin-top: 25px;
    }

}

.hero-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url('./asset/banner1.avif') center/cover no-repeat;
    min-height: 300px;
    width: 100%;
    padding: 20px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 80%;
    
}

.hero-content h1 {
    font-size: clamp(28px, 5vw, 50px);
    line-height: 1.7;
    margin: 0 auto;
}


.overcome-btn {
    font-weight: 600;
    font-size: clamp(18px, 2vw, 26px);
    line-height: 1.5;
    background: #F86635;
    color: #fff;
    padding: 20px 28px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.overcome-btn:hover {
    background: #d75329;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.content {
    background-color: #343a40;
    color: white;
    max-width: 1410px;
    margin: 0 auto;
 
}


@media (max-width: 1024px) {
    .hero-content {
        max-width: 90%;
    }

    .hero-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .hero-content {
        max-width: 95%;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .overcome-btn {
        font-size: 20px;
        padding: 10px 20px;
    }
}

@media (max-width: 1024px) {

    .col-md-6 {
        min-width: 100% !important;
        max-width: 600px;
    }
}

@media (max-width: 992px) {
    .custom-service-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .col-md-6 {
        min-width: 100% !important;
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .icon-wrapper {
        width: 70px;
        height: 70px;
        top: -35px;

    }

    .icon-circle {
        width: 70px;
        height: 70px;
    }

    .icon-image {
        width: 35px;
        height: 35px;
    }

    .service-card-heading,
    .service-sub-header,
    .service-paragraph {
        text-align: center;
    }
}

.features-box {
    background: white;
    color: #2E3538;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
    min-height: 160px;
}

.row>div {
    padding: 10px;
}


.responsiv {
    width: 30%;
    max-width: 60px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

@media (max-width: 768px) {
    .responsiv {
        width: 20%;
        max-width: 50px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .responsiv {
        width: 25%;
        max-width: 45px;
        margin-bottom: 10px;
    }
}


@media (max-width: 576px) {
    .features-box img.responsiv {
        max-width: 60px;
    }

    .hp {
        font-size: 20px;
    }

    .hk {
        font-size: 16px;
    }
}

.background-image {
    background-image: url('./asset/bussines.png');
    background-size: cover;
    background-position: center;
    width: calc(100% + 37px);
    height: 100%;
    min-height: 500px;
    position: absolute;
    top: 0;
    left: -37px;
    bottom: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 50px;
}

.progress-wrapper {
    max-width: 550px;
    margin: 0 auto;
}

.progress {
    height: 8px;
    border-radius: 5px;
    width: 100%;
}

.progress-bar {
    background-color: #f45d22;
    height: 100%;
}


.col-md-6.position-relative {
    height: 100%;
    /* min-height: 500px; */
    position: relative;
    display: flex;
    align-items: center;
}

.overlay p {
    font-size: 26px;
    line-height: 40px;
}



button.hero-highlight {
    font-size: 26px;
    line-height: 37px;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .background-image {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .overlay {
        padding: 40px;
    }

    .overlay p {
        font-size: 22px;
        line-height: 34px;
    }

    .overlay p:nth-child(2) {
        font-size: 20px;
        line-height: 30px;
    }

    button.hero-highlight {
        font-size: 22px;
        line-height: 32px;
        padding: 12px 30px;
    }

    .text-container h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .background-image {
        min-height: 400px;
    }

    .col-md-6.position-relative {
        min-height: 400px;
    }

    .overlay {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 10px;
    }

    .progress-section {
        margin-top: 30px;
    }

    .overlay {
        padding: 30px;
    }

    .overlay p {
        font-size: 20px;
        line-height: 30px;
    }

    .overlay p:nth-child(2) {
        font-size: 18px;
        line-height: 28px;
    }

    button.hero-highlight {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 25px;
    }

    .text-container h3 {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .background-image {
        min-height: 300px;
    }

    .col-md-6.position-relative {
        min-height: 300px;
    }

    .overlay {
        padding: 20px;
    }

    .overlay p {
        font-size: 18px;
        line-height: 28px;
    }

    .overlay p:nth-child(2) {
        font-size: 16px;
        line-height: 26px;
    }

    button.hero-highlight {
        font-size: 18px;
        line-height: 28px;
        padding: 8px 20px;
    }

    .text-container h3 {
        font-size: 18px;
    }
}


.oimg {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}

.values-img {
    width: 455px;
    height: 422px;
    max-width: 100%;
    object-fit: cover;
    transform: scaleX(-1);
    border-radius: 27px !important;

}
.values-section-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.values-section-animate.visible {
  opacity: 1;
  transform: translateY(0);
}


.circle-bg {
    width: 200px;
    height: 200px;
    background-color: #F86635;
    clip-path: circle(50%);
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%) rotate(-96.6deg);
    z-index: 0;
}

@media (max-width: 768px) {
    .values-img {
        width: 100%;
        height: auto;
    }

    .circle-bg {
        width: 120px;
        height: 120px;
        left: 15%;
    }
}

@media (max-width: 992px) {
    .values-img {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .values-img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 425px) {
    .circle-bg {
        display: block;
        width: 100px;
        height: 100px;
        left: 10%;
        top: auto;
        bottom: 10%;
        transform: translate(0, 0) rotate(-96.6deg);
    }
}

.picture-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 498px;
}

.picture-container {
    position: relative;
    width: 100%;
    height: clamp(250px, 40vw, 449px);
    border-radius: 27px;
    overflow: hidden;
    z-index: 1;
}

.picture-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: inset(0 0 0 0 round 27px);
}



.career-p {
    font-weight: 400;
    font-size: clamp(16px, 2vw, 24px);
    line-height: clamp(28px, 3vw, 34.68px);
    letter-spacing: 0%;
    color: #000000;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: left !important;
}

.career-paragraph {
    font-weight: 400;
    font-size: clamp(16px, 2vw, 22px);
    line-height: clamp(24px, 3vw, 31.79px);
    color: #2E3538;
}

.comment-paragraph {
    font-weight: 400;
    font-size: clamp(14px, 1.8vw, 18px);
    line-height: clamp(22px, 2.8vw, 26.01px);
    color: #000000;
}

.comment-head {
    font-weight: 500;
    font-size: clamp(14px, 1.8vw, 18px);
    line-height: clamp(22px, 2.8vw, 26.01px);
    color: #000000;
}

.comment-subhead {
    font-weight: 400;
    font-size: clamp(16px, 2vw, 22px);
    line-height: clamp(24px, 3vw, 31.79px);
    text-align: center;
    color: #FFFFFF;

}

.card-carrer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 200px;
    max-width: 258px;
    min-width: 180px;
}

@media (max-width: 768px) {
    .card-carrer {
        max-height: 160px;
    }
}

@media (max-width: 576px) {
    .card-carrer {
        max-height: 160px;
    }
}

@media (max-width: 400px) {
    .card-carrer {
        max-height: 150px;
        max-width: 230px;
    }
}

.search-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.search-select {
    background-color: #f5f5f5;
    border: none;
    padding: 16px 20px;
    font-size: 18px;
    flex: 1;
    min-width: 280px;
    color: #333;
    outline: none;
    display: flex;
    align-items: center;
}

.search-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: left;
    padding-right: 40px;
    position: relative;
}

.search-select::after {
    content: "▼";
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.search-button {
    background-color: #F86635;
    color: white;
    font-size: clamp(16px, 2vw, 28px);
    font-weight: 500;
    padding: clamp(12px, 2vw, 18px) clamp(30px, 5vw, 80px);
    border-radius: 50px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
    .search-button {
        font-size: 20px;
        padding: 14px 50px;
    }

}

@media (max-width: 768px) {
    .search-button {
        font-size: 18px;
        padding: 18px 80px;
        border-radius: 40px;
    }
}

@media (max-width: 480px) {
    .search-button {
        font-size: 14px;
        padding: 10px 30px;
        width: 100%;
        text-align: center !important;
    }
}

.search-button:hover {
    background-color: #DB5A1E;
    color: #000000;
}

@media (max-width: 480px) {
    .search-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .search-container {
        flex-direction: column;
        gap: 15px;
    }

    .search-input,
    .search-select {
        width: 100%;
        max-width: 100%;
    }
}


.form-text {
    font-size: 250px;
}

.hero-highlights {
    background-color: #F86635;
    color: #fff;
    font-size: clamp(16px, 2.3vw, 23px);
    font-weight: 500;
    line-height: clamp(28px, 4vw, 40px);
    transition: all 0.3s ease-in-out;
}

.hero-highlights:hover {
    background: #d75329;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

@media (max-width:768px) {
    .cim {
        width: 100%;
        max-width: 400px;
        height: 400px;
        margin: 0 auto 20px;
    }

    .card {
        width: 100%;
    }

    .form-control {
        font-size: 18px !important;
    }

    .col-sm-6,
    .col-sm-3,
    .col-sm-9 {
        width: 100%;
    }

    .col-sm-2 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-sm-10 {
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
}


@media (max-width: 1024px) {
    .col-sm-2 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .col-sm-10 {
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2E3538;
    color: white;
    min-height: 100vh;
}

.form-container {
    max-width: 100%;
}

.cim {
    width: 498px;
    height: 730px;
    border-radius: 27px !important;
    object-fit: cover;
    margin-right: 110px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .cim {
        width: 460px;
        height: 700px;
        margin-right: 60px;
    }
}

@media (max-width: 1024px) {
    .cim {
        width: 400px;
        height: 650px;
        margin-right: 40px;
    }
}

@media (max-width: 768px) {
    .cim {
        width: 100%;
        max-width: 400px;
        height: 400px;
        margin: 0 auto 20px;
    }
}



@media (max-width: 576px) {
    .cim {
        width: 100%;
        max-width: 350px;
        height: 300px;
    }

    .form-control {
        font-size: 14px !important;
    }

    .col-4 {
        display: none !important;
    }

    .col-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 426px) {

    .hero-highlights {
        font-size: 25px;
    }
}


.title {
    font-size: clamp(14px, 2vw, 22px);
    font-weight: 500;
    line-height: 1.5;
}

.info {
    font-size: clamp(12px, 1.8vw, 22px);
    font-weight: 400;
    line-height: 1.5;
}

.input-container {
    position: relative;
    display: flex;
    align-items: center;

}

.required-input {
    flex: 1;
    padding-right: 25px;
    font-size: 18px;
}

.input-asterisk {
    position: absolute;
    right: 15px;
    color: #F86635;
    font-size: 18px;
    font-weight: bold;
    pointer-events: none;

}

textarea.required-input {
    padding-right: 25px;
}

.back-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #2E3538;
    border-radius: 50%;
    top: 50%;
    left: 95%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.bck-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #2E3538;
    border-radius: 50%;
    top: 50%;
    left: 92%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.contact-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #2E3538;
    border-radius: 50%;
    top: 40%;
    left: 34%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.img-container {
    position: relative;
    max-width: 455px;
    max-height: 597px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 27px;
    position: relative;
    z-index: 1;
    clip-path: inset(0 round 27px);
}

@media (max-width: 1024px) {
    .img-container {
        max-width: 400px;
        margin-left: 20px;
    }

    .img-container img {
        max-height: 400px;
    }

    .back-circle {
        width: 150px;
        height: 150px;
        left: 90%;
    }

    .bck-circle {
        width: 140px;
        height: 140px;
        left: 85%;
    }

    .contact-circle {
        width: 130px;
        height: 130px;
        left: 38%;
    }
}

@media (max-width: 768px) {
    .img-container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
    }

    .img-container img {
        max-height: 350px;
        border-radius: 20px;
        clip-path: inset(0 round 20px);
    }

    .back-circle {
        width: 120px;
        height: 120px;
        left: 90%;
        top: 50%;
    }

    .bck-circle {
        width: 120px;
        height: 120px;
        left: 83%;
        top: 50%;
    }

    .contact-circle {
        width: 120px;
        height: 120px;
        left: 73%;
        top: 16%;
    }
}

@media (max-width: 480px) {
    .img-container {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .img-container img {
        max-height: 250px;
        border-radius: 15px;
        clip-path: inset(0 round 15px);
    }

    .back-circle {
        width: 80px;
        height: 80px;
        left: 85%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    .bck-circle {
        width: 120px;
        height: 120px;
        left: 85%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;

    }

    .contact-circle {
        display: none;
    }
}
/* Initial state for scroll animation */
.contact-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

/* On scroll into view */
.contact-card.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Hover + tap feedback */
.contact-card:hover,
.contact-card:focus-visible {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* Optional: ripple effect on click */
.contact-card:active {
  transform: scale(0.98);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
    .abot-content {
        display: flex;
        flex-direction: column;
    }

    .abot-title,
    .snake-text-auto {
        text-align: center !important;
        margin-left: -100px;
    }
}

@media (max-width: 1023px) {


    .abot-title,
    .snake-text-auto {
        margin-left: 0;
        text-align: center !important;
    }
}
.floating-image {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}

.floating-image:hover {
  transform: scale(1.03) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
}


@keyframes floatImage {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.snake-text-auto {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: center;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  color: #2E3538;
  overflow: hidden;
}

.snake-text-auto span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: snakeWave 1s ease forwards;
}

@keyframes snakeWave {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.custom-arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-top: 3px solid #2E3538;
    border-right: 3px solid #2E3538;
    position: absolute;
    top: 18px;
    right: 18px;
     transition: transform 0.3s ease;
}

.custom-arrow::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #2E3538;
    transform: rotate(135deg);
    top: 5px;
    left: -4px;
    transition: transform 0.3s ease;
}
.card:hover .custom-arrow {
  transform: translateX(6px) ;
}

/* Pagination dots base */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color:  #D9D9D9;
  opacity: 0.7;
  transition: all 0.3s ease;
  margin: 0 6px !important;
  border-radius: 50%;
}

/* Hover effect */
.swiper-pagination-bullet:hover {
  transform: scale(1.3);
  opacity: 1;
  background-color: #DB5A1E;
  box-shadow: 0 0 8px #DB5A1E66;
}

/* Active dot animation (pulse + color) */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
}

.swiper-pagination-bullet-active {
  background-color: #DB5A1E;
  transform: scale(1.2);
  opacity: 1;
  animation: pulse 0.5s ease;
}

.swiper {
    overflow: visible !important;
}

.swiper-wrapper {
    display: flex;
    overflow: visible !important;
}

.swiper-slide {
    overflow: visible !important;
    position: relative;
    display: flex;
    justify-content: center;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 20px;
}
/* Brand logo base style */
.brand-logo {
  max-height: 80px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  transform: scale(0.8);
}

/* Animated state on scroll into view */
.brand-logo.animate-in {
  opacity: 1;
  transform: scale(1);
}

/* Optional hover effect for extra engagement */
.brand-logo:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.custom-col-2-5 {
    flex: 0 0 20.8333%;
    max-width: 19.8333%;
}

.custom-col-3-5 {
    flex: 0 0 29.1667%;
    max-width: 29.1667%;
}

.custom-col-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

@media (max-width: 767.98px) {

    .custom-col-2-5,
    .custom-col-3-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.orng-circle {
    position: absolute;
    width: 22vw;
    height: 22vw;
    max-width: 350px;
    max-height: 350px;
    min-width: 150px;
    min-height: 150px;
    background: #F86635;
    border-radius: 50%;
    top: 180%;
    right: -10vw;
    transform: translateY(-50%);
    z-index: 0;
}

@media (max-width: 1024px) {
    .orng-circle {
        width: 25vw;
        height: 25vw;
        right: -12vw;
        top: 190%;
    }
}

@media (max-width: 768px) {
    .orng-circle {
        width: 30vw;
        height: 30vw;
        right: -13vw;
        top: 200%;
    }
}

@media (max-width: 480px) {
    .orng-circle {
        display: none;
    }
}

.po {
    margin-top: 12px;
}

@media (max-width:1024px) {
    .po {
        margin-top: 8px;
    }
}

@media (max-width:425px) {
    .po {
        margin-top: -10px;
    }

    .rs {
        margin-top: 35px;
    }
}

.timeline-container {
    position: relative;
    padding-left: 0px;
}

.timeline-container::before {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #E65100;
    top: 0;
    bottom: 59px;
    left: 23px;
}

.icon-container {
    width: 50px;
    height: 50px;
    background-color: #2E3538;
    position: relative;
    z-index: 1;
}

.achievements-section {
    background-color: #2E3538;
    color: white;
    padding: 10px 0;
    width: 100%;
}

.achievements-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.achievements-row {
    display: flex;
    justify-content: center;
    gap: 90px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.achievement-card {
    background-color: white;
    color: #2A3035;
    width: 290px;
    height: 160px;
    padding: 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achievement-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.achievement-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    /* important */
}

.achievement-number {
    font-size: clamp(28px, 4vw, 40px);
    line-height: clamp(40px, 5vw, 57px);
    font-weight: 500;
    margin: 0;
    color: #2E3538;
}

.achievement-label {
    font-size: clamp(20px, 2.5vw, 26px);
    line-height: clamp(24px, 3.5vw, 32px);
    font-weight: 400;
    margin-top: 20px;
    white-space: nowrap;
    color: #2E3538;
}

.achievement-icon img {
    width: 50px;
    height: auto;
    margin-top: -60px;
}

/* Add to your existing CSS */
.achievement-card {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease-out;
}

.achievement-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.achievement-icon img {
    transition: transform 0.4s ease;
}

.achievement-card:hover .achievement-icon img {
    transform: scale(1.1);
}

.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#loader {
  display: none;
}
.card.clicked {
  animation: cardClickPop 0.4s ease;
}

@keyframes cardClickPop {
  0% { transform: scale(1); }
  50% { transform: scale(0.97); }
  100% { transform: scale(1); }
}
