.font-poppins {
  font-family: "Poppins", sans-serif;
}
.clip-image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}

.clip-left-triangle {
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

header, .site-header, .navbar {
    margin-top: 0;
    padding-top: 0;
}
.hero-title{
  font-size:42px; 
}
.hero-title h1{
  font-size:42px; 
}

@keyframes animateImg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
::-webkit-scrollbar {
  width: 1px;
  height:1px;
  padding-top:6px;               
}

::-webkit-scrollbar-track {
  background: #f1f1f1;      
}

::-webkit-scrollbar-thumb {
  background: #cccccc;      
  border-radius: 40px;      
}

::-webkit-scrollbar-thumb:hover {
  background: #b93a40;      
}

.animate-bg-zoom {
  animation: animateImg 5s ease-in-out infinite;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* Style inputs */
.input-field {
  width: 100%;
  height: 40px;
  padding-left: 15px; 
  margin-bottom: 15px;
  border: 1px solid #d4d4d4;
  font-size: 0.875rem; /* 14px */
  border-radius: 5px;
  outline: none;
  font-weight: 500;
}

/* Focus effect */
.input-field:focus {
  border-color: #b94747;
  background-color: #fff;
  outline: none;
}
/* Default: full width (above 991px) */
.wpcf7-form {
  width: 500px;
  max-width: 500px;
  margin: 0 auto;
}

/* For screens up to 991px */
@media (max-width: 991px) {
  .wpcf7-form {
    width: 100%;
    max-width: 100%;
  }
}
.custom-select {
  width: 100%;
  height: 44px;
  padding: 10px 15px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  background-color: white;
  color: #a8a6ab; /* Gray text for default */
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.custom-select option {
  color: #000;
}

.custom-select:valid {
  color: #000; /* Black when selected */
}
.custom-select:focus {
  border-color: #999;
  outline: none;
}

/* Style submit button */
.submit-btn {
  display: inline-block;
  background-color: #b94747;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #993737;
}

.wpcf7-response-output {
  display: none !important;
}

.form-input {
    width: 100%;
    height: 48px;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 1px solid #dbdbdb;
    font-size: 0.875rem;
    border-radius: 5px;
    outline: none;
    font-weight: 400;
    color: #334155;
    background: #f1f1f1;
}

.form-input:focus {
  border-color: #6e6c6c;
  background-color: #fff;
  outline: none;
}
.form-field-radio, .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 10px;
}
.wpcf7-checkbox label {
  display: flex;
  align-items: center;
}
.wpcf7-list-item-label {
    margin-left: 8px;
    font-size: 14px;
    color: #2c2c2c;
}
/* .wpcf7-form label{
  font-size: 15px;
    font-weight: 500;
    color: #585858;
} */
.form-sub-input {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    font-size: 13px;
}
.contact-form-popup .wpcf7-form {
    width: 500px;
    max-width: 500px;
    margin: 0 auto;
}
@media (max-width: 1600px) {
  .wpcf7-form {
    width: 100%;
    max-width: 100%;
    }
    
}
@media (max-width: 360px) {
  .wpcf7-form {
    width: 260px;
    max-width: 100%;
  }
}
@media (max-width: 460px) {
    .hero-title{
     font-size: 24px !important;
     }
    .hero-title h1{
       padding: 0px 0xp 0px 0px !important;
       font-size: 24px !important;
    }
    .hero-desc-sec .n2-ss-layer-with-background{
      padding:10px !important;
    }
    .hero-content p{
      font-size: 13px !important;
      font-weight: 400 !important;
    }
}
@media (min-width: 460px) and (max-width: 1024px) {
.hero-content p{
      font-size: 14px !important;
      font-weight: 400 !important;
    }
    .hero-desc-sec .n2-ss-layer-with-background{
      padding:10px !important;
    }
  .hero-title h1{
        padding: 0px 0xp 0px 0px !important;
        font-size: 32px !important;
    }
}
@media (max-width: 1200px) {
      .hero-desc-sec .n2-ss-layer-with-background{
      padding:10px !important;
    }
}
