body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* * {
  outline: 1px solid red !important;
} */

/* Fix horizontal scroll caused by AOS animations */
html, body {
    overflow-x: hidden;
}

.hero-navbar {
    position: absolute;
    float: HORIZONTAL;
    top: 67px;
    left: 78px;
    z-index: 9999;
    overflow: visible;
}

.navbar-glass-container {
    /* max-width: 1310px; */
    margin-right: 50px;
    /* margin: 0 auto; */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.48);
    border-radius: 18px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: visible;
    position: relative;
    z-index: 9999;
}

.mobile-navbar-glass-container {
    margin-top: 20px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.48);
    border-radius: 18px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    z-index: 9999;
}


/* Navigation Pill Container - Exact Figma Specs */
.nav-pill-container {
    /* margin-left: 20px; */
    width: 558px;
    height: 48px;
    background: rgba(255, 255, 255, 0.46);
    backdrop-filter: blur(24px);
    border-radius: 50px;
    border: 1px solid;
    position: relative;
    border-image-source: linear-gradient(97.58deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.16) 100%);
    overflow: visible;
    z-index: 9999;
}

.nav-pills {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
}

.nav-pills li {
    margin: 0;
    display: flex;
    align-items: center;
}

.nav-pills a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #2C3E50;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    white-space: nowrap;
    height: 48px;
    padding: 10px 16px;
    gap: 10px;
}

.nav-pills a:hover {
    background: #E5D7FF;
    border-radius: 50px;
}

/* Active State - Exact Figma Specs */
.nav-pills a.active {
    /* width: 85px; */
    height: 48px;
    background: #E5D7FF;
    color: #1A1A1A;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 16px;
    gap: 10px;
}



/* Let's Talk Button */
.navbar-right {
    float: right;
    margin-right: 20px;
}
.lets-talk-btn {
    font-family: 'Helvetica Neue';
    width: 160px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #7D53F3;
    border-radius: 100px;
    gap: 8px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: -0.02em;
}

.lets-talk-btn:hover {
    background: #5F4FDB;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.4);
}

/* Request a Quote Button */
.request-a-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 223px;
    height: 56px;
    border-radius: 99px;
    padding: 10px 22px;
    background: #7D53F3;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: -0.02em;
}

.request-a-quote-btn:hover {
    background: #5F4FDB;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.4);
}

.btn-right-arrow-icon {
    width: 20px;
    height: 20px;
}

.hero-section,
.hero-section .carousel,
.hero-section .carousel-inner,
.hero-section .carousel-item {
    height: 100%;
}

.hero-section .carousel-caption {
    top: 28%;
    z-index: 9999;
    color: #ffffff;
}

.hero-section .carousel-caption h1 {
    width: 834px;
    margin-left: 21px;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
}

.hero-section .carousel-caption p {
    width: 655px;
    margin-left: 115px;
    opacity: 1;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.hero-section .carousel-control-prev-icon,
.hero-section .carousel-control-next-icon {
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 9999px;
    background-color: #F9F7F64D;
    background-size: 20px 20px;    
    backdrop-filter: blur(4px)
}

.hero-section .carousel-control-prev-icon {
    position: relative;
    right: 50px;
}
.hero-section .carousel-control-next-icon {
    position: relative;
    left: 50px;
}
.hero-section .carousel-item {
    position: relative;   /* required for overlay positioning */
}

.hero-section .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(38, 38, 38, 0.6) 0%, rgba(38, 38, 38, 0.3) 50%, rgba(38, 38, 38, 0) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
}

/* Keep image behind overlay */
.hero-section .carousel-item img {
    position: relative;
    z-index: 0;
}

/* Keep caption above overlay */
.hero-section .carousel-caption {
    position: absolute;
    z-index: 2;
}

/* Carousel Indicators Custom Style */
.carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
}

.carousel-indicators [type=button] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 5px; /* Add margin for spacing instead of gap */
    transition: all 0.3s ease;
}

/* Active indicator - larger and different color */
.carousel-indicators [type=button].active {
    width: 40px;
    height: 12px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

/* Hover effect */
.carousel-indicators [type=button]:hover {
    background-color: rgba(255, 255, 255, 0.8);
}


/* ========================== */
/* ======= About Us Section Start ======= */
/* ========================== */
.about-section {    
    height: 100%;
    padding: 80px;
}
.about-section.home-about-section {
    background: #E8E5F7;
}

.about-section .about-us-left-image {
    width: 100%;
    height: 414px;
    border-radius: 10px;
}

/* About Heading Row */
.about-heading-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

/* Purple Circle */
.about-us-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;
}

/* "About Us" Heading */
.about-heading-row h2 {
    color: #7D53F3;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.02em;
    margin: 0;
    width: 686px; 
}

/* Main Heading */
.about-content > h4 {
    color: #241D46;
    font-weight: 700;
    font-size: 29px;
    line-height: 45px;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

/* Paragraph Text */
.about-content p {
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    margin-bottom: 26px;
}

/* Learn More Button */
.about-us-learn-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 223px;
    height: 56px;
    border-radius: 99px;
    padding: 10px 22px;
    background: #7D53F3;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 6px;
    letter-spacing: -0.02em;
}

.about-us-learn-more-btn:hover {
    background: #5F4FDB;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.4);
}

.btn-right-arrow-icon {
    width: 20px;
    height: 20px;
}

.second-row {
    margin-top: 60px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.about-list .list-icon {
    width: 14px;
    height: 10px;
}

.second-row .about-us-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;

    display: flex;
    align-items: center;   /* vertical center */
    justify-content: center; /* horizontal center */
}

.second-row .about-us-right-image {
    width: 100%;
    height: 414px;
    border-radius: 10px;
}
.second-row .about-content > h4 {
    color: #241D46;
    font-weight: 700;
    font-size: 34px;
    line-height: 45px;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* ========================== */
/* ======= About Us Section End ======= */
/* ========================== */


/* ========================== */
/* ======= Service Section Start ======= */
/* ========================== */
.service-section {
    /* height: 1870px; */
    height: 100%;
    padding: 80px;
}

.service-section.home-service-section {
    background: #FFFFFF;
}

/* Service Heading Row */
.service-section .service-heading {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

/* Purple Circle */
.service-section .service-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;
}

/* "Service" Heading */
.service-section .service-heading h2 {
    font-family: 'Manrope', sans-serif;
    color: #7D53F3;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.02em;
    margin-top: 10px;
}

.service-section .service-title {
    font-weight: 600;
    font-style: Bold;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.02em;
    text-align: center;
    width: 564px;
    opacity: 1;
    margin: 0 auto;
    margin-top: 32px;
}

.service-heading-row {
    margin-bottom: 32px;
}

.service-section .service-card-box {
    margin-bottom: 30px;
}

.service-card .card-body {
  display: flex;
  flex-direction: column;
}

.service-card .card-body .service-card-list {
  margin-top: auto; /* pushes list and button to bottom */
}

.service-card .service-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;

    display: flex;
    align-items: center;   /* vertical center */
    justify-content: center; /* horizontal center */
}

.service-card .service-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card .service-card-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  max-width: 100%;
  word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.service-card {
    background: #D0CAEE;
    border: 1px solid #E6E8F0;
    border-radius: 15px;
    box-shadow: 0px 15px 12px 0px #241D46BD;
    position: relative;
}

.service-card .service-icon-badge {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    bottom: -40px;
    left: 84%;
    transform: translateX(-50%);

    border-radius: 50%;
    background: linear-gradient(
        115.3deg,
        rgb(125, 83, 243) 8.46%,
        rgb(73, 48, 141) 91.54%
    );
}

