@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.main-fonts {
    font-family: "Inter", sans-serif;
}

:root {
    --light-brown: #A16A30;
    --Peach: #EDD1B4;
    --blue-gray: #1C1F2A;
    --slate-gray: #484B56;
    --grayish-blue: #989BA8;
    --Charcoal-Blue: #484B56;
    --Light-Gray: #F0F0F0;
    --Light-Apricot: #FEF3E6;
}

body {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: "Inter", sans-serif;
}
.badge {
    padding: 0.75em .8em;
    font-size: 80%;
    margin-bottom: 5px;
}

.badge_alert{
        display: flex;
    gap: 8px;
    align-items: center;
}

.logo img,
.logo-icon{
    width:200px;
}

.prayer-area.on-empty img{
    width:150px;
}

/*.prayer-area.on-empty h2,*/
/*.prayer-area.on-empty span{*/
/*    background: #f1f1f1;*/
/*    width: 100%;*/
/*    height:35px;*/
/*    border-radius: 10px;*/
/*}*/

/*.prayer-area.on-empty .countdown{*/
/*    background: #f1f1f1;*/
/*    height: 50px;*/
/*    width: 180px;*/
/*    border-radius: 10px;*/
/*        position: relative;*/
/*    top: 25px;*/
/*}*/

/*.prayer-area.on-empty button{*/
/*    background: #f1f1f1;*/
/*    height: 70px;*/
/*    width: 180px;*/
/*    border-radius: 10px;*/
/*    border: none;*/
/*}*/

/*.prayer-area.on-empty .timing .label{*/
/*    padding: 5px;*/
/*    height: 25px;*/
/*   width: 160px;*/
/*    background: #f1f1f1;*/
/*      border-radius: 10px;*/
/*}*/

/* Style for the search dropdown */
.ui-autocomplete {
       position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    /* min-width: 56px; */
    padding: 4px 0;
    margin: 0 0 10px 25px;
    /* list-style: none; */
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    max-width: 58.3%;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0;
    padding: 50px 0 0 0 !important;
        top: 52% !important;
}

.ui-autocomplete .ui-menu-item {
    padding: 3px 15px;
    color: #333;
    cursor: pointer;
}

.ui-autocomplete .ui-menu-item:hover {
    background-color: #f5f5f5;
    color: #333;
}

.ui-autocomplete .ui-state-focus {
    background-color: #f5f5f5;
    color: #333;
}


a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
}

a {
    color: var(--blue-gray);
    text-decoration: none;
    cursor: pointer;
}



.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--light-brown);
}

p:last-child {
    margin-bottom: 0 !important;
}

