.logos-slider.slick-initialized.slick-slider {
    display: block;
}

.logos-slider {
    display: none;
}
.portfolio-main-section {
  background-image: url('../images/portfolio-bg.webp');
  background-size: cover; /* Ensure the image covers the entire section */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  /* padding-bottom: 50px; */
}
.portfolio-tabs-wrapper {
  /* max-width: 500px; */
  width: 100%;
  height: 900px;
  overflow: hidden;
}

.portfolio-tabs {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: center; /* Center the tabs horizontally */
  margin: 0 auto; /* Optional: Add margin for better spacing */
  flex-flow: wrap;
}

.portfolio-tabs li {
  cursor: pointer;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #F8942F;
  background-color: #ffffff00;
  transition: .25s;
}

.portfolio-tabs li:hover,
.portfolio-tabs li.active {
  border-color: #F8942F;
  color: #FFF;
  background-color: #F8942F;
}

.portfolio-tab-content {
  display: none;
  padding: 15px 20px;
  margin-top: 10px;
  border-radius: 5px;
  transition: opacity 0.5s ease-in-out; /* Smooth fade-in effect */
    h2 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
  }
  p {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* slider css */


.autoplay {
  width: 100%;
  margin: 0 auto;
}
.autoplay img {
  width: 80%;
  height: auto;
}

/* Custom Arrow Buttons Container */
.custom-arrows {
  display: flex; /* Align buttons side by side */
  justify-content: center; /* Center buttons horizontally */
  gap: 20px; /* Space between buttons */
  width: 1%; /* Full width of the parent container */
  position: relative; /* Ensure buttons are positioned relative to this container */
  margin: auto;
  margin-top: 50px;
}

/* Arrow Buttons */
.custom-arrows button {
  background-color: #7A0202; /* Button background color */
  color: #FFF; /* Button text color */
  border: none;
  padding: 20px; /* Button padding */
  cursor: pointer;
  font-size: 40px; /* Button text size */
  border-radius: 40px; /* Rounded corners */
  transition: background-color 0.3s; /* Smooth hover effect */
  width: 80px; /* Fixed width for circular buttons */
  height: 80px; /* Fixed height for circular buttons */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover Effect */
.custom-arrows button:hover {
  background-color: #fff; /* Hover background color */
  color: #7A0202; /* Hover text color */
  border: 1px solid #7A0202;
}

/* Focus Effect */
.custom-arrows button:focus {
  background-color: #7A0202; /* Focus background color */
  color: #fff; /* Focus text color */
}
.slick-next:before {
display: none;
}
.slick-prev:before {
  display: none;
  }
/* Ensure the parent container has a defined height */
button.slick-prev {
  background-color:#7a020200 ;
  border: 1px solid white;
  left: -100px !important;
}
button.slick-next {
  right: -80px !important;
}
.nav-section h1
{
  font-size: 60px;
}




/* -----------------------------------book services section---------------------------------- */
.book-main-section {
  background-image: url('../images/book-service-bg.webp');
  background-size: cover; /* Ensure the image covers the entire section */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  padding-bottom: 50px;
}
.book-tabs-wrapper {
  /* max-width: 500px; */
  width: 100%;
  height: auto;
}
.service-section-main-heading
{
  font-weight: 700;
}
.service-section-main-heading span
{
  font-weight: 700;

  color: #F8942F;
}
.service-section-heading span
{
  color: #F8942F;
}
.book-service-content-section .btn-one
{
  color: white;
  background-color: #7A0202;
  border: 1px solid #7A0202;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 25px;
}
.book-service-content-section .btn-one:hover
{
  color: #7A0202;
  background-color: #fff;
  border: 1px solid #fff;
}
.book-service-content-section .btn-two
{
  color: white;
  text-decoration: none;
  border-radius: 5px;
  background-color: #7a020200;
  border: 1px solid #7A0202;
  padding: 10px 25px;
}
.book-service-content-section .btn-two:hover
{
  color: #fff;
  background-color: #7A0202;
  border: 1px solid #7A0202;
}
.book-service-tabs {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 30px;
  justify-content: center; 
  margin: 0 auto; 
  flex-flow: wrap;
}
.book-service-tabs li {
  cursor: pointer;
  color: white;
  background-color: #ffffff00;
  transition: .25s;
  border-bottom: 1px solid #F8942F !important;

}

.book-service-tabs li:hover
{
  color: #F8942F;
}
.book-service-tabs li.active {
  color: #F8942F;
}



/* --------------------------------------testimonial section ----------------------------- */
.testimonial-main-section
{
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonial-section-main-heading
{
  font-weight: 700;
  color: black;
}
.testimonial-section-main-heading span
{
  font-weight: 700;
  color: #7A0202;
}
img.testimonial-image {
  width: 100%;
}
img.testimonial-content-section
{
  width: 10%;
}
img.quote-image
{
  width: 10%;
}
img.testimonial-book-image
{
  width: 60%;
  margin: auto;
}
.col-md-4.testimonial-image-section {
  text-align: center;
}
.checked {
  color: orange;
}
span.fa.fa-star.checked {
  font-size: 25px;
}
.testimonial-section
{
  position: relative;
}
/* Custom Arrow Buttons Container */
.custom-testimonial-arrows {
  display: flex; /* Align buttons side by side */
  justify-content: center; /* Center buttons horizontally */
  gap: 20px; /* Space between buttons */
  width: 100%; /* Full width of the parent container */
  margin: auto;
  margin-top: 50px;
}

/* Arrow Buttons */
.custom-testimonial-arrows button {
  background-color: #7A0202; /* Button background color */
  color: #FFF; /* Button text color */
  border: none;
  padding: 20px; /* Button padding */
  cursor: pointer;
  font-size: 40px; /* Button text size */
  border-radius: 40px; /* Rounded corners */
  transition: background-color 0.3s; /* Smooth hover effect */
  width: 80px; /* Fixed width for circular buttons */
  height: 80px; /* Fixed height for circular buttons */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover Effect */
.custom-testimonial-arrows button:hover {
  background-color: #fff; /* Hover background color */
  color: #7A0202; /* Hover text color */
  border: 1px solid #7A0202;
}

/* Focus Effect */
.custom-testimonial-arrows button:focus {
  background-color: #7A0202; /* Focus background color */
  color: #fff; /* Focus text color */
}
button.slick-prev {
  left: -150px;
}
button.slick-next {
  right: -150px;
}
.testimonial-name {
    font-size: 20px;
    font-weight: 700;
}
.testimonial-text {
    padding-top:25px;
    font-size: 14px;
    font-weight: 400;
}
.row.testimonial-card-row {
  margin: 0 2px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background: #fff; /* Ensure background color is visible */
  padding: 20px; /* Optional: Adds spacing inside the box */
}
.quote-image-testimonial
{
  position: absolute;
/*transform: rotate(180deg);*/
}
.col-md-8.no-pad {
    padding-left: 0;
}
.slick-list.draggable {
  padding: 30px;
}




@media only screen and (max-width: 767px) 
{
  body
  {
    overflow-x: hidden;
    width: 100%;
  }
  .portfolio-tabs-wrapper
{
  height: 700px;
  overflow: hidden;
}
  .portfolio-tabs
  {
    flex-flow: wrap;
  }
  .custom-arrows
  {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .custom-arrows button {
    font-size: 20px;
    width: 40px; 
    height: 40px; 
  }
  .col-md-4.text-center {
    padding-top: 0 !important;
}
.testimonial-card-arrow
{
  display: none;
}
.row.testimonial-card-row {
  margin: 0 0;
  padding: 10px; /* Optional: Adds spacing inside the box */
}
.slick-list.draggable {
  padding: 30px 0;
}

/* ---------------------------Book Service Section------------------ */

.book-service-image-section img
{
  width: 80%;
}
.col-md-6.pt-5.book-service-image-section.text-center {
  padding-top: 0 !important;
}
section.book-tabs-wrapper.book-main-section.pt-5.pb-5 {
  padding-top: 0 !important;
}
button.slick-prev {
display: none;
}
button.slick-next {
  display: none;
}

img.testimonial-image {
  width: 20%;
  margin: auto;
}
.col-md-8.col-sm-12.testimonial-content-section {
  text-align: center;
}
.col-md-12.pt-5.testimonial-section {
  padding-top: 0 !important;
}
.testimonial-main-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
}