* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    display: inline-block;
}

strong {
    color: #000;
}


/*=====Header Section Styling Start Here=====*/

.header {
    padding: 0px 15px;
}

.header img {
    width: 140px;
}

.header .navbar-nav .nav-item .nav-link {
    color: #000000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 12px;
}

.header .book-button {
    text-decoration: none;
    display: inline-block;
    border: 2px solid #198754;
    color: #198754;
    border-radius: 7px;
    padding: 10px 15px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 20px;
}

.header .book-button:hover {
    color: #198754;
    background-color: transparent;
}


/*=====Header Section Styling End Here=====*/


/*====Banner Section Styling Start Here=====*/

.banner-section {
    position: relative;
    display: inline-block;
    width: 100%;
}

.banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(99%);
}


/*====Banner Section Styling End Here=====*/


/*=====Sandalwood Section Styling Start Here=====*/

.sandalwood-section {
    padding: 40px 0px;
}

.sandalwood-image {
    width: 38%;
}

.sandalwood-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sandalwood-section .content {
    margin: 20px 0px;
}

.sandalwood-section .content p {
    font-size: 21px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}


/*=====Sandalwood Section Styling Start Here=====*/


/*=====About Section Styling Start Here=====*/

.about-section {
    padding: 40px 33px;
}

.about-section .about-content h1 {
    text-transform: capitalize;
    font-size: 52px;
    font-size: 53px;
    font-family: "Caveat", cursive;
    font-weight: bold;
}

.about-section .about-content h2 {
    color: #ab1a19;
    margin-top: -11px;
    font-size: 33px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 41px;
}

.about-section .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section .about-content p {
    font-size: 18px;
    /* padding-right:40px; */
    color: black;
}

.about-section .about-content p strong {
    font-size: 21px;
    font-weight: 800;
}

.about-section .about-content p:nth-child(2) {
    margin-top: 15px;
    margin-bottom: 70px;
}


/*=====About Section Styling End Here=====*/


/*=====Aminities Section Styling Start Here=====*/

.aminities-section {
    background-image: url("../images/pikaso_texttoimage.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 75%;
    min-height: 463px;
    padding: 40px 0px;
}

.aminities-section .aminities-head {
    text-align: center;
    margin-top: 60px;
}

.aminities-section .aminities-head h2 {
    color: #ffffff;
    font-size: 49px;
    font-family: "Caveat", cursive;
    font-weight: bold;
    /* font-style:italic; */
    text-transform: capitalize;
}

.aminities-section .aminities-head h3 {
    color: #ffffff;
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
}


/*--Owl carousle Styling Start--*/

.aminities-section .slider {
    margin-top: 50px;
}

.aminities-section .slider .owl-carousel {
    position: relative;
}

.aminities-section .slider .owl-carousel .item .cards {
    background-color: #ffffff;
    text-align: center;
    padding: 20px;
    width: 175px;
    height: 130px;
    /* thoda bada kiya */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aminities-section .slider .owl-carousel .item .cards img {
    max-width: 100%;
    max-height: 70px;
    /* control ke liye */
    height: auto;
    object-fit: contain;
}

.aminities-section .slider .owl-carousel .item .cards h5 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 8px;
}

.aminities-section .slider .owl-carousel .owl-nav button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    line-height: 10px;
}

.aminities-section .slider .owl-carousel .owl-nav button span {
    display: inline-block;
    color: #000;
    font-size: 29px;
    font-weight: 500;
}

.aminities-section .slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40px;
    left: -5%;
}

.aminities-section .slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40px;
    right: -2%;
}


/*--Owl carousle Styling End--*/


/*=====Aminities Section Styling End Here=====*/


/*=====Choose Us Section Styling Start Here=====*/

.choose-us-section {
    padding: 100px 0px;
}

.choose-us-section .choose-us-content {
    padding-right: 52px;
    margin-top: 130px;
}

.choose-us-section .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choose-us-section h2 {
    font-size: 50px;
    /*52 and 53*/
    font-family: "Caveat", cursive;
    font-weight: bold;
    text-transform: capitalize;
    text-align: right;
    margin-bottom: 35px;
}

.choose-us-section .choose-us-content p {
    color: black;
    font-size: 19px;
    text-align: right;
    line-height: 27px;
}