.fa,
.far,
.fas {
    display: inline;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

section,
.section {
    padding: 7.5rem 0;
}

.padding-bottom {
    padding-bottom: 7.5rem;
}

.padding-top {
    padding-top: 120px;
}

.bg-light-brown {
    background-color: var(--light-brown);
}

.bg-Light-Apricot {
    background-color: var(--Light-Apricot);
}

.text-light-brown {
    color: #d1b08c;
}

.bg-Peach {
    background-color: var(--Peach);
}

.text-Peach {
    color: var(--Peach);
}

.bg-blue-gray {
    background-color: var(--blue-gray);
}

.text-blue-gray {
    color: var(--blue-gray);
}

.bg-slate-gray {
    background-color: var(--slate-gray);
}

.text-slate-gray {
    color: var(--slate-gray);
}

.text-grayish-blue {
    color: var(--grayish-blue);
}

.text-Charcoal-Blue {
    color: var(--Charcoal-Blue);
}

.Light-Gray {
    color: var(--Light-Gray);
}

.font-weight-500 {
    font-weight: 500 !important;
}

/* Transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 18px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 8px;
    text-transform: capitalize;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.btn.btn-pink {
    background: var(--light-brown);
    border-color: var(--light-brown);
    color: #ffffff
}


.btn.btn-hvr-blue:hover,
.btn.btn-hvr-blue:focus {
    color: var(--light-brown);
    border-color: var(--blue-gray);
    background: #fff !important;
}

.btn.btn-hvr-blue .btn-hvr-effect {
    background: #fff;
    border-color: #fff
}

.btn-hvr-setting {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.btn-hvr-setting-inner {
    position: relative;
    display: block;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.btn-hvr-effect {
    position: absolute;
    top: -5px;
    width: 25%;
    height: 100%;
    border-radius: 100%;
    -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
    transform: translate3d(0, 150%, 0) scale(1.7);
    -webkit-transition: -webkit-transform 0.45s;
    transition: -webkit-transform 0.45s;
    transition: transform 0.45s !important;
    background: #ffffff;
    border-color: #ffffff;
}

.btn-hvr-effect:nth-child(1) {
    left: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s !important;
}

.btn-hvr-effect:nth-child(2) {
    left: 30%;
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s !important;
}

.btn-hvr-effect:nth-child(3) {
    left: 60%;
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s !important;
}

.prayer-area.on-empty .card{
    margin-bottom:15px;
}

.btn-hvr-effect:nth-child(4) {
    left: 90%;
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s !important;
}

.btn-hvr-setting:hover .btn-hvr-effect,
.btn:hover .btn-hvr-effect,
.btn:active .btn-hvr-effect,
.btn:focus .btn-hvr-effect {
    -webkit-transform: translateZ(0) scale(1.7);
    transform: translateZ(0) scale(1.7) !important;
}

.btn-hvr-grey .btn-hvr-effect {
    background: #00bcd4;
}


.prayer-sec .btn:hover {
    background-color: var(--blue-gray);
    color: #fff;
    border: 1px solid var(--blue-gray);
}

p {
    margin-bottom: 15px;
}

/* button size */
.btn.btn-medium {
    padding: 10px 13px;

}

.btn.btn-large {
    padding: 18px 26px;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.rounded-pill {
    border-radius: 50%;
}

I need to change this on style.css file too
 
 

 
h1,

.h1 {

    font-size: 1.75rem;

    font-weight: 700;

    line-height: 120%;

}
 
h2,

h2 {

    font-size: 1.375rem;

    font-weight: 600;

    line-height: 120%;

}
 
 
*******  change this to ******* 
 
 
h1,

.h1 {

    font-size: 1.75rem;

    font-weight: 700;

    line-height: 120%;
    text-transform:capitalize;

}
 
h2,

h2 {

    font-size: 1.375rem;

    font-weight: 600;

    line-height: 120%;
text-transform:capitalize;

}
 

.font-24 {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}

.font-56 {
    font-size: 3.5rem;
    font-weight: 600;
}

.font-14 {
    font-size: 14px;
    font-weight: 400;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

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

/* ===================================
           Scrollbar
====================================== */

::-webkit-scrollbar-thumb {
    background: var(--light-brown);
    border-radius: 24px
}

::-webkit-scrollbar-track {
    width: 7px;
    background: none;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--light-brown);
    width: 12px;
}

/* ===================================
    Start Loader
====================================== */
/* Prevent scrolling during loader */
body.no-scroll {
    overflow: hidden;
}

/* Loader background */
.loader-bg {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-image: url(../image/loader-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Dark overlay behind the loader */
.loader-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(28, 31, 42, .6);
}

/* Loader content positioning */
.loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loader-logo {
    width: 220px;
    height: auto;
    z-index: 111;
}

/* Initially hide main content */
.main-container {
    display: none; /* Hide content by default */
}

/* Show content after loader */
.main-container.visible {
    display: block; /* Show main content */
}

/* Hide specific sections during loader */
header, .banner-sec, .ads-sec, .prayer-sec {
    visibility: hidden;
}


/* ===================================
           Banner
====================================== */
.bg-benner {
    transition: min-height 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                padding 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: min-height, padding;
    overflow: hidden;
    /* Add these to prevent layout shifts */
    box-sizing: border-box;
    /* display: flex;
    flex-direction: column; */
}

.location-container,
.hidden.hide-on-scroll,
#prayertimings {
    will-change: opacity, transform;
}
 
.location-container.hidden-scroll,
.hidden.hide-on-scroll.hidden-scroll,
#prayertimings.hidden-scroll {
    opacity: 0;
    transform: translateY(-20px);
}

.search-header{
        position: fixed;
    left: 0;
    right: 0;
    top: 15px;
    width: 60%;
    margin: 0 auto;
    z-index: 11111;
}

.header-sec {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
    z-index: 11;
}



.banner-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: rgba(28, 31, 42, .4);
}

.header-sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(28, 31, 42, .9);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
}

.donate-button {
    gap: 25px;
}

