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

/* * {
  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;
}


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

.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: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
}

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



/* Let's Talk Button */
.navbar-right {
    float: right;
}
.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: 800px;
}

.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: 1047px;
    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: 538px;
}
/* ========================== */
/* ======= 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-cards-row-1 {
    margin-bottom: 32px;
}

.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;
}

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

.service-card .service-icon-badge {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    flex-shrink: 0;
    background: linear-gradient(115.3deg, #7D53F3 8.46%, #49308D 91.54%);

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

    position: absolute;
    bottom: -40px;
    left: 258px;
}

.service-card .service-card-img {
    border-radius: 10px;
    padding-left: 12px;
    padding-top: 14px;
    padding-right: 12px;
}

.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: 200px;
    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: 600px;
    padding-right: 80px;
    padding-left: 80px;
    padding-top: 80px;
}

.why-images-wrapper {
  position: relative;
  width: fit-content;
  display: flex;
}

.why-choose-us-section .why-images-wrapper .why-image-1 img {
    width: 250px;;
}

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

/* 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: 700px;
    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;
}

.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: 800px;
    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: 166px;
    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;
}

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

.footer-main .footer-widget .footer-contact a {
    color: #8E8B96;
    text-decoration: none;
}

.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;
    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;
}

/* 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;
}

.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: 700px;
    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: 960px;
    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-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;

}

.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: 650px;
    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: 400px;
}

.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;
}

.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: 31px;
    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;
}

.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
}

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

.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: 30%;
    left: 30%;
}

.arrow-3 {
    top: 28%;
    left: 54%;

}

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

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

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


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

.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 .blogger-card {
    padding: 30px 10px;
}

.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: #241D46;
    background: #7D53F3;
    padding: 10px;
    text-decoration: none;
}

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

.blogs-section .blog-card-small .blog-card-overlay {
    position: absolute;
    background: #E8E5F7;
    padding: 20px;
    width: 322px;
    height: 120px;
    top: 180px;
    left: 10px;
    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;
}
.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: 1100px;
    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;
}

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

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

    .hero-bg-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .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;
    }

    .offcanvas {
        background: #BFBFBF;
        width: 300px;
        height: 430px;
        top: 21px;
        left: 115px;
        gap: 10px;
        opacity: 1;
        padding-top: 33px;
        padding-right: 17px;
        padding-bottom: 33px;
        padding-left: 17px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;

    }
    .offcanvas-header {
        display: block;
    }
    .offcanvas-header .btn-close {
        float: right;
        font-size: 30px;
        /* color: #FFFFFF !important; */
    }
    .offcanvas .offcanvas-body .list-unstyled a {
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #FFFFFF;
        text-decoration: none;
    }
    .offcanvas .offcanvas-body .list-unstyled li {
        margin-bottom: 16px;
        border-bottom: 2px solid #FFFFFF;
    }
    /* 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: 340px;
    }
    .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;
    }
    .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: 70px;
    }
    .our-approach-section .process-flow-wrapper .development-img {
        margin-top: 430px;
    }
    .our-approach-section .process-flow-wrapper .mobile-process-arrow-2 {
        position: absolute;
        top: 545px;
        left: 70px;
    }
    .our-approach-section .process-flow-wrapper .release-img {
        margin-top: 400px;
    }
    .our-approach-section .process-flow-wrapper .mobile-process-arrow-3 {
        position: absolute;
        top: 820px;
        left: 70px;
    }
    .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: 1160px;
        left: 70px;
    }
    .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;
    }
    /* 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 */
}

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



.nav-pill-container .nav-pills .dropdown .dropdown-menu {
    background: #BFBFBF;
}
