.white-blur-bg {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 16px; */
}


.section-title {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -.5px;
    font-weight: 400;
}

.section-title span, .hero-title span {
    color: #1a73e8;
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}


.mobile-cta-btn {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    padding: 0.75rem 1.5rem !important;
    font-weight: 600;
    z-index: 99;
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.mobile-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(26, 115, 232, 0.4);
    text-decoration: none;
    color: #fff;
}

.mobile-cta-btn:active {
    transform: translateY(0);
}

/* Mobile adjustments for floating button */
@media (max-width: 768px) {
    .mobile-cta-btn {
        bottom: 1rem;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        padding: 0.65rem 1.25rem !important;
        font-size: 0.85rem;
    }

    .mobile-cta-btn:hover {
        transform: translateX(-50%) translateY(-2px);
    }

    .mobile-cta-btn:active {
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .mobile-cta-btn {
        bottom: 0.2rem;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        padding: 0.6rem 1rem !important;
        font-size: 0.8rem;
    }

    .mobile-cta-btn:hover {
        transform: translateX(-50%) translateY(-2px);
    }

    .mobile-cta-btn:active {
        transform: translateX(-50%);
    }
}

.circle-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;

}


.big-circle {
    position: absolute;
    top: 150px;
    /* right: -100px; */
    width: 1200px;
    height: 1200px;
    box-shadow: 0px 20px 30px -10px rgba(236, 77, 77, 0.1);
    border-radius: 50%;
    z-index: -2;
    background-color: #DFDFDF;

    right: 0;
    transform: translateX(150px);
}

.big-inner-circle {
    /* position: absolute;
    top: 200px;
    right: -150px; */
    width: 99.8%;
    height: 99.8%;
    background-color: #E9F0FE;
    border-radius: 50%;
    z-index: -1;
    border: 50px solid #fff;
}

@media (max-width: 480px) {
    .big-circle {
        top: 100px;
        right: 0px;
        width: 800px;
        height: 800px;
    }

    .big-inner-circle {
        width: 99.8%;
        height: 99.8%;
    }
}


/* foot section */
footer {
    background-color: #f8f9fa;
    /* border-top: 1px solid #dadce0; */
    padding: 2rem 1.5rem;
    /* margin-top: 3rem; */
    text-align: center;
    /* color: #5f6368; */
    font-size: 0.875rem;
}

.follow-us {
    color: #202124;
    font-size: 17px;
    font-family: Google Sans, Roboto, Arial, sans-serif !important;
}

.footer-social-title {
    font-weight: 500;
    /* font-size: 16px; */
    line-height: 24px;
}

.footer-form-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
}

.footer-form {
    /* padding: 20px 0; */
    padding: 0;
}

.form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

.form-label.label-primary {
    color: #0d6efd;
    font-weight: 600;
}

.form-input {
    border: 1px solid #ccc;
    border-radius: 0.375rem;
    padding: 10px 14px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    width: 100%;
}

