


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;.navlogin{
    background: #1e1e1e;
    padding:15px 20px;
    color:#fff;
    border-radius: 10px;
}
    /*font-family: "Raleway", sans-serif;*/
    font-family: "Poppins", sans-serif;
    
}
.navlogin{
    background: #1e1e1e;
    padding:15px 20px;
    color:#fff;
    border-radius: 10px;
}
a{
    color: unset;
    text-decoration: none;
}
p,label{
   

}

/*index page*/
.open{
    display: none;
}
.close{
    display: none;

}
.mobile-search{
    display: none;
}
/*nav bar*/
.navBar{
    width:100%;
    margin:auto;
    padding:30px 0;

}
.rowNav{
    width:90%;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.colnav1{
    flex-basis: 25%;
}
.colnav1 h2{
    text-transform: uppercase;
    font-size: 25px;
}
.colnav2{
    flex-basis: 15%;
    display:flex;
    align-items: center;
    gap:40px;
}
.searchCon{
    width: 350px;
    height:50px;
    position:relative;
    background: #555;
    border-radius: 15px;
            border: none;
    outline: none;
   
  

}
.searchCon input{
      background: #f1f1f1;
    width: 100%;
    height:100%;
        border: none;
    outline: none;
    padding:0 30px 0 40px;
     border-radius: 15px;
}
.searchicon{
    position: absolute;
    top:50%;
    left:10px;
    transform: translateY(-50%);
}
.colnav2 img{
    width:40px;
    border-radius: 50%;
    border: 1px solid #000;
}
/*category1*/
.category1{
    width: 90%;
    margin:  20px  auto;
}
 .swiper {
            width: 100%;
            padding: 20px 0;
        }

        .swiper-slide {
            width: auto !important;
            height: auto;
        }
        .swiper-slide a{
            color:unset;
            text-decoration: none;

        }

        .category-item {
            display: inline-block;
            padding: 12px 30px;
            border: 1px solid #000;
            border-radius: 10px;
            background: white;
            color: #000;
            font-size: 1rem;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .category-item:hover {
            background: #f1f1f1;
            color: #000;
  
        }

        .category-item.active {
            background: #ccc;
            color: #000;
        }

        /* Swiper Navigation Buttons */
       .categorySwiper .swiper-button-next,
       .categorySwiper .swiper-button-prev {
         display:none;
        }

       .categorySwiper .swiper-button-next:after,
         .categorySwiper .swiper-button-prev:after {
           display: none;
        }

        /* .swiper-button-next:hover,
        .swiper-button-prev:hover {
            background: #667eea;
        }

        .swiper-button-next:hover:after,
        .swiper-button-prev:hover:after {
            color: white;
        } */

        /*herosec*/
           .carousel-item{
        height:70vh;
        width: 100%;
        position: relative;
        
        
    
    }
    .carousel-inner{
        height: 70vh;
        width: 100%;
        margin: 0 0 40px;
    }
    .carousel-item img{
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    /*.carousel-cap{
       position: absolute;
       top: 65%;
       left: 20%;
       transform: translateY(-65%);
        
    
    }*/
    /*.carousel-cap{
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        transform: translate(-50%,-50%);
        text-align: center;
        
         
     
     }*/
     .carousel-cap{
        position: absolute;
        top: 50%;
        left: 5%;
        background: #ebede8;
        padding:40px;
        color: #1e1e1e;
        transform: translateY(-50%);
        text-align: center;
        max-width:600px;
        max-height: 300px;
        
         
     
     }
     .carousel-cap a{
        background: none;
        padding: 15px 30px;
        color: #1e1e1e;
        margin-top: 5px;
        border-radius: 15px;
        text-decoration: none;
        display: block;
        width: 200px;
    
        z-index: 10;
        border: 2px solid #1e1e1e;
      
        outline: none;
        transition: 0.5s;
        
      
        
        
        
     }
     .carousel-cap a::before{
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        background: none;
        transition: 0.5s;
        border-radius: 25px;
        z-index: -10;
       
        
    
    }
    .carousel-cap a:hover::before{
        width: 100%;
        background: #1e1e1e;
    }
    .carousel-cap a:hover{
       /* width: 100%;*/
        background: #1e1e1e;
        color: #ffff;
        text-decoration: none;
    }
     .carousel-cap p{
       margin-bottom: 10px;
       font-size: 18px;
       text-align: left;
     }
     .carousel-cap h3{
        font-size: 35px;
        font-weight: 700;
        text-align: left;
      }

      /*experience con*/
      .experienceCon{
        width: 100%;
        margin: 40px 0;
      }
      .divHead {
        text-align: center;
      }
      .divHead h3{
        color:#1e1e1e;
        font-size: 40px;
      }
      .rowExperience{
        width: 90%;
        margin: 20px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;

        flex-wrap: wrap;
      }
      .col1{
        flex-basis: 23%;
      }
      .col1 img{
        width: 100%;
      }
      .col1 h4{
        font-size: 18px;
        margin-top: 5px;
      }

         /* Image Swiper Styles */
          .section-header h2 {
            margin-top: 30px ;
                color:#1e1e1e;
                margin-bottom: -20px;
            }
         .category2{
            margin: 40px 0;
         }
        .imageSwiper {
            height: 500px;
            border-radius: 20px;
            overflow: hidden;
        }

        .imageSwiper .swiper-slide {
            width: 300px !important;
            height: 400px;
        }

        .image-slide {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .image-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .image-slide:hover img {
            transform: scale(1.05);
        }

        .image-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
            color: white;
            padding: 30px;
            transform: translateY(100%);
            transition: transform 0.3s ease;

        }

        .image-slide:hover .image-caption {
            transform: translateY(0);
        }

        .image-caption h3 {
            font-size: 1.5rem;
            
   
        }
        .image-caption a{
            color:#fff;
            text-decoration: none;
        }


        .image-caption p {
            font-size: 0.95rem;
            opacity: 0.9;
        }

        /* Image Swiper Pagination */
        .imageSwiper .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: white;
            opacity: 0.5;
        }

        .imageSwiper .swiper-pagination-bullet-active {
            background: white;
            opacity: 1;
            width: 30px;
            border-radius: 5px;
        }

        /* Image Swiper Navigation */
        .imageSwiper .swiper-button-next,
        .imageSwiper .swiper-button-prev {
            background: rgba(255, 255, 255, 0.9);
            width: 50px;
            height: 50px;
            display: block;
            color:#000;
            display: flex;
            align-items: center;
        }

        .imageSwiper .swiper-button-next:after,
        .imageSwiper .swiper-button-prev:after {
            font-size: 20px;
            font-weight: bold;
        }
        .price-sec{
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 10px;
            border-top: 1px solid rgba(255,255,255,0.2);
           
        }
        .price-sec h6{
              color: #00ffa3;
            font-weight: 600;
            font-size: 1.2rem;
        }

        /*whySec*/
        .whySec{
            background: #f1f1f1;
            padding: 80px 0;
        }
        .headWhy{
            width:90%;
            margin: 0 auto 30px;
            text-align: center;
            max-width: 600px;


        }
        .headWhy h3{
            color:#1e1e1e;
        }
        
        .headWhy p{
            
            text-align: center;
        }
           .rowWhy{
        width: 90%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
        grid-gap: 40px;
        
    }
    .col2{
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        text-align: center;
    }
    .col2 i{
        margin-bottom: 15px;
        color: #1e1e1e;
        font-size: 20px;
    }
    .col2 h5{
        margin-bottom: 10px;
    }
  /* Testimonial Swiper Styles */
        .testimonialSwiper {
            padding: 40px 20px;
        }

        .testimonialSwiper .swiper-slide {
            width: 100% !important;
            height: auto;
        }

        .testimonial-card {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            position: relative;
            transition: transform 0.3s ease;
        }
        .section-header2{
            margin-bottom: 30px;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 50px rgba(0,0,0,0.15);
        }

        .quote-icon {
            font-size: 3rem;
            color: #1e1e1e;
            opacity: 0.2;
            position: absolute;
            top: 20px;
            left: 30px;
        }

        .testimonial-content {
            position: relative;
            z-index: 1;
        }

        .testimonial-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
            margin-bottom: 30px;
            font-style: italic;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .author-image {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #1e1e1e;
        }

        .author-info h4 {
            font-size: 1.2rem;
            color: #333;
            margin-bottom: 5px;
        }

        .author-info p {
            font-size: 0.9rem;
            color: #888;
        }

        .rating {
            margin-top: 10px;
        }

        .rating i {
            color: #1e1e1e;
            font-size: 1rem;
            margin-right: 3px;
        }

        /* Testimonial Pagination */
        .testimonialSwiper .swiper-pagination {
            bottom: 0;
        }

        .testimonialSwiper .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #1e1e1e;
            opacity: 0.3;
        }

        .testimonialSwiper .swiper-pagination-bullet-active {
            background: #1e1e1e;
            opacity: 1;
            width: 30px;
            border-radius: 6px;
        }

        /* Testimonial Navigation */
        .testimonialSwiper .swiper-button-next,
        .testimonialSwiper .swiper-button-prev {
            background: white;
            width: 45px;
            height: 45px;
            border: 2px solid #1e1e1e;
        }

        .testimonialSwiper .swiper-button-next:after,
        .testimonialSwiper .swiper-button-prev:after {
            font-size: 18px;
            color: #1e1e1e;
        }

        .testimonialSwiper .swiper-button-next:hover,
        .testimonialSwiper .swiper-button-prev:hover {
            background: #1e1e1e;
        }

        .testimonialSwiper .swiper-button-next:hover:after,
        .testimonialSwiper .swiper-button-prev:hover:after {
            color: white;
        }

        /*art advisory*/
        .artAdvisory{
            width:100%;
            background: #f1f1f1;
            padding:80px 0;
        }
        .rowAdvisory{
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 90%;
            margin: auto;
            flex-wrap: wrap;
        }
        .col3{
            flex-basis:40%;
        }
        .col3 img{
            width: 100%;
        }
         .col4{
            flex-basis:50%;
        }
        .col4 h3{
            color:#1e1e1e;
            max-width: 500px;
        }
         .col4 a{
        background: none;
        text-align: center;
        padding: 15px 30px;
        color: #1e1e1e;
        margin-top: 5px;
        border-radius: 15px;
        text-decoration: none;
        display: block;
        width: 200px;
    
        z-index: 10;
        border: 2px solid #1e1e1e;
      
        outline: none;
        transition: 0.5s;
        
      
        
        
        
     }
     .col4 a::before{
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        background: none;
        transition: 0.5s;
        border-radius: 25px;
        z-index: -10;
       
        
    
    }
    .col4 a:hover::before{
        width: 100%;
        background: #1e1e1e;
    }
    .col4 a:hover{
       /* width: 100%;*/
        background: #1e1e1e;
        color: #ffff;
        text-decoration: none;
    }
        /*footer*/
        footer{
             background:#1e1e1e;
             padding: 80px 0;

        }
        .rowFooter{
            width: 90%;
            margin: 0 auto;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .colFooter1{
            flex-basis: 45%;
        }
         .colFooter2{
            flex-basis: 20%;
            color:#fff;
        }
         .colFooter3{
            flex-basis: 20%;
            color:#fff;
        }
        .colFooter1 h3{
            color:#fff;
            margin-bottom: 25px;

        }
         .colFooter1 h5{
            color:#fff

        }
         .colFooter1 p{
            color:#fff

        }
        .socialIcon{
            display: flex;
            align-items: center;
            gap:20px;
            color:#fff;
            margin-top: 20px;
        }
        .socialIcon i{
            font-size: 25px;
        }
        .emailCon{
            width: 100%;
            height: 50px;
           
          
             
        }
        .emailCon form{
            width: 100%;
            height: 100%;
              position: relative;
        }
        .emailCon input{
            width: 100%;
            height:100%;
            padding: 20px;
           
        }
        .email-arrow{
            position: absolute;
            top:50%;
            right:20px;
            transform: translateY(-50%);
            border: none;
            outline: none;
            background: none;
        }
        .colFooter2 h5,.colFooter3 h5{
            margin-bottom: 25px;

        }
        .colFooter2 ul li,.colFooter3 ul li{
            list-style: none;
            margin-bottom: 15px;
            font-size: 15px;
        }
        .colFooter2 ul li a,.colFooter3 ul li a{
            text-decoration: none;
            color:#fff;
        }
        .mainFoot{
            width: 90%;
            margin:auto;
            text-align: center;
            color:#fff;
        }
        .mainFoot .footline{
            width: 100%;
            height:1px;
            margin: 40px 0 40px;
            background: #fff;
        }

        /*login*/
.section-login{
  width: 100%;
  margin: 40px 0;
}
.loginHead h2{
  text-align: center;
  font-size: 35px;
  color:#1e1e1e
}
.section-login form{
  width: 100%;
}
.rowLogin{
  width: 85%;
  margin:auto;
  padding: 10px;
  max-width: 500px;

}

.inpLog {
  width: 100%;
  margin-bottom: 15px;
}
.inpLog label{
  
  margin-bottom: 5px;
  display: block;
}
.inpLog input,.inpLog textarea{
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  outline: none;
  
}
.inpLog input:focus{
  border: 2px solid #1e1e1e;
}
.forgotpassword{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 20px;
}
.rowLogin button{
  width: 100%;
  padding: 20px;
  background: #1e1e1e;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  outline: none;
  border: none;
  border-radius: 8px;
}
.rowLogin p{
    margin-top: 5px;
}
.rowLogin span{
    font-weight: 600;
    color:#1e1e1e;

}
/*art details*/
.art_details{
    margin:50px 0;
}
.rowArt{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.colArt1{
    flex-basis: 40%;
    background: #f1f1f1;
}
.colArt1 img{
    width:100%;
}
.colArt2{
    flex-basis: 55%;
}
.colArt2con{
    max-width: 500px;
    border-radius: 15px;
     background: #f1f1f1;
     padding: 30px;
}
.colArt2con h2{
    font-size:25px;
    font-weight: 800;
    margin-bottom: 15px;
}
.colArt2con h3{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.colArt2con i{
    font-size: 15px;
    font-weight: 600;
    margin-right: 5px;
}
.colArt2con small{
    font-size: 15px;
}
.colArt2con  p{
    font-size: 15px;
    padding-top: 10px;
        padding-bottom: 20px;
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 35px;
}
.colArt2con button{

    display: block;
    background: #1e1e1e;
    width: 100%;
    color:#fff;
    padding: 15px 25px;
    margin-top: 15px;
    border-radius: 8px;
    border: 0;
    outline: 0;
    transition: all 0.3s ease;
     position: relative;
    overflow: hidden;
}
  .colArt2con button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.5s ease;
        }

        .colArt2con button:hover::before {
            left: 100%;
        }

        .colArt2con button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
        }

        .colArt2con button:active {
            transform: translateY(0);
        }

/**category page*/
.catmain{
    margin: 50px 0;
}
.rowCat{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.colCat{
    position: relative;
    flex-basis: 30%;
    height: 100%;
    height: 100%;
    margin-bottom: 25px;
    animation: fadeInUp 0.6s ease forwards;
}
.colCat img{
    width: 100%;
    height: 100%;
}
.cathead{
    width: 90%;
    margin: auto;
}
.cathead h2{
    font-size: 25px;
    margin-bottom: 20px;
}

        /* Pagination Styles */
        .pagination-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-top: 50px;
            flex-wrap: wrap;
        }

        .pagination-btn {
            padding: 12px 20px;
            border: 2px solid #667eea;
            background: white;
            color: #667eea;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .pagination-btn:hover:not(:disabled) {
            background: #667eea;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
        }

        .pagination-btn:disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

        .pagination-numbers {
            display: flex;
            gap: 5px;
        }

        .page-number {
            width: 45px;
            height: 45px;
            border: 2px solid #667eea;
            background: white;
            color: #667eea;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .page-number:hover {
            background: #667eea;
            color: white;
            transform: scale(1.1);
        }

        .page-number.active {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border-color: #764ba2;
        }

        .page-number.dots {
            border: none;
            background: transparent;
            color: #667eea;
            cursor: default;
        }

        .page-number.dots:hover {
            background: transparent;
            transform: none;
        }

        .page-info {
            padding: 10px 20px;
            background: #f0f0f0;
            border-radius: 8px;
            font-size: 0.9rem;
            color: #666;
            font-weight: 500;
        }

        /* Loading Animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }


       

@media screen and (max-width:750px){
    .navlogin{
    background: #1e1e1e;
    padding:10px;
    color:#fff;
    border-radius: 10px;
}
    .colnav1 h2{

        font-size: 18px;

    }
    .line-nav{
        width: 100%;
        height:1px;
        background: #1e1e1e;
    }
    .searchCon{
        display: none;
    }
    .section-header h2 {
            margin-top: 30px ;
                color:#1e1e1e;
                margin-bottom: 20px;
            }
    .open{
        display: block;
         font-size: 30px;
        color:#fff;
}
   .close{
        display: block;
        margin-left: 20px;
        margin-top: 20px;
        font-size: 30px;
        color:#fff;
}
.navCol{
    position: fixed;
    width: 250px;
    background: #0e1b24;
    top: 0;
    height:100vh;
    right: -250px;
    transition: 0.3s ;
    z-index: 1000;



}
.navCol.show{
    right:0;
}
.navList ul li{
    display: block;
    margin:  40px 20px;
   

}
.col1,
.col2,
.colAbout1,
.colAbout2,
.col3,
.col4,
.col6,
.colFooter1,
.colFooter2,
.colFooter3,
.colContact1,
.colContact2,
.colArt1,
.colArt2,
.colCat{
    flex-basis: 100%;
}
 .carousel-cap p{
       margin-bottom: 10px;
       font-size: 12px;
       text-align: left;
     }
     .carousel-cap h3{
        font-size: 20px;
        font-weight: 700;
        text-align: left;
      }
        .carousel-cap{
        position: absolute;
        top: 50%;
        left: 5%;
        background: #ebede8;
        padding:40px;
        color: #1e1e1e;
        transform: translateY(-50%);
        text-align: center;
        max-width:350px;
        max-height: 300px;
        
         
     
     }
     .carousel-cap a{
        padding:10px;
       
        width: 150px;
     }
      .divHead h3{
        color:#1e1e1e;
        font-size: 20px;
      }
      .col1{
        margin-bottom: 25px;
      }
      .headWhy h3{
        font-size: 20px;

      }
      .headWhy p{
        font-size: 14px;
      }
         .price-sec{
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        .col2 h5{
            font-size: 18px;
        }
        .col2 p{
            font-size: 14px;
            
        }
        .col3,.colArt1{
            margin-bottom: 20px;
        }
        .col4 h3{
            font-size: 24px;
            margin-top: 15px;
        }
        .col4 a{
              padding:10px;
       
        width: 150px;
        }
        .colFooter1{
            margin-bottom: 20px;
        }
        .colFooter1 h3{
            font-size: 24px;
        }
        .colFooter1 h5{
            font-size: 20px;
        }
        .colFooter1 p{
            font-size: 14px;
        }
        .colFooter2 ul li{
            font-size: 17px;
        }
        .loginHead h2{
  
  font-size: 24px;
}
.mobile-search{
    position: relative;
   
}
.main-search{
    width: 270px;
    height: 150px;
     position:absolute;
   
    border-radius: 15px;
    border: none;
    outline: none;
    bottom:-170px;
    right:0;
    display: none;
    padding: 20px 20px 10px;
    background: #f1f1f1;
    z-index: 1000;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
     
}
.search-head{
    display: flex;
    justify-content: space-between;
}
.searchCon2{
    width: 100%;
    border: 1px solid #000;
     position: relative;
     margin-top: 10px;
    
     
   
    
   
  

}
.searchCon2 input{
      background: #f1f1f1;
    width: 100%;
    height:100%;
        border: 0;
    outline: 0;
    padding:10px 30px 10px 10px;
   
    
  
     
}
.searchicon2{
   
  position: absolute;
  top:50%;
  right:10px;
  transform: translateY(-50%);

  
}

.mobile-search{
    
    position: relative;
     width: 45px;
    height: 45px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -20px;
    border-radius: 10px;

}
.active-search{
    display: block;
}

}
       @media (max-width: 768px) {
            .swiper-button-next,
            .swiper-button-prev {
                display: none;
            }

            .section-header h2 {
                font-size: 1.5rem;
            }

            .category-item {
                padding: 10px 25px;
                font-size: 0.9rem;
            }
               .imageSwiper {
                height: 350px;
            }

            .imageSwiper .swiper-button-next,
            .imageSwiper .swiper-button-prev {
                width: 40px;
                height: 40px;
            }

            .imageSwiper .swiper-button-next:after,
            .imageSwiper .swiper-button-prev:after {
                font-size: 16px;
            }

            .image-caption h3 {
                font-size: 1.2rem;
            }

            .image-caption p {
                font-size: 0.85rem;
            }
                .testimonial-card {
                padding: 30px;
            }

            .testimonial-text {
                font-size: 1rem;
            }

            .author-image {
                width: 60px;
                height: 60px;
            }

            .testimonialSwiper .swiper-button-next,
            .testimonialSwiper .swiper-button-prev {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .section-header h2 {
                font-size: 1.3rem;
            }

            .category-item {
                padding: 8px 20px;
                font-size: 0.85rem;
            }

          
            
        }

        /* Smooth scrollbar for desktop */
        .swiper-wrapper {
            align-items: center;
        }

