/* Hero Section */
.hero-slider {
  position: relative;
  width: 100%;
  height: fit-content;
  min-height: 630px;
  overflow: hidden;
  background: #000;
}

.slide {
  position: absolute;
  width: 100%;
  height: fit-content;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  padding: 160px 100px;
}

.slide1,
.slide2 {
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.712),
      rgba(0, 0, 0, 0.24)), url('/images/banner.jpg');
  /* background-image: url('/images/banner.jpg'); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 80%;
  height: fit-content;
}

.hero-content h2 {
  font-size: 76px;
  line-height: 88px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-top: 22px;
  margin-bottom: 16px;
}

.hero-content .hero-description {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 4px 0 24px;
}

.rating {
  background: linear-gradient(135deg, #e9cc66, #9c7904);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  /* color: #fff !important; */
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.rating i {
  background: linear-gradient(135deg, #f5e094, #9c7904);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.google-icon {
  height: 16px;
}

.left-arrow,
.right-arrow {
  height: 36px;
  width: 36px;
  background: #ffffffd5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-54%);
}

.left-arrow {
  left: 20px;
}

.right-arrow {
  right: 20px;
}

.left-arrow span,
.right-arrow span {
  color: #525252;
  font-size: 18px;
}


/* Aboutus Section */
.aboutus {
  padding: 150px 0 150px;
}

.aboutus .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1340px;
  padding: 0 60px;
}

.aboutus-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.aboutus-content {
  width: 48%;
}

.aboutus-img {
  position: relative;
  width: 48%;
}

.about-img1 {
  position: relative;
  z-index: 4;
  width: 450px;
  height: 480px;
  overflow: hidden;
}

.about-img1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
}

.about-img1 img:hover {
  transform: scale(1.1);
}

.about-img2 {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 290px;
  height: 330px;
  z-index: 5;
  object-fit: cover;
  border: 10px solid #fff;
}

.aboutus-content .section-title {
  margin-bottom: 18px;
}

.aboutus-content .section-subtitle {
  margin-bottom: 24px;
}

.aboutus-description {
  color: #000;
  line-height: 24px;
}

.aboutus-tabs {
  margin-top: 36px;
}

.tabs-header {
  display: flex;
  margin-bottom: 32px;
  margin-left: 24px;
}

.tab-btn {
  font-size: 22px;
  padding: 18px 24px;
  border: none;
  background-color: #fff;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  font-family: "Inter", sans-serif;
}

.tab-btn.active {
  background-color: var(--primary-color);
  color: white;
}

.tab-content .tab-text {
  display: none;
  font-size: 16px;
  line-height: 24px;
  color: #6d6d6d;
}

.tab-content .tab-text.active {
  display: block;
}


/* Services Section */
.service {
  padding: 0 0 60px;
}

.service .section-title {
  justify-content: center;
}

.service .section-subtitle {
  text-align: center;
  margin-bottom: 48px;
}

.service .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1340px;
  padding: 0 60px;
}

.service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-box {
  width: 23.5%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 180px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 4px solid var(--primary-color);
  border-radius: 50%;
  position: absolute;
  bottom: -30px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-in-out;
}

.icon-circle .material-symbols-outlined {
  color: var(--primary-color);
  font-size: 32px;
}

.icon-circle img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.service-box:hover .icon-circle {
  transform: rotate(180deg);
}

.content {
  padding: 46px 8px 20px;
}

.content h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #000;
}

.content p {
  font-size: 0.95rem;
  color: #3b3b3b;
}




/* Whychooseus Section */
.whychooseus {
  padding-bottom: 150px;
}

.whychooseus .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1340px;
  padding: 0 60px;
}

.whychooseus-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  text-align: start;
}

.whychooseus-left,
.whychooseus-right {
  width: 48%;
}

.whychooseus-right {
  overflow: hidden;
}

.whychooseus-right img {
  width: 100%;
  transition: 0.2s ease-in-out;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}

.whychooseus-right:hover img {
  transform: scale(1.05);
}

/* Accordion */
.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 24px 0;
}

