.antra-slider .slider-item .bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px !important;
    z-index: -1;
}
.slider-content-wrap .section-heading .section-title {
    font-size: 80px !important;
}
.about-wrap-7 .about-img-7 img{
    border-radius: 0 0 150px 150px;
    object-fit: fill;
    margin-top: -110px;
}
.about-wrap-7 .about-img-7{
   height: 360px;
   
}
.about-wrap-7 .about-content-7 .about-thumb-7 {
    max-width: 250px;
    width: 100%;
    height: 360px;
    margin-top: -110px;
}
.about-wrap-7 .about-content-7 .about-thumb-7 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 150px 150px  0 0 ;
}
.brand-meaning {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
  
}

.item h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.item p {
  font-size: 16px;
  color: #666;
}

.divider {
  width: 1px;
  height: 80px;
  background: #ccc;
}
.about-wrap-7 .about-content-7 .left-content .about-btn {
    margin-top: 0px;
}
.blog-carousel-2 .swiper-slide .post-card .post-thumb:before {
    background: linear-gradient(180deg, rgba(61, 59, 59, 0.41) 0%, rgba(85, 84, 82, 0.308) 19.25%, #040404c4 46.79%);
    content: "";
    width: 100%;
    height: 282px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.counter-1 {
    padding-bottom: 300px;
    position: relative;
    z-index: 1;
    overflow-x: clip;
}
.counter-1 .counter-text {
    font-family: var(--tl-ff-heading);
    font-size: 260px;
    font-weight: 400;
    line-height: 1;
    color: #9f9fa4;
    opacity: .13;
    margin-bottom: 0;
    position: absolute;
    bottom: -62px;
    left: 350px;
    z-index: -1 !important;
}
.service-4 {
    padding-bottom: 170px;
    position: relative;
    z-index: -1;
    overflow-x: clip;
}
@media (max-width: 1399px) {
  .counter-1 .counter-text {
    font-family: var(--tl-ff-heading);
    font-size: 260px;
    font-weight: 400;
    line-height: 1;
    color: #9f9fa4;
    opacity: .13;
    margin-bottom: 0;
    position: absolute;
    bottom: -62px;
    left: 150px !important;
    z-index: -1 !important;
}
.service-4 .service-text {
    font-family: var(--tl-ff-heading);
    font-size: 250px;
    font-weight: 400;
    line-height: 1;
    color: #9f9fa4;
    opacity: .13;
    margin-bottom: 0;
    position: absolute;
    bottom: -62px;
    left: 150px;
    z-index: -1 !important;
}

}
.about-content p {
    max-width: 446px;
    width: 100%;
    margin-bottom: 0px;
}
.about-content .section-heading .section-title{
    font-size: 40px;
}
.footer-section {
    position: relative;
    z-index: 1;
    padding-bottom: 0px;
}
@media (max-width: 1399px) {
    .about-wrap-7 .about-img-7 img {
    border-radius: 0 0 150px 150px;
    object-fit: fill;
    margin-top: 0px;
}
}

/* ===== BLOG SECTION - PHONE SLIDER ===== */

/* Base section */
.blog-section {
  overflow: hidden;
  position: relative;
}

/* ===== MOBILE SLIDER (max-width: 767px) ===== */
@media (max-width: 767px) {

  .blog-section {
    padding-left: 0;
    padding-right: 0;
  }

  /* Make the cards row a horizontal scroll container */
  .blog-section .row,
  .blog-section [class*="row"] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 0 20px 20px;
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE/Edge */
  }

  /* Hide scrollbar for Chrome/Safari */
  .blog-section .row::-webkit-scrollbar,
  .blog-section [class*="row"]::-webkit-scrollbar {
    display: none;
  }

  /* Each blog card column snaps into view */
  .blog-section .row > [class*="col"],
  .blog-section [class*="row"] > [class*="col"] {
    flex: 0 0 80vw;              /* Show ~80% of viewport width per card */
    max-width: 80vw;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /* Dot indicators */
  .blog-section::after {
    content: '';
    display: block;
    text-align: center;
  }
}

/* ===== OPTIONAL: Dot Indicators ===== */
@media (max-width: 767px) {

  .blog-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .blog-slider-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s;
  }

  .blog-slider-dots span.active {
    background: #333;
    width: 20px;
    border-radius: 4px;
  }
  .counter-1{
    padding-bottom: 0px;
  }
  .project-section-2 .project-text span{
    display: none;
  }
  .project-section-2{
    padding-bottom:140px;
  }
      .section-heading .section-title.title-2 {
        font-size: 34px;
        text-align: center;
    }
    .footer-widget .widget-header .footer-logo {
    max-width: 170px;
    margin: auto;
}
.footer-widget p {
    color: var(--tl-color-common-white);
    font-size: 16px;
    text-align: center;
}
    .footer-widget.footer-col-2 {
        padding-left: 0;
        text-align: center;
    }
        .footer-widget .footer-address {
        display: flex;
        align-items: center;
        flex-direction: column;
        /* align-items: baseline; */
        text-align: center;
        margin: auto;
        justify-content: center;
    }

}
.footer-widget .footer-address .number, .footer-widget .footer-address .mail {
    font-family: var(--tl-ff-heading);
    color: var(--tl-color-common-white);
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
}
/* ===== TABLET (768px - 991px) ===== */
@media (min-width: 768px) and (max-width: 991px) {

  .blog-section .row,
  .blog-section [class*="row"] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 20px;
    scrollbar-width: none;
  }

  .blog-section .row::-webkit-scrollbar {
    display: none;
  }

  .blog-section .row > [class*="col"],
  .blog-section [class*="row"] > [class*="col"] {
    flex: 0 0 45%;
    max-width: 45%;
    scroll-snap-align: start;
  }
}
                .whatsapp-button {
    position: fixed;
    bottom: 98px;
    right: 37px;
    background-color: #32ba46;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: background-color 0.3s;
    animation: bounce 1.5s infinite; /* Apply bounce animation */
}

.whatsapp-button:hover {
    background-color: #1ebe57;
}

.whatsapp-button img {
    width: 35px;
    height: 35px;
}

/* Keyframes for bounce animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0); /* Start and end at the original position */
    }
    50% {
        transform: translateY(-15px); /* Move up slightly */
    }
}