.account-user i {
    font-size: 40px;
    color: var(--light-brown);
    padding: 9px;
    border: 3px solid var(--light-brown);
    border-radius: 8px;
    cursor: pointer;
    transition: .3ms ease-in-out;
}

.account-user i:hover {
    color: var(--light-brown);
    background-color: #fff;
    border: 3px solid #fff;
    transition: .3ms ease-in-out;
}




.banner-sec.bg-benner {
    background-image: url(../image/Hero-Image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 670px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: flex;
    justify-content: end;
    align-items: end;
    position: relative;
}

.location-container {
    display: flex;
}

.search {
    background: #fff;
    height: 70px;
    border-radius: 40px;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
      
}

.location-container.hidden-scroll.location_header {
    opacity: 1;
    position: fixed;
    top: 50px;
    right: 20%;
    z-index: 99999;
}

.location-container.hidden-scroll.location_header p {
    display: none;
}

.location-container.hidden-scroll.location_header img {
    filter: invert(1);
   
}


.search:hover>.search-txt {
    width: 90%;
    padding: 0 10px;
    color: #989BA8;
}



.search-btn {
    color: var(--blue-gray);
    float: left;
    margin-right: 15px;
     z-index: 1111;
}

.search-txt {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: var(--blue-gray);
    font-size: 18px;
    transition: ease-in 0.4s;
    line-height: 50px;
    width: 100%;
    font-weight: 400;
    z-index: 11;
}


.timing-container {
    display: flex;
    gap: 20px;
    align-items: left;
}

.timing-container .timing {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.timing-container .label {
    font-size: 18px;
    color: #956332;
    /* Warm brownish shade */
    font-weight: 500;
    margin-bottom: 4px;
}

.timing-container .time-box {
    background: #FEF3E6;
    /* Light peach */
    color: #956332;
    /* Warm brown */
    padding: 7px 14px;
    border-radius: 15px;
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
}


.ads-sec {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* Ensure it stays on top */
    background: white;
    /* Add background to make it visible */
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);
    /* Optional shadow effect */
}
.ads-sec img { height:90px; }
.ads-sec img.mobile { display:none;}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply Animations */
/* .banner-sec .d-flex {
    animation: slideInLeft 1s ease-in-out;
} */

/* .banner-sec .col-lg-6:first-child {
    animation: slideInLeft 1s ease-in-out 0.3s;
}

.banner-sec .col-lg-6:last-child {
    animation: slideInRight 1s ease-in-out 0.3s;
}

.banner-sec .search {
    animation: fadeSlideIn 1s ease-in-out 0.6s;
} */

@keyframes fadeZoomIn {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Apply Animation */
/*.banner-sec.bg-benner {*/
/*    animation: fadeZoomIn 1.5s ease-in-out;*/
/*}*/



.card {
    border: 1.3px solid #CFD1DD;
    border-radius: 10px;
    padding: 23px 26px;
    width: 100%;

}

.left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    border: 1px solid #956332;
    border-radius: 15px;
    background: none;
    color: #956332;
    font-size: 16px;
    cursor: pointer;
}

.distance {
    background: #eee;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 16px;
}

.right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
}

.time {
    font-weight: bold;
    color: #d4a373;
    font-size: 14px;
}

.countdown {
    background: var(--Light-Gray);
    padding: 8px 8px;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    width: 170px;
}

.right-content p,
.left-content p {
    font-size: 1rem;
}

.right-content .btn {
    font-size: 21px;
    width:160px;
}

.star {
    cursor: pointer;
    color: #C3C6D3;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #C3C6D3;
    border-radius: 8px;
}

@keyframes fadeSlideLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeSlideRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Initially Hide Elements */
/* .prayer-area {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeIn 1.2s ease-out forwards;
} */

/* Animate Left Content */
.left-content {
    opacity: 0;
    animation: fadeSlideLeft 1.3s ease-out forwards;
}

/* Animate Right Content */
.right-content {
    opacity: 0;
    animation: fadeSlideRight 1.3s ease-out forwards;
}

/* Add Delays for Smooth Effect */
.card:nth-child(1) .left-content {
    animation-delay: 0.3s;
}

.card:nth-child(1) .right-content {
    animation-delay: 0.5s;
}

.card:nth-child(2) .left-content {
    animation-delay: 0.6s;
}

.card:nth-child(2) .right-content {
    animation-delay: 0.8s;
}

.card:nth-child(3) .left-content {
    animation-delay: 0.9s;
}