.icons-box {
    display: flex;
    text-align: center;
    justify-content: space-around;
    margin-top: 25px;
}

.icons-box .icon p {
    color: #428200;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
    line-height: 17px;
    margin-top: 10px;
    padding: 0px 15px;
}

.icons-box .icon img {
    height: 50px;
    object-fit: contain;
}


/*=====Choose Us Section Styling End Here=====*/


/*======Welcome Sandalwood Section=====*/

.welcome-sandalwood-section {
    padding: 40px 0px;
}

.welcome-sandalwood-section .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome-sandalwood-section .sandalwood-content p {
    font-size: 20px;
    color: black;
}

.welcome-sandalwood-section .sandalwood-content-box .head-top h2 {
    font-size: 55px;
    font-family: "Caveat", cursive;
    font-weight: bold;
    text-transform: capitalize;
}


/*======Welcome Sandalwood Section=====*/


/*=====Contact Us Section Styling Start Here=====*/

.contact-section {
    padding: 60px 0px 70px;
    padding-left: 48px;
    position: relative;
}

.contact-section .container-fluid {
    padding: 0px;
    overflow: hidden;
}

.contact-section .contact-head {
    margin-bottom: 37px;
}

.contact-section .contact-head h2 {
    font-size: 55px;
    font-family: "Caveat", cursive;
    font-weight: bold;
    text-transform: capitalize;
}

.contact-section form label,
span {
    font-size: 13px;
    font-weight: 500;
}

.contact-section form .input-box {
    margin-bottom: 23px;
}

.contact-section form input::placeholder {
    font-size: 12px;
    text-transform: capitalize;
}

.contact-section form input:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.contact-section form select:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.contact-section form select {
    font-size: 12px;
    text-transform: capitalize;
}

.contact-section form input,
select {
    padding: 3px 0.75rem;
}

.contact-section form button[type="submit"],
.submit-btn {
    border: none;
    background-color: #7efe83;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 20px;
    font-size: 14px;
    margin-top: 24px;
    text-align: center;
}

.contact-section .image-box img {
    width: 310px;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.contact-section form .custom-check {
    margin-top: 20px;
}

.contact-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*=====Contact Us Section Styling End Here=====*/


/*=====FAQ Section Styling Start Here=====*/

.faq-section {
    padding: 55px 0px;
    background-image: url("../images/background.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-section .col-md-10 {
    margin: auto;
}

.faq-section .faq-head {
    margin-bottom: 30px;
}

.faq-section .faq-head h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.faq-section .faq-box {
    border: 3px solid #a77c52;
    border: 3px solid #a77c52;
    padding: 30px;
    margin: 13px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.faq-section .faq-box h6 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 5px;
}

.faq-section .faq-box p {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 20px;
}


/*=====FAQ Section Styling End Here=====*/


/*=====Footer Section Styling Start Here=====*/

.footer-section {
    background-color: #f3f3f3;
    padding: 40px;
}

.footer-section ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-section h4 {
    margin-bottom: 24px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.footer-section ul li {
    color: #8b8c90;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.footer-section ul li a {
    text-decoration: none;
    display: inline-block;
    color: #8b8c90;
}

.footer-section ul.connect li {
    display: flex;
    align-items: center;
}

.footer-section ul.connect li i {
    margin-right: 10px;
    font-size: 18px;
}

.footer-section .content {
    border-width: 2px 0px;
    border-style: solid;
    border-color: rgb(218 213 213);
    display: flex;
    align-items: center;
    gap: 42px;
    padding: 30px 0px;
    flex-wrap: wrap;
}

.footer-section .content p {
    width: 81%;
    color: #8b8c90;
    font-size: 14px;
    font-weight: 600;
}

.footer-section .sub-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.footer-section .sub-footer .terms a,
p {
    color: #8b8c90;
    font-size: 14px;
    font-weight: 500;
}

.footer-section .sub-footer .terms a {
    margin-right: 30px;
    text-transform: capitalize;
}

.footer-section .sub-footer .copyright p {
    text-transform: capitalize;
}


/*----Social Links Styling Start Here*/

.social-links {
    margin-top: 15px;
    margin-bottom: 15px;
}

.social-links a {
    margin-right: 5px;
}

.social-links a img {
    width: 100%;
    height: 30px;
    object-fit: contain;
}


/*=====Footer Section Styling Start Here=====*/


/*=====Location Advantages Section Styling Start=====*/

.location-advantages-section {
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 37%;
    height: 757px;
    /* padding:60px 0px; */
}

.location-advantages-section .location-content {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 70px;
}

.location-advantages-section .location-content h2 {
    font-family: "Caveat", cursive;
    font-size: 59px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px;
}

.location-advantages-section .location-content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
}

.location-advantages-section .advantage-box {
    display: flex;
    padding-left: 60px;
}

.location-advantages-section .advantage-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 30px;
}

.location-advantages-section .advantage-box .content h4 {
    text-transform: capitalize;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 15px;
}

.location-advantages-section .advantage-box .content p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.location-advantages-section .item3 {
    margin-top: 70px;
    margin-bottom: 200px;
}

.location-advantages-section .location-advantages-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
}


