/*!
Theme Name: Dogs Theme
Theme URI: https://www.makeolix.com/
Author: makeolix
Author URI: https://www.makeolix.com/
Description: Dogs Theme
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.banner-section-content p.aos-init {
    display: none;
}
 .container.py-4 {
    border: 2px solid #00ab26;
    border-radius: 25px;
    margin-top: 80px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 9px;
}
.page-id-39 .banner-section-outer .banner-section .banner-section-content {
     padding: 0px 198px; 
    
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #00ab26;
    border-color: #00ae37;
}

  button#send-phone-otp-btn {
    width: 38%;
    background-color: #00ab26;
    border: 1px solid #00ab26;
    padding: 10px;
    border-radius: 5px;
    color: white;
    margin-bottom: 10px;
}

button#verify-phone-otp-btn {
     width: 39%;
    background-color: #00ab26;
    border: 1px solid #00ab26;
    padding: 10px;
    border-radius: 5px;
    color: white; 
    margin-bottom: 10px;
}
button#send-email-otp-btn {
   width: 38%;
    background-color: #00ab26;
    border: 1px solid #00ab26;
    padding: 10px;
    border-radius: 5px;
    color: white; 
    margin-bottom: 10px;
}

button#verify-email-otp-btn {
	 width: 38%;
    background-color: #00ab26;
    border: 1px solid #00ab26;
    padding: 10px;
    border-radius: 5px;
    color: white; 
    margin-bottom: 10px;

}
div#forgot-password-section {
   
    display: none;
}
button#togglePasswordlogin {
    padding: 10px;
    height: 38px;
}
span.dogprofile {
    background-color: #00ab26;
    padding: 5px;
    float: inline-end;
    color: white;
    border-radius: 5px;
    font-size: 18px;
    /*border: 2px solid #00ae37;*/
    margin-bottom: 25px;
}
.dogprofile a {
    color: white;
    text-decoration: none;
}
ul#menu li a {
    cursor: pointer;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
}
h1.aos-init.aos-animate {
 font-size:45px;
}
a.nav-link.default-btn.contact_us {
    
    border: none;
}

/* Dropdown hover effects */
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    margin-top: 0;
}

/* Smooth transition for dropdown */
.navbar-nav .nav-item.dropdown {
    position: relative;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 200px;
}

/* Dropdown content styling */
.drop-down-content {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
}

.drop-down-pages .nav-item {
    margin: 0;
}

.drop-down-pages .nav-link {
    padding: 8px 20px !important;
    color: #333 !important;
    border-radius: 0;
    transition: all 0.3s ease;
}

.drop-down-pages .nav-link:hover {
    background: #f8f9fa;
    color: #007bff !important;
    padding-left: 25px !important;
}

/* Mobile पर click से ही open हो */
@media (max-width: 991px) {
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }
    
    .navbar-nav .nav-item.dropdown.show .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
/* Toast styling */
#custom-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #28a745; /* green for success */
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    font-size: 16px;
    z-index: 9999;
    display: none;
    text-align: center;
    min-width: 200px;
}
#custom-toast.error { background: #dc3545; } /* red for error */