.accordion-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.accordion-header .icon {
  background-color: var(--primary-color);
  color: white;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 8px;
}

.icon.rotated {
  transform: rotate(180deg) scale(1.1);
}

.accordion-header.no-border {
  border-bottom: none;
}

/* Accordion Body */
.accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.accordion-item.active .accordion-body {
  opacity: 1;
  max-height: 300px;
  /* adjust as needed */
}

.accordion-body .body-inner {
  padding: 24px 0;
  color: #555;
  font-size: 15px;
}


/* Companystats Section */
.companystats {
  background: #000;
  padding-bottom: 130px;
  position: relative;
}

.companystats .section-subtitle {
  color: #fff;
}

.companystats .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1340px;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}

.companystats::after {
  content: "";
  position: absolute;
  width: 38%;
  height: 100%;
  background-image: url('/images/whytrustus.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 1;
}

.companystats-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.companystats-left {
  width: 60%;
  margin: 130px 0 0;
}

.companystats-right {
  width: 38%;
  position: relative;
}

.companystats-right img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}








.insights {
  display: flex;
  gap: 24px;
  justify-content: center;
  /* padding: 60px 20px; */
  /* background: #fff; */
  width: 100%;
  margin-top: 64px;
}

.insights .box {
  background: var(--primary-color);
  padding: 28px;
  /* text-align: center; */
  flex: 1;
}

.insights .box .insight-icon {
  background: #fff;
  padding: 16px 20px;
  width: fit-content;
  margin-bottom: 16px;
}

.insights .box .insight-icon span {
  color: var(--primary-color);
  font-size: 50px;
}

.insights .count {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.insights .box p {
  color: #fff;
}




/* Why Choose Us Section */
/* .whychooseus{
  padding: 0 0 150px;
}
.whychooseus .section-title-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.whychooseus .section-subtitle{
  text-align: center;
}
.whychooseus-wrapper{
  display: flex;
  justify-content: space-between;
}
.whychooseus-box {
  border-radius: 0 40px 0 0;
  width: 23.5%;
  padding: 50px 20px 20px;
  border-right: 2px solid var(--primary-color);
}
.whychooseus h3 {
  font-size: 20px;
  margin:12px 0 16px;
  line-height: 25px;
  letter-spacing: 2px;
}
.whychooseus-box p {
  text-align: left;
  line-height: 20px;
  color: #181818;
  font-size: 15px;
} */



/* Instagram Section */
body.modal-open {
  overflow: hidden;
}

.main-content.blurred {
  transition: filter 0.3s ease-in-out;
}

.instagram .instagram-introduction {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.instagram-introduction .section-title-wrapper {
  width: 50%;
  margin-bottom: 0;
}

.instagram-introduction .instagram-description {
  width: 40%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.instagram-introduction .instagram-description p {
  line-height: 27px;
}

.instagram-introduction .instagram-description .cta-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
}

.instagram-introduction .instagram-description img {
  height: 24px;
}

#gallery {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 150px;
}

.cols {
  -moz-column-count: 4;
  -moz-column-gap: 8px;
  -webkit-column-count: 4;
  -webkit-column-gap: 0;
  column-count: 4;
  column-gap: 8px;
  column-width: 25%;
}

.instagram-wrapper .box {
  margin-bottom: 10px;
  display: block;
  background-color: #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 0;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.instagram-wrapper .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.instagram-wrapper .box.one {
  height: 150px;
  background-color: #9e9eec;
}

.instagram-wrapper .box.two {
  height: 170px;
  background-color: #8d8dee;
}

.instagram-wrapper .box.three {
  background-color: #7a7aec;
  height: 150px;
}

.instagram-wrapper .box.four {
  background-color: #6464ec;
  height: 170px;
}


/* Optional: Hover effect */
.instagram-wrapper .box:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Popup Style */
.instagram .popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  text-align: center;
}

.instagram .popup img {
  max-width: 90%;
  max-height: 80%;
  object-fit: contain;
}

