/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2025 | 12:01:19 */
/*******Testmonial home slider css********/
.testimonial-slider-container {
/* 	margin-left:50px; */
    width: 99vw;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    padding: 20px 0;
	padding-left:50px !important;
}
    .testimonial-slick-slider {
        display: flex;
        width: max-content;
    }
    .testimonial-slide-item {
        flex: 0 0 auto;
        width: calc(50vw - 20px); /* Each slide takes 50% of the viewport minus margin */
/*         padding: 0 10px; */
        display: inline-block;
    }
.slick-slide > .textimonial-slick {
  display: flex;
  justify-content: center;
}


.testimonial-slide-item.slick-slide{
  margin: 0px 60px 0px 0px;
}
.testimonial-image-container {
  float: left;
  text-align: center;
  max-width: 300px;
}

.testimonial-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 380px;
  max-height: 380px;
}


.testimonial-content-container {
    padding-left: 33px;
    float: left;
    width: 50%;
}
.testimonial-content-container h3 {
  font-family: Awesome Serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 43.2px;
  color: #121256;
  margin: 24px 0px;
}

.testimonial-content-container p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #0F1216;
    margin-bottom: 24px;
    text-wrap: auto;
}
.testimonial-content-container span {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #121256;
}
span.borderSpan {
  padding: 15px;
  display: block;
  width: 130px;
}
.testimonial-slide-item:nth-child(odd) .borderSpan {
  background: #121256;
}

.testimonial-slide-item:nth-child(even) .borderSpan {
  background: #e74a5e;
}
.mobileBorderSpan {
  display: none !important;
}

/* Responsive: Move image to top on small screens */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
.testimonial-thumbnails .thumbnails-wrapper {
    padding: 10px 0;
}
 .testimonial-bg {
       display: none !important;
 }
    .mobile-testimonial-img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        max-height: 215px !important;
    }
.testimonialbottmborder {
    width: 70% !important;
	margin: 0 auto;
}
.testimonial-content {
        padding: 0px !important;
 }
.thumbnail-item.active img {
  transform: scaleY(1.3) !important; /* only height increases */
}
	#testimonial-text {
    margin-bottom: 32px !important;
	padding-left: 16px;
	padding-right: 16px;
}
  .testimonial-slide-item {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    width: calc(70vw - 20px) !important;
  }

  .testimonial-image-container {
    margin-bottom: 10px;
    float: left;
    text-align: center;
    max-width: 100%;
  }

  .testimonial-content-container {
    padding-left: 33px;
    float: left;
    width: 100%;
  }

  .testimonial-container {
    position: relative;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

    .testimaintitle {
        line-height: 30px !important;
        color: #121256 !important;
        text-align: center !important;
        margin-top: 50px;
        font-size: 36px !important;
        padding-left: 0 !important;
        margin-bottom: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .testimonial-content {
        text-align: center;
        width: 100% !important;
    }
  .testimonial-content-wrapper {
    padding-left: 0 !important;
    display: flex;
    flex-direction: column-reverse;
  }
.testimonial-thumbnails {
    width: 100% !important;
    padding-left: 0px !important;
}	
	 .thumbnail-item img {
            width: 120px !important;
            height: 120px !important;
            object-fit: cover;
            /* border-radius: 50%; */
        }

.testimonial-container .arrowsection {
    display: none !important;
}

#testimonial-country {
    margin-top: 32px !IMPORTANT;
    float: left;
    width: 100%;
}	
 .testimonialbottmborder {
        height: 30px !important;
        position: relative !important;
    }	
}


/* Hide Arrows & Dots */
.testimonial-slider-container .slick-dots,
.testimonial-slider-container .slick-prev,
.testimonial-slider-container .slick-next {
  display: none !important;
}




/******* Testmonial Page Slider css********/
.testimonial-bg {
            display: block;
        }
        .mobile-testimonial-img {
            display: none;
        }

.thumbnails-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    /* overflow: hidden; */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
        .thumbnail-item {
            cursor: pointer;
            flex: 0 0 auto;
            text-align: center;
/*             opacity: 0.6; */
			opacity: 1;
            transition: opacity 0.3s ease;
        }

        .thumbnail-item.active {
            border: 4px solid #fff;
            opacity: 1;
        }

        .thumbnail-city {
            display: block;
            margin-top: 5px;
            font-size: 12px;
        }

        @media screen and (max-width: 768px) {
/*             .testimonial-bg {
                display: none;
            } */
/*            .mobile-testimonial-img {
                display: block;
                width: 100%;
                height: auto;
                object-fit: cover;
                max-height: 247px;
            } */
            .thumbnails-wrapper {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }

            .thumbnails-wrapper::-webkit-scrollbar {
                display: none;
            }
			
        }
   .thumbnail-item.active {
        border: 4px solid #fff;
        opacity: 1;
        transition: border 0.3s ease;
    }
