@charset "UTF-8";

.normalweight {
  /* font-weight: 300 !important; */
  color:#3c3c3c !important;
}
.normalcolor{
  color:#3c3c3c !important;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 0;
  background: rgba(0, 0, 0, 0.59);
  opacity: .5;
}
.pd-bt0{
  padding-bottom: 0px !important;
}
.pd-tp10{
  padding-bottom: 10px !important;
}
.pd-bt10{
  padding-bottom: 10px !important;
}
.pd-tp0{
  padding-top: 0px !important;
}
.pd-tp10{
  padding-top: 10px !important;
}
.pd-tp30{
  padding-top: 30px !important;
}
.pd-tp60{
  padding-top: 60px !important;
}
.pd-bt30{
  padding-bottom: 30px !important;
}
.pd-bt60{
  padding-bottom: 60px !important;
}
.fontwhite{
  color: #ffffff !important;
}
.icon-masking .mask-icon{
  background: unset !important;
}
.heightbox{
  height: 380px !important;
}
.heightbox320{
  height: 320px !important;
}
.heightbox520{
  height: 520px !important;
}
.heightbox250{
  height: 215px !important;
}
.bradius5{
 border-radius:3px;
 padding:10px;
 background: #ffffff;
}


.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 1000;
  display: none;
}

.modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  z-index: 1001;
  display: none;
  font-family: Arial, sans-serif;
}

.modal-header {
  background-color: #0056b3;
  color: #fff !important;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  margin: 0;
  font-size: 1.25rem;
}

.modal-close {
  cursor: pointer;
  font-size: 1.5rem;
}

.modal-body {
  padding: 1rem;
}

.modal-overlay,
.modal-box {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-box.show,
.modal-overlay.show {
  display: block;
  opacity: 1;
}
/* 
.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.95rem;
} */


.modal-footer {
  padding: 1rem;
  background-color: #eff1f9;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.btn-submit {
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
}

.btn-closec {
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
}

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

.btn-closec:hover {
  background-color: #5a6268;
}


.modal-body {
  background-image: url('../img/bg/testi_bg_11.jpg'); /* Set your image URL here */
  background-size: cover; /* Makes sure the image covers the entire modal body */
  background-position: center center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  padding: 1.5rem;
  color: #fff; /* Ensure text contrasts well on the background */
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.htwtbox{
  /*height: 240px;
  width: 340px; */
}
.htwtboxpe{
  height: 390px;
  /* width: 370px; */
}

.service-grid_text{
  max-width: unset !important;
}

.video-popup-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px; /* adjust if needed */
}

/* Set video width to 50% of screen */
.popup-video-player {
  width: 50%;
  max-width: 100%;  /* Prevent overflow on small screens */
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.mfp-close {
  display: block !important;
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 24px;
  z-index: 9999;
  opacity: 1 !important;
}

.button-spinner {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

@media (max-width: 1199px) {
/* .marginbt-gfax{
  margin-bottom: 125px;
} */
}

.unsetcap{
  text-transform: unset !important;
}


@media (max-width: 1199px) {
  .hero-14 {
      padding: 60px 0;
  }
}

.hero-14 {
  position: relative;
  padding: 100px 0;
}

.hero-style15 {
  position: relative;
  padding: 80px 0 228px 0;
  max-width: 777px;
  z-index: 3;
}

@media (min-width: 1199px) {
  .pet {
    padding-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .h2, h2 {
      font-size: 34px;
  }
}