h1, h2, h3, h4, h5, h6 {
    font-family: 'Heebo', sans-serif;
  }

 p {
  font-family: 'Alef', sans-serif;
}

a{
    font-family: 'M PLUS 1p', sans-serif;
}


.header-body{
    background-color: #163F4E !important;
    border-bottom: 2px solid #AA8419 !important;

}

.header-container{
    background-color: #163F4E !important;
}


.nav-pills .nav-link{
    color: white !important;
    background-color: #163F4E !important;
}


.nav-pills .nav-link.active{
    color: #AA8419 !important;
    background-color: #AA8419 !important;
    text-decoration-color: #AA8419 !important;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  color: white  !important;
  background-color: #A26D32  !important;
  text-decoration-color: #A26D32  !important;
  border-color: #A26D32  !important;
}

.custom-wrapper-unique92 {
    background: url('../img/houseofrep/Ourservice/Frame\ 355\ \(2\)\ \(1\).jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh !important;
  }

  .custom-button-holder92 {
    display: inline-block;
    padding: 12px 30px;
    /* border: 1px solid #ffffff; */
    border-radius: 50px;
    color: #ffffff;
    /* font-weight: bold; */
    /* background: #163F4E; */
    font-weight: 200;
    font-size: 36px;
    font-family: 'Heebo', sans-serif;;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .divider-small {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    
  }

  @media (max-width: 768px) {
    .custom-wrapper-unique92 {
      padding: 60px 15px;
      justify-content: center;
      text-align: center;
    }
  }

  @media (max-width: 480px) {
    .custom-button-holder92 {
      padding: 10px 20px;
      font-size: 14px;
    }
  }




  .zigzag-wrapper-x29 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .zigzag-block-x29 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 20px;
    
  }

  .zig-zag-parent{
    margin: 0 auto;
    width: 1150px;
     display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 20px;
  }

  .zigzag-text-x29 {
    flex: 1 1 500px;
    padding: 20px;
    /* color: #ffffff; */
    /* font-family: Arial, sans-serif; */
  }

  .zigzag-text-x29 h2 {
    /* color: white; */
    font-size: 33px;
    margin-bottom: 20px;
  }

  .zigzag-text-x29 p {
    font-size: 18px;
    /* color: white; */
    line-height: 1.6;
    font-family: Alef, sans-serif;
  }

  .zigzag-text-x29 ul{
    font-size: 18px;
  line-height: 1.6;
  font-family: Alef, sans-serif;

  }

  .zigzag-text-x29 p strong {
    font-weight: bold;
  }

  .zigzag-image-x29 {
    flex: 1 1 500px;
    padding: 20px;
  }

  .zigzag-image-x29 img {
    height: 500px;
    width: 500px;
    height: auto;
    display: block;
    border-radius: 8px;
  }

  .zigzag-bg-light-x29 {
    background-color: #163F4E;
    color: white !important;
  }

  .zigzag-bg-dark-x29 {
    background-color: #ffffff;
    color: #123c4a !important;
  }

  /* For text color adjustment inside light background */
  .zigzag-bg-light-x29 .zigzag-text-x29 {
    color: #123c4a;
  }

    .custom-know-more-btn {
    /* align-self: center;
    padding: 10px 20px;
    font-size: 0.95rem;
    background-color: #689FB3;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    
    display: inline-block; */
     padding: 12px 30px;
    background-color: #bc9423 !important;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    border-radius: 8px;
    transition: background 0.3s ease;
    margin-right: 10px;
  }

  .custom-know-more-btn:hover {
    background-color: transparent !important;
    color:#bc9423 ;
    border: 2px solid #bc9423;
    text-decoration: none !important;
  }

  @media (max-width: 768px) {
     /* FIX: Target the real flex container */
  .zig-zag-parent {
    flex-direction: column;
    display: flex; /* Ensure flex is applied */
    align-items: center;
    text-align: center;
  }

  .zigzag-text-x29,
  .zigzag-image-x29 {
    flex: 1 1 100%;
    width: 100%; /* Ensure full width within container */
    box-sizing: border-box; /* Prevent overflow due to padding */
    padding: 0 16px; /* Optional: horizontal padding */
  }

  /* Order Classes */
  .order-text-1 { order: 1; }
  .order-image-1 { order: 2; }

  .order-text-2 { order: 2; }
  .order-image-2 { order: 1; }

  }

  /* Mobile & Tablet: Stack layout */
@media (max-width: 1024px) {
  .zig-zag-parent {
    flex-direction: column;
    text-align: center;
  }

  .zigzag-text-x29,
  .zigzag-image-x29 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .zigzag-image-x29 img {
    width: 100%;
    height: auto;
  }

  .zigzag-text-x29 ul {
    padding-left: 1rem;
    text-align: left;
    display: inline-block;
  }

   /* BLOCK 1 — text above image */
  .order-text-1 { order: 1; }
  .order-image-1 { order: 2; }

  .order-image-2 { order: 2; }
  .order-text-2 { order: 1; }


}


@media (max-width: 780px) {
    .custom-mobile-active{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
  }


















.cta-wrapper{
    max-width: 1200px; /* Adjust section width here */
    margin: 0 auto;
    /* padding: 40px 20px; */
    
  }


  
  .cta-container {
    background-color: #17424D; /* Dark teal */
    color: #ffffff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 12px;
    margin: 20px;
  }

  .cta-heading {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

   .cta-button {
    background-color: #7A5429; 
    color: white; 
     padding: 12px 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    border-radius: 8px;
    transition: background 0.3s ease;
    
    margin-bottom: 30px;
  }

  .cta-button:hover {
    background-color: transparent !important;
    color: #7A5429 !important;
    border: 2px solid #7A5429 !important;
  }

  .cta-subtext {
    font-size: 15px !important;
    color: #d0d9dc;
    margin-top: 30px;
    font-family: 'Alef', sans-serif;
  }

  @media (max-width: 600px) {
    .cta-heading {
      font-size: 1.2rem;
    }
    .cta-button {
      width: 100%;
      max-width: 250px;
    }
    .cta-subtext {
      font-size: 0.8rem;
    }
  }
  


  .hof-footer {
    background-color: #0b3c4c;
    color: white;
    padding: 40px 20px 20px 20px;
  }
  
  .hof-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .hof-footer-column {
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* important: aligns everything to start */
  }
  
  .hof-footer-logo {
    font-size: 20px;
    margin-bottom: 15px;
    color: #C7AC81;
  }
  
  .hof-footer-description {
    font-size: 14px;
    line-height: 1.6;
    color: white;
    margin-bottom: 20px;
  }
  
  .hof-footer-socials {
    display: flex;
    gap: 10px;
  }
  
  .hof-footer-socials a img {
    width: 20px;
    height: 20px;
  }
  
  .hof-footer-heading {
    margin-bottom: 15px;
    font-size: 16px;
    color: #C7AC81;
  }
  
  .hof-footer-list,
  .hof-footer-contact {
    list-style: none;
    padding: 0; /* remove browser default padding */
    margin: 0;  /* remove browser default margin */
    width: 100%; /* make list full width under heading */
  }
  
  .hof-footer-list li,
  .hof-footer-contact li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .hof-footer-list li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: 0.3s;
  }
  
  .hof-footer-list li a:hover {
    color: #A26D32 ;
  }
  
  .hof-footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
  }
  
  .hof-footer-copy {
    margin-bottom: 10px;
  }
  
  .hof-footer-links a {
    margin-left: 20px;
    text-decoration: none;
    color: white;
  }
  
  .hof-footer-links a:hover {
    color: #A26D32 ;
  }
  
  /* Responsive */
 

  /* Title Section */
.title-section {
  text-align: center;
  margin-bottom: 60px;
}

.title-section h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.title-section h1::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #1d4ed8;
  bottom: 0;
  left: 25%;
}

