
body {
    background-color: #e2e2e2; 
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; transition: 0.2s; }
a:hover { text-decoration: underline; }
ul { list-style: none; padding: 0; margin: 0; }

.site-wrapper {
    max-width: 1200px;
    margin: 0 auto;    
    background-color: #ffffff; 
    box-shadow: 0 0 15px rgba(0,0,0,0.2); 
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header {
    background-color: #ab183d; 
    color: #fff;
    padding: 25px 10px;
    text-align: center;
    border-bottom: 4px solid #880e2f;
}
.main-title {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
}
.site-url { font-size: 16px; opacity: 0.9; letter-spacing: 1px; margin-top: 5px; }

.navbar-custom {
    background-color: #021a3c !important; 
    padding: 0 !important;
    border-bottom: 2px solid #000;
}
.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 18px !important;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.navbar-nav .nav-link:hover { background-color: #ab183d; }
.navbar-custom .nav-link {
    text-decoration: none !important;
}

.intro-section { padding: 20px; text-align: center; border-bottom: 1px solid #ddd; }
.intro-title { color: #ab183d; font-size: 24px; font-weight: 800; }

    .marquee-box {
        background: #f1f1f1;
        padding: 6px 6px; /* Thoda padding */
        margin: 10px 0;    /* Lines ke beech gap */
        border-radius: 4px; /* Thoda round corner */
        font-family: Arial, sans-serif;
    }

    /* Links Design */
    .marquee-link {
        color: #0000EE;
        text-decoration: none;
        font-size: 15px;
        margin: 0 10px;
    }
    
    .marquee-link:hover {
        text-decoration: underline;
        color: #ff0000;
    }
.color-box {
    display: flex; align-items: center; justify-content: center;
    color: #fff !important; font-weight: 700; text-align: center;
    border-radius: 4px; padding: 10px; height: 100%; min-height: 75px;
    font-size: 14px; line-height: 1.3;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    text-decoration: none !important;
}
.color-box:hover { opacity: 0.9; transform: translateY(-2px); }

.content-box {
    border: 2px solid #cf681a;
    background: #fff;
    height: 100%;
    display: flex; flex-direction: column;
}
.content-box h4 {
    background: #ab183d; color: #fff; padding: 10px;
    text-align: center; font-weight: 700; margin: 0; font-size: 18px;
    border-bottom: 2px solid #cf681a;
}
.content-box ul { padding: 10px 15px; flex-grow: 1; }
.content-box ul li {
    position: relative; padding-left: 20px; margin-bottom: 8px;
    line-height: 1.4;  padding-bottom: 5px;
}
.content-box ul li::before {
    content: "►"; color: #ab183d; font-size: 12px;
    position: absolute; left: 0; top: 3px;
}
.content-box ul li a { color: #0000ee; font-weight: 500; font-size: 14px; }
.view-more-container { text-align: right; padding: 8px; background: #f8f8f8; border-top: 1px solid #eee; }
.btn-view-more {
    background: #0d6efd; color: #fff !important; font-size: 11px;
    padding: 4px 12px; border-radius: 20px; text-transform: uppercase; font-weight: bold;
}
footer {
    margin-top: auto; 
    background-color: #111; color: #bbb;
    border-top: 5px solid #0d1947; padding: 30px 20px;
}
.footer-col h3 {
    color: #fff; border-bottom: 2px solid #f39c12;
    padding-bottom: 8px; margin-bottom: 15px; font-size: 18px; display: inline-block;
}
.footer-col a { display: block; color: #bbb; margin-bottom: 6px; font-size: 14px; }
.footer-col a:hover { color: #fff; padding-left: 5px; }
@media (max-width: 991px) {
    .site-wrapper { max-width: 100%; box-shadow: none; }
    .main-title { font-size: 26px; }
    .navbar-nav .nav-link { border-bottom: 1px solid rgba(255,255,255,0.1); border-right: none; }
    .content-box h4 { font-size: 16px; }
}
.social-wrapper {
    display: flex;
    justify-content: center; 
    gap: 10px; 
    margin: 15px 15px; 
    flex-wrap: wrap; 
}

.soc-btn {
    flex: 1; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    color: #fff !important; 
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.2); 
    transition: transform 0.2s ease;
    min-width: 100px; 
}

.soc-btn:hover {
    transform: translateY(-2px); 
    opacity: 0.9;
    color: #fff;
}

.btn-wa { background-color: #25D366; } 
.btn-fb { background-color: #1877F2; } 
.btn-tw { background-color: #000000; } 
.btn-ig { background-color: #E1306C; } 
.btn-tel { background-color: #0088cc; } 

.soc-btn i {
    margin-right: 6px;
    font-size: 16px;
}
.social-text-links {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.social-text-links a {
    color: #333;
    margin: 0 5px;
    text-decoration: none;
}
.social-text-links a:hover {
    text-decoration: underline;
    color: #ab183d;
}

@media (max-width: 576px) {
    .social-wrapper {
        gap: 5px;
        margin: 10px 5px;
    }
    .soc-btn {
        font-size: 12px;
        padding: 8px 2px;
        flex: 1 1 45%; 
    }
}

.page-main-heading {
    color: #ab183d; 
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
    border-bottom: 3px solid #f39c12; 
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 30px;
    text-transform: uppercase;
}

.page-desc {
    font-size: 14px;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.6;
    background: #fff;
    padding: 15px;
    border-left: 4px solid #ab183d;
    border-radius: 4px;
}

.listing-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.listing-header {
    background: #ab183d;
    color: #fff;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #cf681a;
}
.listing-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.listing-search { max-width: 300px; width: 100%; }
.listing-search .input-group { box-shadow: 0 2px 5px rgba(0,0,0,0.2); border-radius: 4px; overflow: hidden; }
.listing-search .form-control { border: none; font-size: 14px; height: 35px; }
.listing-search .btn-search {
    background: #222; color: #fff; border: none; font-weight: bold; padding: 0 15px;
}
.listing-search .btn-search:hover { background: #000; }
ul.clean-list { list-style: none; padding: 0; margin: 0; }
ul.clean-list li {
    border-bottom: 1px dashed #ddd;
    transition: background 0.2s;
}
ul.clean-list li:last-child { border-bottom: none; }
ul.clean-list li:hover { background-color: #f9f9f9; }

ul.clean-list li a {
    display: block;
    padding: 12px 15px 12px 35px;
    color: #0000ee;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    line-height: 1.4;
}

ul.clean-list li a::before {
    content: "\f0a9"; 
    font-family: FontAwesome;
    position: absolute;
    left: 12px;
    top: 13px;
    color: #ab183d;
    font-size: 16px;
}
ul.clean-list li a:hover {
    color: #ff0000;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .page-main-heading { font-size: 22px; }
    .page-desc { font-size: 13px; padding: 10px; }
    .listing-header { flex-direction: column; align-items: flex-start; gap: 10px; padding: 15px; }
    .listing-search { max-width: 100%; }
    
    ul.clean-list li a { font-size: 14px; padding: 10px 10px 10px 30px; }
    ul.clean-list li a::before { top: 11px; left: 10px; }
}

.info-box {
    background: #fff;
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    margin-top: 30px;
    margin-bottom: 20px;
}

.info-title {
    color: #ab183d; 
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 25px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    position: relative;
}
.info-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background-color: #f39c12;
}
.info-title:first-child { margin-top: 0; }

.info-text {
    font-size: 15px;
    line-height: 1.7; 
    color: #333;
    text-align: justify; 
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .info-box { padding: 15px; }
    .info-title { font-size: 18px; }
    .info-text { text-align: left; font-size: 14px; }
}
/* --- Mobile Menu Button Fix --- */
.navbar-toggler {
    background-color: transparent !important; /* पीछे का सफेद रंग हटा देगा */
    border: 1px solid rgba(255,255,255,0.5) !important; /* हल्का सफेद बॉर्डर */
    outline: none !important;
    box-shadow: none !important;
    margin-right: 0; /* राइट साइड में रखने के लिए */
}

/* बटन के अंदर की 3 लाइनों को सफेद करने के लिए */
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* बटन पर क्लिक करने पर भी सफेद रहे */
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem rgba(255,255,255,0.5);
}