.service-card .service-card-img {
    border-radius: 20px;
    padding-left: 12px;
    padding-top: 14px;
    padding-right: 12px;
    height: 250px;
    width: 100%;
}

.service-card .card-body .service-card-title {
    margin-top: 32px;
    font-weight: 600;
    font-style: bold;
    font-size: 25px;
    line-height: 38px;
    color: #241D46;
}

.service-card .card-body .service-card-description {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #241D46;
    margin-top: 16px;
    margin-bottom: 20px;
}

.service-card .card-body .service-discover-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 50px;
    border-radius: 100px;
    padding: 18px 40px;
    background: #7D53F3;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #fff !important;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-top: 8px;
}

.service-card .card-body .service-discover-btn:hover {
    background: #5F4FDB;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.4);
}
/* ========================== */
/* ======= Service Section End ======= */
/* ========================== */



/* ========================== */
/* ======= Why Choose US Start ======= */
/* ========================== */
.why-choose-us-section {
    background: #E8E5F7;
    height: 100%;
    padding-right: 80px;
    padding-left: 80px;
    padding-top: 80px;
}

.why-choose-us-section .why-images-wrapper {
  position: relative;
  width: fit-content;
  display: flex;
  margin-bottom: 50px;
}
.why-choose-us-section .why-content {
    margin-bottom: 50px;
}
.why-choose-us-section .why-images-wrapper .why-image-1 img {
    width: 240px;
}

.why-choose-us-section .why-images-wrapper .why-image-2 img {
    width: 240px;
    position: absolute;
    bottom: -40px;
    right: -250px;
}

/* Service Heading Row */
.why-choose-us-section .why-content .why-heading {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 16px;
}

/* Purple Circle */
.why-choose-us-section .why-content .why-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;
}

/* "Service" Heading */
.why-choose-us-section .why-content .why-heading h2 {
    font-family: 'Manrope', sans-serif;
    color: #7D53F3;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.02em;
    margin-top: 10px;
}

.why-choose-us-section .why-content .why-title {
    font-weight: 600;
    font-style: Bold;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.02em;
    color: #241D46;
    width: 580px;
    margin-top: 16px;
}

.why-choose-us-section .why-content .why-feature-icon-wrapper .why-elips {
    width: 60px;
    height: 60px;
    background: #7D53F333;
    border-radius: 50%;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-us-section .why-content .why-feature-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.why-choose-us-section .why-content .why-feature-icon-wrapper .why-feature-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.02em;
    width: 197px;
    color: #241D46;
}

.why-choose-us-section .why-content .why-feature-item .why-feature-description {
    font-weight: 400;
    font-style: 'Regular';
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #616161;
    margin-top: 10px;
}

.why-choose-us-section .why-content .why-content-features-grid {
    margin-top: 16px;
}
/* ========================== */
/* ======= Why Choose US End ======= */
/* ========================== */


/* ========================== */
/* ======= FAQs Start ======= */
/* ========================== */

.faqs-section {
    background: #FFFFFF;
    height: 100%;
    padding: 80px 80px 80px 80px;
}

.faqs-section .faqs-content .faqs-heading {
    display: flex;
    gap: 15px;
}

.faqs-section .faqs-content .faqs-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;
}

.faqs-section .faqs-content .faqs-heading h2 {
    font-family: 'Manrope', sans-serif;
    color: #7D53F3;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.02em;
    margin-top: 5px;
}

.faqs-section .faqs-content .faqs-main-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.02em;
    color: #241D46;
}

.faqs-section .faqs-content .faqs-accordion {
    margin-top: 16px;
}

.faqs-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faqs-accordion-item {
    background: #7D53F333;
    border: none;
    border-radius: 10px;
    padding: 20px;
}

.faqs-accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 17px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #7D53F3;
}

.faqs-accordion-button:hover {
    background: transparent;
}

.faqs-accordion-button:focus {
    box-shadow: none;
    background: transparent;
}

.faqs-accordion-button:not(.collapsed) {
    background: transparent;
    color: #7D53F3;
    box-shadow: none;
}

.faqs-accordion-button .accordian-elips img {
    content: url("../icons/faq-plus-icon.svg");
}

.faqs-accordion-button:not(.collapsed) .accordian-elips img {
    content: url("../icons/faq-minus-icon.svg");
}

.faqs-accordion-button::after {
    display: none;
}

.accordian-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #241D46 url("../icons/faq-plus-icon.svg") no-repeat center;
    padding: 7px;
}

/* Active State → Open → MINUS icon */
.faqs-accordion-button:not(.collapsed) .accordian-elips {
    background: #7D53F3 url("../icons/faq-minus-icon.svg") no-repeat center;
    background-size: 14px 14px;
}

.faqs-question-text {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.02em;
    /* color: #7D53F3; */
    color: #241D46;
}

.faqs-accordion-button:not(.collapsed) .faqs-question-text {
    color: #7D53F3;
}

.faqs-accordion-body {
    padding: 0px 0 0 48px;
    color: #8E8B96;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.accordion-collapse {
    border: none;
}

/* ========================== */
/* ======= FAQs End ======= */
/* ========================== */


/* ========================== */
/* ======= Lets Talk Start ======= */
/* ========================== */
.lets-talk-section {
    height: 420px;
    padding: 80px;
}

.lets-talk-section.home-lets-talk-section {
    background: #E8E5F7;
}

.lets-talk-section .lets-talk-heading {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.lets-talk-section .lets-talk-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;
}

.lets-talk-section .lets-talk-heading h2 {
    font-family: 'Manrope';
    color: #7D53F3;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.02em;
    margin-top: 4px;
}

.lets-talk-section  .lets-talk-main-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.02em;
    margin-top: 13px;
    color: #241D46;
}

.lets-talk-section .lets-talk-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #616161;
    max-width: 980px;
    margin: 0 auto;
}

.lets-talk-section .request-a-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 223px;
    height: 56px;
    border-radius: 99px;
    padding: 10px 22px;
    background: #7D53F3;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 32px;
    letter-spacing: -0.02em;
}

.lets-talk-section .request-a-quote-btn:hover {
    background: #5F4FDB;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.4);
}
/* ========================== */
/* ======= Lets Talk Start ======= */
/* ========================== */


/* ========================== */
/* ======= Footer Start ======= */
/* ========================== */

.footer-section {
    background: #241D46;
    height: 100%;
    padding: 100px 80px 0px 80px;
}

.footer-newsletter .newsletter-content .newsletter-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}

.footer-newsletter .newsletter-content .newsletter-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #F9F7F6CC;
}

.footer-newsletter .newsletter-content .newsletter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 200px;
    height: 48px;
    border-radius: 100px;
    padding: 18px 40px;
    background: #7D53F3;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: -0.02em;
    margin-left: 12px;
}

.footer-newsletter .newsletter-content .newsletter-btn:hover {
    background: #5F4FDB;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.4);
}

.footer-newsletter .newsletter-content .newsletter-input {
    width: 416px;
    height: 44px;
    gap: 6px;
}

.footer-newsletter .newsletter-content .newsletter-input::placeholder {
    color: #7D53F3;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.footer-main {
    margin-top: 68px;
    margin-bottom: 136px;
}

.footer-main .footer-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8E8B96;
    margin-top: 20px;
}

.footer-main .footer-widget-left {
    margin-left: 90px;
}

.footer-main .footer-widget-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    color: var(--PRIMARY-WHITE-Color, #F9F7F6);
}

.footer-main .footer-widget .footer-links li {
    margin-top: 10px;
}

.footer-main .footer-widget .footer-links li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8E8B96;
    text-decoration: none;

    word-break: break-word;
    overflow-wrap: break-word;
}

