* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/* =========================
   HERO SECTION
========================= */
.section-divider {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.section-divider::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.hero-slider {
  margin-top: 30px;
  padding: 80px 57px;
}

.carousel-item {
  height: 550px; /* decrease banner height */
  overflow: hidden;
  border-radius: 35px;
  position: relative;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s ease;
}

/* Image Zoom Effect */

/* .carousel-item:hover img{
    transform:scale(1.08);
} */

/* Overlay */

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  transition: 0.5s ease;
}

/* Content Hidden */

.hero-content {
  max-width: 900px;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s ease;
}

/* Hover Effect */

.carousel-item:hover .hero-overlay {
  background: rgba(0, 0, 0, 0.45);
}

.carousel-item:hover .hero-content {
  opacity: 1;
  transform: translateY(0);
}

/* Heading */

.hero-content h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

.hero-content span {
  color: #4caf50;
}

/* Contact Buttons */

.hero-contact {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* .contact-box{
    width: 254px;
    background:#4CAF50;
    color:#fff;
    text-decoration:none;
    padding:12px 25px;
    border-radius:10px;
    font-size:15px;
    transition:.3s;
} */

/* .contact-box{
    width:500px;
    max-width:100%;
    background:rgba(76,175,80,.85);
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    padding:15px 20px;

    display:flex;
    align-items:center;
    gap:15px;

    transition:.3s ease;
} */

.contact-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(76, 175, 80, 0.85);
  padding: 11px 100px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
}

.contact-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}

.contact-box:hover {
  background: #388e3c;
  color: #fff;
}

.contact-icon {
  font-size: 26px;
  color: #fff;
  min-width: 40px;
}

.contact-info {
  text-align: left;
}

.contact-info span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff !important;
}

.contact-info p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
}

/* Statistics */

.stats-box {
  margin-top: 50px;
  background: linear-gradient(90deg, #0b3f15, #4caf50);
  padding: 30px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stats-box h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}

.stats-box p {
  color: #fff;
  margin: 0;
}
/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
  .hero-slider {
    padding: 20px;
    margin-top: 62px;
  }

  .carousel-item {
    height: 450px;
  }

  .hero-overlay {
    background: rgba(0, 0, 0, 0.45);
  }

  .hero-content {
    opacity: 1;
    transform: none;
  }

  .hero-content h1 {
    font-size: 38px;
    line-height: 1.3;
  }

  .stats-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px;
  }

  .stats-box h2 {
    font-size: 32px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .carousel-item {
    height: 350px;
    position: relative;
  }

  .hero-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 40px;
  }

  .hero-content h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .hero-contact {
    margin-top: 10px;
  }

  .contact-box {
    padding: 10px;
    font-size: 13px;
  }

  .stats-box {
    margin-top: 15px;
    padding: 15px;
    gap: 12px;
  }

  .stats-box h2 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .stats-box p {
    font-size: 14px;
  }

  .contact-box {
    width: 100%;
    padding: 12px;
  }

  .contact-icon {
    font-size: 20px;
  }

  .contact-info span {
    font-size: 13px;
  }

  .contact-info p {
    font-size: 14px;
    word-break: break-word;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {
  .carousel-item {
    height: 280px;
  }

  .hero-content h1 {
    margin-top: 36px;
    text-align: center;
    font-size: 16px;
  }

  .contact-box {
    font-size: 13px;
    padding: 10px;
  }

  .stats-box {
    margin-top: 20px;
    padding: 15px;
  }

  .stats-box h2 {
    font-size: 24px;
  }

  .stats-box p {
    font-size: 12px;
  }
}

/* ===================================================== */
/* why-choose-us */
/* ===================================================== */

.why-choose-us {
  margin-top: -40px;
  background: #eef3ed;
  padding: 37px 0;
}

.container {
  width: 90%;
  max-width: 1320px;
  margin: auto;
}

/* Top */

.top-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 120px;
  align-items: center;
}

.content-section {
  max-width: 650px;
}

.section-subtitle {
  display: block;
  color: #43a047;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.content-section h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #1d2939;
}

.content-section p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 30px;
  text-align: left;
}

.view-btn {
  display: inline-block;
  background: #43a047;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 8px;
  font-weight: 600;
}

.image-section img {
  width: 110%;
  border-radius: 25px;
  display: block;
  /* margin-left: 60px; */
}

