/* XXL devices (very large screens, 1400px and up) */
@media (min-width: 1400px) {
}

/* Extra large devices (large desktops, 1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-brand img {
    height: 60px;
    transition: all 0.3s ease;
  }

  .navbar-nav .nav-link {
    color: #005b9c;
    font-weight: 500;
    padding: 10px 0 !important;
    padding-right: 15px !important;
    transition: color 0.3s ease;
    margin: 0 !important;
  }

  .my-hero-section__slideContent {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: var(--font);
    letter-spacing: -0.025em;
    z-index: 2;
    opacity: 1;
    width: 70%;
    text-shadow: 2px 2px 2.5em rgba(0, 0, 0, 0.5);
    background: #0000005c;
    padding: 20px;
    text-align: center;
  }

  .section-padding {
    padding: 70px 0;
  }

  .breacum-img-content {
    display: flex;
    align-items: center;
    padding: 0 50px;
    justify-content: space-between;
  }

  .team-img {
   
    margin-bottom: 0rem ;
    
  }

  .tp-contact-form__form-box {
    background-color: #457ab9;
    padding: 50px 40px;
}




}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .my-hero-section__slideContent {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: var(--font);
    letter-spacing: -0.025em;
    z-index: 2;
    opacity: 1;
    text-shadow: 2px 2px 2.5em rgba(0, 0, 0, 0.5);
    background: #0000005c;
    padding: 10px;
    text-align: center;
  }

  .my-hero-section__slideContent span {
    display: block;
    font-size: 7vmin;
  }

  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
  }

  .section-heading,
  .sub-ser-sec-heading h2 {
    font-size: 2rem;
  }

  .domala-btn-outline {
    background-color: transparent;
    color: var(--domala-dark);
    padding: 0.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--domala-light);
    cursor: pointer;
  }

  .swiper-container {
    width: 100%;
    padding: 0px 0;
  }

  .sub-ser-sec .swiper-button-prev,
  .sub-ser-sec .swiper-button-next {
    color: #333;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .sub-ser-sec .swiper-button-prev:after,
  .sub-ser-sec .swiper-button-next:after {
    font-size: 14px;
  }

  .sub-ser-sec {
    padding-bottom: 0px;
  }

  .sub-ser-sec p {
    margin-bottom: 0px !important;
  }

  .sub-services-slider {
    position: relative;
    padding: 0 25px;
    overflow: hidden !important;
  }

  .counter-section {
    position: relative;
    padding: 2rem 0;
    background: linear-gradient(rgba(1, 132, 1, 0.85), rgba(202, 52, 2, 0.9)),
      url(../images/bzx.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
  }

  .about-img-secondary {
    position: absolute;
    width: 50%;

    bottom: -30px;
    left: 0px;
    border-radius: 0.5rem;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .why-choose-img-wrapper img {
    width: 100%;
    height: 350px;
    margin-top: -32px;
    object-fit: cover;
  }

  .why-choose-img-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    border: 2px solid var(--domala-light);
    border-radius: 12px;
    z-index: -1;
  }

  .mb-4 {
    margin-bottom: 0.5rem !important;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .mt-5 {
    margin-top: 2rem !important;
  }

  .sub-ser-sec {
    background: #f8f9fa;
    padding: 40px 0;
  }

  .section-padding {
    padding: 60px 0;
  }
  .mt-4 {
    margin-top: 0.5rem !important;
  }
  #testimonials {
    position: relative;
    padding: 2rem 0;
    background-color: #f8f9fa;
  }

  footer {
    background-color: #1c1c1c;
    color: #ccc;
    padding: 3rem 0 0;
  }

  .footer-bottom {
    background-color: #111;
    text-align: center;
    padding: 1.5rem 0;
    margin-top: 0rem;
  }

  .footer-bottom a {
    color: #ccc;
    text-decoration: underline;
  }

  .offcanvas-header img {
    height: 50px;
  }

  .modal-content {
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    width: 90%;
  }

  .modal-footer {
    border-top: 1px solid #eee;
    padding: 0.5rem;
  }

  .modal-body {
    padding: 1rem;
  }

  .my-breadcum-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    /* padding: 50px 0 0px; */
    position: relative;
  }

  .needle img {
    width: 70px;
    height: auto;
    display: block;
  }

  .breacum-img-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .my-breadcum-img {
    overflow: hidden;
    padding-bottom: 0px;
    gap: 0px;
  }

  .my-breadcum {
    padding: 50px 0 20px;
    background-size: cover;
    background-position: center;
    background-color: #005b9c;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 1px solidrgb(226, 180, 13);
  }

  .my-mis-vis-val-section {
    padding: 40px 0;
    /* color: #333 !important; */
  }

  .my-mis-vis-val-section .nav-link {
    border: none;
    border-radius: 0;
    padding: 7px 8px;
    font-weight: 600;
    color: #333;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .my-mis-vis-val-section .tab-image {
    max-width: 100%;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease;
    opacity: 1;
  }

  .my-mis-vis-val-section .tab-content {
    background-color: #005b9c;
    border-radius: 0 0px 8px 8px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-height: 300px;
  }

  .team-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 0rem;
    border: 5px solid rgba(69, 122, 185, 0.2);
    transition: all 0.3s ease;
  }

  .team-member {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }

  .services-view-inn .image-row {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap;
  }

  .carousel-inner img {
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 10px;
  }

  .services-view-inn .service-heading {
    color: var(--primary-dark);
    /* margin-top: 30px; */
    font-size: 1.5rem;
    font-weight: bold;
  }

  .services-view-inn .main-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin: 0px 0 10px;
  }

  .services-view-inn .image-heading {
    color: var(--primary-dark);
    margin-top: 5px;
    font-size: 1.2rem;
    margin-bottom: 0px;
    font-weight: bold;
  }

  .services-view-inn .sidebar {
    position: sticky;
    top: 100px;
    /* height: calc(100vh - 40px); */
    overflow-y: auto;
    background-color: #dfeeff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
  }

  .exp-margin {
    margin-top: 70px !important;
  }

  .serv-reg-form {
    margin: 0rem;
    padding: 20px;
  }

  .serv-reg-form .form-group {
    position: relative;
    margin-bottom: 0rem;
  }

  .serv-reg-form label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--domala-white);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .serv-reg-form .form-group i {
    top: 36px;
  }

  .serv-reg-form input,
  .serv-reg-form select {
    width: 100%;
    padding: 0.75rem 0.75rem 0.75rem 2rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    color: #1f2937;
    background-color: #f9fafb;
  }

  .file-upload-wrapper i {
    position: absolute;
    left: 2.75rem !important;
    top: 3.75rem !important;
    color: var(--domala-dark);
    font-size: 1rem;
    pointer-events: none;
  }

  .tp-contact__area .container {
    margin-top: 30px;
    border-radius: 7px;
  }

  .tp-contact__bg {
    padding: 15px 15px;
    padding-bottom: 10px;
    border-radius: 7px;
  }

  .tp-contact__item {
    margin-bottom: 20px;
  }

  .tp-contact__icon span {
    margin-right: 7px;
    font-size: 40px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #457ab9;
    color: rgb(190, 14, 14);
    transition: 0.3s;
  }

  .tp-contact__icon img {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }

  .tp-contact__text a {
    color: var(--tp-common-white);
    display: block;
    padding-bottom: 0px;
  }

  .tp-contact-form__left-box p {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .tp-contact-form__left-box {
    padding-bottom: 15px;
  }

  .tp-contact-form__form-box {
    background-color: #457ab9;
    padding: 30px 25px;
    border-radius: 8px;
  }

  .tp-contact-form__area input[type="text"],
  .tp-contact-form__area input[type="email"],
  .tp-contact-form__area input[type="tel"],
  .tp-contact-form__area input[type="number"],
  .tp-contact-form__area input[type="password"],
  .tp-contact-form__area input[type="url"] {
    outline: none;
    background-color: #fff;
    height: 50px;
    width: 100%;
    line-height: 60px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 15px;
    padding-right: 10px;
    border: 0;
    border-radius: 7px;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .tp-contact-form__textarea-box textarea {
    height: 100px;
    resize: none;
    border: none;
    padding: 15px;
    padding-top: 15px;
    font-size: 14px;
    width: 100%;
    color: black;
    border-radius: 7px;
    transition: 0.3s;
    border: 1px solid transparent;
  }
  .btn-common-sumbit {
    margin-top: 10px;
  }

  .tp-location__info-box iframe {
    height: 300px;
  }
}

/* Small devices (phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .my-hero-section__slideContent {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: var(--font);
    letter-spacing: -0.025em;
    z-index: 2;
    opacity: 1;
    text-shadow: 2px 2px 2.5em rgba(0, 0, 0, 0.5);
    background: #0000005c;
    padding: 10px;
    text-align: center;
  }

  .my-hero-section__slideContent span {
    display: block;
    font-size: 7vmin;
  }

  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
  }

  .section-heading,
  .sub-ser-sec-heading h2 {
    font-size: 1.5rem;
  }

  .domala-btn-outline {
    background-color: transparent;
    color: var(--domala-dark);
    padding: 0.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--domala-light);
    cursor: pointer;
  }

  .swiper-container {
    width: 100%;
    padding: 0px 0;
  }

  .sub-ser-sec .swiper-button-prev,
  .sub-ser-sec .swiper-button-next {
    color: #333;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .sub-ser-sec .swiper-button-prev:after,
  .sub-ser-sec .swiper-button-next:after {
    font-size: 14px;
  }

  .sub-ser-sec {
    padding-bottom: 0px;
  }

  .sub-ser-sec p {
    margin-bottom: 0px !important;
  }

  .sub-services-slider {
    position: relative;
    padding: 0 25px;
    overflow: hidden !important;
  }

  .counter-section {
    position: relative;
    padding: 2rem 0;
    background: linear-gradient(rgba(1, 132, 1, 0.85), rgba(202, 52, 2, 0.9)),
      url(../images/bzx.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
  }

  .about-img-secondary {
    position: absolute;
    width: 50%;

    bottom: -30px;
    left: 0px;
    border-radius: 0.5rem;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .why-choose-img-wrapper img {
    width: 100%;
    height: 350px;
    margin-top: -32px;
    object-fit: cover;
  }

  .why-choose-img-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    border: 2px solid var(--domala-light);
    border-radius: 12px;
    z-index: -1;
  }

  .mb-4 {
    margin-bottom: 0.5rem !important;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .mt-5 {
    margin-top: 2rem !important;
  }

  .sub-ser-sec {
    background: #f8f9fa;
    padding: 40px 0;
  }

  .section-padding {
    padding: 40px 0;
  }
  .mt-4 {
    margin-top: 0.5rem !important;
  }
  #testimonials {
    position: relative;
    padding: 2rem 0;
    background-color: #f8f9fa;
  }

  footer {
    background-color: #1c1c1c;
    color: #ccc;
    padding: 3rem 0 0;
  }

  .footer-bottom {
    background-color: #111;
    text-align: center;
    padding: 1.5rem 0;
    margin-top: 0rem;
  }

  .footer-bottom a {
    color: #ccc;
    text-decoration: underline;
  }

  .offcanvas-header img {
    height: 50px;
  }

  .modal-content {
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    width: 90%;
  }

  .modal-footer {
    border-top: 1px solid #eee;
    padding: 0.5rem;
  }

  .modal-body {
    padding: 1rem;
  }

  .my-breadcum-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    /* padding: 50px 0 0px; */
    position: relative;
  }

  .needle img {
    width: 70px;
    height: auto;
    display: block;
  }

  .breacum-img-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .my-breadcum-img {
    overflow: hidden;
    padding-bottom: 0px;
    gap: 0px;
  }

  .my-breadcum {
    padding: 50px 0 20px;
    background-size: cover;
    background-position: center;
    background-color: #005b9c;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 1px solidrgb(226, 180, 13);
  }

  .my-mis-vis-val-section {
    padding: 40px 0;
    /* color: #333 !important; */
  }

  .my-mis-vis-val-section .nav-link {
    border: none;
    border-radius: 0;
    padding: 7px 8px;
    font-weight: 600;
    color: #333;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .my-mis-vis-val-section .tab-image {
    max-width: 100%;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease;
    opacity: 1;
  }

  .my-mis-vis-val-section .tab-content {
    background-color: #005b9c;
    border-radius: 0 0px 8px 8px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-height: 300px;
  }

  .team-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 0rem;
    border: 5px solid rgba(69, 122, 185, 0.2);
    transition: all 0.3s ease;
  }

  .team-member {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }

  .services-view-inn .image-row {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap;
  }

  .carousel-inner img {
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 10px;
  }

  .services-view-inn .service-heading {
    color: var(--primary-dark);
    /* margin-top: 30px; */
    font-size: 1.5rem;
    font-weight: bold;
  }

  .services-view-inn .main-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin: 0px 0 10px;
  }

  .services-view-inn .image-heading {
    color: var(--primary-dark);
    margin-top: 5px;
    font-size: 1.2rem;
    margin-bottom: 0px;
    font-weight: bold;
  }

  .services-view-inn .sidebar {
    position: sticky;
    top: 100px;
    /* height: calc(100vh - 40px); */
    overflow-y: auto;
    background-color: #dfeeff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
  }

  .exp-margin {
    margin-top: 70px !important;
  }

  .serv-reg-form {
    margin: 0.5rem;
    padding: 10px;
  }

  .serv-reg-form .form-group {
    position: relative;
    margin-bottom: 0rem;
  }

  .serv-reg-form label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--domala-white);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .serv-reg-form .form-group i {
    top: 36px;
  }

  .serv-reg-form input,
  .serv-reg-form select {
    width: 100%;
    padding: 0.75rem 0.75rem 0.75rem 2rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    color: #1f2937;
    background-color: #f9fafb;
  }

  .file-upload-wrapper i {
    position: absolute;
    left: 2.75rem !important;
    top: 3.75rem !important;
    color: var(--domala-dark);
    font-size: 1rem;
    pointer-events: none;
  }

  .tp-contact__area .container {
    margin-top: 30px;
    border-radius: 7px;
  }

  .tp-contact__bg {
    padding: 15px 15px;
    padding-bottom: 10px;
    border-radius: 7px;
  }

  .tp-contact__item {
    margin-bottom: 20px;
  }

  .tp-contact__icon span {
    margin-right: 7px;
    font-size: 40px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #457ab9;
    color: rgb(190, 14, 14);
    transition: 0.3s;
  }

  .tp-contact__icon img {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }

  .tp-contact__text a {
    color: var(--tp-common-white);
    display: block;
    padding-bottom: 0px;
  }

  .tp-contact-form__left-box p {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .tp-contact-form__left-box {
    padding-bottom: 15px;
  }

  .tp-contact-form__form-box {
    background-color: #457ab9;
    padding: 30px 25px;
    border-radius: 8px;
  }

  .tp-contact-form__area input[type="text"],
  .tp-contact-form__area input[type="email"],
  .tp-contact-form__area input[type="tel"],
  .tp-contact-form__area input[type="number"],
  .tp-contact-form__area input[type="password"],
  .tp-contact-form__area input[type="url"] {
    outline: none;
    background-color: #fff;
    height: 50px;
    width: 100%;
    line-height: 60px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 15px;
    padding-right: 10px;
    border: 0;
    border-radius: 7px;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .tp-contact-form__textarea-box textarea {
    height: 100px;
    resize: none;
    border: none;
    padding: 15px;
    padding-top: 15px;
    font-size: 14px;
    width: 100%;
    color: black;
    border-radius: 7px;
    transition: 0.3s;
    border: 1px solid transparent;
  }
  .btn-common-sumbit {
    margin-top: 10px;
  }

  .tp-location__info-box iframe {
    height: 300px;
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .my-hero-section__slideContent {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: var(--font);
    letter-spacing: -0.025em;
    z-index: 2;
    opacity: 1;
    text-shadow: 2px 2px 2.5em rgba(0, 0, 0, 0.5);
    background: #0000005c;
    padding: 10px;
    text-align: center;
  }

  .my-hero-section__slideContent span {
    display: block;
    font-size: 7vmin;
  }

  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
  }

  .section-heading,
  .sub-ser-sec-heading h2 {
    font-size: 1.5rem;
  }

  .domala-btn-outline {
    background-color: transparent;
    color: var(--domala-dark);
    padding: 0.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--domala-light);
    cursor: pointer;
  }

  .swiper-container {
    width: 100%;
    padding: 0px 0;
  }

  .sub-ser-sec .swiper-button-prev,
  .sub-ser-sec .swiper-button-next {
    color: #333;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .sub-ser-sec .swiper-button-prev:after,
  .sub-ser-sec .swiper-button-next:after {
    font-size: 14px;
  }

  .sub-ser-sec {
    padding-bottom: 0px;
  }

  .sub-ser-sec p {
    margin-bottom: 0px !important;
  }

  .sub-services-slider {
    position: relative;
    padding: 0 25px;
    overflow: hidden !important;
  }

  .counter-section {
    position: relative;
    padding: 2rem 0;
    background: linear-gradient(rgba(1, 132, 1, 0.85), rgba(202, 52, 2, 0.9)),
      url(../images/bzx.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
  }

  .about-img-secondary {
    position: absolute;
    width: 50%;

    bottom: -30px;
    left: 0px;
    border-radius: 0.5rem;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .why-choose-img-wrapper img {
    width: 100%;
    height: 350px;
    margin-top: -32px;
    object-fit: cover;
  }

  .why-choose-img-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    border: 2px solid var(--domala-light);
    border-radius: 12px;
    z-index: -1;
  }

  .mb-4 {
    margin-bottom: 0.5rem !important;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .mt-5 {
    margin-top: 2rem !important;
  }

  .sub-ser-sec {
    background: #f8f9fa;
    padding: 40px 0;
  }

  .section-padding {
    padding: 40px 0;
  }
  .mt-4 {
    margin-top: 0.5rem !important;
  }
  #testimonials {
    position: relative;
    padding: 2rem 0;
    background-color: #f8f9fa;
  }

  footer {
    background-color: #1c1c1c;
    color: #ccc;
    padding: 3rem 0 0;
  }

  .footer-bottom {
    background-color: #111;
    text-align: center;
    padding: 1.5rem 0;
    margin-top: 0rem;
  }

  .footer-bottom a {
    color: #ccc;
    text-decoration: underline;
  }

  .offcanvas-header img {
    height: 50px;
  }

  .modal-content {
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    width: 90%;
  }

  .modal-footer {
    border-top: 1px solid #eee;
    padding: 0.5rem;
  }

  .modal-body {
    padding: 1rem;
  }

  .my-breadcum-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    /* padding: 50px 0 0px; */
    position: relative;
  }

  .needle img {
    width: 70px;
    height: auto;
    display: block;
  }

  .breacum-img-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .my-breadcum-img {
    overflow: hidden;
    padding-bottom: 0px;
    gap: 0px;
  }

  .my-breadcum {
    padding: 50px 0 20px;
    background-size: cover;
    background-position: center;
    background-color: #005b9c;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 1px solidrgb(226, 180, 13);
  }

  .my-mis-vis-val-section {
    padding: 40px 0;
    /* color: #333 !important; */
  }

  .my-mis-vis-val-section .nav-link {
    border: none;
    border-radius: 0;
    padding: 7px 8px;
    font-weight: 600;
    color: #333;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .my-mis-vis-val-section .tab-image {
    max-width: 100%;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease;
    opacity: 1;
  }

  .my-mis-vis-val-section .tab-content {
    background-color: #005b9c;
    border-radius: 0 0px 8px 8px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-height: 300px;
  }

  .team-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 0rem;
    border: 5px solid rgba(69, 122, 185, 0.2);
    transition: all 0.3s ease;
  }

  .team-member {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }

  .services-view-inn .image-row {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap;
  }

  .carousel-inner img {
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 10px;
  }

  .services-view-inn .service-heading {
    color: var(--primary-dark);
    /* margin-top: 30px; */
    font-size: 1.5rem;
    font-weight: bold;
  }

  .services-view-inn .main-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin: 0px 0 10px;
  }

  .services-view-inn .image-heading {
    color: var(--primary-dark);
    margin-top: 5px;
    font-size: 1.2rem;
    margin-bottom: 0px;
    font-weight: bold;
  }

  .services-view-inn .sidebar {
    position: sticky;
    top: 100px;
    /* height: calc(100vh - 40px); */
    overflow-y: auto;
    background-color: #dfeeff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
  }

  .exp-margin {
    margin-top: 70px !important;
  }

  .serv-reg-form {
    margin: 0.5rem;
    padding: 10px;
  }

  .serv-reg-form .form-group {
    position: relative;
    margin-bottom: 0rem;
  }

  .serv-reg-form label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--domala-white);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .serv-reg-form .form-group i {
    top: 36px;
  }

  .serv-reg-form input,
  .serv-reg-form select {
    width: 100%;
    padding: 0.75rem 0.75rem 0.75rem 2rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    color: #1f2937;
    background-color: #f9fafb;
  }

  .file-upload-wrapper i {
    position: absolute;
    left: 2.75rem !important;
    top: 3.75rem !important;
    color: var(--domala-dark);
    font-size: 1rem;
    pointer-events: none;
  }

  .tp-contact__area .container {
    margin-top: 30px;
    border-radius: 7px;
  }

  .tp-contact__bg {
    padding: 15px 15px;
    padding-bottom: 10px;
    border-radius: 7px;
  }

  .tp-contact__item {
    margin-bottom: 20px;
  }

  .tp-contact__icon span {
    margin-right: 7px;
    font-size: 40px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #457ab9;
    color: rgb(190, 14, 14);
    transition: 0.3s;
  }

  .tp-contact__icon img {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }

  .tp-contact__text a {
    color: var(--tp-common-white);
    display: block;
    padding-bottom: 0px;
  }

  .tp-contact-form__left-box p {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .tp-contact-form__left-box {
    padding-bottom: 15px;
  }

  .tp-contact-form__form-box {
    background-color: #457ab9;
    padding: 30px 25px;
    border-radius: 8px;
  }

  .tp-contact-form__area input[type="text"],
  .tp-contact-form__area input[type="email"],
  .tp-contact-form__area input[type="tel"],
  .tp-contact-form__area input[type="number"],
  .tp-contact-form__area input[type="password"],
  .tp-contact-form__area input[type="url"] {
    outline: none;
    background-color: #fff;
    height: 50px;
    width: 100%;
    line-height: 60px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 15px;
    padding-right: 10px;
    border: 0;
    border-radius: 7px;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .tp-contact-form__textarea-box textarea {
    height: 100px;
    resize: none;
    border: none;
    padding: 15px;
    padding-top: 15px;
    font-size: 14px;
    width: 100%;
    color: black;
    border-radius: 7px;
    transition: 0.3s;
    border: 1px solid transparent;
  }
  .btn-common-sumbit {
    margin-top: 10px;
  }

  .tp-location__info-box iframe {
    height: 300px;
  }
}