.footer-main .footer-widget .footer-contact span {
    color: #8E8B96;
}

.footer-main .footer-widget .footer-contact a {
    color: #8E8B96;
    text-decoration: none;
    word-break: break-all !important;
    overflow-wrap: break-word !important;
    display: inline-block;
    max-width: 100%;
}

.footer-main .footer-widget .footer-contact li {
    margin-bottom: 10px;
}

.footer-main .footer-widget .footer-contact .footer-icon {
    margin-right: 10px;
}

.footer-main .footer-widget .footer-contact .footer-location-icon {
    margin-right: 10px;
    margin-top: 6px;
}

.footer-line {
    color: var(--stroke-Color, #E5E2DF);
    height: 2px !important;
    margin-bottom: 24px;
}

.footer-bottom .footer-social .social-link img {
    margin-right: 20px;
}

.footer-bottom .footer-social
{
    margin-bottom: 18px;
}

.footer-bottom .footer-copyright p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F9F7F6;
}

/* Dropdown Buttons styled as links */
.footer-language-link,
.footer-country-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F9F7F6;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.footer-language-link:hover,
.footer-country-link:hover,
.footer-language-link:focus,
.footer-country-link:focus {
    color: #F9F7F6;
    background: transparent;
    border: none;
    box-shadow: none;
}

/* Hide Bootstrap default dropdown arrow */
.footer-language-link::after,
.footer-country-link::after {
    display: none;
}

.dropdown-icon {
    margin-left: 6px;
}

.flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 8px;
}

/* Dropdown Menu */
.footer-dropdown-menu {
    background: #2D1B69;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px 0;
    min-width: 220px;
}

.footer-dropdown-menu .dropdown-item {
    color: #F9F7F6;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.footer-dropdown-menu .dropdown-item:hover {
    background: rgba(125, 83, 243, 0.2);
    color: #F9F7F6;
}

.footer-dropdown-menu .dropdown-item .flag-icon {
    margin-right: 8px;
}

.footer-bottom .footer-terms-policy {
    float: right;
    margin-top: 20px;
}

.footer-bottom .footer-terms-policy a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #F9F7F6;
}

.footer-bottom .footer-terms-policy .footer-link {
    margin-left: 10px;
}

/* ========================== */
/* ======= Footer End ======= */
/* ========================== */

/* ========================== */
/* ======= Hero Section Caption Animation Start ======= */
/* ========================== */
.carousel-caption h1,
.carousel-caption p,
.carousel-caption .request-a-quote-btn {
    animation: slideUpFade 1s ease-out forwards;
    opacity: 0;
}

.carousel-caption h1 {
    animation-delay: 0.2s;
}

.carousel-caption p {
    animation-delay: 0.4s;
}

.carousel-caption .request-a-quote-btn {
    animation-delay: 0.6s;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Reset animation when slide changes */
.carousel-item:not(.active) .carousel-caption h1,
.carousel-item:not(.active) .carousel-caption p,
.carousel-item:not(.active) .carousel-caption .request-a-quote-btn {
    opacity: 0;
    transform: translateY(100px);
}
/* ========================== */
/* ======= Hero Section Caption Animation End ======= */
/* ========================== */


/* ========================== */
/* ======= About Us Page Start ======= */
/* ========================== */
.hero-section-about {
    position: relative;
    min-height: 560px;
    height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Gradient Overlay */
.hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(38, 38, 38, 0.6) 0%, rgba(38, 38, 38, 0.3) 50%, rgba(38, 38, 38, 0) 100%),
                linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.hero-content-row {
    margin-top: 76px;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 100px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
}

.hero-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: center;
    color:#FFFFFF;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

.about-section.aboutpage-about-section {
    background-color: #FFFFFF;
}

/* ========================== */
/* ======= Who we are Start ======= */
/* ========================== */

.who-we-are-section {
    background: #E8E5F7;
    height: 100%;
    padding: 80px 80px 80px 80px;
}

/* .who-we-are-section .who-we-are-content {
    margin-top: 145px;
} */

.who-we-are-section .who-we-are-content .who-we-are-heading {
    display: flex;
    gap: 15px;
}

.who-we-are-section .who-we-are-content .who-we-are-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;
}

.who-we-are-section .who-we-are-content .who-we-are-heading h2 {
    font-family: 'Manrope', sans-serif;
    color: #7D53F3;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.02em;
    margin-top: 5px;
}

.who-we-are-section .who-we-are-content .who-we-are-main-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.02em;
    color: #241D46;
}

.who-we-are-section .who-we-are-content .who-we-are-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #616161;
}
/* ========================== */
/* ======= Who we are Start ======= */
/* ========================== */


/* ========================== */
/* ======= Why We Exist Start ======= */
/* ========================== */
.why-we-exist-section {
    background: #FFFFFF;
    height: 100%;
    padding: 80px 180px 80px 180px;
}n

.why-we-exist-section .why-we-exist-content .why-we-exist-heading {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.why-we-exist-section .why-we-exist-content .why-we-exist-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;
}

.why-we-exist-section .why-we-exist-content .why-we-exist-heading h2 {
    color: #7D53F3;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.why-we-exist-section .why-we-exist-main-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.02em;
    margin-top: 13px;
    color: #241D46;
}

.why-we-exist-section .why-we-exist-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #616161;
    max-width: 780px;
    margin: 0 auto;
}

.why-we-exist-section .why-we-exist-col {
    display: flex;
    margin-bottom: 30px;
}

.why-we-exist-section .why-we-exist-card {
    height: 100%;
}

.why-we-exist-section .why-we-exist-card .why-icon-wrapper {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-we-exist-section .card {
    background: #F5F5F5;
    border-radius: 12px;
    margin-top: 30px;
    width: 100%;

}

/* .why-we-exist-section .col-lg-6 {
    display: flex;
} */

.why-we-exist-section .card .why-card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color:#241D46;
    margin-top: 20px;
}

.why-we-exist-section .card .why-card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #616161;
}

.why-we-exist-section .stats-row {
    margin-top: 32px;
}

.why-we-exist-section .stats-item .stats-number {
    font-weight: 600;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    color: #241D46;
}

.why-we-exist-section .stats-item .stats-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #616161;
}

/* ========================== */
/* ======= Why We Exist End ======= */
/* ========================== */


/* ========================== */
/* ======= leadership Start ======= */
/* ========================== */
.leadership-section {
    background: #E8E5F7;
    height: 100%;
    padding: 80px 80px 80px 80px;
}
.leadership-content {
    margin-bottom: 42px;
}
.leadership-section .leadership-content .leadership-heading {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.leadership-section .leadership-content .leadership-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;
}

.leadership-section .leadership-content .leadership-heading h2 {
    color: #7D53F3;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.leadership-section .leadership-main-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.02em;
    margin-top: 13px;
    color: #241D46;
}

.leadership-section .ceo-content .ceo-heading h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.02em;
    color: #241D46;
}

.leadership-section .ceo-content p {
    font-weight: 400;
    /* font-size: 18px; */
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #616161;
}

.leadership-section .ceo-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-position: center 60%;
    border-radius: 20px;
}

.leadership-section .ceo-image {
    /* height: 500px; */
    overflow: hidden;
    border-radius: 20px;
}

.lets-talk-section.aboutpage-lets-talk-section {
    background: #FFFFFF;
}

.ceo-twitter-icon {
    margin-left: 16px;
}
/* ========================== */
/* ======= Why We Exist Section End ======= */
/* ========================== */
/* ========================== */
/* ======= About Us Page End ======= */
/* ========================== */