.card:nth-child(3) .right-content {
    animation-delay: 1.1s;
}

footer {
    background-color: #1C1F2A;
    padding: 7.5rem 0;
    position: relative;
}
footer .container { position: relative; z-index:10; }
.footer {
    position: relative;
    overflow: hidden;
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/Highlight.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    /* or 'cover' if you want it to fully fill */
    /* z-index: -1; */
}

.subscription-container {
    display: flex;
    align-items: center;

    border-radius: 8px;
    width: 100%;
    justify-content: space-between;
}

footer .left-content {
    flex: 1;
}

footer .left-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.email-form {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 2px 8px;
    border-radius: 50px;
    width: 40%;
}

.email-form input {
    flex: 1;
    border: none;
    padding: 10px;
    border-radius: 50px;
    outline: none;
    font-size: 16px;
    margin-bottom: 0;
}

.email-form button {
    background-color: #c19363;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.checkbox-container input {
    margin-bottom: 6px;
    margin-right: 12px;
}

footer .right-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-text {
    font-size: 20px;
    font-weight: bold;
    color: #c19363;
}


.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 1111;
}

.footer-nav ul {
    list-style: none;
    display: flex;
gap: 15px;
    margin-bottom: 0;
}

.footer-nav ul li {
    display: inline;
    z-index: 1111;
}

.footer-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.footer-nav ul li a:hover {
    color: #c19363;
}

.contact-email {
    font-size: 14px;
    font-weight: 500;
    color: #c19363;
}

.footer-line {
    border-top: 1px solid #c19363;
    margin: 10px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;

    margin-top: 10px;
}

.footer-bottom a {
    text-decoration: none;
    color: #fff;
    z-index: 1111;
}

.footer-bottom a:hover {
    color: #c19363;
}

.footer-nav a,
.right-content img {
    z-index: 111;
}















/* Modal Background */
#aboutModal {
    display: none;
    /* Initially hidden */
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;

    background-color: rgba(0, 0, 0, 0.6);
    /* Darker overlay for a more modern look */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content {
    background: #fff;
    padding: 45px;
    border-radius: 10px;
    max-width: 550px;
   
    width: 98%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    font-family: "Inter", sans-serif;

}

/* Close Button (X) */
.close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #555;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #000;
}

/* Heading */
.modal-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1C1F2A;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif;
}

/* Paragraph */
.modal-content p {
    font-size: 16px;
    color: #1C1F2A;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
}

.modal-text{
    overflow-y: scroll;
    max-height: 400px;
}

/* OK Button */
#okBtn {
    background: #1C1F2A;
    /* Matching the form button */
    color: white;
    border: none;
    padding: 12px 60px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 16px;
    transition: background 0.3s ease;
}

#okBtn:hover {
    background: #956332;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 1px 1.4em!important;
}


#privacyModal,
#disclaimer {
    display: none;
    /* Initially hidden */
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    /* Dark overlay */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content {
    background: #fff;
    padding: 45px;
    border-radius: 10px;
    max-width: 550px;
    width: 98%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    font-family: "Inter", sans-serif;
    position: relative;
}

/* Close Button (X) */
.privacy-close,
.dicslaimer-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #555;
    transition: color 0.3s ease;
}

.privacy-close:hover {
    color: #000;
}

/* Heading */
.modal-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1C1F2A;
    margin-bottom: 15px;
}

/* Paragraph */
.modal-content p {
    font-size: 16px;
    color: #1C1F2A;
    line-height: 1.5;
}

/* OK Button */
#privacyOkBtn {
    background: #1C1F2A;
    color: white;
    border: none;
    padding: 12px 60px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 16px;
    transition: background 0.3s ease;
}

#privacyOkBtn:hover {
    background: #CF995F;
}






@media (width: 2560px) and (min-width: 2300px) {
    /* footer::after {
        width: 20%;
        max-width: 20%;
    } */
    .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    /* min-width: 56px; */
    padding: 4px 0;
    margin: 0 0 10px 25px;
    /* list-style: none; */
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    max-width: 43.3%;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0;
    padding: 50px 0 0 0 !important;
           top: 42% !important;
}
}


