.footer-social li{
    float: left;
    margin-right: 10px;
}
.header-top-right a {
    margin-left: 10px;
}
.easy-autocomplete {
    width: 100%!important;
}
.easy-autocomplete li a {
    padding: 5px 10px;
    width: 100%;
    display: block;
}

.easy-autocomplete li:hover a {
    background: #58baff;
    color: #fff;
}
.easy-autocomplete-container {
    width: calc(100% + 40px);
}
.header-search-wrap form {
    overflow: hidden;
}


div#searchbox {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    overflow: auto;
}
div#searchbox .overlay {
    position: absolute;
    background: #000000cf;
    width: 100%;
    height: 100%;
    top: 0;
}

div#searchbox #searchcontent {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 9999;
}
button.search-close {
    background: transparent!important;
    font-size: 30px;
}
div#searchbox #searchcontent input{border: 0;     height: 50px;}
div#searchbox #searchcontent button {
    background: #00d9ff;
    width: 70px;
    border: 0;
}
div#searchbox #searchcontent form {
    border: 1px solid #000;
    border-radius: 20px;
    overflow: hidden;
}
body.search_active{
    overflow: hidden;
}
.search_active div#searchbox {
    display: block;
}
input.search-input.form-control {
    border-radius: 30px;
    font-size: 13px;
    line-height: 30px;
    max-width: 80%;
}
.filtersearchbox{
    display: flex;
    align-items: center;
    justify-content: end;
}
.prd-item {
    transition: all .55s;
}
.prd-item:hover {
    box-shadow: 0 20px 30px rgba(0,0,0,.07);
    transition: all .55s;
}

.filtersearchbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-content {
    width: 80%;
    height: auto!important;
}
.product-section.mb-0 {
    padding-bottom: 0;
}

.product-item .product-inner .content .content-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.sub-menu li a i {
    float: right;
    font-size: 12px;
    font-weight: 100;
    top: 7px;
    position: relative;
}
.footer-top-section.section {
    padding: 50px;
}
.footer-widget p {
    font-size: 14px;
    line-height: 28px;
    color: #1a161e;
    margin-bottom: 5px;
}
@media (max-width: 1200px) {
    .mobile-slider{
    padding: 0!important;
        width: 100% !important;
    }
    .hero-item{padding: 0!important;}
    .slick-slider{overflow: visible!important;}
    .hero-slider-one .slick-dots, .hero-slider-three .slick-dots {
        bottom: -42px!important;
    }
    .container-fluid {
        padding: 0 15px;
        width: 100% !important;
    }

    .footer-top-section.section {
        padding: 40px 15px;
    }
}
.header-top p a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.swiper-slide .hero-area{
    text-align: left;
    height: 650px;
    display: flex;
    align-items: center;
}
.swiper-slide .hero-area:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(17 31 62) 0%, rgba(0, 212, 255, 0) 100%);
}
.part-item h3 {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    text-align: center;
    padding: 5px;
}



table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}

.excel-theme th {
    background-color: #4CAF50;
    color: white;
}




@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700&display=swap');

:root {
    --primary: #1B2B5F;
    --primary-dark: #0D1B3E;
    --primary-light: #2A3F7A;
    --secondary: #C9A962;
    --secondary-dark: #A68A4F;
    --text-dark: #1a1a1a;
    --text-body: #4a5568;
    --text-light: #6b7280;
    --bg-light: #f8f9fc;
    --bg-gray: #eef1f6;
    --white: #ffffff;
    --shadow-sm: 0 2px 4px rgba(27, 43, 95, 0.08);
    --shadow-md: 0 4px 16px rgba(27, 43, 95, 0.12);
    --shadow-lg: 0 8px 32px rgba(27, 43, 95, 0.16);
    --shadow-xl: 0 16px 48px rgba(27, 43, 95, 0.2);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --border-radius: 8px;
    --border-radius-lg: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-body);
    background-color: var(--white);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.3;
}

h1 { font-size: 3.5rem; letter-spacing: -0.02em; }
h2 { font-size: 2.75rem; letter-spacing: -0.01em; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
    color: var(--text-body);
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--secondary);
}

img {
    max-width: 100%;
    height: auto;
}

/*==================================================================
  HEADER TOP BAR
==================================================================*/
.header-top {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-top .ht-left p,
.header-top .ht-right p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-top .ht-left p i,
.header-top .ht-right p i {
    color: var(--secondary);
    font-size: 14px;
}

.header-top a {
    color: rgba(255, 255, 255, 0.9);
}

.header-top a:hover {
    color: var(--secondary);
}

.ht-social {
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ht-social li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white);
    font-size: 13px;
    transition: var(--transition);
}