p.login-register {
    font-size: 22px;
    font-weight: bold;
    color: #20214e;
}
p.login-register a {
    
    font-size: 22px;
    font-weight: bold;
    color: #33475b;
    text-decoration: none;
}
.spinner-border {
    width: 1rem;
    height: 1rem;
}
.toast {
    min-width: 350px;
    max-width: 400px;
}
.img-thumbnail {
    border: 3px solid #28a745;
    border-radius: 10px;
    background: white;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.alert-warning {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.status-badge {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
}
.status-approved {
    background-color: #d4edda;
    color: #155724;
}
.status-pending {
    background-color: #fff3cd;
    color: #856404;
}
.status-lost {
    background-color: #f8d7da;
    color: #721c24;
}
.status-found {
    background-color: #cce7ff;
    color: #004085;
}
.status-adopted {
    background-color: #e2e3e5;
    color: #383d41;
}
.btn {
    margin: 2px;
}
.navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
img.myaccountscancode {
    width: 100px;
    height: 100px;
}
a.myaccountdss {
    color: #20214e;  
    border: 2px solid #f05a5f;
    padding: 10px;
    border-radius: 50px;
}


h4.card-title
{
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

p.card-text
{
    font-size: 14px; 
    text-align: center;
}

.author-avatar .avatar-40
{
    background-color: #efefef;
    border-radius: 38px;
    padding: 1px;
}


.achievements-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}
.achievement-item {
    text-align: center;
    padding: 30px 20px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: white;
    height: 100%;
}
.achievement-item:hover {
    border-color: #f0595e;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.counter {
    font-weight: 700;
    color: #2c415b;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 125%;
    letter-spacing: 1px;
    max-width: 100%;
}
.counter .dollar {
    color: #27ae60;
    font-size: 2.2rem;
}
.counter .k-suffix {
    font-size: 2.2rem;
}
.achievement-label {
    font-size: 1.1rem;
    color: #2c415b;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
.achievement-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #3498db;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}
.section-title h2 {
    font-weight: 700;
    margin-bottom: 15px;
}
.section-title p {
    color: #6c757d;
    font-size: 1.1rem;
}



.testimonial-section {
    padding: 4rem 0;
    /*background: linear-gradient(135deg, var(--secondary-color) 0%, #ffffff 100%);*/
}

.section-title {
    margin-bottom: 16px;
    font-weight: 700;
    color: #2c415b;
    font-size: 30px;
    line-height: 125%;
    letter-spacing: 1px;
    max-width: 100%;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: var(--accent-color);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    margin-bottom: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: none;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.testimonial-card:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 5rem;
    color: rgba(78, 115, 223, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-text {
    line-height: 27px;
    color: #180a32;
    font-size: 15px;
    font-weight: normal;
}

.client-info {
    display: flex;
    align-items: center;
}

.client-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-color);
    margin-right: 1rem;
}

.client-details h5 {
    margin-bottom: 0.25rem;
    color: #2c415b;
    font-weight: 600;
}

.client-details p {
    margin-bottom: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.rating {
    color: #ffc107;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .client-img {
        width: 60px;
        height: 60px;
    }
}

.testimonial-section h6
{
    font-size: 25px;
    margin-bottom: 15px;
    color: #f0595e;
    font-family: 'Perfectly Nineties';
    letter-spacing: 0px;
    text-transform: lowercase;
    font-style: italic;
    font-weight: 400;
    line-height: 0%; 
}

.testimonial-section p
{
    line-height: 27px;
    color: #2c415b;
    font-size: 15px;
    font-weight: normal;
}
section.banner-section {
    padding: 0px 0px 0px 0px;
}
.banner-section-outer .banner-section {
    padding: 0px 0px 0 !important;
}
.banner-section-outer .banner-section .banner-section-content h1 {
    margin-bottom: 12px;
    padding-right: 80px;
    /* color: var(--e-global-color-primary); */
    color: white !important;
}
.create-post-header h1 {
    font-size: 35px;
}


#news-slider{
    margin-top: 80px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.agotime {
    width: 100%;
}
       .instagram-post {
            width: 100%;
            max-width: 470px;
            background-color: white;
            border: 1px solid #dbdbdb;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        
        .post-header {
            display: flex;
            align-items: center;
            padding: 14px 16px;
        }
        
        .profile-pic {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            margin-right: 12px;
            overflow: hidden;
        }
        
        .profile-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .username {
            font-weight: 600;
            font-size: 14px;
            color: #262626;
        }
        
        .more-options {
            margin-left: auto;
            font-size: 18px;
            color: #262626;
            cursor: pointer;
        }
        
        .post-media-container {
            position: relative;
            width: 100%;
            height: 585px;
            overflow: hidden;
            background-color: #000;
        }
        
        .media-slider {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.3s ease;
        }
        
        .media-slide {
            min-width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .media-slide img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        .media-slide video {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 10;
        }
        
        .post-media-container:hover .slider-nav {
            opacity: 1;
        }
        
        .slider-nav.prev {
            left: 15px;
        }
        
        .slider-nav.next {
            right: 15px;
        }
        
        .slider-indicators {
            position: absolute;
            bottom: 15px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 4px;
            z-index: 10;
        }
        
        .indicator {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
        }
        
        .indicator.active {
            background-color: #0095f6;
            transform: scale(1.2);
        }
        
        .post-actions {
            padding: 12px 16px 8px;
        }
        
        .action-buttons {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }
        
        .action-btn {
            background: none;
            border: none;
            font-size: 24px;
            margin-right: 16px;
            cursor: pointer;
            color: #262626;
        }
        
        .action-btn.save {
            margin-left: auto;
            margin-right: 0;
        }
        
        .likes-count {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 8px;
        }
        
        .post-caption {
            padding: 0 16px 8px;
        }
        
        .caption-text {
            font-size: 14px;
            line-height: 1.4;
        }
        
        .caption-username {
            font-weight: 600;
            margin-right: 4px;
        }
        
       
        
        .time-text {
            font-size: 10px;
            color: #8e8e8e;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .video-controls {
            position: absolute;
            bottom: 15px;
            right: 15px;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            z-index: 5;
        }
        
        .audio-info {
            position: absolute;
            bottom: 15px;
            left: 15px;
            display: flex;
            align-items: center;
            color: white;
            font-size: 12px;
            z-index: 5;
        }
        
        .audio-icon {
            margin-right: 5px;
            font-size: 10px;
        }
        
        .post-stats {
            display: flex;
            padding: 0 16px 12px;
            border-bottom: 1px solid #efefef;
            margin-bottom: 8px;
        }
        
        .stat {
            display: flex;
            align-items: center;
            margin-right: 16px;
            font-size: 14px;
            color: #8e8e8e;
        }
        
        .stat i {
            margin-right: 5px;
            font-size: 12px;
        }
        
        @media (max-width: 500px) {
            .instagram-post {
                border: none;
                border-radius: 0;
            }
            
            .post-media-container {
                height: 500px;
            }
        }
          .agotime {
    width: 100%;
}
       .instagram-post {
            width: 100%;
            max-width: 470px;
            background-color: white;
            border: 1px solid #dbdbdb;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        
        .post-header {
            display: flex;
            align-items: center;
            padding: 14px 16px;
        }
        
        .profile-pic {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            margin-right: 12px;
            overflow: hidden;
        }
        
        .profile-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .username {
            font-weight: 600;
            font-size: 14px;
            color: #262626;
        }
        
        .more-options {
            margin-left: auto;
            font-size: 18px;
            color: #262626;
            cursor: pointer;
        }
        
        .post-media-container {
            position: relative;
            width: 100%;
            height: 585px;
            overflow: hidden;
            background-color: #000;
        }
        
        .media-slider {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.3s ease;
        }
        
        .media-slide {
            min-width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .media-slide img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        .media-slide video {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 10;
        }
        
        .post-media-container:hover .slider-nav {
            opacity: 1;
        }
        
        .slider-nav.prev {
            left: 15px;
        }
        
        .slider-nav.next {
            right: 15px;
        }
        
        .slider-indicators {
            position: absolute;
            bottom: 15px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 4px;
            z-index: 10;
        }
        
        .indicator {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
        }
        
        .indicator.active {
            background-color: #0095f6;
            transform: scale(1.2);
        }
        
        .post-actions {
            padding: 12px 16px 8px;
        }
        
        .action-buttons {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }
        
        .action-btn {
            background: none;
            border: none;
            font-size: 24px;
            margin-right: 16px;
            cursor: pointer;
            color: #262626;
        }
        
        .action-btn.save {
            margin-left: auto;
            margin-right: 0;
        }
        
        .likes-count {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 8px;
        }
        
        .post-caption {
            padding: 0 16px 8px;
        }
        
        .caption-text {
            font-size: 14px;
            line-height: 1.4;
        }
        
        .caption-username {
            font-weight: 600;
            margin-right: 4px;
        }
        
       
        
        .time-text {
            font-size: 10px;
            color: #8e8e8e;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .video-controls {
            position: absolute;
            bottom: 15px;
            right: 15px;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            z-index: 5;
        }
        
        .audio-info {
            position: absolute;
            bottom: 15px;
            left: 15px;
            display: flex;
            align-items: center;
            color: white;
            font-size: 12px;
            z-index: 5;
        }
        
        .audio-icon {
            margin-right: 5px;
            font-size: 10px;
        }
        
        .post-stats {
            display: flex;
            padding: 0 16px 12px;
            border-bottom: 1px solid #efefef;
            margin-bottom: 8px;
        }
        
        .stat {
            display: flex;
            align-items: center;
            margin-right: 16px;
            font-size: 14px;
            color: #8e8e8e;
        }
        
        .stat i {
            margin-right: 5px;
            font-size: 12px;
        }
        
        @media (max-width: 500px) {
            .instagram-post {
                border: none;
                border-radius: 0;
            }
            
            .post-media-container {
                height: 500px;
            }
        }
        #instagram-posts-carousels .instagram_post_card {
    height: 620px;
}
#instagram-posts-carousels .item {
    height: 650px;
}
 #instagram-posts-carousel .instagram_post_card {
    height: 640px;
}
#instagram-posts-carousel .item {
    height: 650px;
}

/* Lost & Found Chat System Styles */
#lf-chat-system {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.chat-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    z-index: 10000;
}

.chat-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px;
    border-radius: 12px 12px 0 0;
}

.chat-tabs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.chat-tab {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.chat-tab.active {
    background: rgba(255,255,255,0.4);
}

.chat-body {
    height: 400px;
    overflow-y: auto;
    padding: 0;
    background: #f8f9fa;
}

.chat-tab-content {
    display: none;
}

.chat-tab-content.active {
    display: block;
}

/* Conversations List */
.conversation-item {
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    margin-bottom: 5px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.conversation-item:hover {
    background: #f8f9fa;
}

.conversation-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #667eea;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    flex-shrink: 0;
}

.conversation-info {
    flex: 1;
    min-width: 0;
}

.conversation-name {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    margin-bottom: 2px;
}

.conversation-preview {
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conversation-meta {
    font-size: 10px;
    color: #999;
}

.unread-badge {
    background: #ff4757;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex-shrink: 0;
}

/* Messages */
.chat-message {
    margin-bottom: 15px;
    display: flex;
}

.message-sent {
    justify-content: flex-end;
}

.message-received {
    justify-content: flex-start;
}

.message-content {
    max-width: 80%;
}

.message-bubble {
    padding: 10px 15px;
    border-radius: 18px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    word-wrap: break-word;
}

.message-sent .message-bubble {
    background: #667eea;
    color: white;
    border-bottom-right-radius: 5px;
}

.message-received .message-bubble {
    background: white;
    color: #333;
    border-bottom-left-radius: 5px;
}

.message-time {
    font-size: 11px;
    color: #999;
    margin-top: 5px;
}

.message-sent .message-time {
    text-align: right;
}

.message-received .message-time {
    text-align: left;
}

/* Chat Input */
.chat-input {
    padding: 15px;
    border-top: 1px solid #e0e0e0;
    background: white;
    border-radius: 0 0 12px 12px;
}

.input-group {
    display: flex;
    gap: 10px;
}

#chat-message-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    outline: none;
}

#chat-message-input:focus {
    border-color: #667eea;
}

#send-chat-message {
    background: #667eea;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

#send-chat-message:hover {
    background: #5a6fd8;
}