.instagram .popup .close {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.instagram .popup .close:hover {
  color: #bbb;
}

.instagram .popup .arrow {
  position: absolute;
  top: 50%;
  font-size: 18px;
  font-weight: bold;
  color: #414141;
  cursor: pointer;
  user-select: none;
  z-index: 1001;
  transition: 0.3s ease;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instagram .popup .arrow:hover {
  color: #000;
}

.instagram .popup .arrow.left {
  left: 20px;
  transform: translateY(-50%);
}

.instagram .popup .arrow.right {
  right: 20px;
  transform: translateY(-50%);
}


/* Testimonial Section */
.testimonial {
  padding: 0 0 80px;
  position: relative;
  overflow: hidden;
}

.testimonial::after,
.testimonial::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.testimonial::before {
  background-image: url('/images/blue-gradient-design3.png');
  height: 430px;
  width: 310px;
  top: 0;
  left: -220px;
  opacity: 0.1;
}

.testimonial::after {
  background-image: url('/images/blue-circle-gradient-design.png');
  height: 320px;
  width: 320px;
  bottom: -140px;
  right: -140px;
  opacity: 0.1;
  transform: scaleX(-1);
}

.testimonial .section-subtitle {
  color: #000;
}

.testimonial .section-title-wrapper {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-content {
  position: relative;
  z-index: 2;
}

.carousel {
  position: relative;
  width: 100%;
  /* max-width: 800px;  */
  margin: 0 auto;
  overflow: hidden;
}

.carousel-container {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  /* Or the combined width of all slides */
}

.review-slide {
  min-width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.review-box {
  width: 820px;
  flex: 0 0 820px;
  padding: 0 40px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.review-box p {
  /* margin: 14px 0; */
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}

.review-box img {
  width: 115px;
}

.name-photo {
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: left;
  margin-top: 40px;
}

.name-photo div {
  align-items: center;
  gap: 12px;
}

.name-photo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.client-name {
  margin: 0 0 4px !important;
}

.name-photo .review-date {
  font-size: 12px;
  color: darkgray;
  margin: 0;
  text-align: left;
}

.testimonial-prev,
.testimonial-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0.6;
  transition: 0.2s ease-in-out;
  height: 32px;
}

.testimonial-prev:hover,
.testimonial-next:hover {
  opacity: 1;
}

.testimonial-prev {
  left: 20px;
}

.testimonial-next {
  right: 20px;
}

.testimonial-prev,
.testimonial-next {
  cursor: pointer;
}

.testimonial .cta-btn {
  margin-top: 24px;
  padding: 6px 12px;
  font-size: 14px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}





/* @media (max-width:1300px) {
  .hero-slider{
    height: 800px;
  }
  .hero-content{
    padding: 150px 0 120px 20px;
  }
} */

@media (max-width:1000px) {

  /* Aboutus Section 1000*/
  .about-img1 {
    width: 370px;
  }

  .aboutus-content-wrapper {
    padding: 80px 32px 120px 80px;
  }

  /* Testimonial Section 1000*/
  .testimonial-content-wrapper {
    width: 58%;
  }

  .testimonail-img {
    width: 40%;
  }

}

@media (max-width: 768px) {

  /* Hero Section 768*/
  /* .hero-slider {
    height: 730px;
  } */
  .hero-content {
    width: 100%;
  }

  .hero-content h2 {
    font-size: 52px;
    line-height: 56px;
  }

  .slide {
    padding: 140px 70px;
  }

  .left-arrow {
    left: 10px;
  }

  .right-arrow {
    right: 10px;
  }

  .left-arrow,
  .right-arrow {
    height: 26px;
    width: 26px;
  }

  /* Aboutus Section 768*/
  .aboutus {
    padding: 120px 0 120px;
  }
  .aboutus .container{
    padding: 0 20px;
  }
  .aboutus-content {
    width: 100%;
  }
  .aboutus-wrapper {
    flex-direction: column-reverse;
    align-items: left;
  }

  .aboutus-content-wrapper {
    width: 100%;
    padding: 80px 40px 120px 40px;
  }

  .about-img1 {
    top: 10px;
    height: 440px;
  }

  .about-img2 {
    bottom: 40px;
    border: 6px solid #fff;
    right: -240px;
  }

  /* Service Section 768 */
  .service .container{
    padding: 0 20px;
  }
  .service-box{
    width: 48%;
  }

  /* Why Choose Us Section 768*/
  .whychooseus .container{
    padding: 0 20px;
  }
  .whychooseus-wrapper {
    row-gap: 40px;
    flex-wrap: wrap;
  }

  .whychooseus-box {
    width: 46%;
  }

  /* Companystats Section 768 */
  .companystats .container {
    padding: 0 20px;
  }
  .insights {
    gap: 12px;
  }
  .insights .box {
      padding: 16px;
      text-align: left;
  }
  .insights .count {
      font-size: 2.4rem;
  }

  /* Instagram Section 768*/
  .instagram .instagram-introduction {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .instagram-introduction .section-title-wrapper {
    width: 100%;
    margin-bottom: 18px;
  }

  .instagram-introduction .instagram-description {
    width: 100%;
    text-align: start;
    align-items: start;
  }

  .cols {
    column-count: 2;
    /* 2 columns on smaller screens */
  }

  .box.one {
    height: 120px;
  }

  .box.two {
    height: 160px;
  }

  .box.three {
    height: 200px;
  }

  .box.five {
    height: 250px;
  }

  .box.six {
    height: 120px;
  }

  /* Testimonial Section 768*/
  .review-box {
    width: 90%;
    flex: 0 0 90%;
  }




}


@media (max-width:480px) {

  /* Hero Section 480*/
  /* .hero-slider {
    height: 640px;
  } */
  .slide {
    padding: 160px 42px;
  }

  .hero-content {
    padding: 0 0 120px 10px;
  }

  .hero-content h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-content .hero-description {
    font-size: 14px;
    line-height: 22px;
    margin: 14px 0 32px;
  }


  .services .container {
    flex-direction: column;
    /* Stack the service boxes */
    align-items: center;
    /* Center content */
  }

  .swiper-slide {
    height: auto;
    /* Allow height to adjust */
    margin-bottom: 15px;
    /* Add some space between slides */
  }

  .swiper {
    padding: 0;
    /* Remove padding */
  }



  /* Aboutus Section 480*/
  /* .aboutus {
    padding: 0 0 60px;
  } */
  .aboutus .container {
    padding: 0 10px;
  }
  .aboutus-content-wrapper {
    padding: 56px 16px 96px 16px;
  }

  .about-img1 {
    height: 280px;
    width: 280px;
    top: 10px;
  }

  .about-img2 {
    right: -180px;
    width: 200px;
    height: 170px;
    border: 4px solid #fff;
  }
  .tabs-header{
    margin-left: 0;
    justify-content: center;
  }
  .tabs-header .tab-btn {
    font-size: 16px;
    padding: 12px 18px;
  }

  /* Service Section 480 */
  .service {
    padding: 0 0 40px;
  }
  .service .container{
    padding: 0 10px;
  }
  .service-wrapper{
    justify-content: center !important;
  }
  .service-box{
    width: 80%;
  }
  .content h3 {
    font-size: 1.1rem;
  }

  /* Why Choose Us Section 480*/
  .whychooseus-wrapper {
    justify-content: center;
  }

  .whychooseus-left, .whychooseus-right {
    width: 100%;
  }
  .whychooseus-right{
    display: none;
  }

  .whychooseus-box {
    width: 86%;
  }

  /* Companystats Section 480 */
  .companystats .container {
    padding: 0 10px;
  }
  .insights {
    flex-wrap: wrap;
  }
  .companystats-left {
    width: 90%;
  }

  /* Testimonial Section 480*/
  .testimonial {
    padding: 0 0 60px;
  }

  /* .rating {
    width: 100px !important;
  } */

  .name-photo {
    margin-top: 10px;
  }

  .testimonial-prev {
    left: 6px;
  }

  .testimonial-next {
    right: 6px;
  }

  .review-box p {
    font-size: 14px;
    line-height: 1.4;
  }

}