h1 {
    /* font-size: 3.353em; */
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: -1.8px;
    font-family: Marcellus, serif;
    color: #2d3928;
}

h3 {
    font-size: 1.674em;
    font-weight: 400;
    line-height: 1.2em;

    font-family: Marcellus, serif;
    color: #2d3928;
}


.common_space {
    margin: 45px 0px 45px;
    position: relative;
}

.ourservices_home {
    /* background: #2d3928 no-repeat center center; */
    /*background-image: url("https://www.vitanovarehab.in/images/ourservices_home_banner.webp");*/
    background: #eff2e7;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    height: 350px;
    position: relative;
}
.bg_sub_section{
   background: #eff2e7;
}
.ourservices_home h1 {
    color: #2d3928;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    top: 45%;
    left: 7%;
}
.ourservices_home h3{
    position: absolute;
    color: #ffff;
    top: 57%;
    left: 7%;
    margin-bottom: 20px;
}

.ourservices_home p {
    color:#2d3928;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    top: 60%;
    left: 7%;
    font-size: 18px;
}

.our_services_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* From Uiverse.io by mrhyddenn */
.button {
    display: flex;
    border-radius: 5px;
}

.box {
    width: 35px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    transition: all .8s;
    cursor: pointer;
    position: relative;
    background: #2d3928;
    overflow: hidden;
}

.box:before {
    content: "C";
    position: absolute;
    top: 0;
    background: #117d78;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: transform .4s;
}

.box:nth-child(2)::before {
    transform: translateY(-100%);
    content: 'a';
}

.box:nth-child(3)::before {
    content: 'l';
}

.box:nth-child(4)::before {
    transform: translateY(-100%);
    content: 'l';
}

.box:nth-child(5)::before {
    content: 'n';
}

.box:nth-child(6)::before {
    content: 'o';
}

.box:nth-child(7)::before {
    transform: translateY(-100%);
    content: 'w';
}



.button:hover .box:before {
    transform: translateY(0);
}

.specility_bg_img {

    background-size: cover;
    background-repeat: no-repeat;
    width: 344px;
    height: 300px;
    border-radius: 5px;


}




.service_slugname {
    position: absolute;
    bottom: 5%;
    left: 3%;
    font-size: 20px;
    font-weight: 600;
}

.service_slugname h2 {
    color: #fff;
}

.service_number {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;

}

/* Custom arrow styling (optional) */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: 0 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.owl-nav {
    text-align: center;
    margin-top: 20px;
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: block;
    margin: 5px;
    border-radius: 50%;
}

.owl-dots .owl-dot.active span {
    background: #007bff;
}