@media (max-width: 1850px) and (min-width: 1601px){
    .banner-sec.bg-benner{
        height: 470px!important;
        min-height: 470px!important;
    }
    .search-header {
    top: -22px;
        
    }
    .font-56 {
        font-size: 3rem;
    }
    .header-sec .logo img{
        max-width: 150px;
    }
    .btn.btn-large {
        padding: 12px 26px;
    }
    .margin-bottom-60 {
        margin-bottom: 30px;
    }
    .ads-sec img {
        height: 65px;
        object-fit: cover;
    }    
    .padding-top-60 {
        padding-top: 30px;
    }
    .margin-top-60 {
        margin-top: 30px;
    }
    footer{
        padding: 4.5rem 0;
    }
    .footer::after {
        top: 20%;
        width: 30%;
    }
      .ui-autocomplete {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        /* min-width: 56px; */
        padding: 4px 0;
        margin: 0 0 10px 25px;
        /* list-style: none; */
        background-color: #ffffff !important;
        border: none !important;
        border-radius: 25px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        max-width: 64.5%;
        width: 100% !important;
        margin: 0 auto !important;
        left: 0 !important;
        right: 0;
        padding: 50px 0 0 0 !important;
        top: 42% !important;
    }
    .search-btn-right {
    position: fixed;
    right: 25px;
    top: 15px;
}
.search-wrapper .search{
        height: 60px;
            padding: 5px 20px;
}
.search-wrapper{
        top: 40px!important;
}
}


@media (max-width: 1599px) and (min-width: 1367px) {
    .banner-sec.bg-benner{
        height: 470px!important;
        min-height: 470px!important;
    }
        .search-btn-right {
    position: fixed;
    right: 25px;
    top: 15px;
}
.footer .padding-bottom-90{
    padding-bottom: 30px;
    }
  .search-header {
    top: -22px;
        
    }
.search-wrapper .search{
        height: 60px;
            padding: 5px 20px;
}
.search-wrapper{
        top: 40px!important;
}
    .font-56 {
        font-size: 3rem;
    }
    .header-sec .logo img{
        max-width: 150px;
    }
    .btn.btn-large {
        padding: 12px 26px;
    }
    .margin-bottom-60 {
        margin-bottom: 30px;
    }
    .ads-sec img {
        height: 65px;
        object-fit: cover;
    }    
    .padding-top-60 {
        padding-top: 30px;
    }
    .margin-top-60 {
        margin-top: 30px;
    }
    footer{
        padding: 4.5rem 0;
    }
    .footer::after {
        top: 20%;
        width: 30%;
    }
    .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    /* min-width: 56px; */
    padding: 4px 0;
    margin: 0 0 10px 25px;
    /* list-style: none; */
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    max-width: 73%;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0;
    padding: 60px 0 0 0 !important;
    top: 48% !important;
}
    
}

@media only screen and (min-width: 1281px) and (max-width : 1450px){
    .banner-sec.bg-benner{
        height: 470px!important;
        min-height: 470px!important;
    }
    .font-56 {
        font-size: 3rem;
    }
    .header-sec .logo img{
        max-width: 150px;
    }
    .search-btn-right {
    position: fixed;
    right: 25px;
    top: 15px;
}
.footer .padding-bottom-90{
    padding-bottom: 30px;
    }
.search-wrapper .search{
        height: 60px;
            padding: 5px 20px;
}
.search-wrapper{
        top: 40px!important;
}
    .btn.btn-large {
        padding: 12px 26px;
    }
    .padding-top-60 {
        padding-top: 30px;
    }
    .margin-top-60 {
        margin-top: 30px;
    }
    footer{
        padding: 4.5rem 0;
    }
    .footer::after {
        top: 20%;
        width: 30%;
    }
    .margin-bottom-60 {
        margin-bottom: 30px;
    }
    .ads-sec img {
        height: 65px;
        object-fit: cover;
    }
      .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    /* min-width: 56px; */
    padding: 4px 0;
    margin: 0 0 10px 25px;
    /* list-style: none; */
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    max-width: 86.7%;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0;
    padding: 50px 0 0 0 !important;
    top: 42% !important;
}
 .search-header {

    top: -24px;
        
    }
    
}

