html,
body {
  scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    display: grid;
    grid-template-columns: auto 0px; 
}

.height-100 {
    height: 100% !important;
}

.primary-color {
    color: #990d35;
}

.section-heading {
    font-family: "Playfair Display", serif;
    font-size: 34px;
    margin-bottom: 0px;
    font-weight: 800;
}

.header {
    width: 100%;
    background-color: #fff;
    height: 120px;
}

.header-main {
    border-radius: 60px;
    background-color: #fff8e8 !important;
    border: 4px solid #990d35;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.header-logo {
    height: 120px;
}

.nav-list {
    list-style: none;
}

.nav-list-item {
    text-decoration: none !important;
    padding-left: 0 !important;
    cursor: pointer;
}

.nav-list-item-link {
    background:#990d35;
    color: #fff;
    width: 170px;
    font-weight: 600;
    font-size: 18px;
    height: 68px;
   border-radius: 20px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.top-bar {
    display: flex;
    justify-content: end;
    align-items: center;
}

.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
display: none;
position: absolute;
background-color: #990d35 !important;
min-width: 200px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius: 4px;
padding: 4px;
}
  
.dropdown:hover .dropdown-content {
    display: block;
    margin-top: 2px;
}

.dropdown-nav-list-item-link {
    padding: 8px;
    display: flex;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    list-style: none;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid #f6cc10;
}

.hero-section,
.wrap-section,
.about-section,
.computech-section,
.contact-footer-wrap {
    background: #990d35;
}

.physio-wrap-section {
    background: rgb(243, 240, 240);
}

.hero-section-img-border {
    border-bottom-left-radius: 98px;
}


.rp-pansari-img {
    border-radius: 14px;
    border: 4px solid #990d35;
}

.physio-center {
    border-bottom-right-radius: 98px;
}

.computech-section-details {
    background-color: #fff8e8 !important;   
}

.our-other-main {
    margin-top: -30px;
}

.our-other-section {
    background-color: #fcd581;
    border-radius: 60px;
    padding: 10px;
}


.footer-main {
    margin-bottom: -60px;
}

.footer-bottom-bar {
    width: 100%;
    background-color: #990d35;
    height: 120px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.footer-background-wrapper {
    border-radius: 60px;
    background-color: #fff8e8 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.text-white {
    color: #fff;
}

.involvement-heading {
    background: #990d35;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    border-radius: 60px;
}

.physio-inside-heading {
    font-size: 30px;
    border-radius: 60px;
    font-family: "Playfair Display", serif;
}

.involvement-list {
    margin-left: 20px;
}


.involvement-list li {
    padding: 10px;
    font-size: 20px;
    color: #990d35;
    font-weight: 500;
}

.turning-dream  {
    background-color: #990d35;
    border-bottom-right-radius: 98px;
}

.personal-experience {
    background: rgb(243, 240, 240);
    border-bottom-left-radius: 98px;
}

.soft-bg {
    background: rgb(243, 240, 240);
}

.physio-section-start {
    background: #fff;
    border-bottom-right-radius: 98px;
}

.scroller-bar {
    --offset: 100px; 
    display: inline-block;
    position: sticky;
    bottom: 14px;      
    margin-right:14px; 
    place-self: end;
    margin-top: calc(100vh + var(--offset));
        text-decoration: none;
    padding: 4px;
    font-family: sans-serif;
    color: #fff;
    background: #990d35;
    border-radius: 100%;
    white-space: nowrap;
}

.accordion-button:not(.collapsed) {
    background: #990d35;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 800;
    font-size: 30px;
}

.accordion-button:not(.accordion-button::after) {
    background: #990d35;
    padding: 10px;
    
}

.accordion-button {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 30px;
    color: #990d35;
}

.carousel-control-prev, .carousel-control-next {
    width: 8%;
    opacity: 1;
}

.text-justify {
    text-align: justify;
}   

.gallery-img {
    border-radius: 20px;
    height: 280px;
    object-fit: cover;
}

.gallery-img:hover {
    filter: grayscale();
}

.gallery-img-wrapper {
    border-radius: 10px;
    background-color: #fff8e8;
}

.about-section-start {
    background: #fff;
    border-bottom-left-radius: 98px;
}


.shrink-section-item {
    background-color: #990d35;
    border-radius: 60px;
    padding: 18px 20px;
    min-width: 20%;
    flex-grow: 1;
}

.shrink-section-item > h3 {
    font-family: "Playfair Display", serif;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}

.quote {
    font-family: emoji;
    color: #fff;
    font-weight: bolder;
}


.default-text {
    color: #2F281E !important;
}

@media (min-width: 768px) {
    .border-4px {
        border-right: 4px solid #990d35;
        
    }
}

@media (max-width: 768px) {
    .border-4px {
        border-bottom: 4px solid #990d35;
    }

    .footer-main {
        margin-bottom: -50px;
    }    

}

@media (max-width: 576px) {

    .section-heading {
        font-size: 26px;
    }

    .shrink-section-item > h3 {
        font-size: 20px;
    }

    .physio-inside-heading,
    .involvement-heading {
        font-size: 22px;
    }

    .involvement-list li {
        padding: 8px;
        font-size: 16px;
        color: #990d35;    
    }

    .footer-main {
        margin-bottom: -40px;
    }  

    .header-logo {
        height: 80px;
    }
}


@media (max-width: 991px) {
    .header {
        height: unset;
    }

    .header-main {
        border-radius: 0;
        border: unset;
        border-bottom: 4px solid #990d35;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }



    .physio-center {
        border-bottom-right-radius: 40px;
    }

    .personal-experience,
    .about-section-start,
    .hero-section-img-border {
        border-bottom-left-radius: 40px;
    }

    .nav-list  {
        padding-left: 0px;
    }
    
    .nav-list-item {
        width: 100%;
    }

    
    .nav-list-item-link {
        background:#990d35;
        color: #fff;
        min-width: 100%;
        font-weight: 600;
        font-size: 14px;
        border-radius: 10px;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
}



@media (max-width: 1200px) {
    .nav-list-item-link {
        width: 144px;
        font-size: 14px;
        height: 54px;
    }
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}