/*=====Location Advantages Section Styling End=====*/


/*=====Vista Green Section Styling Start Here=====*/

.vista-farms {
    padding-top: 0px;
    padding-bottom: 5px;
}

.vista-content {
    padding-top: 139px;
}

.vista-images img {
    width: 100%;
}

.vista-content h2 {
    padding-bottom: 32px;
    font-size: 53px;
    font-weight: bold;
    text-transform: capitalize;
    color: #000;
    font-family: "Caveat", cursive;
}

.vista-content p {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}


/*=====VISTA SECTION Styling Start Here=====*/


/*=====Google Review Section Start Here=====*/

.google-reviws {
    background-image: url("../images/image1.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 430px;
}

.google-reviws h2 {
    font-size: 53px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    padding-top: 64px;
    font-family: "Caveat", cursive;
    font-weight: bold;
}

.google-reviws h4 {
    text-align: center;
    text-transform: capitalize;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.google-reviws .google-reviws-content {
    min-height: 485px;
    background-color: white;
    border-radius: 40px;
    margin-top: 60px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.google-reviws .google-reviws-content img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    position: absolute;
    top: -43px;
    left: 37%;
}

.google-reviws .google-reviws-content h3 {
    padding-top: 102px;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 17px;
}

.google-reviws .google-reviws-content p {
    padding: 0 40px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.google-reviws .owl-carousel {
    position: relative;
}

.google-reviws .owl-carousel .owl-nav {
    background-color: orange;
}

.google-reviws .owl-carousel .owl-nav button {
    background-color: white;
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.google-reviws .owl-carousel .owl-nav button span {
    font-size: 27px;
    font-weight: 700;
    line-height: 25px;
}

.google-reviws .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 55%;
    left: -4%;
}

.google-reviws .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 53%;
    right: -2%;
}

.whatsapp-btn {
    z-index: 9999;
    position: fixed;
    inset: auto 3% 3% auto;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

.whatsapp-btn .call-now {
    background: #00570b;
    padding: 18px;
    color: #fff;
    margin-top: 15px;
    border-radius: 50%;
    font-size: 25px;
}

.whatsapp-btn a img {
    width: 60px;
}


/*=====Google Review Section End Here=====*/

.bannner-formbox {
    position: absolute;
    /*top: 200px;*/
    bottom: 0;
    right: 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    padding: 50px 0;
    border-radius: 35px;
}

.bannner-formbox .form-box {
    padding: 35px 35px;
    background: rgba(255 255 255 / 50%);
    margin-bottom: 10px;
}

.bannner-formbox h2 {
    color: #077300;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    display: none;
}

.bannner-formbox .input-box {
    margin-bottom: 15px;
}

.bannner-formbox .input-box label {
    color: #287121;
    font-size: 15px;
    margin-bottom: 5px;
}

.bannner-formbox #message {
    background: #fff;
    padding: 5px 7px;
    line-height: 20px;
    display: none;
}

.bannner-formbox .input-box label strong {
    color: #000;
}

.bannner-formbox .input-box span {
    color: #000;
}

.call-action {
    display: none;
}

.about-sankara p {
    font-size: 17px !important;
    text-align: justify;
}

#onload .text-note {
    width: 100%;
    padding: 35px 10px;
    margin-bottom: 25px;
    border-radius: 75px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#onload .text-note h5 {
    animation: fadeIn 0.5s infinite;
}

@keyframes fadeIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


/*=====Media Queries Start Here=====*/


/* @media (max-width:1200px){

  } */


/* @media (max-width:992px){
      body{background-color:blue;}
  } */

@media (max-width: 768px) {
    .header {
        padding: 0px;
    }
    .header img {
        max-width: 80%;
        height: auto;
        object-fit: contain;
    }
    .header .navbar .navbar-toggler {
        font-size: 25px;
        margin-top: 5px;
    }
    .header .navbar .navbar-toggler:focus {
        box-shadow: none;
    }
    .header .navbar .navbar-nav {
        text-align: center;
        margin-top: 10px;
    }
    .header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 10px;
    }
    .header .navbar .book-button {
        display: block;
        width: 166px;
        text-align: center;
        margin: auto;
        padding: 8px;
        font-size: 14px;
    }
    .sandalwood-section {
        padding: 30px 0px 10px;
    }
    .sandalwood-section .sandalwood-image {
        width: 80%;
        height: auto;
    }
    .sandalwood-section .content p {
        font-size: 14px;
        text-align: center;
        padding: 5px;
    }
    .about-section {
        padding: 20px 0px;
    }
    .about-section .about-content h1 {
        text-align: center;
    }
    .about-section .about-content h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
    .about-section .about-content {
        margin-bottom: 30px;
    }
    .about-section .about-content p {
        font-size: 14px;
        text-align: center;
        padding: 5px;
    }
    .about-section .about-content p strong {
        font-size: 18px;
    }
    .aminities-section .aminities-head h3 {
        font-size: 20px;
    }
    .aminities-section .slider .owl-carousel .item .cards {
        width: 100%;
    }
    .aminities-section .slider .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 40px;
        left: -8%;
    }
    .aminities-section .slider .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 40px;
        right: -3%;
    }
    .choose-us-section {
        padding: 30px 5px;
    }
    .choose-us-section .choose-us-content {
        margin-top: 30px;
        text-align: center;
        padding: 0px;
    }
    .choose-us-section h2 {
        font-size: 32px;
        text-align: center;
    }
    .choose-us-section .choose-us-content p {
        font-size: 15px;
        text-align: left;
        line-height: 27px;
    }
    /*-----------------------------------*/
    .location-advantages-section .location-content h2 {
        font-size: 37px;
    }
    .location-advantages-section .location-content h3 {
        font-size: 15px;
    }
    .location-advantages-section .location-content {
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .location-advantages-section .advantage-box {
        padding: 0px;
    }
    .location-advantages-section .advantage-box img {
        height: 22px;
        margin-right: 10px;
    }
    .location-advantages-section .advantage-box .content h4 {
        font-weight: 700;
        padding-bottom: 0px;
        font-size: 17px;
    }
    .location-advantages-section .advantage-box .content p {
        font-size: 14px;
    }
    .location-advantages-section .advantage-box {
        margin-bottom: 35px;
    }
    .location-advantages-section .item3 {
        margin: 0px;
    }
    .vista-farms {
        padding: 30px 10px;
    }
    .vista-content {
        padding-top: 20px;
    }
    .vista-content h2 {
        padding-bottom: 0px;
        font-size: 33px;
        text-align: center;
    }
    .vista-content br {
        display: none;
    }
    .vista-content p {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }
    .google-reviws h2 {
        font-size: 38px;
        font-weight: 600;
        padding: 20px 0px 10px;
    }
    .google-reviws h4 {
        font-size: 17px;
        font-weight: 500;
    }
    .google-reviws .google-reviws-content {
        width: 100%;
        min-height: 320px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .google-reviws .google-reviws-content img {
        top: -47px;
        left: 34%;
    }
    .google-reviws .google-reviws-content h3 {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .google-reviws .google-reviws-content p {
        font-weight: 500;
        font-size: 15px;
        padding: 0px 10px;
    }
    /*-----------------------------------*/
    .contact-section {
        padding: 40px;
    }
    .contact-section form label,
    span {
        font-size: 11px;
    }
    .contact-section .contact-head h2 {
        font-size: 34px;
    }
    .contact-section form .input-box {
        margin-bottom: 17px;
    }
    .contact-section .contact-head {
        margin-bottom: 14px;
    }
    .contact-section .submit-button {
        text-align: center;
    }
    .faq-section .faq-head h2 {
        font-size: 27px;
        text-align: center;
    }
    .faq-section .faq-box {
        height: auto;
        padding: 10px;
    }
    .faq-section .faq-box p {
        margin-top: 10px;
    }
    .footer-section {
        padding: 12px 15px 50px;
    }
    .footer-section .content {
        justify-content: center;
    }
    .footer-section .content p {
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
    }
    .footer-section .sub-footer {
        flex-direction: column;
    }
    .footer-section .sub-footer .copyright p {
        margin-top: 10px;
    }
    .icons-box .icon p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
        padding: 0px 10px;
    }
    .faq-section {
        padding: 30px 0px;
    }
    .header .navbar .navbar-toggler .fa {
        font-size: 25px;
    }
    .aminities-section .aminities-head {
        margin-top: 40px;
    }
    .banner-section img {
        display: none;
    }
    .banner-section img.d-none {
        display: block !important;
    }
    .bannner-formbox {
        width: 100%;
        position: relative;
        right: 0;
        padding: 0 0px;
    }
    .bannner-formbox .form-box {
        box-shadow: 0 2px;
        background: #31511b;
        padding: 20px;
        margin-top: -7px;
    }
    .bannner-formbox .input-box label {
        color: #ffff;
    }
    .call-action {
        display: block;
        position: fixed;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        width: 100%;
        z-index: 999;
    }
    .call-action a {
        font-size: 14px;
        padding: 12px 15px;
        background: #000;
        width: 100%;
        border-radius: 0;
        color: #fff !important;
    }
    .call-action a:last-child {
        background: #078000;
        color: #fff;
    }
    .whatsapp-btn .call-now {
        display: none;
    }
    .whatsapp-btn {
        inset: auto 3% 8% auto;
    }
}


/* -------------------this css added by Rohit Singh------------------------------ */

.leftsticky {
    position: fixed;
    bottom: 60%;
    right: 30px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    background-color: #25d366;
    color: white;
    padding: 3px 5px;
    /* border-radius: 10px; */
    text-decoration: none;
    font-weight: bold;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: background-color 0.3s ease;
    /* animation: shake 3s infinite; */
}

.leftsticky:hover {
    background-color: #1ebe2b;
    color: black;
}

.disclaimer-section {
    width: 100%;
    padding: 40px 20px;
    background-color: #fdfdfd;
    border-top: 2px solid #e3e3e3;
    box-sizing: border-box;
}

.disclaimer-section .content {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.disclaimer-section h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #a80000;
    text-transform: uppercase;
}

.disclaimer-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .disclaimer-section .content {
        padding: 20px;
    }
    .disclaimer-section h4 {
        font-size: 1.3rem;
    }
    .disclaimer-section p {
        font-size: 0.95rem;
    }
}