.testimonial-container .arrowsection {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 13%;
}
.testimonial-container .testimonial-arrow svg {
    width: 22px;
}

.testimonial-container .testimonial-arrow {
     background: transparent !important;
    color: #fff;
    border: none;
/*     padding: 1px 1px; */
    cursor: pointer;
    font-size: 18px;
    border-radius: 4px;
    transition: background 0.3s ease;
}
.testimonial-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0px;
    flex-direction: column;
}
        .testimonial-bg {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background-size: cover;
            background-position: center;
/*             transition: background-image 0.5s ease-in-out; */
            z-index: 0;
        }
.testimonial-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.00) 64.66%, rgba(0, 0, 0, 0.40) 96.64%),
    linear-gradient(270deg, rgba(0, 0, 0, 0.00) 39.31%, rgba(0, 0, 0, 0.50) 72.69%);
  z-index: 2;
  pointer-events: none;
}
        .testimonial-content-wrapper {
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-items: flex-end;
            position: relative;
			padding-left:10%;
            z-index: 1;	    
        }

.testimonial-content.show {
 
    transform: translateY(0);
}
.testimonial-content {
    width: 50%;
    background: #fff;
    padding: 30px;
    border-radius: 0;
    text-align: left;
	position:relative;
	  text-align: left;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.testimaintitle {
    color: #fff;
    font-family: Awesome Serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: bottom;
    float: left;
    text-align: left;
    width: 100%;
    /* max-width: 1200px; */
    padding-left: 10%;
	z-index: 9;
	margin-bottom: 32px;
}
.testimonialbottmborder {
    width: 100%;
/* 	margin: 0 auto; */
    height: 30px;
   background: rgb(218,71,94);
background: linear-gradient(90deg, rgba(218,71,94,1) 50%, rgba(40,40,94,1) 50%);
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.testimonial-thumbnails {
    display: flex;
/*     align-items: flex-end; */
	align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    padding-left: 4%;
}
        .testimonial-thumbnails img {
            width: 100px;
            height: 80px;
            object-fit: cover;
            border-radius: 4px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        .testimonial-thumbnails img:hover {
            transform: scale(1.1);
        }

        .thumbnails-wrapper {
            display: flex;
            gap: 10px;
        }
.thumbnail-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-align: center;
    position: relative;
    border: solid 1px #ffffff82;
	height: fit-content;
}
.thumbnail-item img {
            width: 150px;
            height: 180px;
            object-fit: cover;
            border-radius: 0px;
            transition: transform 0.3s ease;
 }
.thumbnail-item:hover img {
            transform: scale(1.05);
 }
.thumbnail-city {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 99;
    text-align: center;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    text-wrap: auto;
}

/*         .testimonial-arrow {
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            font-size: 18px;
            border-radius: 4px;
            transition: background 0.3s ease;
        }
        .testimonial-arrow:hover {
            background: rgba(0, 0, 0, 0.8);
        } */

#testimonial-name {
    color: #121256;
    font-family: Awesome Serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 32px;
}

#testimonial-country {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #121256;
}

#testimonial-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #0F1216;
    margin-bottom: 90px;
}


h4 {
	    font-family: Awesome Serif !important;
}


/*Shubham*/


.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #02060a33 !important;
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 22px;              /* Adjust as needed */
  font-family: Arial, sans-serif; /* Reset font if needed */
  line-height: 1;               /* ✅ Crucial to avoid vertical misalignment */
  display: flex;                /* ✅ Flex for centering */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}


.testimonial-arrow:hover {
  background: #02060a33 !important;
}

.testimonial-arrow:focus,
.testimonial-arrow:active {
  background: #02060a33 !important;
  outline: none;
}

.testimonial-arrow.prev {
  left: 20px;
}

.testimonial-arrow.next {
  right: 20px;
}

.testimonial-arrow svg,
.testimonial-arrow i {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}

@media (max-width: 767px) {
	  .testimonial-slide-item {
    flex: 0 0 100vw !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 10px !important;
  }

  .testimonial-slick-slider {
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  .testimonial-slider-container {
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .testimonial-image-container {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }

  .testimonial-image-container img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
  }

  .testimonial-slide-item {
    width: calc(100vw - 20px) !important;
  }
	.testimonial-arrow{
		top:39%;
	}
}


  @media (min-width: 768px) and (max-width: 1024px) {
	    .testimonial-arrow.prev {
    left: 10px !important;
  }

  .testimonial-arrow.next {
    right: 10px !important;
  }
     
	 .testimonial-image-container {
        max-width: 310px !important;
    }
	
	.testimonial-content-container {
        width: 85% !important;
    }
	 
.testimonial-content-container {
    padding-left: 0px !important;
    
}

}

.testimonial-arrow img {
  width: 15px;
  height: 27px;
  object-fit: contain;
}