@media only screen and (min-width: 1152px) and (max-width : 1280px){
    .banner-sec.bg-benner{
        height: 450px!important;
        min-height: 450px!important;
    }
    .search-header {

    top: -24px;
        
    }
      .ui-autocomplete {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        /* min-width: 56px; */
        padding: 4px 0;
        margin: 0 0 10px 25px;
        /* list-style: none; */
        background-color: #ffffff !important;
        border: none !important;
        border-radius: 25px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        max-width: 87.7%;
        width: 100% !important;
        margin: 0 auto !important;
        left: 0 !important;
        right: 0;
        padding: 60px 0 0 0 !important;
        top: 54% !important;
    
}
    .search-btn-right {
    position: fixed;
    right: 25px;
    top: 15px;
}
.search-wrapper .search{
        height: 60px;
            padding: 5px 20px;
}
.search-wrapper{
        top: 40px!important;
}
    .search-wrapper {
    top: 44px!important;
}
.search-btn-right {
    top: 15px!important;
}
.search-wrapper .search {
    height: 62px;
    padding: 4px 20px;
    
}
    .font-56 {
        font-size: 3rem;
    }
    .search-wrapper{
        max-width: 630px!important;
    }
    .padding-bottom-90 {
    padding-bottom: 60px;
}
    .logo img, .logo-icon{
        max-width: 150px;
    }
    .btn.btn-large {
        padding: 12px 26px;
    }
    .margin-bottom-60 {
        margin-bottom: 30px;
    }
    .ads-sec img {
        height: 65px;
        object-fit: cover;
    }    
    .padding-top-60 {
        padding-top: 30px;
    }
    .margin-top-60 {
        margin-top: 30px;
    }
    footer{
        padding: 4.5rem 0;
    }
    .footer::after {
        top: 31%;
        width: 25%;
    }
}

@media screen and (width: 1024px) {
        .ui-autocomplete {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        /* min-width: 56px; */
        padding: 4px 0;
        margin: 0 0 10px 25px;
        /* list-style: none; */
        background-color: #ffffff !important;
        border: none !important;
        border-radius: 25px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        max-width: 91.7%;
        width: 100% !important;
        margin: 0 auto !important;
        left: 0 !important;
        right: 0;
        padding: 60px 0 0 0 !important;
        top: 67% !important;
    }
    .margin-top-60 {
    margin-top: 30px;
}
.padding-top-60 {
    padding-top: 30px;
}
.search-wrapper {
   
    max-width: 400px!important;
}
.banner-sec.bg-benner{
        min-height: 550px!important;
}
.search-header {
    position: fixed;
    left: 0;
    right: 0;
    top: -15px;
    
}
    .badge {
    padding: 0.75em .7em;
    font-size: 65%;
}
.badge_btn{
    margin-top:10px;
}
.badge_btn a{
        margin: 4px;
}
.badge_alert{
    display:block;
}
}

@media screen and (max-width: 1150px) and (min-width: 1023px) {
    .search-header{
            width: 45%;
    }
        .badge {
    padding: 0.75em .7em;
    font-size: 65%;
}
.badge_btn{
    margin-top:10px;
}
.badge_btn a{
        margin: 4px;
}
.badge_alert{
    display:block;
}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .footer::after {
        content: '';
        position: absolute;
        top: 33%;
        right: 0;
        width: 30%;
    }
    .footer .padding-bottom-90{
    padding-bottom: 30px;
    }
    
    
 .search-wrapper{display:none!important;}
    .header-sec .logo img{
        max-width: 150px;
    }
    .ads-sec img {
        height: 70px;
        object-fit: cover;
    }

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    /* min-width: 56px; */
    padding: 4px 0;
    margin: 0 0 10px 25px;
    /* list-style: none; */
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    max-width: 90.3%;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0;
    padding: 50px 0 0 0 !important;
    top: 31% !important;
}

.bg-benner {
    transition: min-height 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                padding 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: min-height, padding;
    overflow: hidden;
    /* Add these to prevent layout shifts */
    box-sizing: border-box;
    /* display: flex;
    flex-direction: column; */
}

.location-container,
.hidden.hide-on-scroll {
    /*transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), */
    /*            transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);*/
    will-change: opacity, transform;
}