.ht-social li a:hover {
    background: var(--secondary);
    color: var(--primary-dark);
    transform: translateY(-2px);
}

.ht-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

/*==================================================================
  MAIN HEADER
==================================================================*/
.header-section {
    background: var(--white);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.header-section.scrolled {
    box-shadow: var(--shadow-md);
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.logo img {
    width: auto;
    transition: var(--transition);
}

.header-section.scrolled .logo img {
    max-height: 55px;
}

/*==================================================================
  MAIN MENU
==================================================================*/

/* Sub Menu */

/*==================================================================
  HERO SLIDER
==================================================================*/
.hero-area {
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
}

.hero-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            135deg,
            rgba(13, 27, 62, 0.9) 0%,
            rgba(27, 43, 95, 0.7) 50%,
            rgba(13, 27, 62, 0.85) 100%
    );
}

.hero-area .container {
    position: relative;
    z-index: 2;
}

.hero-left-content {
    max-width: 680px;
}

.hero-text h1 {
    color: var(--white);
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.15;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease-out;
}

.hero-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 32px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-text .btn-style-1 {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

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

/* Slider Pagination */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: var(--transition);
}

.swiper-pagination-bullet-active {
    background: var(--secondary);
    width: 36px;
    border-radius: 6px;
}

/*==================================================================
  BUTTONS
==================================================================*/
.btn-style-1,
.btn-style-2,
.btn-style-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: var(--border-radius);
    transition: var(--transition);
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.btn-style-1 {
    background: var(--secondary);
    color: var(--primary-dark);
}

.btn-style-1:hover {
    background: var(--secondary-dark);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(201, 169, 98, 0.4);
}

.btn-style-2 {
    background: var(--primary);
    color: var(--white);
}

.btn-style-2:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(27, 43, 95, 0.4);
}

.btn-style-3 {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}

.btn-style-3:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-3px);
}

/*==================================================================
  EXPERIENCE AREA (About Section)
==================================================================*/
.experience-area {
    padding: 100px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.experience-area::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, var(--bg-light) 0%, transparent 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

.eaimg {
    position: relative;
    z-index: 1;
}

.eaimg img {
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-xl);
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.eaimg::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--secondary);
    border-radius: var(--border-radius-lg);
    z-index: -1;
}

.eatext {
    padding-left: 60px;
    position: relative;
    z-index: 1;
}

.eatext h3 {
    font-size: 2.5rem;
    margin-bottom: 24px;
    color: var(--primary-dark);
    position: relative;
}

.eatext h3::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--secondary);
    border-radius: 2px;
}

.eatext p {
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 20px;
}

/*==================================================================
  KEY FEATURES AREA (Services)
==================================================================*/
.key-features-area {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--bg-light) 0%, var(--white) 100%);
}

.section-head {
    margin-bottom: 60px;
}

.section-head h3 {
    font-size: 2.5rem;
    color: var(--primary-dark);
    margin-bottom: 16px;
    position: relative;
}

.section-head h4 {
    font-size: 2rem;
    color: var(--primary-dark);
    text-align: center;
    margin-bottom: 16px;
}

.section-head p {
    font-size: 1.1rem;
    color: var(--text-body);
    max-width: 600px;
}

.single-kfeatures {
    background: var(--white);
    padding: 40px 32px;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.single-kfeatures::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.single-kfeatures:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.single-kfeatures:hover::before {
    transform: scaleX(1);
}

.kf-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-gray) 100%);
    border-radius: 50%;
    transition: var(--transition);
}

.kf-icon img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: var(--transition);
}

.single-kfeatures:hover .kf-icon {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.single-kfeatures:hover .kf-icon img {
    filter: brightness(0) invert(1);
}

.single-kfeatures h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 12px;
}

.single-kfeatures p {
    font-size: 0.95rem;
    color: var(--text-light);
    margin: 0;
}

/*==================================================================
  PRODUCTS AREA
==================================================================*/
.insuarance-plan-area {
    padding: 100px 0;
    background: var(--white);
}

.insuarance-plan-areav2 {
    background: linear-gradient(180deg, var(--white) 0%, var(--bg-light) 100%);
}

.single-i-plan {
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid rgba(27, 43, 95, 0.08);
}

.single-i-plan:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.sip-v2 {
    height: 100%;
}

.sip-text h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.sip-text strong {
    display: block;
    font-size: 1.4rem;
    color: var(--secondary-dark);
    font-weight: 600;
    margin-bottom: 4px;
}

