.logos-slider.slick-initialized.slick-slider {
    display: block;
}

.logos-slider {
    display: none;
}
.portfolio-main-section {
  background-color:#FFF2EB;
}
.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 #f47521;
  background-color: #ffffff00;
  transition: .25s;
}

.portfolio-tabs li:hover,
.portfolio-tabs li.active {
  border-color: #f47521;
  color: #FFF;
  background-color: #f47521;
}

.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: 100%;
  height: auto;
  border-radius:17px;
}

/* 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: #f47521;
}
.service-section-heading span
{
  color: #f47521;
}
.book-service-content-section .btn-one
{
  color: white;
  background-color: #393939;
  border: 1px solid #393939;
  text-decoration: none;
  border-radius: 35px;
  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: 35px;
  background-color: #f47521;
  border: 1px solid #f47521;
  padding: 10px 25px;
}
/*.book-service-content-section .btn-two:hover*/
/*{*/
/*  color: #fff;*/
/*  background-color: #7A0202;*/
/*  border: 1px solid #7A0202;*/
/*}*/
section.third-wrap.form-section {
    background: unset;
}
section.third-wrap.form-section .container {
  background: url(../images/cta-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px;
    border-radius: 35px;
    margin-top: 100px;
}
section.steps-section.projectbrief {background-color: #FFF2EB;}

.brief-box {
    border: 2px solid #f47521;
    padding: 50px 30px;
    cursor:pointer;
}

.briefsteps {
    display: flex;
    justify-content:center;
    width:100%;
}
.book-tab-content-2 {
  display: none;
}
.book-tab-content-2.active {
  display: block;
}
.brief-box.active {
    background-color: #F47521;
    color: #fff;
}
.brief-box.active img {
    filter: brightness(0) invert(1);
}
.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 {
    background-color: transparent;
    color: #393939;
    border: 1px solid #393939;
    padding: 7px 20px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    cursor:pointer;
}


.book-service-tabs li.active, .book-service-tabs li:hover {
  color: #fff;
  background-color:#f47521;
  border-color:#f47521;
  
}



/* --------------------------------------testimonial section ----------------------------- */

.testimonial-section-main-heading
{
  font-weight: 700;
  color: #393939;
}

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;
}
.testimonial-stars.center {
    padding-top: 10px;
}
/* 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: #f47521; /* 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: #f47521; /* Hover text color */
  border: 1px solid #f47521;
}

/* Focus Effect */
.custom-testimonial-arrows button:focus {
  background-color: #f47521; /* 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;
    padding-bottom: 10px;
}
.testimonial-text {
    padding-top:25px;
    font-size: 14px;
    font-weight: 400;
    text-align:center;
}
section.testimonial-main-section {
    background: url(../images/testimonial-banner.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.row.testimonial-card-row {
    margin: 0;
    border-radius: 30px;
    border: 2px solid #fff;
    background-color: #ffffff38;
    padding: 40px 35px;
    backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); 
  justify-content:center;
    flex-flow: column;
    align-items: center;
}

.slick-list.draggable {
  padding: 30px;
}

section.genre-wrap .slick-track .slick-slide:nth-child(even) {
    /* your styles here */
    margin-top: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;
}
}