.location-container.hidden-scroll,
.hidden.hide-on-scroll.hidden-scroll {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

.location-container.hidden-scroll .padding-top-60{
    padding-top:10px;
}


    .banner-sec .padding-top-30 {
        padding-top: 10px;
    }

    .banner-sec .location {
        width: 18px;
    }

    .banner-overlay {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        background-color: rgba(28, 31, 42, .8);
    }

    .z-index-1 {
        z-index: 11;
    }

    .search-txt {
        font-size: 1rem;
        line-height: 30px;
    }

    .banner-sec .d-flex {
        align-items: anchor-center;
    }

    .margin-top-60 {
        margin-top: 0px;
    }

    .search.margin-bottom-45 {
        margin-bottom: 15px;
    }

    .search {
        height: 50px;
    }

    .search-btn {
        margin-right: 10px;
    }

    .font-24 {
        font-size: 16px;
    }

    .banner-sec .padding-top-60 {
        padding-top: 20px;
    }

    .font-56 {
        font-size: 2rem;
        font-weight: 600;
    }

    .btn.btn-large {
        padding: 10px 15px;
    }

    .btn {
        font-size: 13px;
    }

    .margin-bottom-60 {
        margin-bottom: 30px;
    }

    h1,
    .h1 {
        font-size: 1.4rem;
    }

.search-header {
    width: 50%;
    
}
.prayer-area.on-empty .timing .label {
    padding: 5px;
    height: 25px;
    width: 142px;
    
}
    .badge {
    padding: 0.75em .7em;
    font-size: 65%;
}
.badge_btn{
    margin-top:10px;
}
.badge_btn a{
        margin: 4px;
}
.badge_alert{
    display:block;
}

}


@media screen and (max-width: 767px) {
    body {
        background-color: #dadce9;
    }
    .badge {
    padding: 0.75em .7em;
    font-size: 65%;
}
.badge_btn{
    margin-top:10px;
}
.badge_btn a{
        margin: 4px;
}
.badge_alert{
    display:block;
}

 .footer .padding-bottom-90{
    padding-bottom: 30px;
    }
    .banner-sec .padding-top-30 {
        padding-top: 10px;
    }
    .search-header{
        position: relative;
    width: 100%;
    top: 0;
    }
/*    .prayer-area.on-empty .timing .label {*/
/*    padding: 5px;*/
/*    height: 25px;*/
/*    width: 70px;*/
/*}*/
/*.prayer-area.on-empty .countdown {*/
   
/*    height: 50px;*/
/*    width: 160px;*/
/*}*/
/*.prayer-area.on-empty button {*/
/*    height: 69px;*/
/*    width: 160px;*/
    
/*}*/
    
    .prayer-sec.padding-top-60{
        padding-top:30px;
    }
        .prayer-sec.padding-bottom-60{
        padding-bottom:30px;
    }
.header-sec.sticky{
        padding: 40px 0 0px 0;
        margin-bottom: 0;
             background: none;
}
    .banner-sec .location {
        width: 18px;
    }
    .search-wrapper{display:none!important;}

.bg-benner {
    transition: min-height 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                padding 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: min-height, padding;
    overflow: hidden;
    /* Add these to prevent layout shifts */
    box-sizing: border-box;
    /* display: flex;
    flex-direction: column; */
}

.location-container,
.hidden.hide-on-scroll {
    /*transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), */
    /*            transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);*/
    will-change: opacity, transform;
}

.location-container.hidden-scroll,
.hidden.hide-on-scroll.hidden-scroll {
    top:147px !important;
    right:5% !important;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    z-index:9999999 !important;
}
    .banner-overlay {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        background-color: rgba(28, 31, 42, .8);
    }

    .z-index-1 {
        z-index: 11;
    }

    .search-txt {
        font-size: 1rem;
        line-height: 30px;
        width:70%;
    }

    .banner-sec .d-flex {
        align-items: anchor-center;
    }

    .margin-top-60 {
        margin-top: 0px;
    }

    .search.margin-bottom-45 {
        margin-bottom: 15px;
    }

    .search {
        height: 50px;
    }

    .search-btn {
        margin-right: 10px;
    }

    .font-24 {
        font-size: 16px;
    }

    .banner-sec .padding-top-60 {
                padding-top: 15px;
    }
     .banner-sec .padding-bottom-30 {
                padding-bottom: 15px;
    }

    .font-56 {
        font-size: 2rem;
        font-weight: 600;
    }

    .btn.btn-large {
        padding: 10px 15px;
    }

    .btn {
        font-size: 13px;
    }

    .margin-bottom-60 {
        margin-bottom: 30px;
    }

    h1,
    .h1 {
        font-size: 1.4rem;
    }

    .card {
        padding: 15px 15px;
    }

    .timing-container {
        display: flex;
        gap: 10px;
    }
    .timing-container.padding-top-15{
        padding-top:10;
    }

    .right-content p,
    .left-content p {
                font-size: 14px;
                        line-height: 20px;
    }

    .right-content .btn {
        font-size: 14px;
    }

    .countdown {
               padding: 14px 4px;
        border-radius: 6px;
        font-size: 11px;
        font-weight: 600;
    }

    .btn {
        padding: 10px 12px;
    }
.logo img, .logo-icon {
    width: 140px;
}
    h2,
    h2 {
        font-size: 1rem;
    }

    .timing-container .label {
        font-size: 14px;
    }

    .timing-container .time-box {
               padding: 4px 6px;
        border-radius: 10px;
        font-size: 14px;
    }

    .subscription-container.padding-bottom-90 {
        padding-bottom: 30px;
    
        padding-left: 15px;
    }

    .footer-nav {
        display: block;
    }

    .footer-bottom {
        display: grid;
    }

    .footer-bottom.padding-top-30 {
        padding-top: 15px;
    }

    footer {
        padding: 3.5rem 0;
    }


    .ads-sec img {
        height: 50px;
        object-fit: cover;
    }

    .footer::after {
        top: 32%;
        width: 100%;
    }


    .modal-content {
        padding: 30px;
    }

    .banner-sec {
        position: sticky !important;
        top: 0;
        z-index: 111;
        background-color: #fff;
    }
    .ui-front {
    z-index: 111!important;
}
    .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    /* min-width: 56px; */
    padding: 4px 0;
    margin: 0 0 10px 25px;
    /* list-style: none; */
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    max-width: 93.3%;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0;
    padding: 50px 0 0 0 !important;
    top: 31% !important;
}

    .banner-sec.bg-benner {
        min-height: 360px;
        position: relative;
    }

    .header-sec {
        position: fixed;
        left: 0;
        right: 0;
        margin-top: 45px;
        margin-bottom: 30px;
        z-index: 1111;
    }

    .countdown, .right-content .btn { width:115px;     height: 50px;}
    
    .ads-sec img.desktop { display:none;}
    .ads-sec img.mobile {display:block;height: auto;width: 100%;}
    .ads-sec .container { width:100%; padding:0; }
    
}