/* Cards */
.feature-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.feature-icon {
  font-size: 40px;
  color: #4caf50;
  margin-bottom: 6px;
  display: block;
}

/* .feature-card{
    background:#fff;
    padding:25px;
    border-radius:20px;
    position:relative;
    overflow:hidden;
    min-height:280px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
} */

.feature-card {
  padding: 30px;
  border-radius: 20px;
  min-height: 260px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.feature-card * {
  position: relative;
  z-index: 2;
}

.card-content {
  position: relative;
  z-index: 2;
}

/* Different Colors */
/* 
.feature-card:nth-child(1){
    background:#19795e;
}

.feature-card:nth-child(2){
    background:#4b43a6;
}

.feature-card:nth-child(3){
    background:#0d4d91;
}

.feature-card:nth-child(4){
    background:#8a330d;
} */

.feature-card:nth-child(1) {
  background-image: url("../images/blog-2.png");
}

.feature-card:nth-child(2) {
  background-image: url("../images/blag-3.png");
}

.feature-card:nth-child(3) {
  background-image: url("../images/blog1.jpg");
}

.feature-card:nth-child(4) {
  background-image: url("../images/blag-4.png");
}

/* Top Circle Effect */

/* .feature-card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  top: -40px;
  right: -20px;
} */

/* Hover */

.feature-card:hover {
  transform: translateY(-10px);
  border: 4px solid #fff;
  box-shadow:
    0 0 15px rgba(255, 255, 255, 0.4),
    0 15px 35px rgba(0, 0, 0, 0.25);
}

.feature-icon {
  font-size: 40px;
  color: #fff;
  /* margin-bottom:25px; */
}

.feature-card h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #fff;
}

.feature-card p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  font-size: 12px;
}

/* image in why choose us */
.mobile-image {
  display: none;
}

.desktop-image {
  display: block;
}

/* Tablet */

