/* 1. Parent Overflow Fix: Submenu cut honyapasun vachvnyasathi */
header, .header-one, .header-main, .container, .row, .col-lg-12, .main-header, .nav-area {
    overflow: visible !important;
}

/* 2. Submenu Scrolling Fix */
.has-dropdown {
    position: relative !important;
}

.has-dropdown .submenu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 480px !important;    /* Width vadhvli ahe jyamule nave vyavasthit distil */
    
    /* SCROLLING PROPERTIES - He mukhya ahe */
    max-height: 400px !important; 
    overflow-y: auto !important;  
    overflow-x: hidden !important;
    
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2) !important;
    padding: 10px 0 !important;
    border-top: 4px solid #003366 !important;
    z-index: 999999 !important;
    transition: all 0.3s ease-in-out;
    transform: translateY(15px);
}

/* Hover kelyavar submenu dakhva */
.has-dropdown:hover .submenu {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0);
}

/* 3. Custom Scrollbar (Blue Color) */
.has-dropdown .submenu::-webkit-scrollbar {
    width: 8px !important;
    display: block !important;
}
.has-dropdown .submenu::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px;
}
.has-dropdown .submenu::-webkit-scrollbar-thumb {
    background: #003366 !important;
    border-radius: 10px;
}

/* 4. Submenu Links Alignment */
.submenu li {
    width: 100% !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.submenu li a {
    display: block !important;
    padding: 12px 25px !important;
    font-size: 14px !important;
    color: #333 !important;
    line-height: 1.5 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    text-align: left !important;
    white-space: normal !important; /* Mothi nave wrap hoti */
    transition: 0.3s;
    font-weight: 500 !important;
}

.submenu li a:hover {
    background-color: #f8f9fa !important;
    color: #003366 !important;
    padding-left: 30px !important;
}

/* Shevatchya link chi border kadhli */
.submenu li:last-child a {
    border-bottom: none !important;
}

/* Kamprest Logo Theme Colors */
:root {
    --kp-blue: #0d3692;   /* Deep Blue from your Logo */
    --kp-green: #28a745;  /* Success Green from your Logo text */
}

.about-inner-content .title {
    color: var(--kp-blue) !important;
}

.about-inner-content .pre {
    color: var(--kp-green) !important;
}

/* Odometer/Counter styling */
.counter-about-area {
    background: var(--kp-blue) !important;
    border-radius: 15px;
}

/* Global Button Update to match "Get Quote" */
.btn-primary, .rts-btn.btn-primary {
    background-color: var(--kp-blue) !important;
    border-color: var(--kp-blue) !important;
}

.btn-primary:hover {
    background-color: #0a2b75 !important; /* Slightly darker blue for hover */
}

  .hover-strength {
        transition: all 0.3s ease;
    }
    .hover-strength:hover {
        transform: translateY(-5px);
        border-color: #28a745 !important;
        background-color: #f9fffb !important;
    }

    .strength-card {
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        cursor: default;
    }
    .strength-card:hover {
        transform: scale(1.02);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
        border-color: #28a745 !important;
    }
    .transition-transform {
        transition: transform 0.4s ease;
    }
    .transition-transform:hover {
        transform: translateY(-5px);
    }

    .hover-up:hover {
        transform: translateY(-3px);
        background-color: #28a745 !important;
    }

     .btn-hover-effect:hover {
        background-color: #28a745 !important;
        transform: translateY(-3px);
        transition: all 0.3s ease;
    }

     /* Floating Animation for Image */
    @keyframes floating {
        0% { transform: translateY(0px); }
        50% { transform: translateY(-15px); }
        100% { transform: translateY(0px); }
    }
    .floating-anim {
        animation: floating 4s ease-in-out infinite;
    }

    /* Button & Link Effects */
    .btn-premium {
        transition: all 0.3s ease;
    }
    .btn-premium:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(13, 54, 146, 0.3) !important;
        background: #28a745 !important;
    }
    .arrow-move {
        transition: transform 0.3s ease;
    }
    .text-decoration-none:hover .arrow-move {
        transform: translateX(5px);
    }

    .footer-list li {
        transition: 0.3s;
        cursor: pointer;
        opacity: 0.8;
        color: #fff;
    }
    .footer-list li:hover {
        opacity: 1;
        color: #fff;
        padding-left: 5px;
    }

    /* Premium Hover States */
    .product-nav li a {
        color: rgba(255,255,255,0.6);
        text-decoration: none;
        font-size: 13px;
        display: block;
        padding: 5px 0;
        transition: 0.3s;
        border-bottom: 1px solid rgba(255,255,255,0.02);
    }
    .product-nav li a:hover {
        color: #28a745;
        padding-left: 10px;
        background: rgba(40, 167, 69, 0.05);
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
        background: rgba(255,255,255,0.05);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
    }
    .social-icon:hover {
        background: #28a745;
        transform: translateY(-3px);
    }
    
    .fw-bold { font-weight: 700 !important; }
    .text-success { color: #28a745 !important; }

     .product-nav li a {
        color: rgba(255,255,255,0.6);
        text-decoration: none;
        font-size: 13px;
        display: block;
        padding: 6px 0;
        transition: 0.3s ease;
        border-bottom: 1px solid rgba(255,255,255,0.03);
    }
    .product-nav li a:hover {
        color: #28a745;
        padding-left: 8px;
        background: rgba(40, 167, 69, 0.05);
    }
    .social-icon {
        width: 35px;
        height: 35px;
        background: rgba(255,255,255,0.05);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
    }
    .social-icon:hover {
        background: #28a745;
        transform: translateY(-3px);
        color: white;
    }
    .hover-green:hover {
        color: #28a745 !important;
    }

/* 1. Dropdown Open kelyavar visibility fix kara */
.side-bar .mobile-menu .submenu.mm-show {
    display: block !important;
    height: auto !important; /* Height auto kelyamule list khali ughadel */
    visibility: visible !important;
    opacity: 1 !important;
    background-color: #f9f9f9 !important; /* Items distil asha halka grey background */
    padding: 10px 0 !important;
}

/* 2. Product Text Color BLACK kara (Main Fix) */
.side-bar .mobile-menu ul.submenu li a {
    color: #000000 !important; /* Text color black kela jyamule to clear disel */
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 12px 20px !important;
    display: block !important;
    border-bottom: 1px solid #eeeeee !important; /* Don items madhe line */
    text-align: left !important;
}

/* 3. Hover Effect - Kamprest Green */
.side-bar .mobile-menu ul.submenu li a:hover {
    color: #28a745 !important;
    background-color: #ffffff !important;
    padding-left: 25px !important;
}

/* Black box kadhun arrow clean karnyasaathi */
.side-bar .close-icon-menu {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: transparent !important; /* Black background kadhla */
    color: #000 !important; /* Arrow cha color black kela (ki tumcha theme blue dya) */
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #ccc; /* Optional: Arrow bhowti barik border pahije asel tar */
    border-radius: 5px !important;
    z-index: 100 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .mean-container .mean-bar {
        padding: 0 !important;
        min-height: 45px !important; /* Header chi height kami kéli */
    }
    .mean-container .mean-nav .nav-logo {
        margin-top: 5px !important; /* Logo la thode varti ghetle */
    }
}

/* 1. CLOSE ARROW (X) FIX - Black Box Kadha ani Position Thik Kara */
.side-bar .close-icon-menu {
    position: absolute !important;
    top: 30px !important;      /* Arrow thoda khali aala aahe */
    right: 20px !important;
    background: transparent !important; 
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #002e5b !important;   /* Brand Blue color */
    font-size: 30px !important;  
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    z-index: 9999 !important;
    cursor: pointer;
}

/* Rectangle box purnpane gayab karnyasathi */
.side-bar .close-icon-menu::before, 
.side-bar .close-icon-menu::after {
    display: none !important;
    content: none !important;
}

/* Color Palette */
.text-green { color: #28a745 !important; }

/* Tagline Style */
.brand-tagline {
    color: #28a745;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 14px;
    border-left: 4px solid #28a745;
    padding-left: 15px;
}

/* Buttons */
.btn-kamprest-primary {
    background: #28a745;
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}
.btn-kamprest-primary:hover { background: white; color: #002b5b; }

.btn-kamprest-outline {
    border: 2px solid white;
    color: white;
    padding: 13px 35px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}
.btn-kamprest-outline:hover { background: white; color: #002b5b; }

/* Static Image Shadow */
.slider-static-img {
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
    /* No animation for steady look */
}

/* Navigation Arrow Visibility Fix */
.custom-nav-box {
    width: 60px;
    height: 60px;
    background: #28a745;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
}
.custom-nav-box:hover { background: white; color: #002b5b; transform: scale(1.1); }

/* Mobile Optimization */
@media (max-width: 991px) {
    .display-4 { font-size: 32px !important; }
    .row { min-height: auto !important; padding: 0px 0; }
    .slider-static-img { max-height: 300px !important; margin-top: 30px; }
}

/* Breadcrumb Container Fix */
.breadcrumb-area-bg {
    padding: 20px 0; /* Height kami thevli aahe effective disnyasathi */
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #002b5b; /* Default Brand Navy Blue */
    z-index: 1;
}

/* Dark Overlay for better text visibility */
.breadcrumb-area-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 43, 91, 0.85); /* Navy Overlay */
    z-index: -1;
}

.breadcrumb-inner .title {
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: capitalize;
}

/* List Styling */
.breadcrumb-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.breadcrumb-item a {
    color: #28a745; /* Brand Green Color */
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.breadcrumb-item a:hover {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: #ffffff;
    opacity: 0.8;
}

/* Separator Icon ( / ) */
.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: rgba(255, 255, 255, 0.5);
    padding-right: 10px;
}

/* Ha CSS tumchya style sheet madhe taka */
.header-logo-area img {
    min-width: 280px !important; /* Tumchya logo nusar hi size tharva */
    height: auto !important;
}

/* Header madhil elements cha vistar thambvnyasathi */
.header-main-one-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap; /* Elements la ekamekavar overlap honyasathi thambvel */
}.main-nav-wrapper .nav-area ul {
    gap: 15px !important; /* Menu items madhli gap kami kara */
}

.main-nav-wrapper .nav-area ul li a {
    padding: 10px 5px !important;
}

.main-nav.has-dropdown > a::after {
    display: none !important;
}


.main-nav.has-dropdown a i {
    display: none;
}

/* Tumchya CSS file madhe he add kara */
.mean-container a.meanmenu-reveal, 
.mobile-menu-close, 
.close-btn {
    color: #002e5b !important; /* Blue color */
    z-index: 99999 !important; /* Sarvanchya var disnyasathi */
    opacity: 1 !important;
    display: block !important;
}

<style>
        /* Background Mask (Kala padda) */
        #mask {
            position: fixed;
            top: 0;
            left: 0;
            width: 396px;
            height: 756px;
            background-color: rgba(0, 0, 0, 0.7); /* Thoda transparant kala rang */
            display: none;
            z-index: 9000;
        }

        /* Popup Window Box */
        #boxes .window {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); /* Center la aan'nyasathi */
            display: none;
            z-index: 9999;
            background: #fff;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0 0 20px rgba(0,0,0,0.5);
        }

        /* Close button positioning */
        .close-btn {
            position: absolute;
            right: -15px;
            top: -15px;
            cursor: pointer;
            background: white;
            border-radius: 50%;
            padding: 5px;
        }
    </style>
    <style>
  /* 1. Animation for the red dot */
  @keyframes blinker { 50% { opacity: 0; } }

  /* 2. The Popup Container (The dark background) */
  #invitation-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10000; /* Stays on top of everything */
    justify-content: center;
    align-items: center;
  }

  /* 3. The Invitation Image */
  .modal-img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
  }

  /* 4. The Close Button (The X) */
  .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
  }
  .close-btn:hover { color: #ff0000; }
  /* Navigation links sathi spacing */
.nav-item a {
    padding: 0 15px; /* Left ani Right la gap denyasathi */
    display: flex;
    align-items: center;
}

/* Jar arrow icon ('Contact Us' chya pahile) chitkun asel tar */
.nav-item a i {
    margin-right: 8px; /* Arrow ani text madhye gap */
}

/* Jar arrow dropdown cha bhag asel tar */
.dropdown-toggle::after {
    margin-left: 8px !important; /* Arrow la 'Products' pasun lamb karnyathi */
}
</style>

<style>
    /* 1. Mask (Background black shadow) */
    #mask {
        display: none;
        position: fixed;
        left: 0; top: 0;
        width: 100%; height: 100%;
        background-color: rgba(0,0,0,0.8);
        z-index: 9000;
    }

    /* 2. Popup Window Position */
    .window {
        display: none;
        position: fixed;
        left: 50%; top: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        background: #fff;
        padding: 5px;
        border-radius: 10px;
    }

    /* 3. Close Button Positioning */
    #san { position: relative; }
    
    .close-btn-wrapper {
        position: absolute;
        top: -15px;
        right: -15px;
        cursor: pointer;
        background: #fff;
        border-radius: 50%;
        padding: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        z-index: 10001;
    }
</style>


