:root {
    --primary-color: #007bff; /* Hexadecimal color */
    --gradiant-bg-color: linear-gradient( 359deg, rgb(113 143 181) 0%, rgba(252, 254, 255, 1) 52%);
    --secondary-color: rgb(108, 117, 125); /* RGB color */
    --text-color: #002e6c; /* Text color */
    --accent-color: #112e51; /* Named color */
    --heading-color: linear-gradient(to right, #142e50, #a8c2fb);
    --text-white: #ffffff;
    --bg-hover: #ef6603;
    --dark-color: #270000;
    --card-color: #142e50;
    --card-text: #035878;
    --profile-card: #deeeffb3;
}


::-webkit-scrollbar {
    width: 6px !important;
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(222deg, #112e51, #dce4ef) !important;
    background-image: -o-linear-gradient(222deg, #112e51, #dce4ef) !important;
    background-image: linear-gradient(222deg, #112e51, #dce4ef) !important;
}

::-webkit-scrollbar-track {
    background: #e8e8e8 !important;
}

::selection {
    background: #ff8b00 !important;
    color: var(--text-white);
}

body {
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: var(--text-color);
}

.fixed-top {
    position: sticky !important;
    top: 0;
    right: 0;
    left: 0;
}

.header {
    background: var(--text-white);
}

.nav_bar {
    background: #000428;
    background: var(--accent-color);
    padding: 8px;
    box-shadow: 0px 0 18px rgb(0 0 0 / 25%);
}

.navbar-nav .nav-link {
    font-family: "Poppins", sans-serif;
    color: var(--text-white);
    font-size: 15px;
    font-weight: 500;
    margin: 0px 0px;
    padding: 7px 15px;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item:focus .nav-link, .navbar-nav .nav-item .nav-link.active {
    color: #fff;
    background: var(--bg-hover);
    /*padding: 7px 15px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 20px;
}

.navbar-nav li.nav-item {
    margin: 1px 5px;
}

.sec-title.centered {
    max-width: 600px;
    margin: 0 auto 30px;
}

.sec-title.with-separator h2 {
    padding-bottom: 15px;
    text-align: center;
}

.sec-title h2 {
    position: relative;
    display: block;
    line-height: 1.25em;
}

.sec-title.centered .separator {
    margin: 0 auto;
}

.sec-title .separator {
    position: relative;
    width: 26px;
    height: 0;
}

    .sec-title .separator:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 100%;
        margin-left: 10px;
        width: 36px;
        border-bottom: 2px solid var(--accent-color);
    }

    .sec-title .separator .c-1 {
        left: 0;
    }

    .sec-title .separator .cir {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 12px;
        height: 12px;
        border: 2px solid var(--accent-color);
        border-radius: 50%;
    }

    .sec-title .separator .c-2 {
        left: 7px;
        background: var(--accent-color);
    }

    .sec-title .separator .c-3 {
        left: auto;
        right: 0;
    }

.sec-title.centered .separator:after {
    display: block;
}

.sec-title .separator:after {
    content: '';
    position: absolute;
    top: -7px;
    right: 100%;
    margin-right: 10px;
    width: 36px;
    border-bottom: 2px solid var(--accent-color);
    display: none;
}

.home-body {
    /*background: linear-gradient(to bottom, #e1b1904d 41%, #ffffff78 73%), url(/Images/DausaGallery/dausa.jpg);*/
    background: linear-gradient(to bottom, #aeb6e5a1 41%, #ffffff94 73%), url(../Images/DausaGallery/dausa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    padding-top: 2%;
    padding-bottom: 1%;
}

    .home-body .msg_card {
        margin: 0 auto;
        background: white;
        backdrop-filter: blur(15px);
        box-shadow: 0 0 10px 0 #e69359;
        padding: 10px 0;
        border-radius: 20px;
    }
/*
.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropdown-item {
    color: var(--text-white);
    padding: 8px 10px;
    border-bottom: solid 1px var(--text-white);
}

    .dropdown-item a{
        color: var(--text-white);
        text-decoration: none;
    }

    .dropdown-item:hover {
  background-color: lightsalmon;
background: #ef6603;
        color: #fff;
    }

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
margin-top: 0.125em;
    margin-left: 0.125em;
padding: 0px;
    border-radius: 0;
    border: none;
    background: #223851;
    
}


@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0em;
        padding-left: 10px;
    }
}*/
.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
    padding: 0px;
    border-radius: 0;
    border: none;
    background: #223851;
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0em;
        padding-left: 10px;
    }
}

.slider-div {
    border: 3px solid var(--bg-hover);
}

    .slider-div img, .property-slide img {
        height: 100%;
        object-fit: fill;
    }

    .slider-div .owl-nav button {
        position: absolute;
        top: 50%;
        background-color: var(--accent-color);
        color: #fff;
        margin: 0;
        transition: all 0.3s ease-in-out;
    }

.property-slide .owl-nav button {
    position: absolute;
    top: 42%;
    background-color: #000;
    color: var(--text-white);
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .slider-div .owl-nav button.owl-prev, .property-slide .owl-nav button.owl-prev {
        left: 0;
    }

    .slider-div .owl-nav button.owl-next, .property-slide .owl-nav button.owl-next {
        right: 0;
    }

.slider-div .owl-dots, .property-slide .owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .slider-div .owl-dots button.owl-dot, .property-slide .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .slider-div .owl-dots button.owl-dot.active, .property-slide .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .slider-div .owl-dots button.owl-dot:focus, .property-slide .owl-dots button.owl-dot:focus {
            outline: none;
        }

.slider-div .owl-nav button, .property-slide .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.slider-div span, .property-slide span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.slider-div .owl-nav button:focus, .property-slide .owl-nav button:focus {
    outline: none;
}

.slider-div .owl-item {
    height: 77vh !important; /* Adjust this value as needed */
    display: flex;
}

@media screen and (min-width: 280px) and (max-width: 991px) {
    .slider-div .owl-item {
        height: 306px;
        width: 100%;
    }
}

.property-slide .owl-item {
    height: 235px !important; /* Adjust this value as needed */
    display: flex;
}

.slider-div .item {
    width: 100%;
}

.property-slide .item {
    height: 235px;
    width: 100%;
}

.logo-item {
    gap: 11px;
    align-items: center;
}

.logo-img {
    width: 55px;
}

    .logo-img img {
        width: 100%;
    }

.logo-content {
    border-left: 1px solid #cfcfcf;
    padding-left: 10px;
    text-decoration: none;
    color: #202020;
}

    .logo-content .title-full .title-eng {
        font-size: 21px;
        font-weight: 700;
    }

    .logo-content .title-full .title-hindi {
        font-weight: 600;
    }


/*    ------------------ Start CSS Four Pay CARD Section ------------------  */
.pay-card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.pay-card-section {
    padding: 10px;
    border-radius: 20px;
    border: solid 4px var(--text-white);
    box-shadow: 0px 0px 3px 0px #1c3f75;
    text-decoration: none;
    width: 290px;
    flex-direction: column;
    text-align: center;
    /*background: linear-gradient(to right, #04abe2, #142e50);*/
    background: var(--card-color);
    color: var(--text-white);
    display: inline;
}


    .pay-card-section:hover {
        border: 4px solid #ef6603;
        box-shadow: rgb(100 100 111 / 60%) 0px 7px 29px 0px;
        transition: 0.3s ease-in-out;
        transform: scale(1.05);
    }

    .pay-card-section h6 {
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
        padding: 0px;
        margin-bottom: 10px;
        text-align: center;
        color: var(--text-white);
        display: inline-block;
    }

    .pay-card-section img {
        height: 42px;
        margin: 10px 0;
        width: 18%;
    }

/*    ------------------ Start CSS Chief Minster Section ------------------  */
.pro_bg_section {
    padding: 10px;
    /*background: #e7eced;*/
    border-radius: 10px;
    border: solid 1px #fff;
    box-shadow: 0px 0px 3px 0px #1c3f75;
}

.profile_section {
    padding: 20px;
    /* background: #e7eced;*/
    border-radius: 10px;
    border: solid 1px #fff;
    box-shadow: 0px 0px 3px 0px #1c3f75;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    /*background: linear-gradient(to bottom, #FFF, #b9dbff);*/
    background: var(--profile-card);
    /*background: linear-gradient( 359deg, rgba(17, 46, 81, 1) 0%, rgba(252, 254, 255, 1) 67%);*/
}

    .profile_section:hover {
        box-shadow: rgb(100 100 111 / 60%) 0px 7px 29px 0px;
        transition: 0.3s ease-in-out;
        transform: scale(1.05);
    }

    .profile_section h3 {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        color: var(--dark-color);
        padding: 0px 0px 5px 0px;
        margin: 0px;
        margin-bottom: 10px;
        font-family: "Poppins", sans-serif;
        border-bottom: solid 1px #00a7c7;
    }

    .profile_section h5 {
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
        color: var(--accent-color);
        padding: 0px;
        margin: 0px;
        font-family: "Poppins", sans-serif;
    }

.cm_profile_img {
    width: 170px;
    border-radius: 67%;
    border: solid 1px #FFF;
    box-shadow: 0px 0px 5px #000;
    margin-top: 20px !important;
    height: 170px;
    margin: 0 auto;
}

/*    ------------------ Start CSS New Section ------------------  */

.service_main_hd {
    font-size: 30px;
    line-height: 28px;
    font-weight: 600;
    color: var(--accent-color);
    padding: 15px 20px;
    text-align: center;
}

.new_content {
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: solid 1px #fff;
    box-shadow: 0px 0px 3px 0px #1c3f75;
    /*background: #B2FEFA;
    background: linear-gradient(to top, #FFF, #b9dbff);*/
    background: #526985;
    background: var(--gradiant-bg-color);
    /*height: 338px;*/
    height: 310px;
}

    .new_content h2 {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #ffffff;
        padding: 10px;
        width: 100%;
        margin: 0px 15px 12px 0px;
        border-radius: 6px;
        background: var(--heading-color);
        border: solid 1px #142e50;
        box-shadow: 0px 0px 5px #163052;
    }

    .new_content ul {
        padding: 0px;
        margin: 0px;
        max-height: 230px;
        overflow-y: auto;
        overflow-x: clip;
    }

        .new_content ul li {
            display: flex;
            padding: 5px 0px;
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 20px;
            font-weight: bold;
            color: var(--card-text);
            font-family: "Poppins", sans-serif;
            align-items: center;
            cursor: pointer;
        }

            .new_content ul li:hover, .new_content ul li:hover a {
                color: var(--bg-hover);
            }

            .new_content ul li .arr_icon {
                font-size: 20px;
            }

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .menu li {
        position: relative;
    }

    .menu a {
        display: inline-block;
        text-decoration: none;
        color: #333;
        transition: 0.3s;
    }


.arr_icon {
    margin-right: 6px;
}

/* Submenu (Dropdown) */
.submenu-list {
    display: none;
    /* position: absolute;
    left: 25px;
    top: 100%;*/
    background: transparent;
    /* border: 1px solid #ddd; */
    /* border-radius: 4px; */
    z-index: 100;
    min-width: 320px;
    margin-left: 25px !important;
}

.menu .submenu.show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
}

.submenu-list li {
    margin-bottom: 0 !important;
}

    .submenu-list li:last-child {
        border-bottom: none;
    }

.submenu-list a {
    padding: 8px 12px;
}

.submenu-list li:hover {
    background: var(--bg-hover);
    color: var(--text-white) !important;
}

    .submenu-list li:hover a {
        color: var(--text-white) !important;
    }

.submenu.show .submenu-list {
    display: block;
}


.news_content {
    padding: 20px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: dashed 1px #1c3f75;
    /* box-shadow: 0px 0px 3px 0px #1c3f75; */
    background: var(--gradiant-bg-color);
}

    .news_content marquee {
        height: 250px;
        overflow-y: scroll;
    }

h2.news-head {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 15px;
    width: 100%;
    margin: 0px 15px 12px 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: var(--heading-color);
    border: solid 1px #142e50;
    box-shadow: 0px 0px 5px #163052;
}

.news_content ul {
    padding: 0px;
    margin: 0px;
}

    .news_content ul li {
        display: flex;
        padding: 5px 0px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        /*        color: #035878;*/
        color: var(--card-text);
        font-family: "Poppins", sans-serif;
        align-items: center;
    }

        .news_content ul li a {
            color: var(--card-text);
            text-decoration: none;
        }

        .news_content ul li:hover, .news_content ul li:hover a {
            color: var(--bg-hover);
        }

        .news_content ul li .arr_icon {
            font-size: 20px;
        }


/* -----------Photo Gallery -------------------- */

.property-wrapper {
    text-align: center;
    padding: 0px 0 75px;
}

    .property-wrapper h1 {
        font: 400 40px "Playfair Display", serif;
        color: #e1ab35;
        text-transform: uppercase;
    }


.property-slide {
    margin: 0 -7px;
}


/* Lightbox styles */
.lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    overflow: auto;
    display: flex;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
    border-radius: 6px;
    display: block;
    margin: 0 auto;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
}

.lightbox-close {
    top: 18px;
    right: 26px;
    font-size: 44px;
}

.lightbox-prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* make buttons easier to tap on mobile */
.lightbox-prev, .lightbox-next {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}


/* ------------ Start FOOTER Section CSS ------------  */

.footer {
    color: var(--text-white);
    /*background-color: var(--background-color);*/
    background: linear-gradient(to bottom, rgb(73 108 161 / 24%), #194483cf), url(../Images/DausaGallery/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    font-size: 14px;
    /*text-align: center;*/
    padding: 30px 0;
    position: relative;
}

    .footer h3 {
        font-size: 36px;
        font-weight: 700;
        position: relative;
        padding: 0;
        margin: 0 0 15px 0;
    }

    .footer p {
        font-size: 15;
        font-style: italic;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .footer .social-links {
        margin: 0 0 20px 0;
    }

        .footer .social-links a {
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--accent-color);
            color: var(--contrast-color);
            line-height: 1;
            margin: 0 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            .footer .social-links a:hover {
                background: color-mix(in srgb, var(--bg-hover), transparent 20%);
                text-decoration: none;
            }

    .footer .copyright {
        padding-top: 5px;
        border-top: 1px solid color-mix(in srgb, var(--text-white), transparent 90%);
    }

    .footer .credits {
        font-size: 13px;
        padding-top: 5px;
    }

    .footer h3 {
        font-size: 19px;
        border-bottom: 1px dashed grey;
        padding-bottom: 10px;
        color: #ffffff;
    }

    .footer h5 {
        font-size: 18px;
        color: #fff;
    }

.footer_icon_style i {
    color: #ffffff;
    background: #ef6603;
    padding: 5px 7px;
    margin: 2px;
    border-radius: 30px;
    margin-right: 7px;
    font-size: 16px;
}

.footer .list_style li {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
}

    .footer .list_style li i {
        color: #ffffff;
        background: #ef6603;
        padding: 2px 7px;
        margin: 2px;
        border-radius: 30px;
        font-size: 16px;
        margin-right: 7px;
    }

.list_style li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.footer li a {
    transition: all 0.4s ease-in-out;
}

    .footer li a:hover {
        color: var(--bg-hover);
    }

.footer p {
    margin: 0 0 10px 0 !important;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: var(--text-white);
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
}

    #preloader:before,
    #preloader:after {
        content: "";
        position: absolute;
        border: 4px solid var(--accent-color);
        border-radius: 50%;
        animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

    #preloader:after {
        animation-delay: -0.5s;
    }

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }

    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .scroll-top i {
        font-size: 24px;
        color: var(--text-white);
        line-height: 0;
    }

    .scroll-top:hover {
        background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
        color: var(--text-white);
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1;
        bottom: 15px;
    }



.marquee {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    position: absolute;
    bottom: -100%;
    animation: scrollUp 12s linear infinite;
}

.marquee:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes scrollUp {
    from {
        bottom: 0%;
    }

    to {
        bottom: 100%;
    }
}

/* Message Style */
.img-box {
    display: flex;
    justify-content: center;
    margin: 10px 0 5px;
    align-items: anchor-center;
    flex-direction: column;
}

    .img-box label {
        font-weight: 500;
    }

.text-bold {
    font-weight: bold;
}

/*for button hover*/

.btn-active {
    background: var(--bg-hover);
    color: var(--text-white);
}

    .btn-active:hover {
        background: #ed7117de;
        color: #fff;
    }
