/* Generated production bundle. Edit source files, then rebuild this bundle. */

/* ===== contact.css ===== */
:root {
    --headingfont:'Kreon', serif;
    --textfont:'Raleway',serif;
    --brand-green: #00e65a;
    --sm-bg-dark: #2d2d2d;
    --sm-white: #ffffff;
    --sm-text-gray: #b0b0b0;
    --sm-btn-green: #00e640;
}
body {
    background-color: #f8f9fa;
    
    }
h1, .lead { font-family: var(--headingfont); }

h1 { font-size: 2.8rem; text-shadow: 1px 1px 1px rgba(0,0,0,0.05); }
.lead { font-size: 1.3rem; }
.contact-details p { margin-bottom: 0.5rem; font-size: 1.1rem; }
.mr-2 { margin-right: 0.5rem; }


    /* Navbar Styling */
        .navbar {
            background-color: #212121;
            padding: 1rem;
        }
        .navbar-brand {
            font-weight: 700;
            letter-spacing: 1px;
            font-size: 1.5rem;
        }
        .nav-link {
            color: white !important;
            font-size: 0.9rem;
            margin: 0 10px;
        }
        .nav-link.active-green {
            color: var(--brand-green) !important;
            font-weight: bold;
        }




/* Custom Navbar Styling */
.sm-main-navbar {
    padding: 0.8rem 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Desktop Hover Effects */
@media (min-width: 992px) {
    .sm-main-navbar .nav-link {
        font-weight: 500;
        transition: color 0.3s ease;
        position: relative;
    }

    .sm-main-navbar .nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 50%;
        background-color: #0d6efd; /* Bootstrap Primary */
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .sm-main-navbar .nav-link:hover::after {
        width: 80%;
    }
}

/* Mobile Offcanvas Enhancements */
.sm-mobile-offcanvas {
    width: 280px !important;
}

.sm-mobile-offcanvas .nav-link {
    font-size: 1.1rem;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.sm-mobile-offcanvas .nav-link:hover {
    color: #0d6efd !important;
}

/* Fix for background blur when offcanvas is active */
.offcanvas-backdrop.show {
    opacity: 0.7;
    backdrop-filter: blur(4px);
}

/* --- Mobile Sidebar Styles (Matching image_849760.png) --- */
@media (max-width: 991px) {
    .sm-mobile-menu {
        background-color: #0b1426 !important; /* Deep Navy */
        width: 280px !important;
    }

    .custom-search {
        background-color: #1a2436 !important;
        border: 1px solid #2d394d !important;
        color: #fff !important;
        border-radius: 8px;
    }

    .sm-mobile-menu .nav-link {
        color: #ffffff !important;
        font-weight: 600;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .search-container{
        display: block;
    }
    .texthideshow{
        display: block;
    }
}




/* Footer Main Container */
        .sm-footer-wrapper {
            background-color: var(--sm-bg-dark);
            color: var(--sm-white);
            padding: 80px 0;
        }

        /* Typography */
        .sm-footer-brand {
            font-weight: 800;
            font-size: 1.5rem;
            letter-spacing: 1px;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        .sm-footer-brand span {
            font-weight: 300;
        }

        .sm-footer-desc {
            color: var(--sm-text-gray);
            font-size: 0.95rem;
            line-height: 1.6;
            max-width: 280px;
            margin-bottom: 25px;
        }

        .sm-footer-meta {
            color: var(--sm-text-gray);
            font-size: 0.9rem;
            text-decoration: none;
            display: block;
            margin-top: 5px;
        }

        .sm-footer-link:hover {
            color: var(--sm-white);
        }

    

        /* Right Side Layout */
        .sm-footer-cta-text {
            font-size: 1.1rem;
            margin-right: 20px;
            font-weight: 300;
        }

        /* The Custom Green Button */
        .sm-footer-btn-login {
            background-color: var(--sm-btn-green);
            color: #fff;
            border: none;
            font-weight: 700;
            padding: 12px 20px;
            font-size: 1.1rem;
            box-shadow: 4px 4px 0px #000; /* Recreating that solid shadow look */
            transition: all 0.2s ease;
            text-decoration: none;
            display: inline-block;
        }

        .sm-footer-btn-login:hover {
            transform: translate(-2px, -2px);
            box-shadow: 6px 6px 0px #000;
            background-color: #00ff48;
            color: #fff;
        }

        .sm-footer-secondary-link {
            display: block;
            margin-top: 40px;
            color: var(--sm-text-gray);
            text-decoration: none;
            font-size: 1.1rem;
        }

     .search-container{
        display: none;
     }
     .texthideshow{
        display: none;
     }

/* ===== common-hero-blog.css ===== */
    body {
            background: #f7f7f7;
            
        }
        .fontset{
            font-family: var(--font-family);
        }

        /* HERO SECTION */
        .blog-hero {
            background: linear-gradient(to bottom, #f7f7f7, #efefef);
            padding: 80px 0 60px;
            position: relative;
            overflow: hidden;
        }
        .blog-hero h1 {
    font-size: 60px;
    font-weight: 800;
    color: #111;
    position: relative;
    display: inline-block;
    z-index: 2;
}

/* CURVE GREEN HIGHLIGHT DESIGN */
.blog-hero h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%) rotate(-1deg);
    width: 115%;
    height: 15px;
    background: #18c15e;
    border-radius: 50px;
    z-index: -1;

    /* CURVE EFFECT */
    clip-path: polygon(
        0% 65%,
        8% 55%,
        18% 60%,
        28% 48%,
        40% 58%,
        52% 45%,
        66% 57%,
        78% 50%,
        90% 60%,
        100% 52%,
        100% 100%,
        0% 100%
    );
}
        .blog-hero h1 {
            font-size: 60px;
            font-weight: 800;
            color: #111;
            position: relative;
            display: inline-block;
        }

        

        .blog-hero p {
            font-size: 22px;
            color: #666;
            max-width: 700px;
            margin: 25px auto 0;
            line-height: 1.7;
        }

        .hero-shape-left,
        .hero-shape-right {
            position: absolute;
            /*width: 120px;*/
            opacity: 1;
            width: 17%
        }

        .hero-shape-left {
            left: 5%;
            top: 25%;
        }

        .hero-shape-right {
            right: 5%;
            top: 12%;
        }

/* ===== custom-contact.css ===== */
/* ===============================
           Sandy Media Contact Page
        ================================ */
        .sm_contact_page {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at top left, rgba(52, 168, 83, 0.12), transparent 35%),
                linear-gradient(135deg, #f8fbff 0%, #ffffff 45%, #f6fff9 100%);
            padding: 80px 0;
        }

        .sm_contact_page::before {
            content: "";
            position: absolute;
            width: 420px;
            height: 420px;
            background: rgba(52, 168, 83, 0.08);
            border-radius: 50%;
            right: -180px;
            top: -120px;
            z-index: 0;
        }

        .sm_contact_page::after {
            content: "";
            position: absolute;
            width: 300px;
            height: 300px;
            background: rgba(20, 90, 60, 0.06);
            border-radius: 50%;
            left: -120px;
            bottom: -100px;
            z-index: 0;
        }

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

        .sm_contact_left_box {
            background: rgba(255, 255, 255, 0.85);
            border: 1px solid rgba(52, 168, 83, 0.12);
            border-radius: 30px;
            padding: 35px;
            box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
        }

        .sm_contact_left_box::before {
            content: "";
            position: absolute;
            inset: 18px;
            border: 1px dashed rgba(52, 168, 83, 0.22);
            border-radius: 24px;
            pointer-events: none;
        }

        .sm_contact_img {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 560px;
            filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.08));
        }

        .sm_contact_badge {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 24px;
    background: linear-gradient(135deg, rgba(52, 168, 83, 0.16), rgba(52, 168, 83, 0.07));
    color: #087b38;
    font-size: 16px;
    font-weight: 800;
    border-radius: 999px;
    border: 1px solid rgba(52, 168, 83, 0.16);
    box-shadow: 0 12px 30px rgba(52, 168, 83, 0.10);
    white-space: nowrap;
}
.sm_contact_badge i {
    font-size: 18px;
    color: #009b48;
}
.sm_contact_top_badge {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    padding: 0 15px;
}

@media (max-width: 575px) {
    .sm_contact_top_badge {
        margin-bottom: 22px;
        padding: 0 12px;
    }

    .sm_contact_badge {
        width: auto;
        max-width: 100%;
        padding: 10px 18px;
        font-size: 14px;
        white-space: normal;
        text-align: center;
    }

    .sm_contact_badge i {
        font-size: 16px;
    }
}
        .sm_contact_title {
            /*font-size: clamp(38px, 5vw, 70px);*/
            line-height: 1.08;
            color: #17212b;
            font-weight: 800;
            letter-spacing: -1.8px;
            margin-bottom: 16px;
        }

        .sm_contact_title span {
            color: #34a853;
        }

        .sm_contact_subtitle {
            font-size: 20px;
            line-height: 1.7;
            color: #4d5b68;
            max-width: 560px;
            margin-bottom: 28px;
        }

        .sm_contact_details {
            display: grid;
            gap: 15px;
            margin-top: 25px;
        }

        .sm_contact_item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            background: #ffffff;
            border: 1px solid rgba(18, 45, 30, 0.08);
            border-radius: 18px;
            padding: 17px 18px;
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.055);
            transition: 0.3s ease;
        }

        .sm_contact_item:hover {
            transform: translateY(-4px);
            border-color: rgba(52, 168, 83, 0.35);
            box-shadow: 0 18px 45px rgba(52, 168, 83, 0.13);
        }

        .sm_contact_icon {
            width: 46px;
            min-width: 46px;
            height: 46px;
            border-radius: 14px;
            background: linear-gradient(135deg, #34a853, #168145);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 18px;
            box-shadow: 0 10px 22px rgba(52, 168, 83, 0.28);
        }

        .sm_contact_info h5 {
            margin: 0 0 4px;
            color: #15202b;
            font-size: 17px;
            font-weight: 800;
        }

        .sm_contact_info p,
        .sm_contact_info a {
            margin: 0;
            color: #536171;
            font-size: 16px;
            line-height: 1.5;
            text-decoration: none;
            word-break: break-word;
        }

        .sm_contact_info a:hover {
            color: #34a853;
        }

        .sm_contact_cta {
            margin-top: 30px;
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            align-items: center;
        }

        .sm_contact_btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            border: none;
            outline: none;
            text-decoration: none;
            background: linear-gradient(135deg, #34a853, #168145);
            color: #ffffff;
            padding: 15px 28px;
            border-radius: 50px;
            font-size: 17px;
            font-weight: 800;
            box-shadow: 0 18px 35px rgba(52, 168, 83, 0.30);
            transition: 0.3s ease;
        }

        .sm_contact_btn:hover {
            color: #ffffff;
            transform: translateY(-4px);
            box-shadow: 0 24px 45px rgba(52, 168, 83, 0.42);
        }

        .sm_contact_btn_light {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            text-decoration: none;
            background: #ffffff;
            color: #17212b;
            padding: 15px 25px;
            border-radius: 50px;
            font-size: 17px;
            font-weight: 800;
            border: 1px solid rgba(52, 168, 83, 0.22);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
            transition: 0.3s ease;
        }

        .sm_contact_btn_light:hover {
            color: #34a853;
            transform: translateY(-4px);
            border-color: #34a853;
        }

        .sm_contact_note {
            margin-top: 18px;
            color: #657281;
            font-size: 15px;
        }

        .sm_contact_note strong {
            color: #17212b;
        }

        @media (max-width: 991px) {
            .sm_contact_page {
                padding: 55px 0;
            }

            .sm_contact_right {
                margin-top: 35px;
                text-align: center;
            }

            .sm_contact_subtitle {
                margin-left: auto;
                margin-right: auto;
            }

            .sm_contact_item {
                text-align: left;
            }

            .sm_contact_cta {
                justify-content: center;
            }
        }

        @media (max-width: 575px) {
            .sm_contact_page {
                padding: 35px 0;
            }

            .sm_contact_left_box {
                padding: 22px;
                border-radius: 22px;
            }

            .sm_contact_left_box::before {
                inset: 10px;
                border-radius: 18px;
            }

            .sm_contact_title {
                font-size: 36px;
                letter-spacing: -0.8px;
            }

            .sm_contact_subtitle {
                font-size: 16px;
                line-height: 1.6;
            }

            .sm_contact_item {
                padding: 14px;
                border-radius: 16px;
            }

            .sm_contact_icon {
                width: 42px;
                min-width: 42px;
                height: 42px;
                font-size: 16px;
            }

            .sm_contact_info h5 {
                font-size: 16px;
            }

            .sm_contact_info p,
            .sm_contact_info a {
                font-size: 14.5px;
            }

            .sm_contact_btn,
            .sm_contact_btn_light {
                width: 100%;
                padding: 14px 20px;
                font-size: 16px;
            }
        }