.banner-sec.bg-benners.policy{
    background-image: url(../image/Hero-Image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 570px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: flex;
    justify-content: end;
    align-items: end;
    position: relative;
}
 
 
@media (max-width: 1599px) and (min-width: 1367px) {
 .banner-sec.bg-benners.policy{
        min-height: 450px;
}
}
 
 
 
@media only screen and (min-width: 1281px) and (max-width : 1450px){
 
    .banner-sec.bg-benners.policy{
        min-height: 450px;
}
}
 
 
@media only screen and (min-width: 1152px) and (max-width : 1280px){
 
  .banner-sec.bg-benners.policy{
        min-height: 450px;
}
}
 
@media screen and (max-width: 1150px) and (min-width: 1023px) {
.banner-sec.bg-benners.policy{
        min-height: 450px;
}
}
 
@media screen and (max-width: 991px) and (min-width: 768px) {
.banner-sec.bg-benners.policy{
        min-height: 320px;
}
}
 
 
@media screen and (max-width: 767px) {
.banner-sec.bg-benners.policy{
        min-height: 320px;
}
}
 
header, .banner-sec, .ads-sec, .prayer-sec, .policy-sec {
    visibility: hidden;
}

@media only screen and (min-width: 1024px) and (max-width : 1910px){
    .prayer-times li{
padding-bottom: 10px!important;
}  
}

#prayertimings{
        width: 20%;
border-left: 1px solid;
position: absolute;
top: 0;
right: 2%;
}

.font-20 {
font-size: 20px;
}
#prayertimings li{
padding-bottom: 0px;
padding-top: 5px;
}
 
@media screen and (max-width: 991px) and (min-width: 768px) {
	#prayertimings li{
		line-height:18px; 
	}
   .font-20 {
    font-size: 16px;
}
 
#prayertimings li {
    padding-bottom: 5px;
}
#prayertimings {
    width: 22%;
    top: -15%;
}
}
 
@media screen and (max-width: 767px) {
	#prayertimings li{
		line-height:18px; 
	}
	.font-20 {
    font-size: 14px;
}
#prayertimings li {
    padding-bottom: 0px;
}
#prayertimings {
    width: 30%;
    top: -14%;
    right: 4%;
}
}