@media (max-width: 992px) {
  .top-section {
    grid-template-columns: 1fr;
  }

  .content-section h2 {
    font-size: 40px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
    margin: 20px 0;
  }
  .mobile-image img {
    width: 100%;
    border-radius: 20px;
  }

  .why-choose-us {
    margin-top: 0px;
    padding: 40px 30px;
  }

  .container {
    width: 90%;
  }

  .top-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .content-section {
    width: 100%;
    /* order:2; */
  }

  .image-section {
    width: 100%;
    order: 1;
  }

  .image-section img {
    width: 100%;
    margin-left: 0;
    border-radius: 25px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .content-section h2 {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .content-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 25px;
  }

  .view-btn {
    width: auto;
    padding: 14px 35px;
    display: inline-block;
    margin-bottom: 10px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    /* margin-top:30px; */
  }

  .feature-card {
    min-height: auto;
    padding: 25px;
  }

  .feature-card h3 {
    font-size: 20px;
  }

  .feature-card p {
    font-size: 14px;
  }
}


/* ===========================================================

==============================================================*/

.counter-section {
  position: relative;
  background: url("../images/blog1.jpg") center center/cover no-repeat;
  padding: 74px 0;
  overflow: hidden;
}

.counter-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.counter-section .container {
  position: relative;
  z-index: 2;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.counter-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.counter-icon {
  font-size: 40px;
  color: #ffe600;
  flex-shrink: 0;
}

.counter-box h2 {
  color: #fff;
  font-size: 36px;
  /* font-weight: 700; */
  margin: 0 0 5px;
  line-height: 1;
}

.counter-box p {
  color: #fff;
  font-size: 17px;
  font-style: italic;
  margin: 0;
  line-height: 1.4;
}

/* =========================
   Large Laptop
========================= */

@media (max-width: 1200px) {
  .counter-grid {
    gap: 30px;
  }

  .counter-box h2 {
    font-size: 40px;
  }

  .counter-box p {
    font-size: 16px;
  }

  .counter-icon {
    font-size: 30px;
  }
}

/* =========================
   Tablet
========================= */

@media (max-width: 992px) {
  .counter-section {
    padding: 70px 20px;
  }

  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .counter-box h2 {
    font-size: 42px;
  }

  .counter-box p {
    font-size: 17px;
  }

  .counter-icon {
    font-size: 50px;
  }
}

/* =========================
   Mobile
========================= */

@media (max-width: 768px) {
  .counter-section {
    padding: 60px 20px;
  }

  .counter-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .counter-box {
    justify-content: flex-start;
    gap: 15px;
  }

  .counter-icon {
    font-size: 42px;
  }

  .counter-box h2 {
    font-size: 34px;
  }

  .counter-box p {
    font-size: 16px;
  }
}

/* =========================
   Small Mobile
========================= */

@media (max-width: 480px) {
  .counter-section {
    padding: 50px 15px;
  }

  .counter-box {
    gap: 12px;
  }

  .counter-icon {
    font-size: 35px;
  }

  .counter-box h2 {
    font-size: 28px;
  }

  .counter-box p {
    font-size: 14px;
  }
}

/* ===================================================== */
/* our blog*/
/* ===================================================== */
.blog-section {
  padding: 35px 0;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-header h2 {
  font-size: 40px;
  font-weight: 700;
}

.view-all {
  color: #4caf50;
  text-decoration: none;
  font-weight: 600;
}

.featured-blog {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: center;
}

.featured-image img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  border-radius: 18px;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
}

.blog-date1 {
  font-size: 17px;
  color: #000;
  white-space: nowrap;
}
.blog-date {
  font-size: 12px;
  color: #777;
  white-space: nowrap;
}
.blog-date1,
.blog-date {
  display: inline-block;
  vertical-align: middle;
}

.featured-content h3 {
  font-size: 34px;
  margin: 15px 0;
  line-height: 1.3;
}

.featured-content p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.read-btn {
  display: inline-block;
  padding: 10px 25px;
  background: #4caf50;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* .blog-card{
    display:flex;
    gap:15px;
    background:#fff;
    padding:15px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
} */

.blog-card {
  display: flex;
  gap: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.blog-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: #4caf50;
  box-shadow: 0 10px 30px rgba(76, 175, 80, 0.25);
}

/* Card 1 */

.blog-card:nth-child(1):hover {
  background: #59c09a;
  border-color: #59c09a;
}

/* Card 2 */

.blog-card:nth-child(2):hover {
  background: #7d72d8;
  border-color: #7d72d8;
}

/* Card 3 */

.blog-card:nth-child(3):hover {
  background: #4f8fd1;
  border-color: #4f8fd1;
}

/* Card 4 */

.blog-card:nth-child(4):hover {
  background: #e58b68;
  border-color: #e58b68;
}

.blog-card:hover h4,
.blog-card:hover p,
.blog-card:hover span,
.blog-card:hover a,
.blog-card:hover .blog-tag {
  color: #fff !important;
}

/* .blog-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:10px;
    margin-bottom:15px;
} */

.blog-card-image {
  flex: 0 0 110px;
}

.blog-card-image img {
  width: 140px;
  height: 126px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-card-content {
  flex: 1;
}

.blog-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #43a047;
  margin-bottom: 8px;
}

.blog-card-content h4 {
  font-size: 24px;
  margin-bottom: 8px;
}

.blog-card-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}

.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-footer a {
  color: #43a047;
  text-decoration: none;
  font-weight: 600;
}

.blog-footer span {
  font-size: 13px;
  color: #999;
}

/* ==========================
LAPTOP
========================== */

@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-content h3 {
    font-size: 28px;
  }
}

/* ==========================
TABLET
========================== */