.sip-text span {
    font-size: 2rem;
    color: var(--text-light);
}

.plan-list-wrapper-view-more {
    text-align: center;
    margin-top: 40px;
}

/*==================================================================
  BREADCRUMB / INNER PAGE TITLE
==================================================================*/
.innerpage-title-area {
    position: relative;
    padding: 100px 0 80px;
    background: var(--primary-dark);
    overflow: hidden;
}

.innerpage-title-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            135deg,
            rgba(13, 27, 62, 0.95) 0%,
            rgba(27, 43, 95, 0.85) 100%
    );
    z-index: 1;
}

.ita-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.innerpage-title {
    position: relative;
    z-index: 2;
    text-align: center;
}

.innerpage-title h2 {
    color: var(--white);
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.breadcrumb-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-content ul li {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.breadcrumb-content ul li a {
    color: var(--secondary);
}

.breadcrumb-content ul li a:hover {
    color: var(--white);
}

/*==================================================================
  BLOG / CONTENT LIST
==================================================================*/
.main-blog-area {
    padding: 80px 0;
    background: var(--bg-light);
}

.blog-post {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    height: 100%;
}

.blog-post:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.blog-post img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: var(--transition);
}

.blog-post:hover img {
    transform: scale(1.05);
}

.blog-post .text {
    padding: 28px;
}

.blog-post .text h4,
.blog-post .text h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--primary-dark);
}

.blog-post .text h4 a,
.blog-post .text h5 a {
    color: inherit;
}

.blog-post .text h4 a:hover,
.blog-post .text h5 a:hover {
    color: var(--primary);
}

.blog-post .text p {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*==================================================================
  BLOG DETAILS / CONTENT DETAIL
==================================================================*/
.blog-details-wrapper {
    padding: 80px 0;
    background: var(--bg-light);
}

.blog-sidebar {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-md);
    position: sticky;
    top: 120px;
}

.sw-widget {
    margin-bottom: 32px;
}

.sw-widget:last-child {
    margin-bottom: 0;
}

.sw-widget h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--secondary);
}

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

.cat-lists li {
    margin-bottom: 8px;
}

.cat-lists li a {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--text-body);
    background: var(--bg-light);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.cat-lists li a:hover,
.cat-lists li.active a {
    background: var(--primary);
    color: var(--white);
    padding-left: 20px;
}

.blog-featured-image {
    margin-bottom: 32px;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.blog-featured-image img {
    width: 100%;
    height: auto;
}

.blog-details-text {
    background: var(--white);
    padding: 40px;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-sm);
}

.blog-details-text p {
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 20px;
}

.blog-details-text h2,
.blog-details-text h3,
.blog-details-text h4 {
    margin-top: 32px;
    margin-bottom: 16px;
}

/*==================================================================
  CONTACT PAGE
==================================================================*/
.contact-area {
    padding: 80px 0;
    background: var(--bg-light);
}

.contact-text {
    padding-right: 40px;
}

.contact-text .section-head h3 {
    font-size: 2rem;
}

.single-c-box {
    background: var(--white);
    padding: 28px;
    border-radius: var(--border-radius);
    margin-bottom: 24px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.single-c-box:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.single-c-box img {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}

.single-c-box h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.single-c-box a,
.single-c-box p {
    font-size: 0.95rem;
    color: var(--text-body);
    margin: 0;
}

.single-c-box a:hover {
    color: var(--primary);
}

.contact-form-map {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.cform {
    padding: 40px;
}

.cform form {
    width: 100%;
}

.policy-form-group {
    margin-bottom: 20px;
}

.policy-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.policy-form-group input,
.policy-form-group textarea,
.policy-form-group select {
    width: 100%;
    padding: 14px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--text-dark);
    background: var(--bg-light);
    border: 2px solid transparent;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.policy-form-group input:focus,
.policy-form-group textarea:focus,
.policy-form-group select:focus {
    outline: none;
    border-color: var(--primary);
    background: var(--white);
}

.policy-form-group textarea {
    min-height: 140px;
    resize: vertical;
}

.policy-form-group input[type="submit"] {
    background: var(--primary);
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 16px 32px;
}

.policy-form-group input[type="submit"]:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}
 
.gmap-c iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Social Share */
.bdst-share {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--bg-gray);
}

.scl-list {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

.scl-list li a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    font-size: 16px;
    transition: var(--transition);
}

.scl-list li a:hover {
    background: var(--secondary);
    color: var(--primary-dark);
    transform: translateY(-3px);
}