/* ========================== */
/* ======= Services Page Start ======= */
/* ========================== */

.service-section.services-service-section {
    background: #E8E5F7;
}

/* ========================== */
/* ======= Services Page End ======= */
/* ========================== */

/* ========================== */
/* ======= Service Detail Page Start ======= */
/* ========================== */

.service-detail-section {
    height: 100%;
    background: #FFFFFF;
    padding: 40px 80px 80px 80px;
}

.service-detail-section .service-nav-pills .service-pill-btn {
    width: 216px;
    height: 45px;
    opacity: 1;
    gap: 63px;
    border-radius: 71px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
    border: 1px solid #0000004F;
    color: #616161;
    padding: 10px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-detail-section .service-nav-pills .service-pill-btn.active {
    background: #7D53F3;
    border: none;
    color: #FFFFFF;
}

.service-detail-section .service-detail {
    margin-top: 32px;
}

.service-detail-section .service-cards .card {
    margin-top: 32px;
    opacity: 1;
    gap: 10px;
    border-radius: 16px;
    border-width: 1px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 31px;
    padding-left: 16px;
    background: #D0CAEE;
    border: 1px solid #E6E8F0;
    box-shadow: 0px 8px 12px 0px #241D46;
    height: 100%;
}

.service-detail-section .service-cards .card .service-card-image {
    border-radius: 10px;
    object-fit: cover;
    height: 250px;
    width: 100%;
}

.service-detail-section .service-detail .service-detail-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.02em;
    color: #241D46;

    word-break: break-word;
    overflow-wrap: break-word;
}

.service-detail-section .service-detail .service-detail-description {
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #616161;

    word-break: break-word;
    overflow-wrap: break-word;
}

.service-detail-section .service-cards .card .card-body {
    padding: 0px;
}

.service-detail-section .service-cards .card .card-body .service-card-text {
    color: #616161;
}

/* ========================== */
/* ======= Our Approach Section End ======= */
/* ========================== */

.our-approach-section {
    background: #E8E5F7;
    height: 800px;
    padding: 80px 80px 80px 80px;
}

.our-approach-section .our-approach-content .our-approach-heading {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.our-approach-section .our-approach-content .our-approach-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;
}

.our-approach-section .our-approach-content .our-approach-heading h2 {
    color: #7D53F3;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.process-flow-wrapper {
    position: relative;
}

.process-arrow {
    position: absolute;
    z-index: 2;
}

.arrow-1 {
    top: 44%;
    left: 2%;
}

.arrow-2 {
    top: 33%;
    left: 33%;
    transform: rotate(-20deg) !important;
}

.arrow-3 {
    top: 34%;
    left: 50%;
    transform: rotate(10deg) !important;
}

.arrow-4 {
    top: 39%;
    left: 77%;
}

.flow-second-row {
    margin-top: 60px;
}

/* ========================== */
/* ======= Our Approach Section End ======= */
/* ========================== */


/* ========================== */
/* ======= Our Approach Section End ======= */
/* ========================== */

/* Contact form phone input full width fix */
.contact-info-section .iti {
    width: 100% !important;
    display: block !important;
}

.contact-info-section .iti input {
    width: 100% !important;
}

/* Fix label wrapping issue — align all labels to bottom */
.contact-info-section .contact-form .row .col-md-6 {
    display: flex;
    flex-direction: column;
}

.contact-info-section .contact-form .row .col-md-6 .form-label {
    margin-bottom: 8px;
}

.contact-info-section .contact-form .row .col-md-6 .form-control,
.contact-info-section .contact-form .row .col-md-6 .iti {
    margin-top: auto; /* pushes input to bottom — aligns both inputs */
}

.contact-info-section {
    background: #FFFFFF;
    height: 100%;
    padding: 80px 80px 80px 80px;
}

.contact-info-section .contact-info-content .contact-info-heading {
    display: flex;
    gap: 15px;
}

.contact-info-section .contact-info-content .contact-info-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;
}

.contact-info-section .contact-info-content .contact-info-heading h2 {
    color: #7D53F3;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.contact-info-section .contact-form-wrapper {
    /* width: 625px;
    height: 734; */
    opacity: 1;
    gap: 32.15px;
    padding: 32.15px;
    border-radius: 12.86px;
    background: #E8E5F782;
}

.contact-info-section .contact-form-wrapper .contact-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    vertical-align: middle;
}

.contact-info-section .contact-form-wrapper .contact-form input,
.contact-info-section .contact-form .contact-select,
.contact-info-section .contact-form .contact-textarea {
    opacity: 1;
    gap: 8.04px;
    border-radius: 7.28px;
    border-width: 2.41px;
    padding-top: 8.04px;
    padding-right: 16.08px;
    padding-bottom: 8.04px;
    padding-left: 16.08px;
    border: 1px solid #241D4670;
}

.contact-info-section .contact-form .contact-input,
.contact-info-section .contact-form .contact-select,
.contact-info-section .contact-form .contact-textarea {
    background-color: #E8E5F782;
    color: #241D46;
    border: 1px solid #241D4670;
}

/* Placeholder color */
.contact-info-section .contact-form .contact-input::placeholder,
.contact-info-section .contact-form .contact-textarea::placeholder {
    color: #A5A5A5;
    opacity: 1;
}

/* Remove Bootstrap blue glow on focus */
.contact-info-section .contact-form .contact-input:focus,
.contact-info-section .contact-form .contact-select:focus,
.contact-info-section .contact-form .contact-textarea:focus {
    background-color: #E8E5F782;
    color: #241D46;
    box-shadow: none;
    border-color: #7D53F3;
}

.contact-info-section .contact-form .contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 99px;
    padding: 10px 22px;
    background: #7D53F3;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: -0.02em;
}

.contact-info-section .contact-form .contact-submit-btn:hover {
    background: #5F4FDB;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.4);
}

.contact-info-section .contact-info-content {
    margin-top: 8px;
}

.contact-info-section .contact-info-content .contact-office-text {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8E8B96;
    max-width: 227px;
    line-height: 22px;
}

.contact-info-section .contact-info-content .contact-link {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8E8B96;
    max-width: 227px;
    line-height: 22px;
    text-decoration: none;
}


/* ========================== */
/* ======= Our Approach Section End ======= */
/* ========================== */
/* ========================== */
/* ======= Service Detail Page End ======= */
/* ========================== */


/* ========================== */
/* ======= Blogs Page End ======= */
/* ========================== */
/* ========================== */
/* ======= Blog Section Start ======= */
/* ========================== */

.blogs-section {
    background: #FFFFFF;
    height: 100%;
    padding: 80px 80px 80px 80px;
}

.blogs-section .blog-card {
    border: none;
}
.blogs-section .blog-card .blog-category-badge {
    border-radius: 3px;
    background: #7F4BE7;
    color: #FFFFFF;
    padding: 10px 30px;
    position: absolute;
    top: 16px;
    left: 16px;
}

.blogs-section .blog-card .card-body .blog-meta-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #83827F;
}

.blogs-section .blog-card .card-body .blog-card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33.15px;
    letter-spacing: 0%;
    color: #241D46;
}

.blogs-section .blog-card .card-body .blog-card-text {
    color: #83827F;
}

.blogs-section .blog-card .card-body .blog-read-more {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 18%;
    text-transform: uppercase;
    color: #7D53F3;
    text-decoration: none;
}

.blogs-section .sidebar-card {
    background: #E8E5F7;
}

.blogs-section .blog-card .blog-card-img {
    height: 500px;
}

.blogs-section .blogger-card {
    padding: 30px 10px;
}

.blogs-section .blogger-card .author-avatar img {
    height: 100px;
    width: 100px;
}