@media (max-width: 992px) {
  .blog-section {
    padding: 60px 0;
  }

  .blog-header {
    margin-bottom: 30px;
  }

  .blog-header h2 {
    font-size: 32px;
  }

  .featured-blog {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .featured-image img {
    height: 350px;
  }

  .featured-content h3 {
    font-size: 26px;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .blog-date1 {
    font-size: 16px;
  }

  .blog-date {
    font-size: 12px;
    margin-left: 5px;
  }
}

/* ==========================
MOBILE
========================== */

@media (max-width: 768px) {
  .blog-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
  }

  .blog-section {
    padding: 50px 0;
  }

  .blog-header {
    /* flex-direction:column; */
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
  }

  .blog-header h2 {
    font-size: 20px;
  }

  .view-all {
    font-size: 14px;
  }

  .featured-blog {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .featured-image img {
    height: 250px;
    border-radius: 15px;
  }

  .featured-content h3 {
    font-size: 22px;
    line-height: 1.4;
  }

  .featured-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .read-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card {
    flex-direction: column;
  }

  .blog-card-image {
    flex: none;
  }

  .blog-card-image img {
    width: 100%;
    height: 200px;
  }

  .blog-footer {
    /* flex-direction:column; */
    align-items: flex-start;
    gap: 10px;
  }

  .blog-card img {
    height: 220px;
  }

  .blog-card h4 {
    font-size: 18px;
  }

  .blog-card p {
    font-size: 14px;
  }
}

/* ==========================
SMALL MOBILE
========================== */

@media (max-width: 480px) {
  .blog-section {
    /* padding:40px 0; */
    padding: 40px 30px;
  }

  .blog-header h2 {
    font-size: 20px;
  }

  .featured-image img {
    height: 220px;
  }

  .featured-content h3 {
    font-size: 20px;
  }

  .featured-content p {
    font-size: 14px;
  }

  .blog-card img {
    height: 180px;
  }

  .read-btn {
    width: 100%;
    text-align: center;
  }
}

/* ==========================
TABLET + MOBILE
========================== */

@media (max-width: 992px) {
  .featured-blog {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .featured-content {
    display: flex;
    flex-direction: column;
  }

  .featured-image {
    order: 2;
    margin: 15px 0;
  }

  .featured-content p {
    order: 3;
  }

  .featured-content .read-btn {
    order: 4;
  }

  .featured-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
  }

  .featured-content h3 {
    font-size: 19px;
    line-height: 1.4;
    margin: 15px 0;
  }

  .featured-content p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
  }

  .read-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
  }
}

/* ==============================================
Best Gallery
================================================*/
.gallery-section {
  padding: 35px 82px;
  background: #eef4ed;
  overflow: hidden;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.gallery-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.5s ease;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

/* Default overlay hidden */

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);

  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  padding: 20px;

  opacity: 0;
  visibility: hidden;

  transition: 0.4s ease;
}

/* Hover */