#send-chat-message:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* Loading and States */
#chat-loading {
    text-align: center;
    padding: 20px;
    color: #667eea;
}

#no-conversations, #chat-login-required {
    text-align: center;
    padding: 50px 20px;
    color: #666;
}

/* Scrollbar */
.chat-body::-webkit-scrollbar {
    width: 6px;
}

.chat-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.chat-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.chat-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Responsive */
@media (max-width: 768px) {
    .chat-container {
        width: 90vw;
        right: 5vw;
        left: 5vw;
    }
    
    .conversation-preview {
        font-size: 11px;
    }
}
  .achievements-section {
        padding: 35px 0;
    }
    
    .border-style {
        border: 1px solid #aaa;
        border-radius: 10px;
        padding: 13px;
        height: 100%;
        background: white;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .border-style:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    
    .choose_us_content h2 {
        margin-bottom: 0px;
        font-weight: 700;
        color: #2c415b;
        font-size: 25px;
        line-height: 125%;
        letter-spacing: 1px;
        max-width: 100%;
        margin-top: 0px;
        position: relative;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .text-size-18 {
        margin-bottom: 0px;
        color: #2c415b;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.6;
    }
    
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .col-lg-6, .col-md-12, .col-sm-12, .col-12 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    @media (min-width: 992px) {
        .col-lg-6 {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
    
    .container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .section-title {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .section-title h2 {
        color: #2c415b;
        font-weight: 700;
        font-size: 36px;
        position: relative;
        display: inline-block;
        margin-bottom: 15px;
    }
    
    .section-title h2:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: linear-gradient(to right, #2c415b, #6a89cc);
        border-radius: 2px;
    }
    
    .section-title p {
        color: #5a6c7d;
        max-width: 700px;
        margin: 0 auto;
    }
    
    .icon-wrapper {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: linear-gradient(135deg, #2c415b 0%, #6a89cc 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        color: white;
        font-size: 28px;
    }
    
    .main-content-wrapper {
        max-width: 1600px;
        margin: 0 auto;
        background: #f8f9fa;
        overflow: hidden;
    }
    
    /* ===== TOGGLE BUTTON STYLES ===== */
    .toggle-buttons {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
        position: sticky;
        top: 0;
        background: #f8f9fa;
        padding: 15px 0 10px 0;
       
    }
    
    .toggle-btn {
        flex: 1;
        padding: 12px 15px;
        border: none;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        background: #f0f0f0;
        color: #ed696e;
        border: 1px solid #ddd;
    }
    
    .toggle-btn:hover {
        background: #e0e0e0;
    }
    
    .toggle-btn.active-btn {
        background: #ed696e;
        color: white;
        border-color: #ed696e;
    }
    
    /* Content Sections */
    .content-section {
        display: none;
        transition: opacity 0.3s ease;
    }
    
    .content-section.active-section {
        display: block;
        animation: fadeIn 0.3s ease-in-out;
    }
    
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(5px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* ===== ✅ FIXED SIDEBAR SCROLL (Sirf ye add kiya hai) ===== */
    .col-md-3 {
        position: relative;
        height: 100%;
    }
    
/*     .sidebar-fixed {
        position: sticky;
        top: 30px;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        padding-right: 10px;
        scrollbar-width: thin;
        scrollbar-color: #ed696e #f0f0f0;
    } */
    /* Sidebar Container */
.sidebar-fixed {
    position: sticky;
    top: 30px;
    max-height: calc(300vh - 60px);
    overflow-y: hidden; /* Scrollbar hide kiya */
    padding-right: 0;
    display: flex;
    flex-direction: column;
}

/* Scrollable Content Area */
.sidebar-scroll-content {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox mein scrollbar hide */
    -ms-overflow-style: none; /* IE/Edge mein scrollbar hide */
    padding-right: 5px;
}

/* Webkit browsers (Chrome, Safari) mein scrollbar hide */
.sidebar-scroll-content::-webkit-scrollbar {
    display: none;
}

/* Arrow Buttons Container */
.scroll-arrows {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 15px 0;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
    position: sticky;
    bottom: 0;
    z-index: 10;
}

/* Arrow Buttons */
.scroll-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ed696e;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(237, 105, 110, 0.3);
}

.scroll-btn:hover {
    background: #d44a50;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(237, 105, 110, 0.4);
}

.scroll-btn:active {
    transform: scale(0.95);
}

.scroll-btn i {
    font-size: 20px;
}

.scroll-btn.up-btn {
    background: #2c415b;
    box-shadow: 0 4px 10px rgba(44, 65, 91, 0.3);
}

.scroll-btn.up-btn:hover {
    background: #1a2b3d;
}
    /* Custom scrollbar for Webkit browsers */
    .sidebar-fixed::-webkit-scrollbar {
        width: 6px;
    }
    
    .sidebar-fixed::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 10px;
    }
    
    .sidebar-fixed::-webkit-scrollbar-thumb {
        background: #ed696e;
        border-radius: 10px;
    }
    
    .sidebar-fixed::-webkit-scrollbar-thumb:hover {
        background: #d44a50;
    }
    
    /* ===== ACHIEVEMENT ITEMS STYLES ===== */
    .achievement-item {
        text-align: center;
        padding: 25px 15px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        transition: transform 0.3s;
        height: 100%;
    }
    
    .achievement-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    
    .achievement-icon {
        font-size: 40px;
        margin-bottom: 15px;
    }
    
    .counter {
        font-size: 36px;
        font-weight: 700;
        color: #2c415b;
    }
    
    .k-suffix {
        font-size: 24px;
        font-weight: 600;
        color: #2c415b;
        margin-left: 2px;
    }
    
    .achievement-label {
        font-size: 14px;
        color: #5a6c7d;
        margin-top: 10px;
        line-height: 1.5;
    }
    
    .combo-counter {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 10px 0;
    }
    
    .combo-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
        border-bottom: 1px dashed #e0e0e0;
    }
    
    .combo-row:last-child {
        border-bottom: none;
    }
    
    .combo-label {
        font-size: 13px;
        color: #5a6c7d;
    }
    
    .combo-value {
        font-size: 20px;
        font-weight: 700;
        color: #2c415b;
    }
    
    /* ===== ABOUT & MISSION STYLES ===== */
    .about_section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .btn_wrapper {
        margin-top: 20px;
    }
    
    .default-btn {
        display: inline-block;
        padding: 12px 30px;
        background: linear-gradient(135deg, #2c415b 0%, #6a89cc 100%);
        color: white;
        border-radius: 50px;
        font-weight: 600;
        transition: all 0.3s;
        text-decoration: none;
    }
    
    .default-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(44,65,91,0.2);
        color: white;
    }
    
    .mission_section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .mission_content h6 {
        font-size: 25px;
        margin-bottom: 15px;
        color: #f0595e;
        font-family: 'Perfectly Nineties';
        letter-spacing: 0px;
        text-transform: lowercase;
        font-style: italic;
        font-weight: 400;
    }
    
    .mission_content h2 {
        font-weight: 700;
        color: #2c415b;
        font-size: 30px;
        line-height: 125%;
        letter-spacing: 1px;
        max-width: 100%;
        margin-top: 19px;
        margin-bottom: 40px;
    }
    
   
    
    .mission_box:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(44,65,91,0.1);
    }
    
    .mission_box figure {
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 8px;
    }
    
/*     .mission_box img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        transition: transform 0.3s;
    } */
    
/*     .mission_box:hover img {
        transform: scale(1.05);
    } */
    
    .mission_box h3 {
        font-size: 18px;
        font-weight: 700;
        color: #2c415b;
        margin-bottom: 10px;
    }
    
    .mission_center_portion {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        height: 100%;
    }
    
    .mission_center_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 400px;
    }
    
    .mission_video_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }
    
    .video_img {
        width: 70px;
        height: 70px;
        background: rgba(255,255,255,0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        backdrop-filter: blur(5px);
        transition: all 0.3s;
    }
    
    .video_img:hover {
        transform: scale(1.1);
        background: rgba(255,255,255,0.3);
    }
    
	/* Default - 100% zoom ke liye */
.sidebar-fixed {
    position: sticky;
    top: 30px;
    max-height: calc(310vh - 60px);
    overflow-y: hidden;
    padding-right: 0;
    display: flex;
    flex-direction: column;
}

/* 90% zoom ke liye (chhoti screen) */
@media 
(-webkit-min-device-pixel-ratio: 0.9) and (-webkit-max-device-pixel-ratio: 0.95),
(min-resolution: 86.4dpi) and (max-resolution: 91.2dpi) {
    .sidebar-fixed {
        max-height: calc(250vh - 60px);
    }
}

/* 110% zoom ke liye (badi screen) */
@media 
(-webkit-min-device-pixel-ratio: 1.1) and (-webkit-max-device-pixel-ratio: 1.15),
(min-resolution: 105.6dpi) and (max-resolution: 110.4dpi) {
    .sidebar-fixed {
        max-height: calc(360vh - 60px);
    }
}
    /* ===== RESPONSIVE ===== */
    @media (max-width: 992px) {
        .community_content h2 {
            padding: 0 50px !important;
            font-size: 26px !important;
        }
        
        .sidebar-fixed {
            position: relative;
            top: 0;
            max-height: none;
            overflow-y: visible;
        }
    }
    
    @media (max-width: 768px) {
        .community_content h2 {
            padding: 0 20px !important;
            font-size: 24px !important;
        }
        
        .counter {
            font-size: 28px;
        }
        
        .k-suffix {
            font-size: 20px;
        }
        
        .mission_content h2 {
            font-size: 24px;
        }
        
        .mission_box img {
            height: 150px;
        }
        
        .mission_center_image img {
            min-height: 300px;
        }
    }
.logged-in .sidebar-fixed {
    
    margin-top: 25px;
    padding-top: 20px;
	background-color:white;
}
.logged-in .toggle-buttons {
    background: white;
}

.main_header {
    padding: 20px 90px 20px;
}

/* Navbar Brand */
.navbar-brand h1 {
    font-size: 24px;
    margin: 0;
    color: #333;
}

/* Desktop Menu */
ul#menu-menu-1 {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#menu-menu-1 li a {
    text-align: center;
    font-weight: 400;
    color: black;
    
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

ul#menu-menu-1 li a:hover {
    color: #ff4d54;
}

/* Current/Active Menu Item */
.current-menu-item a,
.current_page_item a,
.menu-item.current-menu-item > a,
.menu-item.current_page_item > a,
li.current-menu-item > a,
li.current_page_item > a {
    color: #ff4d54 !important;
    font-weight: bold;
}

/* My Account Icon */
.myaccountdss {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    color: #333;
    transition: all 0.3s ease;
    margin-left: 15px;
}

.myaccountdss:hover {
    background: #ff4d54;
    color: white;
    transform: translateY(-2px);
}

/* Navbar Toggler (Mobile) */
.navbar-toggler {
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* =============================================
   MOBILE RESPONSIVE STYLES
   ============================================= */

@media (max-width: 991px) {
    .main_header {
        padding: 15px 20px;
    }
    
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        border-radius: 0 0 20px 20px;
        z-index: 1000;
    }
    
    ul#menu-menu-1 {
        flex-direction: column;
        width: 100%;
    }
    
    ul#menu-menu-1 li a {
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }
    
    ul#menu-menu-1 li:last-child a {
        border-bottom: none;
    }
    
    .myaccountdss {
        margin: 15px 0 0 0;
        width: 100%;
        border-radius: 30px;
        background: #ff4d54;
        color: white;
    }
    
    .myaccountdss:hover {
        background: #e0444a;
    }
}