.blogs-section .blogger-card .author-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #241D46;
}
.blogs-section .blogger-card .author-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #241D46;
}
.blogs-section .blogger-card .author-bio {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #241D46;
}
.blogs-section .search-card .sidebar-title span {
    color: #7D53F3;
}

.blogs-section .search-card .sidebar-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #241D46
}

.blogs-section .search-card .sidebar-search-form input {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0%;
    color: #FFFFFF9E;
    background: #7D53F3;
    border: none; 
}
.blogs-section .search-card .sidebar-search-form input::placeholder {
    color: #FFFFFF9E;
    opacity: 1;
}
.blogs-section .search-card .sidebar-search-form input:focus {
    background: #7D53F3;
    color: #FFFFFF9E;
    box-shadow: none;
    border-color: transparent;
}
.blogs-section .search-card .sidebar-search-form .sidebar-search-btn {
    background: #7D53F3;
    border: none;
}

.blogs-section .recent-blog-card .sidebar-title span {
    color: #7D53F3;
}

.blogs-section .recent-blog-card .sidebar-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #241D46
}

.blogs-section .recent-blog-card .recent-blog-list .recent-blog-thumb {
    width: 80px;
    height: 70px;
}
.blogs-section .recent-blog-card .recent-blog-list .recent-blog-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #241D46;
}
.blogs-section .recent-blog-card .recent-blog-list .recent-blog-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #241D46;
    text-decoration: none;
}
.blogs-section .recent-blog-card .recent-blog-list .recent-blog-card {
    max-width: 150px;
}

.blogs-section .category-card .sidebar-title span {
    color: #7D53F3;
}

.blogs-section .category-card .sidebar-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #241D46;
}

.blogs-section .category-card .categories-list .category-item {
    background: #7D53F3;
    border: 0.75px solid #7D53F3;
    padding: 10px;
    text-decoration: none;
}

.blogs-section .category-card .categories-list .category-item span {
    background: #7D53F3;
    border: 0.75px solid #7D53F3;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;    
}

.blogs-section .tags-card .sidebar-title span {
    color: #7D53F3;
}

.blogs-section .tags-card .sidebar-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #241D46;
}

.blogs-section .tags-card .popular-tags a {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: white;
    background: #7D53F3;
    padding: 10px;
    text-decoration: none;
}

.blogs-section .blog-card-small {
    border: none; 
}

.blogs-section .blog-card-small .card-img-top {
    height: 250px;
    width: 100%;
    max-width: 100%;
    /* object-fit: cover; */
    display: block;
}

.blogs-section .blog-card-small .blog-card-overlay {
    position: absolute;
    background: #E8E5F7;
    padding: 16px;
    width: 90%;
    left: 5%;
    top: 66%;
    height: auto;
    opacity: 1;
    border-radius: 4px;
}

.blogs-section .blog-card-small span {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #241D46;
}

.blogs-section .blog-card-small .blog-card-small-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #241D46;
}

.blogs-section .blog-card-small .blog-read-more-small {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #7D53F3;
    text-decoration: none;
}

/* ========================== */
/* ======= Blog Section End ======= */
/* ========================== */
/* ========================== */
/* ======= Blogs Page End ======= */
/* ========================== */


/* ========================== */
/* ======= Blog Detail Page Start ======= */
/* ========================== */

.blog-detail-section {    
    background: #FFFFFF;
    height: 100%;
    padding: 80px 80px 80px 80px;
}
.blog-detail-section .blog-card .blog-card-img {  
    height: 500px;
}
.blogs-section .comment-form-section .iti--allow-dropdown {
    width: 100%;
}

.blogs-section .comment-form-section {
    margin-top: 100px;
}

.blogs-section .comment-form input {
    opacity: 1;
    gap: 8.04px;
    border-radius: 50px;
    border-width: 2.41px;
    padding-top: 8.04px;
    padding-right: 16.08px;
    padding-bottom: 8.04px;
    padding-left: 16.08px;
    border: 2px solid #7D53F3;
}

.blogs-section .comment-form .comment-textarea {
    border-radius: 20px;
}

.blogs-section .comment-form .comment-input,
.blogs-section .comment-form .comment-select,
.blogs-section .comment-form .comment-textarea {
    color: #616161;
    border: 1px solid #7D53F3;
}

/* Placeholder color */
.blogs-section .comment-form .comment-input::placeholder,
.blogs-section .comment-form .comment-textarea::placeholder {
    color: #616161;
    opacity: 1;
}

/* Remove Bootstrap blue glow on focus */
.blogs-section .comment-form .comment-input:focus,
.blogs-section .comment-form .comment-select:focus,
.blogs-section .comment-form .comment-textarea:focus {
    color: #616161;
    box-shadow: none;
    border-color: #7D53F3;
}

.blogs-section .comment-form .comment-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 99px;
    padding: 10px 22px;
    background: #7D53F3;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: -0.02em;
}

.blogs-section .comment-form .comment-submit-btn:hover {
    background: #5F4FDB;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.4);
}

/* ========================== */
/* ======= Blogs Detail Page End ======= */
/* ========================== */


/* ========================== */
/* ======= Career Page Start ======= */
/* ========================== */
/* ========================== */
/* ======= Career Form Section Start ======= */
/* ========================== */

.career-section {    
    background: #E7E4F6;
    height: 100%;
    padding: 80px 80px 80px 80px;
}

.career-section .career-content .career-heading {
    display: flex;
    gap: 15px;
}

.career-section .career-content .career-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;
}

.career-section .career-content .career-heading h2 {
    color: #7D53F3;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.career-section .career-content .career-image {
    width: 510px;
    opacity: 1;
    border-radius: 17px;
}

.career-section .career-form-wrapper {
    opacity: 1;
    gap: 32.15px;
    padding: 30px;
    border-radius: 10px;
    background: #D0CAEE;
}

.career-section .career-form-wrapper .career-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    vertical-align: middle;
}

.career-section .career-form-wrapper .career-form input,
.career-section .career-form .career-select,
.career-section .career-form .career-textarea {
    opacity: 1;
    gap: 8.04px;
    border-radius: 7.28px;
    border-width: 2.41px;
    padding-top: 8.04px;
    padding-right: 16.08px;
    padding-bottom: 8.04px;
    padding-left: 16.08px;
    border: 1px solid #241D4670;
}

.career-section .career-form .iti--allow-dropdown {
    width: 100%;
}
.career-section .career-form-wrapper .career-form .career-phone-in {
    padding-left: 50px;
}
.contact-info-section .contact-form-wrapper .contact-form .contact-phone-in {
    padding-left: 50px;
}

.career-section .career-form .career-input,
.career-section .career-form .career-select,
.career-section .career-form .career-textarea {
    background-color: #D0CAEE;
    color: #241D46;
    border: 1px solid #241D4670;    
}

/* Placeholder color */
.career-section .career-form .career-input::placeholder,
.career-section .career-form .career-textarea::placeholder {
    color: #A5A5A5;
    opacity: 1;
}

/* Remove Bootstrap blue glow on focus */
.career-section .career-form .career-input:focus,
.career-section .career-form .career-select:focus,
.career-section .career-form .career-textarea:focus {
    background-color: #D0CAEE;
    color: #241D46;
    box-shadow: none;
    border-color: #7D53F3;
}

.career-section .career-form .career-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 99px;
    padding: 10px 22px;
    background: #7D53F3;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: -0.02em;
}

.career-section .career-form .career-submit-btn:hover {
    background: #5F4FDB;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.4);
}

.career-section .career-content {
    margin-top: 8px;
}