.about-section {
    background-color: #f9f9f9;
}

.about-section .card {
    background-color: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    line-height: 1.7;
    font-size: 16px;
}

.about-section h1 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.about-section h4 {
    font-size: 1.2rem;
    color: #1a1a1a;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.about-section p {
    color: #444;
    margin-bottom: 1rem;
}

.about-section ul {
    list-style: disc;
    color: #444;
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .about-section .card {
        padding: 1.5rem;
    }
    .about-section h1 {
        font-size: 1.5rem;
    }
    .about-section h4 {
        font-size: 1rem;
    }
    .about-section p,
    .about-section ul {
        font-size: 15px;
    }
    .r-sundararaj-panel .about-content {
        margin-bottom: 0;
    }
    .r-sundararaj-panel video {
        height: auto !important;
    }
    .about-sankara {
        padding: 40px 0;
        border-top: 1px solid #a6e3ae;
    }
    .about-sankara .row {
        flex-direction: column-reverse;
    }
    .about-sankara video {
        height: auto;
    }
    .about-sankara h1 {
        margin-bottom: 0;
    }
    .about-sankara p {
        margin: 0 !important;
    }
    .about-sankara .row .col-lg-6 {
        order: 0;
    }
    .about-sankara .row .col-lg-3:last-child {
        order: -1;
    }
    #onload .modal-header {
        padding: 5px 15px;
    }
    #onload .modal-body {
        padding: 5px 15px;
    }
    #onload .text-note {
        padding: 15px 5px;
        border-radius: 75px;
        font-size: 12px;
    }
    #onload .text-note h5 {
        margin-bottom: 10px !important;
        font-size: 16px;
    }
}