@media (max-width: 576px) {
    .navbar-brand h1 {
        font-size: 20px;
    }
    
    .navbar-toggler {
        padding: 5px 10px;
    }
    
    .myaccountdss {
        margin-top: 10px;
    }
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 0px solid #ccc;
    border-radius: 10px;
    padding: px;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
}
.search-popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    align-items: center;
    justify-content: center;
}

.search-popup-modal.active {
    display: flex;
    opacity: 1;
}

.search-popup-content {
    background: white;
    width: 90%;
    max-width: 600px;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    transform: translateY(-30px);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.search-popup-modal.active .search-popup-content {
    transform: translateY(0);
}

.search-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #eef2f6;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.search-popup-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-popup-header h2 i {
    font-size: 22px;
}

.search-popup-close {
    background: rgba(255,255,255,0.2);
    border: none;
    font-size: 32px;
    color: white;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.search-popup-close:hover {
    background: rgba(255,255,255,0.3);
    transform: rotate(90deg);
}

.search-form {
    padding: 30px 25px;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 60px;
    transition: all 0.3s;
}

.search-input-wrapper:focus-within {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.search-input-icon {
    position: absolute;
    left: 20px;
    color: #94a3b8;
    font-size: 18px;
    z-index: 1;
}

.search-field {
    flex: 1;
    padding: 18px 130px 18px 50px;
    border: none;
    background: transparent;
    font-size: 16px;
    width: 100%;
    outline: none;
}

.search-field::placeholder {
    color: #94a3b8;
    font-style: italic;
}

.search-submit {
    position: absolute;
    right: -10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-submit:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.search-note {
    margin-top: 15px;
    font-size: 13px;
    color: #64748b;
    text-align: center;
    background: #f1f5f9;
    padding: 10px 15px;
    border-radius: 40px;
}

.search-note i {
    color: #667eea;
}

@media (max-width: 640px) {
    .search-popup-content {
        width: 95%;
    }
    
    .search-input-wrapper {
        flex-direction: column;
        background: transparent;
        border: none;
        gap: 10px;
    }
    
    .search-field {
        border: 2px solid #e2e8f0;
        border-radius: 50px;
        padding: 15px 20px;
        background: white;
    }
    
    .search-input-icon {
        display: none;
    }
    
    .search-submit {
        position: static;
        width: 100%;
        justify-content: center;
    }
}

/*   for header menu  css */


/*   for header menu  css */