.career-section .career-file-input::file-selector-button {
    background: #B7B2E8;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}
/* ========================== */
/* ======= Career Form Section End ======= */
/* ========================== */


/* ========================== */
/* ======= On Boarding Section Start ======= */
/* ========================== */
.on-boarding-section {    
    background: #FFFFFF;
    height: 100%;
    padding: 80px 80px 80px 80px;
}

.on-boarding-section .on-boarding-content .on-boarding-heading {
    display: flex;
    gap: 15px;
}

.on-boarding-section .on-boarding-content .on-boarding-elips {
    width: 30px;
    height: 30px;
    background: #7D53F3;
    border-radius: 50%;
    flex-shrink: 0;
}

.on-boarding-section .on-boarding-content .on-boarding-heading h2 {
    color: #7D53F3;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.on-boarding-section .on-boarding-content {
    margin-top: 8px;
}

.on-boarding-section .on-boarding-content .on-boarding-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 99px;
    padding: 10px 22px;
    background: #7D53F3;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: -0.02em;
}

.on-boarding-section .on-boarding-content .on-boarding-apply-btn:hover {
    background: #5F4FDB;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.4);
}

.on-boarding-section .on-boarding-process-wrapper .card {
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #D0CAEE;
    border-radius: 18px;
    background: #D0CAEE;
}

.on-boarding-section .on-boarding-process-wrapper .card .card-body {
    padding: 15px;
}

.on-boarding-section .on-boarding-process-wrapper .card .card-body .step-badge {
    gap: 6.25px;
    opacity: 1;
    border-radius: 7.5px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    background: #7F4BE7;
    font-weight: 400;
    font-size: 16.67px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.on-boarding-section .on-boarding-process-wrapper .card .card-body .step-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #241D46;
}

.on-boarding-section .on-boarding-process-wrapper .card .card-body .step-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #616161;
}

/* .on-boarding-section .on-boarding-content {
    margin-top: 250px;
} */

.blog-content {
    overflow: hidden;
    font-size: 14px;
}

.read-more-btn {
    cursor: pointer;
    color: blue;
    font-size: 12px;
}

/* ========================== */
/* ======= Comments Section Start ======= */
/* ========================== */

.comments-section-title {
    font-weight: 700;
    font-size: 16px;
    color: #241D46;
}

.comment-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #E8E5F7;
}

.comment-item:last-child {
    border-bottom: none;
}

.comment-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #7D53F3;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-content {
    flex: 1;
}

.comment-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.comment-author {
    font-weight: 600;
    font-style: Medium;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #323232;
    font-style: Regular;
}

.comment-dot {
    color: #323232;
    font-size: 16px;
}

.comment-date {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #323232;
}

.comment-text {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0;
    color: #323232;
    paragraph-spacing: 126.77px;
}

/* ========================== */
/* ======= Comments Section End ======= */
/* ========================== */

@media (min-width: 2560px) {
  .why-we-exist-section .why-we-exist-card {
    width: 100%;
  }
}

/* 1. For very large screens (1920px+) */
@media (min-width: 1920px) {
    .container, .container-fluid {
        max-width: 1600px; /* Limit maximum width */
        margin: 0 auto;    /* Center content */
    }
}