.title-section p {
  font-size: 18px;
  max-width: 700px;
  margin: auto;
  color: #555;
  line-height: 1.7;
}

/* Intro Section */
.intro-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-left: 5px solid #1d4ed8;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 60px;
  gap: 30px;
}

.intro-text h2 {
  font-size: 28px;
  color: #1d4ed8;
  margin-bottom: 15px;
}

.intro-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.intro-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  background-color: #f3f3f3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .intro-card {
    flex-direction: row;
    align-items: center;
  }

  .intro-text,
  .intro-image {
    flex: 1;
  }
}

/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

@media (min-width: 600px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Cards */

.card-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: beige;
}

.card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: 0.3s ease;
  position: relative;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.card h3 {
  font-size: 18px;
  color: #2c3e50;
  margin: 16px 0 10px;
}

.card p {
  font-size: 15px;
  color: #2c3e50;
  line-height: 1.5;
  /* font-family: Arial, sans-serif; */
}

/* Optional icon or emoji circle */
.icon-circle {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-color: #e0e7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #2c3e50;
}

/* CSS Styling */
      .promotion-section {
        background: #fff;
        padding: 45px 20px;
        /* font-family: "Segoe UI", sans-serif; */
        color: #2c3e50;
      }

      .promotion-container {
        max-width: 1100px;
        margin: 0 auto;
      }

      .section-promotion-title {
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 50px;
        color: #2c3e50;
      }

      .promotion-features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
      }

      .feature-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        background-color: #ffffff;
        padding: 20px 25px;
        border-radius: 12px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
        transition: transform 0.3s ease;
      }

      .feature-item:hover {
        transform: translateY(-5px);
      }

      .icon {
        font-size: 2rem;
        color:#2c3e50;
      }

      .feature-item h3 {
        margin: 0 0 5px;
        font-size: 1.2rem;
        color: #2c3e50;
      }

      .feature-item p {
        margin: 0;
        font-size: 1rem;
        color: #555;
      }

      /* .cta-block {
        text-align: center;
        margin-top: 60px;
      }

      .cta-block h4 {
        font-size: 1.8rem;
        margin-bottom: 15px;
        color: #1a237e;
      }

      .cta-block p {
        font-size: 1.1rem;
        max-width: 700px;
        margin: 0 auto 25px;
        color: #444;
      }

      .cta-btn {
        display: inline-block;
        padding: 12px 30px;
        background-color: #1a237e;
        color: #fff;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 500;
        transition: background-color 0.3s ease;
      }

      .cta-btn:hover {
        background-color: #3949ab;
      } */

      /* Responsive */
      @media (max-width: 768px) {
        .promotion-features {
          grid-template-columns: 1fr;
        }

        .feature-item {
          flex-direction: row;
        }

        .icon {
          font-size: 1.8rem;
        }
      }
    

      /* footer-mobile and tablet responsive */
    /* Tablet: 2 columns */
