/* header slider css */

    .custom-slider-cls.slider {
      display: flex;
      /*height: 100vh;*/
      height: 640px;
      overflow: hidden;
    }
.trp-language-switcher-container .wpr-sub-menu{width:fit-content;}
    .custom-slider-cls .slider-sidebar {
      /*width: 32%;*/
      width: 100%;
      /*background: #024B6C47;*/
      padding: 2rem;
      color: white;
      margin: 0px;
      position: absolute;
      left: 0px;
      height: 20%;
      bottom: 0px;
    }
.btn-cls {
    margin-top: -83px;
}
    .custom-slider-cls .slider-sidebar ul {
      margin-top:40px!important;
      margin-left:0px;
      list-style: none;
      display: flex;
      gap:20px;
     justify-content:center;
    }
    

    .custom-slider-cls .slider-sidebar li {
        width:fit-content;
        font-family: 'Plus Jakarta Sans';
      cursor: pointer;
      /*padding: 15px 0;*/
      font-size: 1rem;
      transition: background 0.3s;
      transform-origin: left center;
  transition: transform 0.3s ease;
  
    }
    
    
/*   .custom-slider-cls .slider-sidebar ul li:hover {*/
/*  transform: scale(1.5);*/
/*  font-weight:600;*/
/*}*/

/*.custom-slider-cls .slider-sidebar ul li.active {*/
  
/* transform: scale(1.5);*/
/*  font-weight:600;*/
/*}*/
    
    .custom-slider-cls .slider-sidebar li span{
        /*text-decoration:underline;*/
         text-underline-offset: 2px; 
          border: 2px solid #fff;
    border-radius: 30px;
    padding: 9px 16px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    }
    
    .custom-slider-cls .slider-sidebar li span:hover{
    border: 2px solid #ff743f;
    background:#ff743f;
    }
    .custom-slider-cls .slider-sidebar ul li.active{
        color:#ff743f;
        
    }

.custom-slider-cls .slider-sidebar li.active span:hover{
    color:#fff;
}
   .custom-slider-cls .slider-sidebar li:hover {
      /*background: rgba(255, 255, 255, 0.2);*/
    }

   .custom-slider-cls .slider-content {
      width: 100%;
      position: relative;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      /* text-align: center; */
      padding: 2rem;
      z-index:1;
    }

    .custom-slider-cls .background {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: top;
      transition: background-image 0.5s ease-in-out;
      z-index: -1;
    }
.custom-slider-cls .background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* adjust darkness here */
    z-index: 1;
}

   .custom-slider-cls .text-content{
      position: absolute;
      /*left:58%;*/
      left: 0;
   top: 230px;
    padding-left: 4rem;
    }
    .custom-slider-cls .text-content h1,
.custom-slider-cls .text-content h2
 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
    
    .custom-slider-cls .text-content h2#title {
      font-size: 6rem;
      margin-bottom: -20px;
    }
    .custom-slider-cls .text-content h1#title {
      font-size: 6rem;
      margin-bottom: -20px;
    }

   .custom-slider-cls .text-content h2 {
      font-size: 6rem;
      /*margin-bottom: 10px;*/
    }
    

    .custom-slider-cls .text-content p {
      font-size: 1rem;
    font-size: 0.8rem;
    background: #fff;
    color: #060305;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    width:fit-content;

    }
    .custom-slider-cls .btn-cls{
        /*margin-top:40px;*/
    }
    
    .custom-slider-cls .btn-cls a{
        font-family:'Plus Jakarta Sans';
        color:#060305;
            font-size: 14px;
    padding: 4px 11px;
        background-color: #98E6E6;
        border-radius: 5px;
    margin-left:0px;
    font-weight:600;
    }
.menu-item-39 ul.sub-menu.wpr-sub-menu{
    width: 100px;
}

.sec {
    align-items: center;
    /*justify-content: center;*/
    margin-left:35px;
    display: flex;
/*     gap: 30px; */
}
   .custom-slider-cls .social-media-cls ul{
         margin-left:0px;
         list-style: none;
     display:flex;
     gap:30px;
     /*justify-content: space-around;*/
     margin-top:60px;
  }
 
    
  .social-media-cls ul li{
      padding:0px;
  }
  .social-media-cls ul li a img{
    width:30px;
    height:auto;
  }