/* Center everything on large screens (1272px+) */
@media (min-width: 1273px) {
    /* Center navbar */
    .hero-navbar {
        left: 50%;
        transform: translateX(-50%);
        max-width: 1320px;
    }
    
    /* Center carousel caption */
    .hero-section .carousel-caption {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        max-width: 1320px;
    }
    
    /* Center h1 - remove fixed margin */
    .hero-section .carousel-caption h1 {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Center paragraph - remove fixed margin-left */
    .hero-section .carousel-caption p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1025px) and (max-width: 1210px) {
    .career-section .career-content .career-image
    {
        width: 400px;
    }
    .why-choose-us-section .why-images-wrapper .why-image-2 img {
        width: 200px;
        position: absolute;
        bottom: -40px;
        right: -214px;
        top: 100px;
    }
    .why-choose-us-section .why-images-wrapper .why-image-1 img {
        width: 200px;
        position: relative;
        top: 70px;
    }
    .why-choose-us-section .why-content .why-title {
        font-size: 26px;
    }
    .why-choose-us-section .why-content .why-heading h2 {
        font-size: 26px;
    }
    .why-choose-us-section .why-content .why-elips {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 1200px) {

    .navbar-glass-container {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        background: rgba(255, 255, 255, 0.48);
        border-radius: 18px;
        backdrop-filter: blur(10px);
    }
  /* Shrink logo */
  .hero-navbar .col-md-3 img {
    height: 35px;
    width: auto;
  }

  /* Shrink nav links font size */
  .hero-navbar .nav-pills li a {
    font-size: 13px;
    padding: 6px 8px;
  }

  /* Shrink nav pill container */
  .hero-navbar .nav-pill-container {
    width: 85%;
    margin-left: 30px;
  }

  /* Shrink Let's Talk button */
  .hero-navbar .lets-talk-btn {
    font-size: 12px;
    padding: 8px 12px;
    white-space: nowrap; /* prevents button text wrapping */
  }

  /* Adjust columns to give more space to center nav */
  .hero-navbar .col-md-3.col-lg-3:first-child {
    flex: 0 0 auto;
    width: 20%;
  }

  .hero-navbar .col-md-6.col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }

  .hero-navbar .col-md-3.col-lg-3:last-child {
    flex: 0 0 auto;
    width: 25%;
  }

  /* Align button to right */
  .hero-navbar .navbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 40px;
  }
    .arrow-1 {
        height: 35%;
    }
    .arrow-2 { 
        height: 35%;
        top: 34%;
        left: 30%;
    }
    .arrow-3 {
        height: 35%;
        top: 35%;
        left: 52%;
    }
    .arrow-4 {
        height: 34%;
        top: 40%;
        left: 77%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .about-us-learn-more-btn {
        margin-bottom: 30px;
    }
    .leadership-section .ceo-image img {
        width: 100%;
        height: 100%;
        /* object-fit: cover; */
        object-position: center 60%;
        border-radius: 20px;
    }

  .hero-section .carousel-caption {
    top: 20%;
  }

  .hero-section .carousel-caption h1 {
    width: 100%;
    margin-left: 0;
    font-size: 42px;
    line-height: 50px;
  }

  .hero-section .carousel-caption p {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-section .carousel-control-prev-icon {
    right: 20px;
  }

  .hero-section .carousel-control-next-icon {
    left: 20px;
  }
  .footer-bottom .footer-terms-policy {
    margin-top: 0px !important;
  }

  .hero-section {
    display: none !important;
  }
  .hero-section {
    display: none !important;
  }
  .hero-section-about {
    display: none !important;
  }
  .hero-section-mobile {
    display: block !important;
    position: relative;
    min-height: 500px;
    overflow: hidden;
  }
  .hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  /* Overlay */
  .hero-section-mobile::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(38, 38, 38, 0.6) 0%, rgba(38, 38, 38, 0.3) 50%, rgba(38, 38, 38, 0) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
    pointer-events: none;
  }

  /* Navbar above overlay */
  .hero-section-mobile > .container {
    position: relative;
    z-index: 2;
  }

  /* Hero text above overlay */
  .hero-section-mobile .hero-section-text {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* Text sizing for tablet */
  .hero-section-mobile .hero-section-text h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .hero-section-mobile .hero-section-text p {
    font-size: 16px;
    line-height: 26px;
  }

    .why-we-exist-section {
        padding: 40px;
    }

    /* Fix stretched cards */
    .why-we-exist-section .why-we-exist-col {
        display: block; /* removes flex stretch */
    }

    .why-we-exist-section .why-we-exist-card {
        height: 100%;
    }

    /* Smaller icon on tablet */
    .why-we-exist-section .why-we-exist-card .why-icon-wrapper {
        width: 80px;
        height: 80px;
    }

    /* Stats font size */
    .why-we-exist-section .stats-row .stats-number {
        font-size: 32px;
    }
    .leadership-section .ceo-content .ceo-heading {
        margin-top: 10px;
    }

    .our-approach-section {
        height: 100%;
        padding: 40px;
    }

    /* Keep desktop arrows visible, hide mobile arrows */
    .our-approach-section .process-arrow {
        display: block !important;
    }
    .our-approach-section .mobile-process-arrow-1,
    .our-approach-section .mobile-process-arrow-2,
    .our-approach-section .mobile-process-arrow-3,
    .our-approach-section .mobile-process-arrow-4 {
        display: none !important;
    }

    /* Scale down images to fit tablet */
    .our-approach-section .process-flow-wrapper img.img-fluid {
        max-width: 85%;
    }

    /* Adjust arrow positions for tablet */
    .our-approach-section .arrow-1 {
        top: 44%;
        left: 1%;
        transform: rotate(15deg) !important;
    }
    .our-approach-section .arrow-2 {
        top: 30%;
        left: 28%;
        transform: rotate(-20deg) !important;
    }
    .our-approach-section .arrow-3 {
        top: 34%;
        left: 52%;
        transform: rotate(15deg) !important;
    }
    .our-approach-section .arrow-4 {
        top: 39%;
        left: 74%;
        transform: rotate(-20deg) !important;
    }

    /* Second row spacing */
    .our-approach-section .flow-second-row {
        margin-top: 120px;
        margin-left: 50px;
    }

    /* Hide spacer columns on tablet */
    .our-approach-section .col-lg-1 {
        display: none !important;
    }
    .our-approach-section .arrow-1 {
        top: 37%;
        left: -6%;
    }
    .our-approach-section .arrow-2 {
        top: 36%;
        left: 25%;
    }
    .our-approach-section .arrow-3 {
        top: 32%;
        left: 44%;
    }
    .our-approach-section .arrow-4 {
        top: 39%;
        left: 75%;
    }

    .our-approach-section .pre-design-img img {
        margin-right: 60px;
    }
    .our-approach-section .development-img img {
        margin-right: 60px;
    }
    .blogs-section .sidebar-card {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .blogs-section .blog-card-small .card-img-top {
        width: 290px;
    }
    .blogs-section .blog-card-small {
        margin-bottom: 50px;
    }
    .blogs-section .blog-card-small .blog-card-overlay {
        width: 240px;
        height: 130px;
    }
    .blogs-section .blog-card-small .blog-card-small-title {
        font-size: 12px;
    }
    .on-boarding-section .on-boarding-content .on-boarding-apply-btn {
        margin-bottom: 20px;
    }

    /* Hide image column on tablet */
    .why-choose-us-section .col-lg-6.order-2 {
        display: none !important;
    }

    /* Make text column full width on tablet */
    .why-choose-us-section .col-12.col-lg-6 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .career-section .career-content .career-image {
        width: 100%;
        margin-bottom: 30px;
    }
    .service-detail-section .service-cards .service-detail-cards {
        margin-bottom: 30px;
    }
    .footer-main .footer-widget-left {
        margin-left: 0px;
    }
}

@media (min-width: 1025px) {
  
}

/* 2. MOBILE (up to 767px) */
@media (max-width: 767px) {

    .footer-newsletter .newsletter-content .newsletter-input {
        width: 350px;
    }
    .hero-bg-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .hero-section-mobile {
        overflow: hidden; 
    }

    .hero-section-mobile::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg, rgba(38, 38, 38, 0.6) 0%, rgba(38, 38, 38, 0.3) 50%, rgba(38, 38, 38, 0) 100%),
            linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
        z-index: 999;
        pointer-events: none;
    }

    .hero-section-mobile > .container {
        position: relative;
        z-index: 1000;
    }
    .hero-section-mobile .hero-section-text {
        padding-top: 20vh; 
        padding-bottom: 20vh;
    }
    /* Home Hero Section */

    /* Home About Section */
    .about-section {
        /* height: 2000px; */
        height: 100%;
        padding: 40px;
    }
    .second-row .about-content > h4 {
        max-width: 340px;        
    }
    .about-section .about-us-learn-more-btn {
        margin-bottom: 20px;
    }        
    /* Home About Section */

    /* Home Service Section */
    .service-section {
        /* height: 4100px; */
        height: 100%;
        padding: 40px;
    }
    .service-section .service-heading-row .service-title {
        max-width: 100%;
    }
    .service-section .service-card {
        margin-bottom: 30px;
    }
    /* Home Service Section */

    /* Home Why Choose Section */
    .why-choose-us-section {
        /* height: 900px; */
        height: 100%;
        padding: 40px
    }
    .why-choose-us-section .why-title {
        max-width: 340px;
        margin-bottom: 30px;
    }
    /* Home Why Choose Section */

    /* Home Faqs Section */
    .faqs-section {
        /* height: 850px; */
        height: 100%;
        padding: 40px
    }
    /* Home Faqs Section */

    /* Home Talk Section */
    .lets-talk-section {
        /* height: 450px; */
        height: 100%;
        padding: 40px;
    }
    /* Home Faqs Section */


    /* Home Footer Section */
    .footer-section {
        /* height: 1350px; */
        height: 100%;
        padding: 50px 40px 0px 40px;
    }
    .footer-main .footer-widget-left {
        margin-left: 0;
    }
    .newsletter-form {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .newsletter-form input {
        margin-bottom: 0.75rem;
    }

    .newsletter-form button {
        width: auto !important;
        align-self: center;
    }
    .footer-main {
        margin-bottom: 0;
    }
    .footer-bottom .footer-terms-policy {
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer-bottom .footer-terms-policy a {
        margin-left: 0 !important;
        margin-right: 10px;
        margin-bottom: 40px;
    }
    /* Home Fotter Section */

    /* About who we are Section */
    .who-we-are-section {
        /* height: 850px; */
        height: 100%;
        padding: 40px;
    }
    .who-we-are-section .who-we-are-content {
        margin-top: 0;
    }
    /* About who we are Section */

    /* About why we exist Section */
    .why-we-exist-section {
        /* height: 1650px; */
        height: 100%;
        padding: 40px;
    }
    .why-we-exist-section .stats-row .stats-number {
        font-size: 36px;
    }
    /* About why we exist Section */

    /* About leadership Section */
    .leadership-section {
        /* height: 1200px; */
        height: 100%;
        padding: 40px;
    }
    .leadership-section .ceo-heading {
        margin-top: 20px;
    }
    /* About leadership Section */

    /* Server Detail Section */
    .service-detail-section {
        /* height: 2300px; */
        height: 100%;
        padding: 40px;
    }
    .service-detail-section .service-nav-pills {
        justify-content: center;
    }
    .service-detail-section .service-nav-pills .service-pill-btn {
        margin-bottom: 10px; 
        padding: 10px;      
    }
    .service-detail-section .service-cards .service-detail-cards {
        margin-bottom: 30px;
    }
    /* Server Detail Section */


    /* Server Detail Section */
    .our-approach-section {
        /* height: 1710px; */
        height: 100%;
        padding: 40px;
    }
    /* Server Detail Section */

    /* Service Detail Our Approach Section */
    .our-approach-section .process-flow-wrapper .mobile-process-arrow-1 {
        position: absolute;
        top: 180px;
        left: 98px;
        height: 12%;
    }
    .our-approach-section .process-flow-wrapper .development-img {
        margin-top: 430px;
    }
    .our-approach-section .process-flow-wrapper .mobile-process-arrow-2 {
        position: absolute;
        top: 500px;
        left: 100px;
        height: 12%;
        transform: rotate(0deg) !important;
    }
    .our-approach-section .process-flow-wrapper .release-img {
        margin-top: 400px;
    }
    .our-approach-section .process-flow-wrapper .mobile-process-arrow-3 {
        position: absolute;
        top: 830px;
        left: 120px;
        height: 10%;
        transform: rotate(0deg) !important;
    }
    .our-approach-section .process-flow-wrapper .design-img {
        position: absolute;
        top: 330px;
    }
    .our-approach-section .process-flow-wrapper .mobile-process-arrow-4 {
        position: absolute;
        top: 1146px;
        left: 100px;
        height: 12%;
        transform: rotate(-10deg) !important;
    }
    .our-approach-section .process-flow-wrapper .testing-img {
        position: absolute;
        top: 960px;
    }
    /* Service Detail Our Approach Section */


    /* Service Detail contact info section */
    .contact-info-section {
        /* height: 1440px; */
        height: 100%;
        padding: 40px;
    }
    .contact-info-section .contact-form-wrapper {
        margin-top: 20px;
    }

    .contact-info-section .contact-form .iti--allow-dropdown {
        width: 100%;
    }
    /* Service Detail contact info section */


    /* Blog Page */
    .blogs-section {
        height: 100%;
        padding: 40px;
    }
    .blogs-section .blog-card-small {
        margin-bottom: 80px;
    }
    .blogs-section .sidebar-card {
        margin-bottom: 20px;
    }
    .blogs-section .comment-form-section {
        margin-top: 20px;
    }
    /* Blog Page */

    /* Career Page */
    .career-section {
        padding: 40px;
        height: 100%;
    }
    .career-section .career-content .career-image {
        width: 100%;
    }
    .career-section .career-form-wrapper {
        margin-top: 20px;
    } 
    .on-boarding-section {
        height: 100%;
        padding: 40px;
    }
    .on-boarding-section .on-boarding-process-wrapper {
        margin-top: 20px;
    }
    .on-boarding-section .on-boarding-content {
        margin-top: 0;
    }
    /* Career Page */
}

@media (max-width: 375px) {

    .blogs-section .blog-card-small .blog-card-small-title {
        font-size: 16px !important;
    }
  .offcanvas {
    left: 40px !important;  /* !important to beat 767px */
  }
  newsletter-form input {
    width: 350px !important;  /* !important to beat base style */
  }
  .blogs-section .blog-card-small .card-img-top {
        width: 240px;
    }
    .blogs-section .blog-card-small .blog-card-overlay {
        width: 220px;
    }
  
}

@media (max-width: 344px) {
    .footer-bottom .footer-social {
        flex-wrap: wrap;
        gap: 8px;
    }

    .footer-bottom .footer-social .social-link img {
        margin-right: 0;
        width: 22px;
        height: 20px;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    .blogs-section .blog-card-small .card-img-top {
        width: 240px;
    }
    .blogs-section .blog-card-small .blog-card-overlay {
        width: 220px;
    }
}

@media (max-width: 320px) {

    .our-approach-section .our-approach-content .our-approach-heading h2 {
        font-size: 24px;
    }
  .service-section .service-heading h2 {
    font-size: 26px;
  }
  .service-card .card-body .service-discover-btn {
    font-size: 10px;
  }
  .why-choose-us-section .why-content .why-heading h2 {
    font-size: 22px;
  }
  .why-choose-us-section .why-content .why-title {
    width: 100%;
    font-size: 24px;
  }
  .service-card .service-icon-badge {
    width: 60px;
    height: 60px;
    bottom: -30px;
    left: 78%;
  }
  .service-card .service-icon-badge img {
    width: 30px;
  }
  .footer-newsletter .newsletter-content .newsletter-input {
    width: 300px !important;
  }
  .footer-main .footer-widget .footer-contact a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
  }
  .offcanvas {
    left: 12px !important;
    }
    .blogs-section .blog-card-small .card-img-top {
        width: 240px;
    }
    .blogs-section .blog-card-small .blog-card-overlay {
        width: 220px;
    }
    .blogs-section .blog-card-small span {
        font-size: 8px;
    }
    .blogs-section .blog-card-small .blog-card-small-title {
        font-size: 14px;
        margin-bottom: 0px !important;
    }
    .blogs-section .blog-card .card-body .blog-meta-item {
        font-size: 10px;
    }
    .blogs-section .blog-card .blog-card-img {
        height: 350px;
    }
    .comment-form-section .comment-form-title {
        font-size: 16px;
    }
}

/* ========================== */
/* ======= On Boarding Section End ======= */
/* ========================== */
/* ========================== */
/* ======= Career Page End ======= */
/* ========================== */



.nav-pill-container .nav-pills .dropdown .dropdown-menu {
    background: #BFBFBF;
    z-index: 9999;
    z-index: 99999 !important;
}

/* Allow Summernote inline styles to render as-is */
#blogContent {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #83827F;
}

#blogContent * {
    color: unset;
    font-size: unset;
    font-family: unset;
    font-weight: unset;
    line-height: unset;
}

/* Explicitly force paragraph and span color */
#blogContent p,
#blogContent p span,
#blogContent li,
#blogContent li span {
    color: #83827F !important;
    font-size: 17px !important;
}

