
       body {
            font-family: 'SK Curiosity', sans-serif;
            }
        :root {
            --primary-color: #746DFF;
            }
            
        @font-face {
            font-family: 'SK Curiosity';
            src: url('../fonts-2025/SKCuriosity-Regular.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
            }

            .container{
                padding: 0px 0px;
                max-width: 1486px;

            }
            

        /* header */
        .navbar-brand {
            font-weight: 800;
            font-size: 28px;
            color: #141414;
                }
        
        .nav-link {
            color: #777E90;
            font-weight: 400;
            margin: 0 10px;
            transition: color 0.3s;
            font-size: 16px;
            line-height: 100%;
                }
        
        .nav-link:hover {
            color: var(--primary-color);
        }
        
        .btn-primary {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            border-radius: 30px;
            padding: 8px 40px 10px 40px;
            font-weight: 400;
            font-size: 16px;
        }
        button:focus:not(:focus-visible) {
            outline: none;
            box-shadow: none;
        }
        button.navbar-toggler {
            border: none;
        }
        
        .btn-outline-primary {
            color: #777E90;
            border-color: #CECCFF;
            border-radius: 30px;
            padding: 8px 40px 10px 40px;
            font-weight: 400;
            font-size: 16px;
        }
        
        .btn-outline-primary:hover {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }
        
        /* Tab styling */
        .tab-section {
            margin: 0 auto;
            display: flex;
            justify-content: end;
        }
        
        .tab-container {
            padding: 5px;
            display: inline-flex;
        }
        
        .tab-item {
            border-radius: 50px;
            padding: 5px 10px;
            padding-right: 20px;
            display: flex;
            background-color: #F6F6F6;
            align-items: center;
            color: #777E90;
            text-decoration: none;
            transition: all 0.3s;
            margin: 0 5px;
            font-weight: 400;
            font-size: 16px;
        }
        
        .filter-btn {
            border-radius: 50px;
            padding: 5px 10px;
            padding-right: 20px;
            display: flex;
            border: 1px solid #CECCFF;
            background-color: #fff;
            align-items: center;
            color: #475467;
            text-decoration: none;
            transition: all 0.3s;
            margin: 0 5px;
            font-weight: 400;
            font-size: 16px;
        }
       
        
        .tab-item.active {
            background-color: var(--primary-color);
            color: white;
        }
        
        .tab-item:hover:not(.active) {
            background-color: var(--primary-color);
            color: #fff;
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .tab-container {
                width: 90%;
                overflow-x: auto;
                flex-wrap: nowrap;
                justify-content: flex-start;
                padding: 8px;
            }
            
            .tab-section {
                margin: 15px 0;
                justify-content: center;
            }
            
            .tab-item {
                white-space: nowrap;
                padding: 8px 15px;
                padding-right: 20px;
            }
        
        }

        
        @media (min-width: 320px) and (max-width: 420px) {
           
        }
        
        @media (max-width: 768px) {
            .location-select.select-interest.d-flex{
                width: auto !important;
            }
            .navbar-buttons {
                margin-top: 15px;
                display: flex;
                flex-direction: row;
                width: 100%;
                justify-content: space-between;
            }
            .hero-title p{
                font-size: 20px !important;
            }
            .about-center-body img{
                width: 300px !important;
                margin-top: 15px;
            }.about-section{
                height: auto !important;
            }
            .container{
                padding: 0px 10px;

            }
            .hero-section{
                height: 500px !important;
            }
            .hero-title h1{
                font-size: 34px !important;
            }

            .hero-title-interest h1{
                font-size: 34px !important;
            }
            .location-input select{
                font-size: 12px !important;
            }
            .wresponsive{
                width: 28%;
                padding-left: 5px;
                padding-right: 0px;
        
            }
            .wresponsiveserch{
                width: 15%;
                padding-left: 5px;
                padding-right: 5px;
            }
            .wresponsiveserch a img{
                width: 30px;
                height: 50px;
            }
            .location-select span {
                font-size: 13px !important;
                padding-left: 5px !important;
            }
            .location-select{
                width: auto !important;
                
            }
            .btn-interest{
                width: 100%;
            }
            .navbar-buttons .btn {
                width: 48%;
            }
            
            .hero-body{
                width: auto !important;
            }

            .lineimg{
                transform: translate(-10px, 0px) !important;
                width: 50px;
            }
            .one-body h3{
                font-size: 14px !important;
                font-weight: 500 !important;
            }
            .family-event{
                padding: 40px !important;
            }

            .one-body p{
                font-size: 12px !important;
            }
           
            
            
            
            .tab-item {
                padding: 6px 12px;
                font-size: 14px;
            }
        }
        
        #destinations{
            margin-bottom: 30px;
        }
        /* Blog */
        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
        }
        
        .section-title {
            font-size: 32px;
            font-weight: 700;
            color: #141414;
            margin: 0;
        }
        
        .view-all {
            color: #141414;
            font-weight: 400;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        
        .blog-card {
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            margin-bottom: 30px;
            background-color: #fff;
        }
        
        
        .blog-image-container {
            position: relative;
        }
        
        .blog-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .blog-card:hover .blog-image {
            transform: scale(1.05);
        }
        
        .favorite-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .favorite-btn:hover {
            background-color: rgba(255, 255, 255, 1);
        }
        
        .favorite-btn i {
            color: #9ca3af;
            font-size: 18px;
            transition: color 0.3s;
        }
        
        .favorite-btn.active i {
            color: #ff6b6b;
        }
        
        .blog-content {
            padding: 20px 0px;
        }
        
        .blog-meta {
            display: flex;
            color: #777E90;
            margin-bottom: 10px;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
                }
        
        .blog-meta .separator {
            margin: 0 10px;
            color: #dee2e6;
        }
        
        .blog-title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #23262F;
            line-height: 24px;
                }
        
        .blog-text {
            color: #777E90;
            margin-bottom: 15px;
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
                }
        
        .blog-author {
            display: flex;
            align-items: center;
            margin-top: 15px;
        }
        
        .author-avatar {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 10px;
        }
        
        .author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .author-name {
            font-size: 14px;
            font-weight: 500;
            color: #141414;
            line-height: 24px;
                }
        
        /* Responsive adjustments */
        @media (max-width: 767.98px) {
           
            
            .blog-content {
                padding: 15px;
            }
            
            .blog-title {
                font-size: 16px;
            }
            
            .section-title {
                font-size: 24px;
            }
        }
        
        @media (max-width: 575.98px) {
            .section-header {
                align-items: flex-start;
                gap: 10px;
            }
            
            .blog-card {
                margin-bottom: 20px;
            }
        }

        /* Destinations */

       
        
        .destination-card {
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            margin-bottom: 20px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .destination-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        }
        
        .card-img-overlay {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 30px;
        }
        
        .card-img {
            height: 100%;
            object-fit: cover;
            width: 100%;
        }
        
        .price-tag {
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 20px;
            color: #212529;
            font-weight: 600;
            font-size: 14px;
            padding: 6px 12px;
            position: absolute;
            top: 16px;
            right: 16px;
        }
        
        .destination-info {
            color: white;
            padding-top: 40px;
        }
        
        .destination-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 4px;
        }
        
        .destination-location {
            font-size: 16px;
            margin-bottom: 8px;
        }
        
        .destination-description {
            font-size: 13px;
            opacity: 0.9;
            margin-bottom: 12px;
            line-height: 1.4;
        }
        
        .add-btn {
            background-color: white;
            color: #141414;
            border-radius: 20px;
            padding: 8px 16px;
            font-size: 18px;
            font-weight: 700;
            text-decoration: none;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.2s;
        }
        
        .add-btn:hover {
            background-color: #f8f9fa;
        }
        
        .add-btn i {
            margin-left: 6px;
        }
        
        @media (max-width: 991.98px) {
           
        }
        
        
        @media (max-width: 575.98px) {
           
            
            .destination-title {
                font-size: 18px;
            }
            
            .destination-location {
                font-size: 14px;
            }
            
            .price-tag {
                font-size: 12px;
                padding: 4px 10px;
            }
        }

        /* footer */

         
        .footer {
            background-color: #111;
            color: white;
            padding: 3rem 0;
        }
        
        .footer-logo {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        
        .footer h5 {
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
            color: #fff;
            margin-bottom: 1.5rem;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-links li {
            margin-bottom: 0.8rem;
        }
        .footer-w{
            width: 14.2%;
        }
        
        .footer-links a {
            color: #777E90;
            font-size: 14px;
            line-height: 24px;
            text-decoration: none;
            transition: color 0.3s;
            font-weight: 400;
        }
        
        .footer-links a:hover {
            color: white;
        }
        
        .social-icons {
            display: flex;
            gap: 1.2rem;
            font-size: 1.5rem;
        }
        
        .social-icons a {
            color: white;
            transition: opacity 0.3s;
        }
        
        .social-icons a:hover {
            opacity: 0.8;
        }
        @media (min-width: 768px) and (max-width: 1024px){
            .footer-w{
            width: 25%;
        }
        }
        @media (max-width: 768px) {
            .footer-section {
                margin-bottom: 2rem;
            }
            .booking-wh{
                height: auto !important;
                width: 300px !important;
                transform: translate(0px, 0%) !important;
                padding: 35px 10px;
                
            }
            .booking-text h2{
                font-size: 18px !important;
                line-height: 26px !important;
            }

            .footer-w{
            width: 50%;
        }
            
            .social-icons {
                justify-content: flex-start;
                margin-top: 1rem;
            }
        }

        .booking-now{
            background: url(../img-2025/booking-now.jpg);
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
        }
        .booking-wh{
            height: 430px;
            width: 600px;
            transform: translate(0px, 50%);
            margin: 0 auto;
        }
        .booking-text h2{   
            color: #fff;
            font-weight: 400;
            font-size: 32px;
            line-height: 40px;
            letter-spacing: 0%;

        }
        
        .booking-overlay{
            background: linear-gradient(5.54deg, rgba(17, 17, 17, 0.64) 26.38%, rgba(20, 20, 20, 0.08) 61.4%, rgba(23, 23, 23, 0) 75.34%);

        }

        .booking-btn {
            border-radius: 50px;
            padding: 10px 18px;
            display: flex;
            background-color: #F6F6F6;
            align-items: center;
            color: #535353;
            text-decoration: none;
            transition: all 0.3s;
            margin: 0 5px;
            font-weight: 400;
            font-size: 16px;
            border: none;
        }
        .booking-btn span{
            padding-left: 10px;

        }
        .booking-btnw{
            margin-top: 20px;
            display: flex;
            justify-content: center;
        }


        /* Family Event */

        .family-event{
            background: url(../img-2025/Family-Event.jpg);
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            border-radius: 20px;
            margin-bottom: 50px;
            padding: 40px 80px;
        }
        .family-event-wh{
            height: 430px;
            display: flex;
            justify-content: end;
            
        }

        .family-event-card{
            width: 354px;
            height: 261px;
            gap: 19px;

        }

        .family-event-title{
            color: #141414;
            font-weight: 700;
            font-size: 36px;
            line-height: 100%;
            letter-spacing: 0%;

        }
        .family-event-p{
            color: #777E90;
            font-weight: 300;
            font-size: 16px;
            line-height: 160%;
            letter-spacing: 0%;

        }
        .border-none{
            border: none;
        }
        select:focus-visible {
            outline: none;
        }
        .btn-interest{
            background: #746DFF;
            border-radius: 8px;
            gap: 8px;
            padding-top: 10px;
            padding-right: 11px;
            padding-bottom: 10px;
            padding-left: 11px;

        }

        .btn-interest:hover{
            background: #746DFF;
            border: none;
            color: #fff;

        }
        .hero-interest{
            background: #F6F6F6;
            border-radius: 16px;            
            gap: 20px;
            padding: 13px;
        }

        .btn-interest{
            color: #fff;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
        }
        .result-bg-hero{
            background: url(../img-2025/result-bg-hero.png) !important;
            background-position: center center;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            border-radius: 16px;
            margin: 12px auto;
        }

        .interest-bg-hero{
            background: url(../img-2025/interest-bg-hero.png) !important;
            background-position: center center;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            border-radius: 16px;
            margin: 12px auto;
        }
        .hero-bg{
            background: url(../img-2025/hero-back.png);
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            border-radius: 16px;
            margin: 12px auto;
        }
        .hero-section{
            height: 500px !important;
        }
        .hero-section{
            height: 700px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .hero-title h1{
            font-weight: 700;
            font-size: 48px;
            line-height: 100%;
            color: #fff;
            letter-spacing: 0%;
            text-align: center;
            
        }

        .hero-title-interest h1{
            font-weight: 700;
            font-size: 90px;
            line-height: 100%;
            color: #fff;
            letter-spacing: 0%;
            text-align: center;
            
        }
        .hero-title p{
            color: #fff;
            font-weight: 400;
            font-size: 24px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;

        }

        .hero-body{
            background: #FFFFFF33;
            width: 700px;
            /* height: 236px; */
            border-radius: 16px;
            gap: 20px;
            padding: 20px;
            text-align-last: left;
               }
        .one-body h3{
            color: #fff;
            font-weight: 700;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;

        }

        .one-body p{
            color: #fff;
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0%;


        }
        .oneimg-title{
            padding: 15px 0px 0px 0px;
        }


        .hero-search{
            background: #FFFFFF;
            width: 543;
            height: 88;
            border-radius: 16px;            
            gap: 20px;
            padding: 13px;
        }
        .location-select span{
            font-weight: 400;
            font-size: 16px;
            padding-left: 10px;
            width: 100%;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;

        }
        .select-5{
            margin: 0 auto;
        }
        .location-select{
            background: #fff;
            margin: 0 auto;
            width: auto;
            padding: 12px 13px;
            border-radius: 8px;
        }

        .select-interest{
            background: #fff;
            margin: 0 auto;
            width: 324px !important;
            padding: 12px 13px;
            height: 40px;
            border-radius: 8px;
        }
        .location-input{
            text-align-last: center;
        }
        .location-input select{
            color: #777E90;
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            text-align: center;
            background: none;
            border: none;
        }
        .location-input select:focus-visible{
            outline: none;
        }

        .location-input  select option {
            background-color: #fff;
            color: #000;
            padding: 12px;
        }
        
        select option:checked {
            background-color: #746DFF;
            color: #fff;
        }
        
        select option:hover {
            background-color: #f0f0ff;
        }
        
        .lineimg{
            transform: translate(-50px, 0px);
        }
        .hero-title{
            text-align: -webkit-center;
        }
        



        /* about us */

        .about-bg{
            background: url(../img-2025/Travelyy.png);
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            border-radius: 16px;
            margin: 50px auto;
        }
        .about-section{
            height: 507px;
        }

        .about-center-body{
            max-width: 420px;
        }

        .center-about{
            display: flex;
            justify-content: center;
        }

        .about-center-body p{
            color: #777E90;
            font-weight: 300;
            font-size: 16px;
            line-height: 160%;

        }


        /* insert page */
        .hero-section-insterst{
            height: 500px !important;
        }

        .hero-section-result{
            height: 360px !important;
            background: linear-gradient(167.39deg, rgba(79, 78, 78, 0.2) 22.66%, rgba(32, 32, 32, 0.5) 53.98%);

        }
        
        .selection-row {
            margin-bottom: 30px;
        }
        .selection-rowb {
            padding-bottom: 60px;
        }
        
    
        
       .content-container {
        max-width: 1270px;
        margin: 0 auto;
       }
        
       .select-title{
        color: #fff;
        font-weight: 400;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0%;

       }
        .w-option{
            width: auto;
        }
        
        .option-label {
            color: #777E90;     
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
            margin: 0px;
            
        }
        .categorya-text p{
            color: #777C87;
            font-weight: 400;
            font-size: 14px;
            line-height: 125%;
            letter-spacing: 0%;

        }
        .category-result{
            display: flex;
            align-items: end;
            gap: 30px;
            margin-bottom: 35px;
        }
        
        @media (max-width: 767px) {
           
            
            .option-card {
                padding: 8px 15px;
            }
            .uftab-detail{
                overflow: auto;
                flex-wrap: nowrap !important;
            }
        }

        /* detail page */


  
  .main-image {
      width: 100%;
      height: 470px;
      object-fit: cover;
      border-radius: 8px;
  }
  
  .side-image {
      width: 100%;
      height: 234px;
      object-fit: cover;
      border-radius: 8px;
  }
  
  .bottom-images {
      height: 214px;
      object-fit: cover;
      border-radius: 8px;
  }
  
  .share-button, .trip-button{
    padding: 5px 25px 5px 10px !important;
  }

  .tab-button {
    color: #777E90;
    border-color: #F6F6F6;
    background-color: #F6F6F6;
    border-radius: 30px;
    padding: 8px 40px 10px 40px;
    font-weight: 400;
    font-size: 16px;
}

.tab-button:hover {
    background-color: var(--primary-color);
    border-color: #fff
}
.card-detail{
    border: 1px solid #E9E9E9;
 
border-radius: 16px;
gap: 20px;
border-width: 1px;
padding: 20px;

}

.reviews-title{
    color: #141414;
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}

.card-detail .text-secondary{
   color:#777C87;
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.progress-title span{
    color: #141414;
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;


}
.progress{
    height: auto;
    width: fit-content;
}


 #destinations{
    margin-top: 80px;
    margin-bottom: 30px;
}

#services{
    margin-top: 80px;
    margin-bottom: 30px;
}
#about{
    margin-top: 80px;
    margin-bottom: 30px;
}        
#blog{
    margin-top: 80px;
    margin-bottom:30px;
}
    .option-card {
            background-color: #F6F6F6;
            border-radius: 30px;
            padding: 5px 10px;
            display: flex;
            align-items: center;
            width: fit-content;
            gap: 10px;
            transition: all 0.3s;
            cursor: pointer;
        }