/*end slider css */
/* tour listing section css */

        .tour-container {
            font-family: 'Segoe UI', sans-serif;
            padding: 20px;
            max-width: 1200px;
            margin: auto;
        }

        .tour-category-cls .category-wrapper {
            position: relative;
        }

        .tour-category-cls .category-nav {
            display: flex;
            overflow-x: auto;
            gap: 10px;
            padding: 10px 0px;
            padding-right: 15px;
            margin-bottom: 30px;
            scrollbar-width: none;
            
            
            justify-content: start;
        }

        .tour-category-cls .category-nav::-webkit-scrollbar {
            display: none;
        }

        .tour-category-cls .category-button {
            font-family:'Plus Jakarta Sans';
            white-space: nowrap;
            border: 1px solid #010528;
            padding: 8px 4px;
           border-radius:3px;
            cursor: pointer;
            background: #fff;
            font-weight: 500;
            color:#010528;
            font-size:14px;
        }

        .tour-category-cls .category-button.active {
            /*background: #61D5B4;*/
            background: #00764b;
            color: #FFF;
            
            border-color: #00764b;
            
        }

        .tour-category-cls .category-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #fff;
            /*border: 1px solid #ccc;*/
            /*border-radius: 50%;*/
            width: 40px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 1;
           
        }

        .tour-category-cls .category-arrow.left {
            left: -42px;
            /*color:#ccc;*/
        }

        .tour-category-cls .category-arrow.right {
            right: -26px;
        }

        .tour-category-cls .tour-section {
            display: none;
            opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
        }

 .tour-category-cls .tour-section.active {
    display: flex;
    opacity: 1;
    visibility: visible;
}

        .tour-category-cls .tour-slider-wrapper {
            position: relative;
        }

      

.tour-category-cls .tour-slider {
    display: flex;
    overflow: hidden;
    transition: transform 0.5s ease; /* Increased transition time for smoother sliding */
}

.tour-category-cls .tour-slide {
    flex: 0 0 100%;
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease; /* Added transition for individual slides */
    
     justify-content: center;
     padding-left: 20px;
}
        

       .tour-category-cls .tour-card {
            background: #fff;
            border-radius: 10px;
            /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);*/
            /*width: 350px;*/
            flex-shrink: 0;
            overflow: hidden;
            box-shadow: 0px 3px 10.6px 0px #00000036;

        }

        .tour-category-cls .tour-card .img-container-cls img {
            width: 100%;
            height: 210px;
            object-fit: cover;
        }

        .tour-category-cls .tour-card-content {
            padding: 25px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

     
        
        .tour-category-cls .tour-badge {
            font-family:'Plus Jakarta Sans';
    background-color: #61d5b48f;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    width: fit-content;
    color: #010528;
}

        
    .tour-category-cls .tour-title {
    /*font-size: 22px;*/
    /*font-size: 26px;*/
    /*font-weight: bold;*/
    /*font-weight: 900;*/
    /*line-height:2rem;*/
    color: #000000;
    font-family: "Raleway", Sans-serif;
    min-height:65px;
    display:flex;
    
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2em;
    
    
   align-items: center;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    overflow:hidden;
    
}

        .tour-category-cls .tour-details {
                display: flex;
    flex-direction: column;
            font-size: 12px;
            color: #010528;
            font-family:'Plus Jakarta Sans';
            font-weight:600;
        }

        .tour-category-cls .tour-details span {
            display: inline-block;
            margin-right: 8px;
              margin-bottom: 8px;
        }
         .tour-category-cls .tour-details img {
            width: 16px;
    height: 16px;
    display: inline;
    margin-right: 4px;
            
        }

        .tour-category-cls .tour-price {
            font-size: 22px;
            font-weight: 500;
            /*margin-bottom: 10px;*/
            text-align:center;
            display: flex;
    flex-direction: column;
    font-family: "Poppins", Sans-serif;
        }
        .tour-category-cls .tour-price span {
            font-size: 13px;
            
            /*margin-bottom: 10px;*/
            color: #00000069;
    font-weight: 500;
        }

        .tour-category-cls .book-now {
         
    font-family: "Poppins", Sans-serif;
    padding: 10px 35px;
    font-size: 13px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 100px;
    line-height: 1.6;
    text-align: center;
    width: fit-content;
        }
/*.tour-category-cls .book-now:hover {*/
         
/*            background-color: #0c0c3e;*/
           
           
/*        }*/
 
        .tour-category-cls .tour-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px; /* Adds space for the More Info button */
    position: relative;
}

