
@media (max-width: 992px) {
    body .bannermain {
        height: auto !important;
    }
    .contact-banner {
        margin-top: 80px !important;
    }
    .logo-sec.main-header {
        padding-bottom: 0px !important;
    }
}

/*============ contact info css ============*/
.contact-info {
    padding: 60px 0px;
    position: relative;
    text-align: center;
    background: var(--bgg-color);
}
.contact-info .general-head h2 {
    color: var(--h-color);
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0px;
    text-transform: capitalize;
}
.contact-info .general-head {
    margin-bottom: 60px;
}
.contact-info .con-info {
    text-align: center;
    position: relative;
}
.contact-info .con-info span {
    height: 60px;
    width: 60px;
    position: relative;
    display: block;
    background: var(--btn-color);
    margin: 10px auto;
    border-radius: 50%;
}
.contact-info .con-info span img.img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.contact-info .con-info h4 {
    color: var(--h-color);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    transition: 0.5s;
}
.contact-info .con-info p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0px;
    padding: 0px 30px;
}

.contact-form-main .row {
    border-radius: 10px;
    padding: 10px 0;
}

.contact-form-main .row.main-rw {
    background: var(--bs-secondary);
}

/*.contact-info .con-info.info3 {*/
/*    border-left: 1px solid;*/
/*    border-right: 1px solid;*/
/*}*/


@media (max-width: 767px) {
    .contact-info {
        padding: 30px 0px;
    }
    .contact-info .general-head h2 {
        font-size: 20px;
    }
    .contact-info .general-head {
        margin-bottom: 30px;
    }
    .contact-info .con-info h4 {
        font-size: 12px;
    }
    .contact-info .con-info p {
        margin: 10px 0px;
        font-size: 10px;
        padding: 0px 15px;
    }
    .contact-info .con-info.info3 {
        border-left: 0px;
        border-right: 0px;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .contact-info {
        padding: 30px 0px;
    }
    .contact-info .general-head h2 {
        font-size: 20px;
    }
    .contact-info .general-head {
        margin-bottom: 30px;
    }
    .contact-info .con-info h4 {
        font-size: 13px;
    }
    .contact-info .con-info p {
        margin: 10px 0px;
        font-size: 12px;
        padding: 0px 15px;
    }
}
/*============ end contact info css ============*/

/*============ main contact form css ============*/
.contact-form-main {
    padding: 30px 0 60px;
    position: relative;
}

.contact-form-main .form-heading {
    text-align: center;
    margin-bottom: 40px;
}

.contact-form-main .form-heading h2 {
    color: var(--s-color);
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    padding: 10px 0px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.contact-form-main .form-heading h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    transition: 0.5s;
    text-transform: capitalize;
}
.my-form .input-txt {
    position: relative;
}
.my-form .input-txt input {
    margin: 10px 0px;
    padding: 10px 40px;
}
.my-form .input-txt img {
    position: absolute !important;
    top: 15px;
    left: 0;
}
.my-form .input-txt textarea {
    margin: 10px 0px;
    padding: 10px 40px;
    resize: none;
}
.my-form .input-txt input:focus, 
.my-form .input-txt textarea:focus {
    box-shadow: none;
    border-color: var(--btn-color);
    transition: 0.5s;
}
.my-form  .captcha-img img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .contact-form-main .form-heading {
        margin-bottom: 20px;
    }
    .contact-form-main .form-heading h2 {
        font-size: 20px;
        margin: 0px;
        padding: 5px 0px;
    }
    .contact-form-main .form-heading h4 {
        font-size: 12px;
    }
    .my-form .input-txt input {
        font-size: 10px;
        padding: 14px 40px;
    }
    .my-form .input-txt textarea {
        padding: 14px 40px;
        font-size: 10px;
    }
    .contact-form-btn button {
        width: 100%;
        font-size: 12px;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .contact-form-main .form-heading {
        margin-bottom: 20px;
    }
    .contact-form-main .form-heading h2 {
        font-size: 20px;
        margin: 0px;
        padding: 5px 0px;
    }
    .contact-form-main .form-heading h4 {
        font-size: 12px;
    }
    .my-form .input-txt input {
        font-size: 10px;
        padding: 14px 40px;
    }
    .my-form .input-txt textarea {
        padding: 14px 40px;
        font-size: 10px;
    }
    .contact-form-btn button {
        width: 100%;
        font-size: 12px;
    }
}

/*============ end main contact form css ============*/

/*team section css*/

/* Parent Section Styling */
.team-sec {
  background-color: #f5f9fc;
  padding: 60px 0;
}

/* Section Heading */
.team-sec .team-main h5 {
  font-weight: 600;
  color: #6c757d;
  letter-spacing: 1px;
}

.team-sec .team-main h2 {
  font-size: 42px;
  font-weight: 700;
  color: #dd7da7;
  line-height: 1.3;
}

.team-sec .team-main p {
  font-size: 16px;
  color: #555;
  margin-top: 12px;
}

/* Owl Carousel Item Box */
.team-sec .owl-carousel .item {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}

/* Team Member Image */
.team-sec .team-icon img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #dd7da7;
  transition: transform 0.3s ease;
  margin: 0 auto 20px;
}

.team-sec .team-icon img:hover {
  transform: scale(1.05);
}

/* Team Text */
.team-sec .team-details h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.team-sec .team-details p.text-muted {
  font-size: 14px;
  color: #6c757d;
}

.team-sec .team-details p.text-secondary {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
}

/* Owl Navigation Buttons */
.team-sec .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.team-sec .owl-nav button.owl-prev,
.team-sec .owl-nav button.owl-next {
  background: transparent;
  border: none;
  font-size: 30px;
  color: #0d6efd;
  transition: color 0.3s ease;
}

.team-sec .owl-nav button.owl-prev:hover,
.team-sec .owl-nav button.owl-next:hover {
  color: #084298;
}

.team-sec .owl-nav {
    position: relative;
    display: block !important;
}

.team-sec .owl-nav .owl-prev {
    left: 0;
    transform: rotate(180deg);
}

.team-sec .owl-nav .owl-next {
    right: 0;
}

.team-sec .owl-nav .owl-next, .team-sec .owl-nav .owl-prev {
    position: absolute;
    font-size: 0;
    background: url(/images/team-arrow.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 50px;
    width: 50px;
    margin: auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .team-sec .team-main h2 {
    font-size: 25px;
  }

  .team-sec .team-icon img {
    width: 120px;
    height: 120px;
  }

  .team-sec .team-details h4 {
    font-size: 18px;
  }

  .team-sec .team-details p {
    font-size: 13px;
  }
}