.form-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-text {
    font-size: 0.75rem;
    color: #6c757d;
    display: block;
    margin-top: 4px;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-input {
    margin-right: 8px;
    margin-top: 0;
}

.form-check-label {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #555;
}

.form-disclaimer {
    font-size: 0.85rem;
    color: #666;
}

.btn-subscribe {
    padding: 10px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-subscribe:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.footer-text {
    font-size: 16px;
    line-height: 24px;
    color: #202124;
    margin-top: 1rem;
}

/* ==================== BORDER LABEL FORM STYLES ==================== */
.form-field {
    position: relative;
    margin-bottom: 0;
}

.form-field-input {
    width: 100%;
    /* padding: 16px 12px 8px 12px; */
    border: 1px solid #d0d0d0 !important;
    border-radius: 4px;
    font-size: 1rem;
    color: #202124;
    font-family: 'Google Sans Text', Arial, sans-serif;
    background-color: #F8F9FA;
    transition: all 0.3s ease;
    appearance: none;
}

.form-field-input:focus {
    outline: none;
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.form-field-input:valid {
    border-color: #d0d0d0;
}

.form-field-input:not(:placeholder-shown)~.form-field-label,
.form-field-input:focus~.form-field-label,
select.form-field-input:valid~.form-field-label {
    top: -8px;
    left: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: #F8F9FA;
    padding: 0 4px;
    color: #1a73e8 !important;
}

.form-field-label {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 1rem;
    color: #5f6368;
    pointer-events: none;
    transition: all 0.2s ease;
    font-weight: 400;
    background-color: transparent;
    z-index: 1;
}

/* .form-field-input:focus ~ .form-field-label {
    color: #1a73e8 !important;
    top: -8px;
    left: 12px;
} */

.form-field-input option {
    color: #202124;
}

.form-field-input option:checked {
    background: linear-gradient(#1a73e8, #1a73e8);
    background-color: #1a73e8 !important;
    color: #fff;
}

/* Label with required indicator */
.label-required::after {
    content: none;
}

/* Optional label styling */
.optional-label::after {
    content: ' (Optional)';
    font-size: 0.75rem;
    color: #5f6368;
    font-weight: 400;
}

.quick-menu a {
    color: #5f6368;
    font-size: 0.875rem;
    padding: 0.1rem 0.3rem;
    margin: 0 0.75rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    transition: color 0.3s ease;
}

.quick-menu a:hover {
    color: #1a73e8 !important;
    background-color: #f8f8f8;
    text-decoration: none;
}


/* hero  */

.hero-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #202124;
    line-height: 100%;
}

.hero-list {
    list-style: none;
    padding-left: 0;
}

.hero-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.hero-list li::before {
    content: '\2714';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
    font-size: 1.2em;
    opacity: 0;
    transform: scale(0);
    animation: checkBounce 0.5s cubic-bezier(.34, .1, .68, .55) forwards;
}

.hero-list li:nth-child(1)::before {
    animation-delay: 2.6s;
}

.hero-list li:nth-child(2)::before {
    animation-delay: 3.2s;
}

.hero-list li:nth-child(3)::before {
    animation-delay: 3.8s;
}

@keyframes checkBounce {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.hero-video {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* hero end */

/* features */
.feature-card {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
}

.feature-card p {
    width: 80%;
    height: 30%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-family: Google Sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;

    background: rgba(0, 0, 0, 0.753);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    z-index: 4;
    margin: 0;
    padding: 20px;
    border-radius: 12px;

    transition: all 0.3s ease;
    padding-top: 50px;
}

/* feature end */


.collage-wrapper {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    margin: 0 auto;

    /* hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.collage-wrapper::-webkit-scrollbar {
    display: none;
}

.collage {
    width: 125%;
    flex-wrap: nowrap !important;
}

@media (max-width: 480px) {
    .collage {
        width: 400%;
    }
}

/* collage item */
.collage-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
}

/* image/video */
.collage-item img,
.collage-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* description overlay */
.collage-des {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 20px;
    border-radius: 12px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 2;
}

.collage-des h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.collage-des p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #fff;
}

.collage-des a {
    color: #00d9ff;
    font-weight: 600;
    text-decoration: none;
}

.collage-des a:hover {
    text-decoration: underline;
}

/* show description when active */
.collage-item.active .collage-des {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* plus button */
.plus-btn {
    position: absolute;
    bottom: 1rem;
    right: 1rem;

    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;

    background: white;
    color: black;
    font-size: 22px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    z-index: 5;
    padding: 4px;
    transition: all 0.3s ease;
}

/* hover effect */
.plus-btn:hover {
    background: black;
    color: white;
}

/* rotate into cross */
.collage-item.active .plus-btn {
    transform: rotate(45deg);
    background: red;
    color: white;
}

/* arrow buttons container */
/* .collage-arrows {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
} */

/* arrow button design */
.collage-arrow {
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

/* collage end */

/* brand */

.brand-section {
    background: linear-gradient('to right', #fff, #F2FAFF);
    overflow: visible;
}

.brand-section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 600;
    color: #202124;
}

.brandSwiper {
    padding: 2rem 1rem;
    position: relative;
}

.brandSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.brand-swiper-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem 1rem;
    background-color: transparent;
}

.brand-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.brand-img {
    max-width: 170px;
    height: auto;
    padding: 15px 35px;
    background-color: #f8f9fa;
    border-radius: 999px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    filter: saturate(0%) brightness(0.95);
    opacity: 0.75;
    display: block;
}

.brand-img:hover {
    filter: saturate(100%) brightness(1);
    opacity: 1;
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.15);
}

.brand-img-wrapper:hover .brand-img {
    filter: saturate(100%) brightness(1);
    opacity: 1;
}

/* Swiper Navigation Styling */
.brandSwiper .swiper-button-next,
.brandSwiper .swiper-button-prev {
    color: #929292;
    width: 44px;
    height: 44px;
    background-color: rgba(112, 112, 112, 0.055);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.brandSwiper .swiper-button-next:hover,
.brandSwiper .swiper-button-prev:hover {
    background-color: #fff;
    color: #1a73e8;
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

.brandSwiper .swiper-button-next::after,
.brandSwiper .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 600;
}

.brandSwiper .swiper-button-next {
    right: 5px;
}

.brandSwiper .swiper-button-prev {
    left: 5px;
}

/* Swiper Pagination Styling */
.brandSwiper .swiper-pagination {
    bottom: -3rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.brandSwiper .swiper-pagination-bullet {
    background-color: #d0d0d0;
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
}

.brandSwiper .swiper-pagination-bullet-active {
    background-color: #1a73e8;
    width: 24px;
    border-radius: 4px;
}

.category-card {
    display: flex;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    background: linear-gradient(to bottom, #ffffff, #f0f8ff);
    border: 1px solid #e0e0e0;
}

.category-card:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to bottom, #f0f8ff, #ffffff);
}

.category-card img {
    width: 120px;
    /* height: 120px; */
    object-fit: cover;
    border-radius: 12px 0 0 12px;
}

.category-card .category-des {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.category-card .category-des h5 {
    margin-bottom: 10px;
    color: #80868b;
    font-size: 12px;
}

.category-card .category-des p {
    color: #202124;
    font-family: Google Sans, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.benefitsAccordion.accordion {
    border: none;
    background-color: transparent;
}

.benefitsAccordion .accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 1rem;
    position: relative;
    /* left: 36px; */
}

.benefitsAccordion .accordion-item::before {
    background-color: #dadce0;
    content: "";
    height: 100%;
    left: -35px;
    position: absolute;
    top: 0;
    transition: background-color .2s linear;
    width: 2px;
    z-index: 1;
}

@media (max-width: 480px) {
    .benefitsAccordion .accordion-item::before {
        left: -5px;
    }
    .benefitsAccordion .accordion-item {
        left: 2px;
    }
}

.benefitsAccordion .accordion-header[aria-expanded="true"] {
    font-size: 2rem;
    color: #202124;
    transition: all 0.3s ease;
}

.benefitsAccordion .accordion-header[aria-expanded="false"] {
    font-size: 1.25rem;
}

.benefitsAccordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.benefit-img {
    display: none;
}

.benefit-img.active {
    display: block;
}

.feature-section {
    position: relative;
}

.feature-right {
    min-height: 150vh;
}

.feature-left {
    position: sticky !important;
    top: 120px !important;
}

@media (max-width: 480px) {
    .feature-section {
        overflow: hidden;
    }
}

.feature-title {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.15;
    color: #202124;
    margin-bottom: 20px;
}

.feature-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #5f6368;
    max-width: 420px;
}

.feature-item {
    padding: 20px;
    margin-bottom: 50px;
    opacity: 0.25;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.feature-item.active {
    opacity: 1;
}

.feature-img {
    background: #fef3d7;
    border-radius: 22px;
    padding: 30px;
    display: inline-block;
    margin-bottom: 25px;
}

.feature-img img {
    width: 100%;
    /* max-width: 420px; */
    border-radius: 16px;
    display: block;
}

.feature-heading {
    font-size: 40px;
    /* font-weight: 700; */
    color: #202124;
    margin-bottom: 15px;
}

.feature-para {
    font-size: 18px;
    line-height: 1.7;
    color: #5f6368;
    max-width: 500px;
}

.feature-link {
    font-size: 18px;
    font-weight: 500;
    color: #1a73e8;
    text-decoration: none;
}

.feature-link:hover {
    text-decoration: underline;
}

.text-image--text-wrapper {
    height: 100%;
    left: 10px;
    position: absolute;
    top: -150px;
    transform: scale(1);
    transform-origin: top left;
    width: 100%;
}
.text-image--text {
    font-family: Google Sans, Arial, Helvetica, sans-serif;
    position: absolute;
}

.success-slider-section{
    background-color: #e8f0fe;
}

.successSwiper {
  overflow: hidden; /* IMPORTANT */
  background: #fff;
  border-radius: 30px;
}

.success-card {
  background: #fff;
  border-radius: 30px;
  overflow: hidden; /* IMPORTANT (prevents image going out) */
  min-height: 420px;
}

.success-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}

.success-quote {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
}

.success-author {
  font-size: 15px;
  color: #555;
}

.industriesSwiper {
    overflow: hidden;
    padding-bottom: 40px;
}

.industries-img{
    width: 102%;
    height: 200px;
    object-fit: cover;
}
.industries-icn{
    width: 20px;
}

.industriesSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.industriesSwiper .swiper-slide .card {
    height: 100%;
    width: 100%;
}
.industriesSwiper .swiper-slide .card .card-body h5{
    padding: 20px 0;
}