.tour-category-cls .more-link {
    font-family:'Plus Jakarta Sans';
    text-align: center;
    font-size: 18px;
    color: #00764b;
    text-decoration: underline;
    margin-top: 15px;
    text-underline-offset: 1px;
    font-weight: 700;
    display:none;
}


        .tour-category-cls .dot-pagination {
    text-align: center;
    margin-top: 16px;
}
.tour-category-cls .dot-pagination .dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.tour-category-cls .dot-pagination .dot.active {
    background-color: #31CCCC;
    
}
.tour-flex-content-cls{
    display:flex;
    /*align-items: center;*/
    align-items: end;
    justify-content: space-between;
    margin-bottom:12px;
    gap:40px;
}

/*.tour-category-cls .tourmaster-tour-review-item .tourmaster-tour-review-item-avatar,*/
/*.tour-category-cls .tourmaster-tour-review-item .tourmaster-tour-review-item-title,*/
/*.tourmaster-tour-review-item .tourmaster-tour-review-item-user{*/
/*    display:none;*/
/*}*/
.tour-category-cls .tourmaster-tour-review-item-rating i{
        color: #ffa127;
}
.tour-category-cls .tourmaster-tour-review-item{
   padding-bottom:0px;

}
.tour-category-cls .tourmaster-tour-review-item .tourmaster-tour-review-item-list {
    margin-bottom: 0px;
}


.tour-category-cls .tour-card-header{
    padding: 7px 20px 7px;
        min-height: 35px;
        
        display: flex;
    flex-wrap: nowrap;
    row-gap: 15px;
    justify-content: space-between;
    background-color: #000000;
 
    /*background-color: #00764b;*/
    color: #fff;
    min-height: 38px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';

}

.duration-max-cls .list-unstyled .learn-more-btn-cls .content-wrapper {
    font-family: "Poppins", Sans-serif;
    display: flex;
    flex-direction: row;
    gap: 20px;
    /*justify-content: center;*/
    align-items: center;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    text-align: center;
}
 .duration-max-cls .list-unstyled .learn-more-btn-cls svg {
    height: auto;
    width: 1em;
    fill: #000;
}
.tour-card-header .cardimg-product-header-sideinfo {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    padding: 3px;
    font-size: 12px;
    font-weight: 500;
}

.tour-category-cls .ratting-status-cls{
    display: flex;
    justify-content: space-between;
    min-height: 25px;
}
.tour-category-cls .excerpt-text {
   font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #060305;
}

.tour-category-cls .price-promotitle{
   font-size: 13px;
    
    color: #00000069;
    font-weight: 500; 
}
.tour-category-cls .price-promo{
  font-size: 18px;
    font-weight: 700;
}

 .tour-category-cls .excerpt-box {
        margin-bottom:10px;
    }
 .tour-category-cls .excerpt-toggle {
        font-size: 14px;
        color: #00764b;
        cursor: pointer;
        user-select: none;
    }
    
    
.tour-category-cls .excerpt-toggle img{
        width:10px;
        display:inline;
        height:auto;
    }
  
  .excerpt-short-wrapper {
    position: relative;
    display: inline-block;
    max-height: 4.5em; /* adjust for approx 3 lines */
    overflow: hidden;
    vertical-align: top;
}

.fade-gradient {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5em;
/*     background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); */
}

/* Fade toggle for short/full */

.fade-toggle {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.8s ease, opacity 0.8s ease;
    display: inline-block;
    vertical-align: top;
}

.fade-toggle.active {
    max-height: 1000px;
    opacity: 1;
     transition: max-height 0.8s ease, opacity 0.8s ease;
}

.fade-toggle.expanding {
    transition: max-height 0.8s ease, opacity 0.8s ease;
}



    
/*end */
.first-img-cls{
    height:100%;
}
.first-img-cls  img{
    object-fit: cover;
    height: 100%;
}
.common-img-cls  img{
    object-fit: cover;
    height: 300px;
}
.swiper-slide  .hover-overlay{
    padding:20px 30px 20px 30px;
}