.option-card {
    cursor: pointer;
    transition: 0.3s;
}

.option-card.active {
    background-color: var(--primary-color);
  
}
.option-card.active .option-label{
    background-color: var(--primary-color);
    color: #fff !important;
}
.option-card input[type="checkbox"] {
    display: none; 
}


/* model */
/* Modal Styles */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.modal-backdrop.show {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    background-color: white;
    border-radius: 12px;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-20px);
    transition: var(--transition);
}

.modal-backdrop.show .modal-container {
    transform: translateY(0);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
}

.modal-title {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--secondary-color);
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.modal-close:hover {
    background-color: #f0f0f0;
    color: var(--dark-color);
}

.modal-body {
    padding: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--secondary-color);
}

.form-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    color: var(--dark-color);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23777E90' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    transition: var(--transition);
}

.form-select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(116, 109, 255, 0.2);
}

.form-select option {
    padding: 12px;
}

.modal-footer {
    padding: 16px 24px 24px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}



.btn-secondary {
    background-color: #f0f0f0;
    color: var(--secondary-color);
    border: none;
}

.btn-secondary:hover {
    background-color: #e5e5e5;
}



/* Responsive adjustments */
@media (max-width: 576px) {
    .modal-container {
        width: 95%;
    }
    
    .modal-title {
        font-size: 20px;
    }
   
}

 /* Alert styles */
 .alert {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: white;
    font-weight: 500;
    max-width: 350px;
    z-index: 2000;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.alert.show {
    opacity: 1;
    transform: translateY(0);
}

.alert-success {
    background-color: #10b981;
    border-left: 5px solid #059669;
}

.alert-warning {
    background-color: #f59e0b;
    border-left: 5px solid #d97706;
}

.alert-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alert-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

.alert-close {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    opacity: 0.7;
    transition: opacity 0.2s;
    padding: 0;
    margin-left: 10px;
}

.alert-close:hover {
    opacity: 1;
}



.modal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background-color: #fff;
    width: 90%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 24px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #888;
}

.category-filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.filter-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.filter-category.active .icon-container {
    border-color: #4CAF50;
    background-color: rgba(76, 175, 80, 0.1);
}

.icon-container {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.filter-category:hover .icon-container {
    border-color: #4CAF50;
}

.filter-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.filter-name {
    font-size: 14px;
    text-align: center;
    color: #333;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 16px;
}



.btn-reset {
    background-color: #f5f5f5;
    color: #333;
}

.btn-apply {
    background-color: #4CAF50;
    color: white;
}

.btn-apply:hover {
    background-color: #4CAF50;
    color: white;
}

/* For demo purposes */
.demo-container {
    margin-top: 20px;
}

.modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-backdrop.show {
    display: flex;
}

.modal-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
}
.modal {
    display: none;
  }