@media screen and (max-width: 768px) {
    .specility_bg_img {
        width: 100%;
        height: 200px;
    }

    .owels_data {
        margin-left: 15px !important;
    }

    .our_services_text {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .common_space {
        margin: 30px 0px 30px;
        position: relative;
    }

    .owels_data {
        margin-left: 0px;
    }
    .ourservices_home h1 {
        margin-bottom: 11px;
        position: absolute;
        top: 60%;
        left: 7%;
        font-size: 22px !important;
        color: #2d3928;
    }
    .ourservices_home h3 {
        position: absolute;
        color: #ffff;
        top: 65%;
        left: 7%;
        margin-bottom: 20px;
    }
    .ourservices_home p{
        position: absolute;
        top: 77%;
        font-size: 16px;
        text-align: justify;
        color: #2d3928;
    }
    .ourservices_home::after{
        position: absolute;
        content: "";
        background-color: #eff2e7;
          width: 100px !important;
         height: 100px !important;
         bottom: 0;
        top: 31% !important;
        bottom: 0%;
        left: 30% !important;
    }
    .inner_cotentet_section {
        display: flex;
        flex-direction: column;
        gap: 10px !important;
    }
    .exp_titledes{
        text-align: center;
    }
 
}

.m-dropdown {
    display: none !important;
}

.ourservices_home::after {
    position: absolute;
    content: "";
    background-color: #2d3928;
    opacity: 0.4;
    width: 150px;
    height: 150px;
    bottom: 13%;
    left: 46%;
    border-radius: 0px 73px 137px 50px;
    animation: morphShape 15s linear infinite;
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }

    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.owels_data {
    margin-left: 100px;
}

.part_three_section {
    background-color: #eff2e7;
    padding: 70px 0px 70px;
}

.inner_cotentet_section {
    display: flex;
    gap: 130px;
    align-items: center;

}

.cards_data {
    background: #ffff;
    padding: 70px 0px 70px;
    text-align: center;
}

.cards_data i {
    font-size: 50px;
    color: #86a96e;
    margin-bottom: 20px;
}

/* =============== view our services code start here =========================== */
   .form_section_code{
    background: #eff2e7;
    height: fit-content;
    padding: 30px 0px 1px;
   }
   input::placeholder {
    color: #2d3928 !important; /* Change this to any color you want */
    }
    textarea::placeholder{
        color: #2d3928 !important; /* Change this to any color you want */
    }
    .tm-form-field input,.tm-form-field textarea{
        border-bottom: 1px solid #73642d !important;
    }
  
   /* Make the form sticky */
#stickyForm {
    position: -webkit-sticky;
    position: sticky;
    top: 77px; /* Adjust to your header height */
    z-index: 1 !important;
    transition: all 0.3s ease-in-out;
  }
  
  /* Stop stickiness near the footer */
  .sticky-stop {
    position: absolute !important;
    top: auto !important;
    bottom: 100px; /* Give some space above footer */
  }
    

      .custom-cursor {
        width: 30px;
        height: 30px;
        border: 2px solid #2d3928;
        border-radius: 50%;
        position: fixed;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 9999;
        transform: translate(-50%, -50%);
        transition: transform 0.15s ease-out, opacity 0.2s ease;
        opacity: 0.9;
      }
  
      .custom-cursor::after {
        content: '';
        width: 5px;
        height: 5px;
        background: #2d3928;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      
    /* On hover effect (optional) */
    .hover-effect:hover ~ .custom-cursor {
        transform: translate(-50%, -50%) scale(1.5);
      }

      .spiiner_section{
        animation: tprotate 20s ease-in-out 0.1s forwards infinite;
        position: absolute;
        top: 70%;
        left: 44%;
        width: 190px;
      }
        @keyframes tprotate {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }       
        }
        .ourservices_home_view_bg {
            background-image: url("https://www.vitanovarehab.in/images/well_neww_new.webp");
            background-size: cover;
            padding: 50px 0;
            height: 600px;
            position: relative;
            background-position: bottom;
            /*background-attachment: fixed;*/
        }
        
        .ourservices_home_view_bg p {
            color: #ffff;
            text-align: center;
            margin-bottom: 20px;
            position: absolute;
            top: 54%;
            left: 50%;
            font-size: 22px;
        }
        .ourservices_home_view_bg h1 {
            color: #ffff;
            text-align: center;
            margin-bottom: 20px;
            position: absolute;
            top: 40%;
            left: 40%;
            font-weight: bold;
        }
        @media screen and (max-width: 768px) {
            .ourservices_home_view_bg{
    background-image: url(https://www.vitanovarehab.in/images/well_neww_new.webp);
    background-size: cover;
    padding: 50px 0;
    height: 500px;
    position: relative;
    background-position: bottom;
            }
            .ourservices_home_view_bg h1 {
                font-size: 2.5em;
                
            }
            .ourservices_home_view_bg p {
                font-size: 18px;
                top: 48%;
                left: 42%;
            }
            .spiiner_section {
                width: 100px;
                top: 85%;
                left: 34%;
            } 
            .sticky-fixed {
                position: static !important;
                width: 100% !important;
                box-shadow: none;
                transform: none;
              }  

              .ourservices_home_view_bg h1 {
             
                position: absolute;
                top: 40%;
                left: 20%;
    
            }
            h1{
                font-size: 26px !important;
                line-height: 31px;
                margin-top: 25px;
                margin-bottom: 14px;
                letter-spacing: -0.3px;
            }
            h2{
                font-size: 26px !important;
                line-height: 31px;
                margin-top: 25px;
                margin-bottom: 14px;
                letter-spacing: -0.3px;
            }
               .blog-5-item{
            display: flex;
         flex-direction: column;
            gap: 1px;
            align-items: center;
        }
            
        }
        .blog-5-thumb {
            flex: 0 0 auto;
            overflow: hidden;
            border-radius: 12px;
        }
        .tp-thumb-common {
            position: relative;
            animation-duration: 1s;
            animation-delay: 0.5s;
            animation-iteration-count: 1;
            animation-fill-mode: both;
        }
        .blog-5-thumb a img {
            border-radius: 12px;
            -webkit-transition: all 0.4s ease-out 0s;
            -moz-transition: all 0.4s ease-out 0s;
            -ms-transition: all 0.4s ease-out 0s;
            -o-transition: all 0.4s ease-out 0s;
            transition: all 0.4s ease-out 0s;
            overflow: hidden;
        }

        .faq-item {
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
        }
        .faq-question {
            font-size: 18px;
            font-weight: 700;
            color: #2d3928;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .modle_img {
            opacity: .1;
    position: absolute;
    left: 43%;
    top: -3%;
    right: 60%;
    margin: 0 auto;
    
    animation: movebounce2 3.0s linear infinite;
        }
        @keyframes movebounce2 {
            0% {
                transform: translateX(0px);
            }
            50% {
                transform: translateX(20px);
            }
            100% {
                transform: translateX(0px);
            }
        }
        .bellow_img {
            position: absolute;
            right: 5%;
            bottom: 12%;
        }
        .bellow_img img {
            animation: movebounce 3.0s linear infinite;
            width: 126px;
        }

        @keyframes movebounce {
        0% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(20px);
        }
        100% {
            transform: translateY(0px);
        }
    }

    .tm-appointment-form {
        padding: 7% !important;
    }

    .scroll-wrapper {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        position: absolute;
        background: #1f211d;
        padding: 10px;
      }
    
      .scroll-track-new{
        display: inline-block;
        animation: scroll-left 20s linear infinite;
    
      }
    
      .scroll-text-newcon {
        display: inline-block;
        padding: 0 2rem;
        font-size: 25px;
    
        letter-spacing: 2px;
        color:#47573c;
        font-weight: bold;
      }
    
      @keyframes scroll-left {
        0% {
          transform: translateX(0%);
        }
        100% {
          transform: translateX(-50%);
        }
      }
       .wp_data a{
        display: flex;
            gap: 10px;
            font-weight: bold;
            color:#47573c ;
       }
         .wp_data div{
            width: 40px;
            height: 40px;
            padding: 10px;
            border-radius: 50px;
            background: #47573c;
            color: #fff;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
         }
       .shape-1 {
        position: absolute;
        top: 20%;
            width: 300px;
            height: 300px;
            background-color: 
        color-mix(in srgb, #e87532, transparent 85%);
            top: -20px;
            right: -20px;
            animation: morphShape 15s linear infinite;
        }
        /* .ourservices_home_view_bg::after {
            position: absolute;
            content: "";
            background-color: #2d3928;
            opacity: 0.9;
            width: 100px;
            height: 100px;
            bottom: 3%;
            left: 1%;
            border-radius: 0px 73px 137px 50px;
            animation: morphShape 15s linear infinite;
        } */


        
        .bg-attach-cover {
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
            border-radius: 6px;
        }
        .bg-overlay {
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) -78.74%, #004551 99.63%);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }
        .icon-box {
            display: flex
        ;
            justify-content: center;
            font-size: 30px;
            align-items: center;
            text-align: center;
            aspect-ratio: 1 / 1;
            transition: all 0.5s;
            border-radius: 50%;
            background-color: #73642d;
            color: #F4F4F4;
            padding: 10px;
            width: max-content;
            height: max-content;
        }
        .accent-color-primary {
            color: #F4F4F4;
        }
        .btn-accent {
            background-color: #73642d;
            color: #F4F4F4;
            transition: all 0.5s;
            border: 1px solid transparent;
        }
        .laeran_more{
             position: fixed;
            /* left: 0; */
         right: 2%;
           top: 70%;
           z-index: 100;
        }
        .laeran_more img{
            animation: tprotate 20s ease-in-out 0.1s forwards infinite;
        }
        .blog-area{
            background: #eff2e7 !important;
            padding: 51px;
            border-radius: 5px;
        }
        .blog-6-btn{
            background: #73642d;
            width: 50%;
            color: #fff;
            padding: 10px;
            border-radius: 5px;
            margin: auto;
        }
        .blog-6-btn a{
            color: #fff;
        }
        .bgpatientexper{
          
                background: #eff2e7;
                padding: 70px 0px 70px;
        }
        
        .blog-5-item{
            display: flex;
            gap: 20px;
            align-items: center;
        }
        .social-icons-new i {
    font-size: 20px !important;
   color: #2d3928 !important;
    transition: color 0.3s ease;
    
    
}
.tm-form-field input,.tm-form-field textarea,.tm-form-field select {
     color: #2d3928 !important;
}

/* =============== view our services code start here =========================== */