.swiper-slide  .display-green{
   
    /*background: linear-gradient(180deg, #6EEAC6 70%, rgba(0, 175, 135, 0.15) 100%);*/
   background: linear-gradient(180deg, #0c8358 70%, rgb(0 118 75 / 58%) 100%);
 
background-color: white;

opacity: 1 !important;
}
.swiper-slide .display-green h2{
    
    line-height:2rem;
    font-weight:900;
    padding-bottom:10px;
}
.swiper-slide .display-green p{
    font-size:16px;
    font-weight:500;
    line-height:22px;
    padding-bottom:15px;
}
.swiper-pagination .swiper-pagination-bullet{
    background:#31CCCC !important;
    width:8px;
    height:8px;
}

.elementor-shortcode .swiper-pagination-bullet-active{
    background:#31CCCC !important; 
     width:8px;
    height:8px;
}
.swiper-slide a.btn-light-cls{
    color:#00764b;
    font-family:'Plus Jakarta Sans';
    font-weight:600;
        width: fit-content;
}
.swiper-slide a.btn-light-cls:hover{
    color:#fff;
    font-family:'Plus Jakarta Sans';
    font-weight:600;
        width: fit-content;
        background:#000000;
        border:none;
}
/*Rome’s Treasures section */



    .custom-card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 30px;
    }

    .custom-card-grid .custom-post-card {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        font-family:"Plus Jakarta Sans";
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .custom-card-grid .custom-post-card img {
        width: 100%;
        height: auto;
        display: block;
    }
    .custom-card-grid .custom-post-card img.top-img {
        width: 100%;
        height: 180px;
        object-fit:cover;
        display: block;
    }
    .custom-card-grid .custom-post-card .more-toggle img{
        width:8px;
        display:inline;
    }

    .custom-card-grid .card-content {
         font-family:"Plus Jakarta Sans";
        padding: 16px;
    }

    .custom-card-grid .card-content .tag {
        font-family:"Plus Jakarta Sans";
        display: inline-block;
        background-color: #00af8775;
        color: #010528;
        padding: 6px 12px;
        border-radius: 8px;
        font-size: 12px;
        margin-bottom: 10px;
        font-weight:500;
    }

    .custom-card-grid .card-content h3 {
        font-family: "Plus Jakarta Sans";
    color: #010528;
    font-size: 15px;
    margin: 10px 0 20px 0;
    font-weight: 600;
    line-height: 24px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    }

    .custom-card-grid .card-content p {
         font-family:"Plus Jakarta Sans";
        font-size: 14px;
        color: #555;
        margin-bottom: 10px;
    }

    .custom-card-grid .tour-list {
         font-family:"Plus Jakarta Sans";
        list-style: none;
        padding-left: 16px;
        font-size: 13px;
        color: #010528;
        margin-bottom: 30px;
        font-weight:500;
    }

    .custom-card-grid .tour-list li {
        margin: 4px 0;
        list-style: disc;
    }
    .custom-card-grid .tour-list li::marker {
  color: #00AF87; 
}

  
    
    .hidden-tour {
    display: none;
}

.partial-hidden {
    display: list-item;
    opacity: 0.2;
}


    .custom-card-grid .more-toggle {
        font-family:"Plus Jakarta Sans";
        font-size: 14px;
        color: #00AF87;
        cursor: pointer;
        user-select: none;
    }

    .custom-card-grid .learn-more-btn {
        font-family:"Plus Jakarta Sans";
        display: block;
        background: #010528;
        color: #fff;
        text-align: center;
        padding: 12px;
        font-weight: 600;
        text-decoration: none;
    }
  
  .see-all-btn-cls{
      font-family:"Plus Jakarta Sans";
      text-align:center;
      margin-top:15px;
  }
  /*.see-all-btn-cls a{*/
          /*border: 2px solid #00AF87;*/
  /*  color: #010528;*/
  /*}*/
  /*.see-all-btn-cls a:hover{*/
 
    
  /*  text-decoration:underline;*/
  /*}*/
  .see-all-btn-cls a {
      font-family:"Plus Jakarta Sans";
  /*color: #010528;*/
  color: #1a9fda;
  position: relative;
  text-decoration: none;
  font-weight: 500;
}
 .see-all-btn-cls a:hover {
      
  color: #010528;

}
/*.see-all-btn-cls a::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0px;*/
/*  width: 0;*/
/*  height: 2px;*/
/*  background-color: #010528;*/
/*  transition: width 0.3s ease;*/
/*}*/

.see-all-btn-cls a:hover::after {
  width: 100%;
}
  /*our exclusive services*/
   .hover-overlay {
            transition: opacity 0.3s ease;
        }

        .hover-overlay:hover {
            opacity: 1 !important;
        }
        /* end  */
        
      /* faq */
      
      .faq-sec-cls .wpr-title-icon{
    display:none;
}

.faq-sec-cls .wpr-acc-panel{
    padding:12px 12px 20px 0px !important;
}

.faq-sec-cls .wpr-accordion-item-wrap{
    border-bottom:1.5px solid #00AF87;
}

      /* end */
 
 
 /*blogpost css*/
 section.must-see-section{
    /*background: linear-gradient(180deg, #6EEAC6 0%, rgba(0, 175, 135, 0.15) 100%);*/

}
.must-see-section .must-see-slider .swiper-slide .img-wrapper{
	border-radius: 10px;
	}
	.must-see-section .must-see-slider .swiper-slide .card-body .card-title {
	text-align:left;
	font-size: 20px;
    font-weight: 600;
    line-height: 1.4rem;
    color: #010528;
    font-family: "Plus Jakarta Sans";
   
	}
	.must-see-section .must-see-slider .swiper-slide .card-body .card-title a{
	     color: #010528;
	     font-family: "Plus Jakarta Sans";
	}
	.must-see-section .must-see-slider .swiper-slide .card-body small{
	    text-align:left;
	    font-size:14px;
	    font-weight:500;
	}
	.must-see-section .must-see-slider .swiper-slide .card-body .read-more-btn-cls{
	    text-align:left;
	     margin-top:10px;
	}
	.must-see-section .must-see-slider .swiper-slide .card-body .read-more-btn-cls a{
	        border: 1px solid #00764b;
    color: #00764b;
   
	}
	.must-see-section .must-see-slider .swiper-slide .card-body .read-more-btn-cls a:hover{
	        background:#00764b;
    color: #FFF;
	}
	.must-see-section .must-see-slider .swiper-slide .card-body .card-text{
	    font-family: "Plus Jakarta Sans";
	    color: #010528;
    font-size: 15px;
    font-weight:500;
    line-height:20px;
    text-align: left;
	}

.must-see-section .must-see-slider .swiper-pagination {
  margin-top: 30px; /* Increase or decrease as needed */
  position:relative;
}
.must-see-section .must-see-slider .swiper-pagination .swiper-pagination-bullet-active{
    background:#88E2C8;
}
.must-see-section .must-see-slider .swiper-pagination .swiper-pagination-bullet{
    background:#00AF87;
}
.must-see-section .must-see-slider .card{
    background:transparent;
}
  .must-see-section .img-wrapper {
    width: 100%;
    height: 300px; /* Set fixed height */
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
 .must-see-section .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crop and center image nicely */
  }
 .must-see-section .must-see-slider .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
  }
 .must-see-section .must-see-slider .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding:15px 0px;
  }
 .must-see-section .section-title {
    
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
    color: #010528;
    text-align: center;
  }
  
  
  
  
 /*new card changes */
 .tour-slide	.img-container-cls{
     position:relative;
 }
 .tour-slide	.img-container-cls .img-product-badge-cls{	
		position:absolute;	
		bottom:0px;
		left: 20px;
        width: 90px;
        padding: 7px 5px 5px;
		background: #ff743f;
		}
		
	.tour-slide	.img-container-cls .img-product-badge-cls::before{
	content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    right: 0px;
    width: 0px;
    height: 0px;
    transform: rotate(0deg);
    border-style: solid;
    border-width: 0px 0px 16px 50px;
    border-color: transparent transparent  #ff743f transparent;
	}
	
	.tour-slide	.img-container-cls .img-product-badge-cls::after{
	content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 0px;
    height: 0px;
    transform: rotate(0deg);
    border-style: solid;
    border-width: 16px 0px 0px 50px;
    border-color: transparent transparent transparent #ff743f;
}