.gallery-card:hover .gallery-overlay {
  opacity: 1;
  visibility: visible;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.gallery-overlay h4 {
  color: #fff;
  font-size: 28px;
  margin: 0;

  transform: translateY(20px);
  transition: 0.4s;
}

.gallery-overlay a {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #000;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;

  transform: translateY(20px);
  transition: 0.4s;
}

.gallery-card:hover .gallery-overlay h4,
.gallery-card:hover .gallery-overlay a {
  transform: translateY(0);
}

/* ── CAROUSEL ADDITIONS ONLY ── */

.gallery-grid {
  display: none;
}

.gallery-carousel-wrapper {
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 25px;
  transition: transform 0.5s ease;
}

.gallery-card {
  flex: 0 0 calc((100% - 50px) / 3);
}
/* ==========================
LAPTOP
========================== */

@media (max-width: 1200px) {
  .gallery-grid {
    gap: 20px;
  }

  .gallery-card img {
    height: 280px;
  }

  .gallery-overlay h4 {
    font-size: 24px;
  }
}

/* ==========================
TABLET
========================== */

@media (max-width: 992px) {
  .gallery-section {
    padding: 60px 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .gallery-card img {
    height: 250px;
  }

  .gallery-overlay {
    padding: 15px;
  }

  .gallery-overlay h4 {
    font-size: 22px;
  }

  .gallery-overlay a {
    width: 40px;
    height: 40px;
  }
  .gallery-card {
    flex: 0 0 calc((100% - 25px) / 2);
  }
}

/* ==========================
MOBILE
========================== */

@media (max-width: 768px) {
  .gallery-section {
    padding: 50px 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gallery-card {
    border-radius: 15px;
  }

  .gallery-card img {
    height: 240px;
    border-radius: 15px;
  }

  .gallery-overlay {
    padding: 15px;
  }

  .gallery-overlay h4 {
    font-size: 20px;
  }

  .gallery-overlay a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  .gallery-card {
    flex: 0 0 100%;
  }
}

/* ==========================
SMALL MOBILE
========================== */

@media (max-width: 480px) {
  .gallery-section {
    padding: 20px 30px;
  }

  .gallery-card img {
    height: 200px;
  }

  .gallery-overlay {
    padding: 12px;
  }

  .gallery-overlay h4 {
    font-size: 18px;
  }

  .gallery-overlay a {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}

/* ===================================================== */
/* services */
/* ===================================================== */

.services-section {
  padding: 35px 82px;
  /* background:#eef4ed; */
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 42px;
  margin: 0;
}

.section-header h3 {
  font-size: 36px;
  margin: 0;
}

.section-header h3 span {
  color: #43a047;
}

.view-link {
  color: #43a047;
  text-decoration: none;
  font-size: 20px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: 0.4s;
}

.service-card:hover {
  transform: translateY(-8px);
}

/* Top Image Area */

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* Curved White Shape */

.service-card::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 170px;
  width: 120%;
  height: 100px;
  background: #fff;
  border-radius: 50%;
}
/*
.service-card h4{
    font-size:28px;
    margin-bottom:10px;
}

.service-card p{
    color:#666;
    line-height:1.7;
    margin-bottom:15px;
}

.service-card a{
    color:#43a047;
    text-decoration:none;
    font-weight:700;
} */

/* Content */

.service-card h4,
.service-card p,
.service-card a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}

.service-card h4 {
  font-size: 28px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.service-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.service-card a {
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 700;
}

/* Number Badge */

.service-card::after {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

/* Card 1 */

.service-card:nth-child(1)::after {
  content: "01";
  background: #20a779;
}

.service-card:nth-child(1) a {
  color: #20a779;
}

/* Card 2 */

.service-card:nth-child(2)::after {
  content: "02";
  background: #1565c0;
}

.service-card:nth-child(2) a {
  color: #1565c0;
}

/* Card 3 */

.service-card:nth-child(3)::after {
  content: "03";
  background: #5e35b1;
}

.service-card:nth-child(3) a {
  color: #5e35b1;
}

/* Small Color Line */

.service-card h4::before {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  margin-bottom: 15px;
}

.service-card:nth-child(1) h4::before {
  background: #20a779;
}

.service-card:nth-child(2) h4::before {
  background: #1565c0;
}

.service-card:nth-child(3) h4::before {
  background: #5e35b1;
}

/* ==========================
LARGE LAPTOP
========================== */

@media (max-width: 1200px) {
  .services-grid {
    gap: 20px;
  }

  .service-card h4 {
    font-size: 24px;
  }

  .service-card p {
    font-size: 14px;
  }
}

/* ==========================
TABLET
========================== */

@media (max-width: 992px) {
  .services-section {
    padding: 60px 0;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .section-header h2 {
    font-size: 32px;
  }

  .section-header h3 {
    font-size: 28px;
  }

  .view-link {
    font-size: 16px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service-card img {
    height: 200px;
  }

  .service-card h4 {
    font-size: 22px;
  }
}

/* ==========================
MOBILE
========================== */

@media (max-width: 768px) {
  .services-section {
    padding: 50px 0;
  }

  .section-header {
    /* flex-direction:column; */
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
  }

  .section-header h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .section-header h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .view-link {
    font-size: 15px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .service-card {
    width: 100%;
  }

  .service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .service-card h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .service-card p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  .service-card a {
    font-size: 14px;
  }
}

/* ==========================
SMALL MOBILE
========================== */

@media (max-width: 480px) {
  .services-section {
    padding: 40px 30px;
  }

  .section-header h2 {
    font-size: 20px;
  }

  .section-header h3 {
    font-size: 18px;
  }

  .view-link {
    font-size: 14px;
  }

  .service-card img {
    height: 180px;
    border-radius: 12px;
  }

  .service-card h4 {
    font-size: 18px;
  }

  .service-card p {
    font-size: 13px;
  }
}
/* ===================================
   TESTIMONIAL SECTION
=================================== */

.testimonial-section {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}
/* .user-img {
  width: 80px;
  height: 80px;
} */

.testimonial-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-tag {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.testimonial-title {
  font-size: 72px;
  font-weight: 900;
  line-height: 0.95;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.testimonial-desc {
  max-width: 750px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}

.testimonial-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.testimonial-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: testimonialScroll 25s linear infinite;
}

.testimonial-track:hover {
  animation-play-state: paused;
}

/* ==========================
   GRID
========================== */

.testimonial-grid {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: testimonialScroll 25s linear infinite;
}

.testimonial-grid:hover {
  animation-play-state: paused;
}

/* ==========================
   CARD
========================== */

.testimonial-card {
  background: #fff;
  padding: 35px;
  width: 400px;
  flex-shrink: 0;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-text {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
}

/* ==========================
   USER
========================== */

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}

.user-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 15px;
}

.user-content h4 {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #1d2939;
}

.user-content p {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 8px;
}

.stars {
  color: #ffc107;
  font-size: 18px;
  letter-spacing: 2px;
}

@keyframes testimonialScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1290px);
  }
}

/* ===================================
   LAPTOP
=================================== */

@media (max-width: 1200px) {
  .testimonial-title {
    font-size: 60px;
  }

  .testimonial-text {
    font-size: 15px;
  }
}

/* ===================================
   TABLET
=================================== */

@media (max-width: 992px) {
  .testimonial-section {
    padding: 80px 20px;
  }

  .testimonial-title {
    font-size: 48px;
  }

  .testimonial-desc {
    font-size: 16px;
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    gap: 20px;
    animation-duration: 20s;
  }

  .testimonial-card {
    width: 320px;
    /* min-height: 380px; */
  }

  .testimonial-text {
    font-size: 17px;
  }

  .testimonial-track {
    gap: 20px;
    animation-duration: 20s;
  }

  .testimonial-card {
    width: 320px;
  }
}

/* ===================================
   MOBILE
=================================== */

@media (max-width: 768px) {
  .testimonial-section {
    padding: 60px 20px;
  }

  .testimonial-header {
    margin-bottom: 40px;
  }

  .testimonial-title {
    font-size: 34px;
    line-height: 1.1;
  }

  .testimonial-desc {
    font-size: 15px;
    line-height: 1.8;
  }

  .testimonial-grid {
    gap: 15px;
    animation-duration: 15s;
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    min-height: auto;
    padding: 25px;
    width: 280px;
    min-height: auto;
    padding: 25px;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .user-info {
    margin-top: 25px;
  }

  .user-img {
    width: 65px;
    height: 65px;
  }

  .user-content h4 {
    font-size: 18px;
  }

  .user-content p {
    font-size: 12px;
  }

  .stars {
    font-size: 15px;
  }
  .testimonial-track {
    gap: 15px;
    animation-duration: 15s;
  }

  .testimonial-card {
    width: 280px;
  }
}

/* ===================================
   SMALL MOBILE
=================================== */

@media (max-width: 480px) {
  .testimonial-section {
    padding: 20px 15px;
  }

  .testimonial-title {
    font-size: 26px;
  }

  .testimonial-desc {
    font-size: 14px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .user-content h4 {
    font-size: 16px;
  }
}
/* ==============================================
Enquiry + Location Section
================================================*/

.contact-section {
  padding: 35px 90px;
  background: #eef4ed;
}

.contact-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
}

.enquiry-box {
  background: #fff;
  border: 1px solid #4caf50;
  border-radius: 20px;
  padding: 30px;
}

.enquiry-box h2 {
  color: #43a047;
  font-size: 42px;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid #4caf50;
  border-radius: 6px;
  padding: 12px;
  outline: none;
}

.form-group textarea {
  height: 120px;
  resize: none;
}

.enquiry-box button {
  width: 100%;
  background: #43a047;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
}

/* .location-box{
    padding-top:20px;
} */

.footer-logo {
  max-width: 130px;
  /* margin-bottom:15px; */
}

.location-box p {
  margin-bottom: 25px;
  line-height: 1.8;
}

.location-box h3 {
  color: #43a047;
  font-size: 32px;
  margin-bottom: 15px;
}

.location-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.location-tabs button {
  padding: 10px 18px;
  border: 1px solid #43a047;
  background: #fff;
  color: #43a047;
  border-radius: 6px;
}

.location-tabs .active {
  background: #43a047;
  color: #fff;
}

.map-box iframe {
  width: 100%;
  height: 280px;
  border: none;
  border-radius: 10px;
}

.call-btn {
  display: inline-block;
  margin-top: 20px;
  background: #43a047;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
}

/* =================================
LARGE LAPTOP (1200px)
================================= */
@media (max-width: 1200px) {
  .contact-grid {
    grid-template-columns: 380px 1fr;
    gap: 40px;
  }

  .enquiry-box h2 {
    font-size: 36px;
  }

  .location-box h3 {
    font-size: 28px;
  }

  .map-box iframe {
    height: 260px;
  }
}

/* =================================
TABLET (992px)
================================= */
@media (max-width: 992px) {
  .contact-section {
    padding: 60px 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .enquiry-box {
    width: 100%;
    padding: 25px;
  }

  .enquiry-box h2 {
    font-size: 34px;
  }

  .location-box {
    padding-top: 0;
  }

  .footer-logo {
    max-width: 170px;
  }

  .location-box h3 {
    font-size: 26px;
  }

  .map-box iframe {
    height: 300px;
  }

  .call-btn {
    padding: 12px 30px;
  }
}

/* =================================
MOBILE (768px)
================================= */
@media (max-width: 768px) {
  .contact-section {
    padding: 50px 0;
  }

  .contact-grid {
    gap: 30px;
  }

  .enquiry-box {
    padding: 20px;
    border-radius: 15px;
  }

  .enquiry-box h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-group label {
    font-size: 16px;
  }

  .form-group input,
  .form-group textarea {
    padding: 12px;
    font-size: 14px;
  }

  .form-group textarea {
    height: 100px;
  }

  .enquiry-box button {
    padding: 12px;
    font-size: 16px;
  }

  .footer-logo {
    max-width: 120px;
  }

  .location-box p {
    font-size: 14px;
    line-height: 1.8;
  }

  .location-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .location-tabs {
    /* flex-wrap:wrap; */
    gap: 8px;
  }

  .location-tabs button {
    padding: 8px 14px;
    font-size: 14px;
  }

  .map-box iframe {
    height: 220px;
    border-radius: 8px;
  }

  .call-btn {
    width: 100%;
    text-align: center;
    padding: 12px;
    margin-top: 15px;
  }
}

/* =================================
SMALL MOBILE (480px)
================================= */
@media (max-width: 480px) {
  .contact-section {
    padding: 30px 20px;
  }

  .enquiry-box {
    padding: 18px;
  }

  .enquiry-box h2 {
    font-size: 24px;
  }

  .form-group label {
    font-size: 15px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 13px;
  }

  .location-box h3 {
    font-size: 20px;
  }

  .location-box p {
    font-size: 13px;
  }

  .location-tabs button {
    width: 100%;
    text-align: center;
  }

  .map-box iframe {
    height: 200px;
  }

  .call-btn {
    font-size: 14px;
  }
}

/* ============================================================
Our Valuable Clients
============================================================ */

.clients-section {
  padding: 60px 0;
  /* background:#f5f5f5; */
  text-align: center;
  overflow: hidden;
}

.clients-section h2 {
  color: #000;
  font-size: 48px;
  margin-bottom: 50px;
  font-weight: 700;
}

.clients-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 70px;
  width: max-content;
  animation: scrollClients 25s linear infinite;
}

.clients-track img {
  width: 220px;
  height: 140px;
  object-fit: contain;
  transition: 0.3s;
}

.clients-track img:hover {
  transform: scale(1.1);
}

@keyframes scrollClients {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* =================================
LAPTOP
================================= */
@media (max-width: 1200px) {
  .clients-section {
    padding: 50px 0;
  }

  .clients-section h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .clients-track {
    gap: 80px;
  }

  .clients-track img {
    width: 180px;
    height: 120px;
  }
}

/* =================================
TABLET
================================= */
@media (max-width: 992px) {
  .clients-section {
    padding: 45px 0;
  }

  .clients-section h2 {
    font-size: 34px;
    margin-bottom: 35px;
  }

  .clients-track {
    gap: 60px;
  }

  .clients-track img {
    width: 150px;
    height: 100px;
  }
}

/* =================================
MOBILE
================================= */
@media (max-width: 768px) {
  .clients-section {
    padding: 40px 0;
  }

  .clients-section h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .clients-track {
    gap: 40px;
    animation: scrollClients 18s linear infinite;
  }

  .clients-track img {
    width: 100px;
    height: 65px;
  }
}

/* =================================
SMALL MOBILE
================================= */
@media (max-width: 480px) {
  .clients-section {
    padding: 30px 0;
  }

  .clients-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .clients-track {
    gap: 25px;
    animation: scrollClients 15s linear infinite;
  }

  .clients-track img {
    width: 100px;
    height: 56px;
  }
}