/*==================================================================
  FOOTER
==================================================================*/
.footer-area {
    background: linear-gradient(180deg, var(--primary-dark) 0%, #070d1a 100%);
}

.footer-widgets {
    padding: 80px 0 60px;
}

.f-widgets {
    margin-bottom: 40px;
}

.f-widgets h4 {
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--secondary);
    display: inline-block;
}

.fl-single-w {
    margin-bottom: 20px;
}

.fl-single-w p {
    color: var(--secondary);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.fl-single-w span,
.fl-single-w a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.fl-single-w a:hover {
    color: var(--secondary);
}

.fl-single-w h4 {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    border: none;
    padding: 0;
}

.fw-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fw-links ul li {
    margin-bottom: 12px;
}

.fw-links ul li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
}

.fw-links ul li a i {
    color: var(--secondary);
    font-size: 12px;
    transition: var(--transition);
}

.fw-links ul li a:hover {
    color: var(--secondary);
    padding-left: 5px;
}

.footer-bottom {
    padding: 24px 0;
    background: rgba(0, 0, 0, 0.2);
}

.footer-bottom hr {
    display: none;
}

.fbottom-copyrights {
    text-align: center;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    margin: 0;
}

.footer-copyright strong {
    color: var(--secondary);
}

/*==================================================================
  WhatsApp Button
==================================================================*/
.coll-box {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.whatsapp-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: var(--transition);
}

.whatsapp-box::before {
    content: '\f232';
    font-family: 'Font Awesome 6 Brands';
    font-size: 28px;
    color: var(--white);
}

.whatsapp-box:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

/*==================================================================
  FORM ALERTS
==================================================================*/
.alert {
    padding: 16px 20px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
    font-size: 14px;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/*==================================================================
  UTILITY CLASSES
==================================================================*/
.m-top-20 { margin-top: 20px; }
.m-top-30 { margin-top: 30px; }
.m-top-50 { margin-top: 50px; }
.m-bottom-15 { margin-bottom: 15px; }
.m-bottom-20 { margin-bottom: 20px; }
.m-bottom-30 { margin-bottom: 30px; }
.m-bottom-40 { margin-bottom: 40px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }

.text-center { text-align: center; }
.text-white { color: var(--white) !important; }

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

.img-responsive {
    max-width: 100%;
    height: auto;
}

/*==================================================================
  TABS
==================================================================*/
.pro-info-tab-list {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    border-bottom: 2px solid var(--bg-gray);
}

.pro-info-tab-list li a {
    display: block;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-body);
    background: var(--bg-light);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    transition: var(--transition);
}

.pro-info-tab-list li a:hover,
.pro-info-tab-list li a.active {
    background: var(--primary);
    color: var(--white);
}

.pro-info-tab {
    padding: 32px;
    background: var(--white);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    box-shadow: var(--shadow-sm);
}

/*==================================================================
  MODAL
==================================================================*/
.modal-header.bg-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
}

.modal-content {
    border: none;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
}

.modal-body {
    padding: 32px;
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

/*==================================================================
  RESPONSIVE
==================================================================*/
@media (max-width: 1199px) {
    h1, .hero-text h1 { font-size: 3rem; }
    h2, .innerpage-title h2 { font-size: 2.25rem; }
    .header-wrapper {
        flex-direction: column;
    }



    .swiper-slide .hero-area {
        text-align: left;
        height: 400px!important;
        display: flex;
        align-items: center;
    }
    .header-wrapper{
        width: 100% !important;
    }

    .mean-container .mean-nav ul {
        flex-direction: column!important;
    }
}

@media (max-width: 991px) {


    .hero-text h1 {
        font-size: 2.5rem;
    }

    .eatext {
        padding-left: 0;
        margin-top: 40px;
    }

    .eaimg::before {
        display: none;
    }

    .contact-text {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .blog-sidebar {
        margin-bottom: 40px;
        position: static;
    }
}

@media (max-width: 767px) {




    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text p {
        font-size: 1rem;
    }

    h2, .section-head h3, .innerpage-title h2 {
        font-size: 1.75rem;
    }

    .experience-area,
    .key-features-area,
    .insuarance-plan-area,
    .main-blog-area,
    .blog-details-wrapper,
    .contact-area {
        padding: 60px 0;
    }

    .footer-widgets {
        padding: 60px 0 40px;
    }

    .cform {
        padding: 24px;
    }

    .blog-details-text {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-text h1 {
        font-size: 1.75rem;
    }

    .btn-style-1,
    .btn-style-2,
    .btn-style-3 {
        padding: 12px 24px;
        font-size: 13px;
    }

    .single-kfeatures {
        padding: 32px 24px;
    }

    .single-c-box {
        padding: 20px;
    }
}
