/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.6
Tested up to: 7.0
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

:root {
    --orange-color: #F6A00B;
    --green-color: #408333;
    --dark-bg: #0e1a1f;
    --text-light: #ffffff;
    --text-muted: #cfd8dc;
    --heading-color: #0F1616;
    --banner-bg: #111111;
    --banner-text: #D6E4F0;
    --pink-accent: #E8C9D3;
    --green-accent: #B2D8C4;
    --yellow-accent: #F2D549;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #fcfcfc;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Lenis smooth scroll fix */
html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

/* --- Header & Navbar --- */
.header-container {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.custom-navbar {
    background: #ffffff;
    border-radius: 60px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand img {
    width: 30% !important;
}

.nav-links-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-link {
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 12px;
    transition: 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-link:hover {
    color: var(--orange-color);
}

.nav-link i {
    font-size: 12px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 40px;
    padding: 5px 15px 5px 5px;
}

.search-btn {
    background: linear-gradient(90deg,#4ba4a5,#2d2e66);
    color: #ffffff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}

.search-input {
    border: none;
    background: transparent;
    padding-left: 10px;
    outline: none;
    font-size: 14px;
    width: 110px;
    color: #555;
}

.dropdown-menu {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.dropdown-item {
    border-radius: 8px;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 14px;
    transition: 0.2s;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
    color: var(--orange-color);
}

.lang-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f8f9fa;
    border: none;
    border-radius: 40px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
}

/* --- Banner Section --- */
.banner-container {
    max-width: 1500px;
    margin: 0px auto 50px auto;
    padding: 0 20px;
}

.banner-wrapper {
    background: url(./images/bannerbackground.jpeg) rgba(0,0,0,0.5);
    border-radius: 45px;
    position: relative;
    height: 70vh;
    min-height: 600px;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
}

.banner-bg-title {
    font-size: 14vw;
    font-weight: 900;
    color: var(--banner-text);
    margin: 0;
    position: absolute;
    top: 12%;
    width: 100%;
    text-align: center;
    line-height: 1;
    z-index: 1;
    letter-spacing: -2px;
}

.doctor-model {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    height: 100%;
    z-index: 3;
    object-fit: cover;
}

.badge-item {
    position: absolute;
    top: 55%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #e0e0e0;
    font-size: 17px;
    font-weight: 500;
    z-index: 2;
}

.badge-left {
    left: 12%;
}

.badge-right {
    right: 12%;
}

.badge-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 16px;
}

.badge-icon.pink {
    background-color: var(--pink-accent);
}

.badge-icon.green {
    background-color: var(--green-accent);
}

.banner-bottom-text {
    position: absolute;
    bottom: 50px;
    left: 50px;
    max-width: 380px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 4;
}

.action-buttons {
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 4;
}

.btn-pink {
    background-color: var(--pink-accent);
    color: #111;
    font-weight: 600;
    font-size: 15px;
    border-radius: 40px;
    padding: 12px 28px;
    border: none;
    text-decoration: none;
    transition: 0.3s;
}

.btn-pink-icon {
    background-color: var(--pink-accent);
    color: #111;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: none;
    text-decoration: none;
    transition: 0.3s;
}

.btn-pink:hover,
.btn-pink-icon:hover {
    background-color: #d6b8c2;
    color: #111;
}

/* --- Features Section --- */
.features-section {
    max-width: 1500px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
}

.feature-card {
    border-radius: 35px;
    padding: 40px 35px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    min-height: 380px;
}

.feature-card:hover {
    transform: translateY(-8px);
}

.fc-yellow {
    background-color: #F7DF6B;
}

.fc-green {
    background-color: #A3E1BC;
}

.fc-pink {
    background-color: #EBC1D3;
}

.fc-blue {
    background-color: #92BAF5;
}

.feature-title {
    color: #212854;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.feature-desc {
    color: #212854;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.85;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    line-height: 1.5;
}

.feature-btn {
    background-color: #212854;
    color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    margin-top: auto;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.feature-btn:hover {
    background-color: #141938;
    color: #ffffff;
}

.feature-icon-bg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 130px;
    z-index: 1;
}

.fc-yellow .feature-icon-bg {
    color: #DEBF40;
}

.fc-green .feature-icon-bg {
    color: #84C7A1;
}

.fc-pink .feature-icon-bg {
    color: #D1A2B7;
}

.fc-blue .feature-icon-bg {
    color: #769EE0;
}

/* --- About Section --- */
.about-section {
    max-width: 1500px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
}

.about-wrapper {
    background-color: #f2f6f5;
    border-radius: 45px;
    overflow: hidden;
    position: relative;
}

.about-content {
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-badge {
    background-color: #e3e9e8;
    color: #5a6a68;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
}

.about-heading {
    font-size: 42px;
    font-weight: 600;
    color: #222d56;
    line-height: 1.3;
    margin-bottom: 30px;
    max-width: 1000px;
}

.about-heading span {
    color: #1b887a;
}

.about-desc {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto 40px auto;
    font-weight: 400;
}

.about-btn {
    background-color: #ffffff;
    color: #222d56;
    padding: 15px 35px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.about-btn:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    color: #222d56;
}

.marquee-strip {
    background: linear-gradient(90deg, #2e416b, #50a151);
    color: #ffffff;
    padding: 25px 0;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}

.marquee-track {
    display: inline-block;
    animation: marquee 20s linear infinite;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* --- Core Services --- */
.core-services-section {
    max-width: 1500px;
    margin: 0 auto 70px auto;
    padding: 0 20px;
}

.services-main-heading {
    color: #212854;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 40px;
}

.service-pills-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-bottom: 40px;
    padding-bottom: 5px;
    scrollbar-width: none;
}

.service-pills-wrapper::-webkit-scrollbar {
    display: none;
}

.service-pill {
    background-color: #f2f5fa;
    color: #212854;
    padding: 12px 26px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.3s;
}

.service-pill.active {
    background: linear-gradient(90deg, #2e416b, #50a151);
    color: #ffffff;
}
.service-pill:hover:not(.active) {
    background-color: #e4e9f3;
}

.sc-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

.sc-card:hover {
    transform: translateY(-5px);
}

.sc-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 25px;
    margin-bottom: 20px;
}

.sc-title {
    color: #212854;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;
}

.sc-desc {
    color: #666;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.services-progress-bar {
    height: 2px;
    background-color: #e0e4eb;
    margin-top: 30px;
    position: relative;
}

.progress-indicator {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 16.66%;
    background-color: #212854;
    transition: width 0.3s ease;
}

/* --- Sticky Intersection Setup --- */
.sticky-reveal-container {
    position: relative;
    /* Wraps the sticky element and the overlapping curtain so the stickiness gracefully ends */
}

/* Products Section (Sticky Layer) */
.products-section {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    position: sticky;
    top: 20px;
    z-index: 1;
    height: auto;
}

.products-wrapper {
    background: linear-gradient(90deg, #2e416b, #50a151);
    border-radius: 40px;
    padding: 60px 50px;
}

.products-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.products-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    max-width: 450px;
    line-height: 1.2;
    margin: 0;
}

.view-all-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 15px;
    transition: 0.3s;
}

.view-all-link:hover {
    color: #cfd8dc;
}

.product-card {
    border-radius: 25px;
    padding: 35px 30px;
    position: relative;
    height: 380px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.pc-pink {
    background-color: #feece3;
}

.pc-green {
    background-color: #eaf6ef;
}

.pc-yellow {
    background-color: #fdf5e6;
}

.pc-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 25px;
    width: fit-content;
}

.pc-badge.bg-orange {
    background-color: #f5b08c;
    color: #8a3f18;
}

.pc-badge.bg-mint {
    background-color: #a8deb8;
    color: #2e6b43;
}

.pc-badge.bg-gold {
    background-color: #f1d772;
    color: #7a610e;
}

.pc-title {
    color: #212854;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    max-width: 150px;
    line-height: 1.2;
}

.pc-desc {
    color: #444;
    font-size: 14px;
    line-height: 1.5;
    max-width: 210px;
    margin-bottom: auto;
    font-weight: 500;
}

.pc-price-box {
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    z-index: 2;
}

.pc-price {
    color: #111;
    font-size: 30px;
    font-weight: 800;
}

.pc-old-price {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 600;
}

.pc-img {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 150px;
    z-index: 1;
    object-fit: contain;
}

/* Featured Products (Overlapping Curtain Layer) */
.featured-wrapper-outer {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    margin-top: 60px;
}

.featured-products-section {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

.featured-wrapper {
    background: linear-gradient(90deg, #2e416b, #50a151);
    border-radius: 40px;
    padding: 60px 50px;
}

.fp-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s;
}

.fp-card:hover {
    transform: translateY(-5px);
}

.fp-img-wrapper {
    background-color: #f4f5f7;
    border-radius: 15px;
    padding: 0;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    border-radius: 15px;
}

.fp-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.fp-rating {
    color: #111;
    font-weight: 600;
}

.fp-rating i {
    color: var(--orange-color);
    font-size: 10px;
    margin-right: 4px;
}

.fp-title {
    color: #212854;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.fp-btn {
    background: transparent;
    border: 1px solid #dcdfe6;
    color: #555;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: auto;
    width: fit-content;
    transition: 0.3s;
}

.fp-btn:hover {
    border-color: #212854;
    color: #212854;
}

/* --- Remaining Content Flow (Must stay above z-index 1) --- */
.content-curtain-continuation {
    position: relative;
    margin-top: 50px;
    z-index: 2;
    background-color: #fcfcfc;
}

/* Delivery Banner */
.delivery-banner-section {
    max-width: 1500px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
}

.delivery-banner-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('./images/assets/images/cta-solitaire.avif');
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.db-subtitle {
    color: #d1d5db;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.db-title {
    color: #ffffff;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    max-width: 1000px;
}

.db-title span {
    color: var(--yellow-accent);
    display: inline-flex;
    align-items: center;
}

.db-btn {
    background-color: var(--yellow-accent);
    color: #111;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
    margin-left: 15px;
}

.db-btn:hover {
    background-color: #e0c238;
    color: #111;
    transform: scale(1.05);
}

/* Segments */
.segments-section {
    max-width: 1500px;
    margin: 0 auto 70px auto;
    padding: 0 20px;
}

.segments-wrapper {
    background-color: #f8f9fa;
    border-radius: 40px;
    padding: 70px 40px;
    text-align: center;
}

.segments-title {
    color: #0f1616;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.segments-desc {
    color: #212854;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.segment-items {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.segment-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
}

.segment-icon-box {
    width: 110px;
    height: 110px;
    background-color: #fdfaf6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #34526d;
    margin-bottom: 20px;
    transition: 0.3s;
}

.segment-item:hover .segment-icon-box {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    color: var(--orange-color);
}

.segment-name {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.segments-btn {
    background-color: #0d3b45;
    color: #ffffff;
    padding: 14px 35px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.segments-btn:hover {
    background-color: #092830;
    color: #ffffff;
}

/* Stats Bento Section */
.stats-bento-section {
    max-width: 1500px;
    margin: 0 auto 80px auto;
    padding: 0 20px;
}

.bento-card {
    border-radius: 30px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
}

.bento-card:hover {
    transform: translateY(-5px);
}

.bento-yellow {
    background-color: #f4d45d;
}

.bento-blue {
    background-color: #2b3d82;
    color: #ffffff;
}

.bento-green {
    background-color: #a8dec3;
    padding-top: 60px !important;
}

.bento-pink {
    background-color: #e5b9cb;
    padding-top: 60px !important;
}

.bento-badge {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    align-items: center;
    gap: 6px;
    width: fit-content;
}

.bento-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--orange-color);
}

.bento-blue .bento-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.bento-blue .bento-badge::before {
    background-color: #fff;
}

.bento-yellow-title {
    font-size: 38px;
    font-weight: 800;
    color: #1a2352;
    margin-bottom: 15px;
    line-height: 1.2;
    max-width: 80%;
    z-index: 2;
}

.bento-yellow-desc {
    font-size: 14px;
    color: #333;
    max-width: 55%;
    margin-bottom: 40px;
    z-index: 2;
    font-weight: 500;
}

.play-btn {
    width: 55px;
    height: 55px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1a2352;
    text-decoration: none;
    transition: 0.3s;
    margin-top: auto;
    z-index: 2;
}

.play-btn:hover {
    transform: scale(1.1);
    color: #1a2352;
}

.bento-main-img {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 320px;
    z-index: 1;
    object-fit: contain;
}

.bento-blue-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 65%;
    line-height: 1.3;
    z-index: 2;
}

.bento-blue-desc {
    font-size: 12px;
    opacity: 0.8;
    margin-top: auto;
    text-align: right;
    z-index: 2;
}

.bento-blue-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 90px;
    opacity: 0.1;
    color: #fff;
    z-index: 1;
}

.bento-stat-num {
    font-size: 56px;
    font-weight: 800;
    color: #1a2352;
    margin-bottom: 5px;
    z-index: 2;
}

.bento-stat-text {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin: 0;
    z-index: 2;
}

.bento-stat-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 100px;
    opacity: 0.1;
    color: #000;
    z-index: 1;
}

/* Testimonials Section */
.testimonials-section {
    max-width: 1500px;
    margin: 0 auto 80px auto;
    padding: 0 20px;
    text-align: center;
}

.testi-heading {
    font-size: 36px;
    font-weight: 800;
    color: #212854;
    margin-bottom: 15px;
    line-height: 1.3;
}

.testi-stars {
    color: #20c997;
    font-size: 24px;
    margin-bottom: 10px;
}

.testi-sub {
    font-size: 15px;
    color: #555;
    font-weight: 600;
    margin-bottom: 50px;
}

.testi-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
    margin: 10px;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 250px;
    padding-right: 30px;
    border-right: 1px solid #eee;
}

.testi-img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-name {
    font-size: 18px;
    font-weight: 700;
    color: #212854;
    margin: 0 0 5px 0;
}

.testi-role {
    font-size: 13px;
    color: #888;
    margin: 0;
}

.testi-quote {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}

.owl-dots {
    margin-top: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    background: #f5f6f8;
    padding: 8px 15px;
    border-radius: 30px;
    display: inline-flex;
}

.owl-dot span {
    width: 8px !important;
    height: 8px !important;
    background: #d1d5db !important;
    margin: 0 5px !important;
    transition: 0.3s;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #212854 !important;
    width: 10px !important;
    height: 10px !important;
}

/* Journey & Contact Form */
.journey-section {
    max-width: 1500px;
    margin: 0 auto 80px auto;
    padding: 0 20px;
}

.journey-wrapper {
    background-color: #f3f5f8;
    border-radius: 40px;
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: stretch;
}

.journey-info {
    flex: 1.2;
    min-width: 320px;
    display: flex;
    flex-direction: column;
}

.journey-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: #20c997;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.journey-title {
    font-size: 38px;
    font-weight: 800;
    color: #212854;
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: 90%;
}

.journey-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212854;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-details h4 {
    font-size: 15px;
    font-weight: 700;
    color: #212854;
    margin: 0 0 5px 0;
}

.contact-details p,
.contact-details a {
    font-size: 13px;
    color: #666;
    margin: 0;
    text-decoration: none;
    line-height: 1.5;
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.social-links a {
    color: #212854;
    font-size: 14px;
    transition: 0.3s;
}

.social-links a:hover {
    color: var(--orange-color);
}

.map-container {
    width: 100%;
    height: 180px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-top: auto;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #212854;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.journey-form-wrapper {
    flex: 1;
    min-width: 320px;
    background: #ffffff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.form-title {
    font-size: 24px;
    font-weight: 700;
    color: #212854;
    text-align: center;
    margin-bottom: 20px;
}

.form-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.form-tab-btn {
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #eee;
    background: #fdfdfd;
    color: #555;
    cursor: pointer;
    transition: 0.3s;
}

.form-tab-btn.active {
    background: #1a2352;
    color: #ffffff;
    border-color: #1a2352;
}

.form-content-inner {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.form-content-inner.active {
    display: block;
    opacity: 1;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.form-control,
.form-select {
    border-radius: 12px;
    border: 1px solid #eaeaea;
    padding: 12px 15px;
    font-size: 14px;
    color: #555;
    background-color: #fafbfc;
    box-shadow: none !important;
    transition: 0.3s;
}

.form-control::placeholder {
    color: #bbb;
}

.form-control:focus,
.form-select:focus {
    border-color: #212854;
    background-color: #fff;
}

textarea.form-control {
    min-height: 100px;
    resize: none;
}

.submit-btn {
    background-color: #0c3c4c;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 30px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.submit-btn:hover {
    background-color: #092c38;
}

/* Insights Section */
.insights-section {
    max-width: 1500px;
    margin: 0 auto 80px auto;
    padding: 0 20px;
}

.insights-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.insights-title {
    font-size: 34px;
    font-weight: 800;
    color: #212854;
    line-height: 1.2;
    margin: 0;
}

.read-all-link {
    font-size: 13px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    transition: 0.3s;
}

.read-all-link:hover {
    color: #212854;
}

.insight-card-left {
    background-color: #eaeff4;
    border-radius: 30px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.insight-badge {
    background: #ffffff;
    color: #555;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    width: fit-content;
    margin-bottom: 30px;
    border: 1px solid #dcdfe6;
}

.insight-images-row {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.insight-sm-img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    object-fit: cover;
    background: #fff;
    padding: 5px;
}

.insight-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #212854;
    line-height: 1.3;
    margin: 0;
}

.insight-card-right {
    background-color: #a4dabc;
    border-radius: 30px;
    padding: 40px 40px 40px 50px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.insight-right-content {
    flex: 1;
    z-index: 2;
    max-width: 60%;
}

.insight-card-right .insight-badge {
    background: transparent;
    border-color: #212854;
    color: #212854;
}

.insight-right-title {
    font-size: 32px;
    font-weight: 800;
    color: #212854;
    line-height: 1.2;
    margin-bottom: 30px;
}

.explore-btn {
    background: #ffffff;
    color: #212854;
    padding: 10px 20px 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.explore-btn i {
    background: #f0f0f0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.explore-btn:hover {
    background: #f8f8f8;
}

.insight-person-img {
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 100%;
    max-height: 380px;
    object-fit: contain;
    z-index: 1;
}

/* Footer */
.main-footer {
    background: linear-gradient(90deg, #2e416b, #50a151);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 60px 20px 20px 20px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.footer-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-links-box {
    background-color: #ffffff;
    border-radius: 35px;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 25px;
}

.footer-col h5 {
    font-size: 14px;
    font-weight: 700;
    color: #212854;
    margin-bottom: 20px;
}

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

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

.footer-col ul li a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: var(--orange-color);
}

.visitor-counter {
    background: linear-gradient(90deg, #2e416b, #50a151);
    border-radius: #ffffff;
    padding: 15px;
    margin-top: 20px;
}

.vc-header {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 8px;
}

.vc-row {
    display: flex;
    justify-content: space-between;
    color: #ccc;
    font-size: 11px;
    margin-bottom: 5px;
}

.footer-brand-box {
    background-color: #ffffff;
    border-radius: 35px;
    padding: 60px 20px 40px 20px;
    text-align: center;
    margin-bottom: 25px;
}

.footer-huge-title {
    font-size: 9vw;
    font-weight: 900;
    color: #212854;
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 30px;
}

.footer-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-social-link {
    width: 36px;
    height: 36px;
    background: #50785e;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-social-link:hover {
    background: #212854;
    color: #ffffff;
}

.footer-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 1200px) {

    .badge-left {
        left: 5%;
        top: 45%;
    }

    .badge-right {
        right: 5%;
        top: 45%;
    }

    .banner-bg-title {
        font-size: 15vw;
        top: 18%;
    }

    .about-heading {
        font-size: 36px;
    }

    .services-main-heading {
        font-size: 40px;
    }

    .products-title {
        font-size: 36px;
    }

    .db-title {
        font-size: 44px;
    }

    .bento-yellow-title {
        font-size: 32px;
        max-width: 100%;
    }

    .testi-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px;
    }

    .testi-author {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-right: 0;
        padding-bottom: 20px;
        flex-direction: column;
        min-width: auto;
    }

    .footer-links-box {
        grid-template-columns: repeat(3, 1fr);
    }

    .insight-card-right {
        padding: 40px 30px;
    }

    .insight-right-content {
        max-width: 55%;
    }
}

@media (max-width: 991px) {
    .header-actions {
        display: none;
    }

   

    .banner-wrapper {
        min-height: 500px;
        height: auto;
    }

    .feature-card {
        min-height: 320px;
        padding: 30px 25px;
    }

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

    .about-heading {
        font-size: 30px;
    }

    .marquee-track {
        font-size: 22px;
    }

    .services-main-heading {
        font-size: 34px;
    }

    .sc-img {
        height: 220px;
    }

    .products-header {
        flex-direction: column;
        gap: 20px;
    }

    .products-wrapper,
    .featured-wrapper {
        padding: 40px 30px;
    }

    .products-section {
        position: relative;
        top: 0;
        z-index: auto;
    }

    .featured-wrapper-outer {
        margin-top: 0;
        padding-top: 20px;
    }

    .db-title {
        font-size: 36px;
    }

    .segments-title {
        font-size: 32px;
    }

    .bento-yellow-desc {
        max-width: 100%;
    }

    .journey-wrapper {
        padding: 40px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .insights-cards {
        flex-direction: column;
    }

    .insight-right-title {
    font-size: 28px;
}
    .insight-person-img {
    position: relative;
    height: 100%;
    right: auto;
    bottom: -35px;
    margin-top: 20px;
    width: 100%;
    object-position: right;
}

    .insight-right-content {
        max-width: 100%;
    }

    .footer-links-box {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px;
    }

    .footer-huge-title {
        font-size: 14vw;
    }
}

@media (max-width: 768px) {
    .doctor-model {
    height: 100%;
    position: relative;
    bottom: auto;
    width: 100%;
    margin-top: 0;
    left: 50%;
}

    .doctor-model {
        height: 60%;
        position: relative;
        bottom: auto;
        margin-top: 100px;
    }

    .badge-item {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-bottom: 15px;
        justify-content: center;
    }

    .banner-wrapper {
        padding: 40px 20px;
        align-items: center;
    }

    .banner-bottom-text {
        position: relative;
        bottom: auto;
        left: auto;
        text-align: center;
        margin: 30px auto;
        padding: 0;
    }

    .action-buttons {
        position: relative;
        bottom: auto;
        right: auto;
        justify-content: center;
        margin-top: 20px;
    }

.navbar-brand img {
    height: 99px !important;
    margin: 0 0 15px 0 !important;
	width: unset !important;
}
    .feature-icon-bg {
        font-size: 100px;
    }

    .about-content {
        padding: 50px 20px;
    }

    .about-heading {
        font-size: 24px;
    }

    .marquee-track {
        font-size: 18px;
    }

    .services-main-heading {
        font-size: 28px;
    }

    .products-title {
        font-size: 28px;
    }

    .product-card {
        height: auto;
        min-height: 350px;
            padding: 20px;
    }

    .bento-main-img {
    width: 180px;
}
.bento-blue-desc {
    text-align: left;
}
.bento-card {
    justify-content: end;
}
.journey-info {
    min-width: 100%;
}
.journey-form-wrapper {
    min-width: 100%;
}
.read-all-link {
    justify-content: start;
}
.insight-card-right {
    flex-wrap: wrap;
}
    .delivery-banner-wrapper {
        padding: 50px 20px;
    }

    .db-title {
        font-size: 28px;
    }

    .db-title span {
        display: block;
        margin-top: 10px;
    }

    .segments-wrapper {
        padding: 50px 20px;
    }

    .segments-title {
        font-size: 28px;
    }

    .segment-item {
        width: 130px;
    }

    .segment-icon-box {
        width: 90px;
        height: 90px;
        font-size: 36px;
    }

    .bento-card {
        padding: 30px;
        min-height: 250px;
    }

    .bento-yellow-title {
        font-size: 28px;
    }

    .testi-heading {
        font-size: 28px;
    }

    .testi-quote {
        font-size: 15px;
    }

    .journey-wrapper {
        padding: 30px 20px;
    }

    .journey-form-wrapper {
        padding: 30px 20px;
    }

    .insights-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .insights-title {
        font-size: 28px;
    }

    .footer-links-box {
        grid-template-columns: 1fr;
    }

    .footer-bottom-bar {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .insight-images-row {
        flex-wrap: wrap;
    }
    .pageheader {
    padding: 20px 0 0 0 !important;
}
section {
    overflow: hidden;
}
section.pageheader h1 {
    display: unset !important;
    font-size: 30px;
}
span.breadcrumb_new {
    margin: 15px 0 0 0 !important;
}
span.breadcrumb_new a {
    color: #fff;
}
.breadcrumb_new {
    display: unset !important;
    float: left !important;
    height: 45px !important;
}

}
body {
    overflow-x: hidden;
}
.custom-container {
    width: 87%;
    margin: 0 auto;
}
p {
    font-size: 16px;
    line-height: 30px;
}
.bshades {
    font-size: 30px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 300;
    line-height: 48px;
    margin: 30px 0 30px 0;
    letter-spacing: 1.5px;
    background: linear-gradient(to right, #448b92, #060b2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-control {
   margin: 0 0 15px 0 !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
    background: #445f5b;
    color: #fff;
}
.sticky-form {
    position: sticky;
    top: 0;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width);
}
.pageheader {
    background: rgb(229,255,247);
    background: linear-gradient(90deg, rgb(63 128 120) 0%, rgb(0 0 0) 100%);
    margin-bottom: 26px;
}
.breadcrumb_new {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    font-weight: bold;
    color: #fff;
}
span.breadcrumb_new a {
    color: #fff;
}
 #sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 6px 0;
    font-size: 15px;
    color: #fff!important;
    font-weight: 600;
    text-decoration: none!important;
    border-right: 1px solid;
}
#sequence {
    width: 100%;
    float: left;
    background: #000000;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
    color: #000!important;
}