/* But if someone set a custom color inline, respect it */
/* Remove the !important above and use this instead if custom colors stop working */

/* Restore natural heading sizes */
#blogContent h1 { font-size: 2em !important; font-weight: 700 !important; color: #241D46 !important; }
#blogContent h2 { font-size: 1.75em !important; font-weight: 700 !important; color: #241D46 !important; }
#blogContent h3 { font-size: 1.5em !important; font-weight: 700 !important; color: #241D46 !important; }
#blogContent h4 { font-size: 1.25em !important; font-weight: 700 !important; color: #241D46 !important; }
#blogContent h5 { font-size: 1.1em !important; font-weight: 600 !important; color: #241D46 !important; }
#blogContent h6 { font-size: 1em !important; font-weight: 600 !important; color: #241D46 !important; }


/* Mobile Menu */
/* ── Mobile Offcanvas ── */
.mobile-hamburger {
    background-color: #241D46;
    width: 100% !important;
    max-width: 310px !important;
    border: none;
    
}

/* Close button — purple circle */
.mobile-close-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #7D53F3;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 16px;
    margin-top: 16px;
    flex-shrink: 0;
}

.mobile-close-btn:hover {
    background-color: #6a42e0;
}

/* Nav list */
.mobile-nav-list {
    padding: 20px 0;
    margin: 0;
}

.mobile-nav-list li {
    margin-bottom: 8px;
}

.mobile-nav-list li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 24px;
    transition: color 0.2s ease;
    color: #FFFFFF;
}

.mobile-nav-list li a:hover {
    color: #7D53F3;
}

/* Active link — purple */
.mobile-nav-list li a.active {
    color: #7D53F3;
}

/* Footer divider */
.mobile-nav-footer {
    padding: 0 24px 32px;
    /* margin-top: 16px; */
}

.mobile-nav-divider {
    border: none;
    border-top: 1px solid #D9D9D9 !important;
    opacity: 1 !important;
    margin-bottom: 50px;
}

/* CTA Button — purple pill */
.mobile-nav-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 24px;
    background-color: #7D53F3;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: -0.02em;
}

.mobile-nav-cta:hover {
    background: #5F4FDB;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.4);
}