/* index */
    body {
      font-family: 'Times New Roman', Times, serif;
  
}

.about6-section-area {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.about6-section-area.first-section {
  padding-top: 110px;

  margin-top: -50px;
}


.about-heading.heading6,
.about-textarea.heading1 {
  margin: 0;
}

.margin-bottom-sm {
  margin-bottom: 10px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-bottom-lg {
  margin-bottom: 30px;
}

.text-justify {
  text-align: justify;
}

.image-70 {
  max-width: 70%;
  height: auto;
}

.slider-image {
  object-fit: cover;
  height: 100vh;
}



/* about */
/* Use Roboto for general paragraphs */
.content-paragraph {
  text-align: justify;
  margin-bottom: 1.5rem;
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
}

/* Headings for team members */
.team-heading {
  margin-bottom: 40px;
  font-size: 22px;
  font-family: 'Lora', serif;
  text-align: justify;
}

/* Main team section heading */
.main-heading {
  font-family: 'Lora', serif;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}

/* Section padding */
.about-section {
  padding-top: 150px;
  padding-bottom: 60px;
}

/* .team-section {
  background-color: whitesmoke;
  padding-top: 100px;
  padding-bottom: 40px;
} */

/* Image styling */
/* .image-style {
  height: 700px;
  width: 100%;
  max-width: 400px;
} */

/* .image-style-tall {
  height: 0px;
  width: 100%;
  max-width: 400px;
} */



  
/* service */
    /* Font Setup */
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

/* Paragraph Styling */
.content-paragraph {
  text-align: justify;
  margin-bottom: 1.5rem;
  font-size: 21px;
  font-family: 'Lora', serif;
}

/* Section Title */
.section-title {
  font-size: 22px;
  font-family: var(--ztc-family-font1);
}


/* Section Styling */
.about6-section-area.sp6:first-of-type {
  padding-top: 100px !important;
}

.about6-section-area.sp6 {
  padding-top: 20px !important;
  padding-bottom: 60px !important;
  /* margin-top: 0 !important; */
  margin-bottom: 0 !important;
}

.about6-section-area.sp6:nth-child(even) {
  background-color: whitesmoke;
}

/* Image Styling */
.service-img {
  height: 300px;
  width: 400px;
}

/* Spacing reset */
.space24,
.space26,
.space20 {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}




    /* gallary */

    .gallery-image {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      width: 100%;
      height: 250px;
      margin: auto;
    }

    .gallery-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .gallery-image:hover img {
      transform: scale(1.05);
    }

    .overlay-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .overlay-icon i {
      color: white;
      font-size: 28px;
    }

    .gallery-image:hover .overlay-icon {
      opacity: 1;
      cursor: pointer;
    }

    .image-description {
      margin-top: 10px;
      font-size: 13px;
      color: #444;
      padding: 0 8px;
      text-align: center;
      line-height: 1.3;
    }

    .gallery-frame {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 8px;
      background-color: #fff;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
      height: 100%;
      transition: transform 0.2s ease;
    }

    .gallery-frame:hover {
      transform: translateY(-3px);
    }

    .about6-section-area.sp6 {
      padding-top: 70px !important;
      margin-top: 40px !important;
    }

    .container.py-5 {
      padding-top: 30px !important;
      padding-bottom: 30px !important;
    }

    .col-md-4.mb-4 {
      margin-bottom: 25px !important;
    }

    .text-center {
      text-align: center !important;
    }
  

 /* video */
    .gallery-image {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      width: 100%;
      height: 300px;
      margin: auto;
    }

    .gallery-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .gallery-image:hover img {
      transform: scale(1.1);
    }

    .overlay-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .overlay-icon i {
      color: white;
      font-size: 32px;
    }

    .gallery-image:hover .overlay-icon {
      opacity: 1;
      cursor: pointer;
    }

    .image-description {
      display: block;
      margin-top: 15px;
      font-size: 14px;
      color: #444;
      padding: 0 10px;
      text-align: center;
    }

    .gallery-frame {
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 10px;
      background-color: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      height: 100%;
      transition: transform 0.3s ease;
    }

    .gallery-frame:hover {
      transform: translateY(-5px);
    }

    
  
/* contact us */
    h5 {
      text-transform: none !important;
      font-weight: normal !important;
    }

    .form-row {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .form-row strong {
      width: 200px;
      font-weight: bold;
      display: inline-block;
    }

    .form-row input,
    .form-row textarea {
      flex: 1;
      padding: 8px;
      font-size: 14px;
      border: 1px solid #ccc;
    }

    .space24 {
      height: 24px;
    }

    button {
      padding: 10px 25px;
      background-color: #333;
      color: #fff;
      border: none;
      cursor: pointer;
    }

    button:hover {
      background-color: #555;
    }
 
  form * {
      font-family: var(--ztc-family-font1);
  }



    /* Bigger top paragraph without background
    .top-text-large {
      font-size: 22px;
      font-weight: 500;
      line-height: 1.9;
      margin-bottom: 40px;
    }

  .custom-padding-top {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .custom-padding-less {
    padding-top: 10px;
    padding-bottom: 10px;
  }


    .contact-form-box {
      background-color: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      border: 1px solid #ddd;
    }

    .contact-form-box .form-row {
      margin-bottom: 20px;
    }

    .contact-form-box strong {
      display: block;
      margin-bottom: 6px;
      font-size: 15px;
      color: #333;
    }

    .contact-form-box input,
    .contact-form-box textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
    }

    .contact-form-box button {
      background-color: rgb(11, 11, 12);
      color: #fff;
      border: none;
      padding: 12px 25px;
      font-size: 16px;
      border-radius: 6px;
      cursor: pointer;
    }

    .contact-form-box button:hover {
      background-color: #0056b3;
    }
   */
   