@media (max-width: 1024px) {
  .hof-footer-column {
    flex: 1 1 45%;
    padding-left: 75px;
    padding-right: 75px;
    margin-left: 0 !important;
  }
}

/* Mobile: 1 column */
@media (max-width: 767px) {
  .hof-footer-container {
    flex-direction: column;
  }

  .hof-footer-column {
    flex: 1 1 100%;
    margin-left: 0 !important; /* remove inline left margins */
  }

  .hof-footer-socials {
    margin-bottom: 20px;
  }
}

.services-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #000;
}

.section-title {
  font-size: 32px;
  color: #fff;
}

.underline {
  width: 60px;
  height: 4px;
  background: #c69b6d;
  margin: 12px auto 40px;
  border-radius: 4px;
}

.cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* Base Card Style */
.gradient-card {
  width: 250px;
  padding: 30px 20px;
  border-radius: 20px;
  color: white;
  text-align: center;
  background: linear-gradient(135deg, #123c4a, #c69b6d);
  background-size: 200% 200%;
  animation: fadeZoomIn 0.7s ease both;
  transition: transform 0.4s ease, box-shadow 0.4s ease, background-position 0.6s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

/* Hover Animation */
.gradient-card:hover {
  transform: scale(1.07) translateY(-6px);
  box-shadow: 0 20px 40px rgba(198, 155, 109, 0.5);
  background-position: right center;
}

/* Optional Glow Animation Layer */
.gradient-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 80%);
  animation: glowRotate 6s linear infinite;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gradient-card:hover::before {
  opacity: 1;
}

.gradient-card h3, .gradient-card p {
  position: relative;
  z-index: 1;
}

.gradient-card h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.gradient-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}

/* Entry animation */
@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Glow background rotate */
@keyframes glowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .cards-grid {
    flex-direction: column;
    align-items: center;
  }

  .gradient-card {
    width: 90%;
    max-width: 340px;
  }

  .h1-head{
    text-align: center;
    /* padding-left: 27px; */
  line-height: 1.3;

  /* padding-right: 27px; */
  }

  .h1-h1{
    margin-top:50px !important;
    line-height: 1.1;
  }



}