.tour-slide	.img-container-cls .img-product-badge-cls .img-product-badge-text{
font-family: 'Plus Jakarta Sans';
    font-size: 11px;
    font-weight: 700;
	
	text-align:center;
	}
	
.tour-slide	.img-container-cls .img-product-badge-cls .img-product-badge-number{
	font-family: 'Plus Jakarta Sans';
    font-size: 20px;
    font-weight: 700;

	text-align:center;
	}
	
.tour-slide	.tourmaster-tour-review-item-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffa127; 
    font-size: 16px;
    font-weight: bold;
}

.tour-slide .tourmaster-tour-review-item-rating .rating-score {
    text-decoration: underline;
}

.tour-slide .tourmaster-tour-review-item-rating .fa {
    font-size: 16px;
}


/* banner slider pagianation*/
.custom-carousel-indicators li{

position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 40px !important;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5);
    border-radius:10px;
    
}

.custom-carousel-indicators .active {
    background-color: #fff;
    
}

.custom-carousel-indicators li::after
 {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.custom-carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}



 /* */
  
  
  
  @media (min-width:1400px) and (max-width:1920px){
    .elementor-widget-text-editor .elementor-widget-container p{
  
    line-height: 40px;
    
    font-size: 20px !important;
    
}
.tour-category-cls .excerpt-text{
    font-size: 20px !important;
   line-height: 30px !important;
}

.tour-category-cls .tour-title{
    font-size:30px;
    line-height:2.2rem;
}
.tour-container {
  
    max-width: 1600px;
    
}
 .custom-slider-cls .btn-cls a{
       
            font-size: 18px;
    padding: 8px 14px;
      
    }
    .tour-category-cls .tour-card{
        width:500px;
    }
    .custom-slider-cls .slider-sidebar li{
        /*padding: 20px 0;*/
    font-size: 1.4rem;
}
.tour-category-cls .category-button{
    font-size:20px;
}
 
 .must-see-section .must-see-slider .swiper-slide .card-body .card-title{
        font-size: 26px;
    line-height: 2rem;
}
.must-see-section .must-see-slider .swiper-slide .card-body .card-text{
    font-size:20px;
    line-height:30px;
}

.tour-category-cls .tour-badge{
    font-size:16px !important;
}
.must-see-section .must-see-slider .swiper-slide .card-body .read-more-btn-cls a{
    font-size:18px;
}
.custom-slider-cls .text-content p{
    font-size:1rem;
}
.custom-slider-cls.slider{
    height:750px;
}
.see-all-btn-cls a{
    font-size:20px;
}
.tour-category-cls .more-link{
     font-size:20px;
}
}
  
  
 /*end*/
    
     @media(max-width:1200px){
             .custom-slider-cls .btn-cls a{
        
            font-size: 12px;
    padding: 4px 11px;
                 
             }
     }
        @media(max-width:1024px){
            
            .custom-slider-cls .slider-sidebar {
    width: 40%;
   
}
.trp-language-switcher-container a::before {
   
    filter: brightness(0.1);
}



/* home berger menu */

/* Default toggle icon lines */
.wpr-mobile-toggle {
    position: relative;
    width: 30px !important;
    height: 24px;
    cursor: pointer;
    
}

.wpr-mobile-toggle-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.wpr-mobile-toggle-line:nth-child(1) {
    top: 0;
}

.wpr-mobile-toggle-line:nth-child(2) {
    top: 10px;
}

.wpr-mobile-toggle-line:nth-child(3) {
    top: 20px;
}

/* Cross style when active */
.wpr-mobile-toggle.cross-active .wpr-mobile-toggle-line:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.wpr-mobile-toggle.cross-active .wpr-mobile-toggle-line:nth-child(2) {
    opacity: 0;
    
}

.wpr-mobile-toggle.cross-active .wpr-mobile-toggle-line:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}

        }
        
        
        
         @media(max-width:768px){
             .tour-category-cls .tour-title{
                 font-size:20px;
             }
             .tour-category-cls .tour-card{
                 width:330px;
             }
             
    .custom-slider-cls .slider-sidebar li {
    font-family: 'Plus Jakarta Sans';
    cursor: pointer;
    padding: 15px 0;
    font-size: 0.8rem;
             }
             .custom-slider-cls .text-content p {
    font-size: 1rem;
    font-size: 0.6rem;
    background: #fff;
    color: #060305;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    padding: 3px 8px;
             }
             
    .custom-slider-cls .slider-sidebar {
        width: 100%;
        bottom:0;
        
    }
    .custom-slider-cls .text-content h2 {
    font-size: 1.5rem;
    margin-bottom: -20px ;
}
    .custom-slider-cls .slider-sidebar ul.slide-change-link {
    /*margin-top: 100px;*/
    margin-left: 0px;
    /*display:flex;*/
    margin-top:290px;
        display: grid;
        grid-template-columns: repeat(3, 3fr);
}

.custom-slider-cls .slider-sidebar ul li.active {
    transform: none;
    
}
			 
.social-media-cls ul li a img {
    width: 20px;
    height: auto;
}
.custom-slider-cls .text-content h1 {
    font-size: 4rem;
     margin-bottom: 0px; 
}
.custom-slider-cls.slider {
    display: flex;
    height: 100vh;
    overflow: hidden;
}
.custom-slider-cls .social-media-cls ul {
    margin-left: 0px;
    list-style: none;
    display: flex;
    /* gap: 20px; */
    justify-content: space-around;
     margin-top: 10px; 
}

.custom-slider-cls .text-content{

    left: 50%;
    transform: translateX(-50%);
	}
	
	.custom-slider-cls .btn-cls {
    margin-top: 10px;
    float: left;
}

.custom-slider-cls .text-content{
      position: absolute;
      /*left:58%;*/
      left: 48%;
    bottom: 320px;
    }
    }
         @media(max-width:680px){
             .see-all-btn-cls{
      display:none;
  }
             .tour-category-cls .tour-title{
                 font-size:18px;
             }
           
.tour-category-cls .tour-card{
    /*width:287px;*/
    width: 100%;
}
	
	 .custom-slider-cls .slider-sidebar ul.slide-change-link {
    
        display: grid;
        grid-template-columns: repeat(2, 2fr);
}
        }
         @media(max-width:576px){
              
             .custom-slider-cls .text-content h1 {
    font-size: 3rem;
     margin-bottom: 0px; 
        }
         .custom-slider-cls .text-content h2 {
    font-size: 1.3rem;
    margin-bottom: -10px ;
}
.first-img-cls  img{
    object-fit: cover;
    height: 600px;
}
}
        @media(max-width:480px){
           
 .custom-slider-cls .slider-sidebar ul.slide-change-link {
    
        display: grid;
        grid-template-columns: repeat(1, 1fr);
}
.custom-slider-cls .text-content {
    position: absolute;
    /* left: 58%; */
    left: 40%;
    bottom: 510px;
}
.custom-slider-cls .slider-sidebar ul.slide-change-link{
    margin-top:260px;
}
.custom-slider-cls .btn-cls {
        margin-top: 10px;
        float: none;
    }
    .custom-slider-cls .slider-sidebar ul.slide-change-link{
    margin-top:380px;
}
        }
        @media(max-width:400px){
            .custom-slider-cls .text-content {
    position: absolute;
    /* left: 58%; */
    left: 48%;
    bottom: 380px;
}
.custom-slider-cls .slider-sidebar ul.slide-change-link{
    margin-top:380px;
}

            
        }
        
        
        
        @media(max-width:360px){
            .tour-category-cls .tour-card{
              /*width:294px;*/
          }
    .custom-slider-cls .text-content {
    position: absolute;
    /* left: 58%; */
    left: 48%;
    bottom: 350px;
}
.custom-slider-cls .slider-sidebar ul.slide-change-link{
    margin-top:310px;
}
         }  
         @media(max-width:320px){
          .tour-category-cls .tour-card{
              /*width:240px;*/
          }
    .custom-slider-cls .text-content {
    position: absolute;
    /* left: 58%; */
    left: 48%;
    bottom: 350px;
}
.custom-slider-cls .slider-sidebar ul.slide-change-link{
    margin-top:310px;
}
         }    
