:root{
    
    --black-priymery:#000;
    --black-secound:#1d2327;
    --white-primery:#ffffff;
    --white-secondary-color:#f0f0f0;
    --theme-primary-red:#990000;
    --theme-primary-light-red:#830a0a;
    --theme-yellow-color:#f1c152;
    --theme-liner-gredient:linear-gradient(180deg, #a02020, var(--theme-primary-red));;
}

/* About Slider Styles */
.about__slider {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.about__slider .swiper-slide {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__slider .gallery__thumb {
    width: 100%;
    height: 100%;
}

.about__slider .gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about__slider .swiper-slide:hover .gallery__thumb img {
    transform: scale(1.05);
}

.about__slider .swiper-button-next,
.about__slider .swiper-button-prev {
    color: var(--theme-primary-red);
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.about__slider .swiper-button-next:hover,
.about__slider .swiper-button-prev:hover {
    background: var(--theme-primary-red);
    color: white;
    transform: scale(1.1);
}

.about__slider .swiper-pagination {
    bottom: 20px;
}

.about__slider .swiper-pagination-bullet {
    background: var(--theme-primary-red);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.about__slider .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}
h2,h6{
    font-family:'Times New Roman', Times, serif;
}
/* logo css */
.header__logo {
    width: 200px;
    padding: 0;
}

/* tamil english switch css  */
  .content {
    display: none;
  }
  .content.active {
    display: block;
  }
.language-switcher>#language-select{
    padding: 1rem 0.5rem;
    border: 0;
}
.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    display: flex;
  }
  
  .switch > span {
    position: absolute;
    top: 11px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
  }
  
  input.check-toggle-round-flat:checked ~ .off {
    color:  var(--theme-primary-light-red);
  }
  
  input.check-toggle-round-flat:checked ~ .on {
    color:var(--theme-primary-light-red);
  }
  
  .switch > span.on {
    left: 0;
    padding-left: 2px;
    color:  var(--theme-primary-red);
  }
  
  .switch > span.off {
    right: 0;
    padding-right: 4px;
    color: var(--theme-primary-red);
  }
  
  .check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }
  .check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  input.check-toggle-round-flat + label {
    padding: 2px;
    width: 97px;
    height: 35px;
    background-color:  var(--theme-yellow-color);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
  input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
  }
  
  input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: var(--theme-yellow-color);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
  input.check-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
  }
  
  
  input.check-toggle-round-flat:checked + label:after {
    margin-left: 42px;
  }

.text-align-left{
    text-align: left;
}
/* tamil english switch css  */
.header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--white-primery);
    z-index: 99;
}
/* .default-btn{
	background: ;
} */
.section__header>h2{
    font-size: 2.3rem;
}
/* navabar css  */
#menubar>div> ul li:nth-child(7),#menubar>div> ul li:nth-child(8) {
    display: none;
}
.header__menu ul li a {
padding:10px 25px;
text-transform: capitalize;
}
.tamil-navbar>li a{
    padding:10px 15px !important;
   
}
.blog__comments-details ul ul, .header__menu .default-btn{
    margin-left:4px;
    color:var(--theme-primary-red);
    padding: 0 1rem;
}

.header__bottom{
    background: var(--theme-liner-gredient);
}
.header__bottom-fiexd .default-btn{
display:block;
}
.header__bottom-fiexd>div>.header__mainmenu>.header__logo>.logo-d-xl-none{
	display:block !important;
} 
.default-btn:hover{
	background: #ebbf5aa8 !important;
}
.blackfriday{
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
}

.bannertext{
    width: 100%;
    max-width: 100%;
}
.bannertext>h1{
    font-family: "Roboto", sans-serif;
    background-color: rgba(0,0,0,0.6);
    padding: 2rem;
}

.banner{
    width: 100%;
    height: 100%;
   background-size: cover;
    background-position: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* team section css */
.event__item{
    text-align: center;
    padding:1rem;
    border: 1px solid #d0d0d0;
    height: 100%;
}

.deities_images{
    width: 100%;
    height: 100%;
    border-radius:0;
}
.deities_images>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform:scale(1);
    transition: all .5s ease;
}
.deities_images{
    overflow: hidden;
}
.sermon__item{
    background-color:#f8f9fa;
    height: 100%;
    transition: all .3s ease-in;
    cursor: pointer;
}
.sermon__item:hover{
    box-shadow:5px 10px 15px #f0f0f0f0;
}
.sermon__item:hover .deities_images>img{
    transform:scale(1.2);
}
.sermon__content{
    width: 100%;
    padding:0;
}
.sermon__content>h6{
    margin-top:0rem;
}
.donationpage{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15rem 0 5rem;
    background: #f0f0f0;
}

.floadt-d{
	position: fixed;
    top: 45%;
    right: -10px;
    background: #f1c152;
    padding: 0.5rem 1.2rem 0.5rem 1rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    transition: opacity 0.3s ease; /* Smooth transition */
}

.floadt-d:hover{
	background: #42423e !important;
}
.floadt-d>span{
	display:block;
}

.floadt-d span {
  opacity: 1; /* Initially fully opaque */
  transition: opacity 0.5s ease-out; /* Smooth transition */
}



/* room booking page contact form css */
.roombookingpage{
    padding: 2rem;
    background-color: var(--white-secondary-color);
}
.RoomBooking{
    padding: 7rem 0 0;
}
.form-group>p{
    margin-bottom:0;
}
.form-group>p>label{
    width: 100%;
    
}
.form-group>p>label>span>input,.form-group>p>label>span>textarea{
margin-bottom:0;
margin-top: 0.4rem;
}
.form-group>p>label>span>select{
    height: 50px;
    margin-top: 0.4rem;
}
/* footer css */
.banner-slide{
    height: 100vh;
}

.footer-top{
    background-color:#8d0b0b;
    color:#e6e6e6;
    padding: 3rem 0;
}
.footer-top>h4{
    color: var(--white-primery); 
    font-family: "Roboto", sans-serif;
}
.footer-top>p>a,
.footer__bottom-content>p>a{
    color: #e6e6e6;
}

.footer__bottom{
    background:#6e0606;
    color: white;
}

.footer__bottom-content>p>a:hover ,
.footer-top>p>a:hover{
 color:#f1c152;
}
.sermon__content>h6{
    margin-top:1rem;
}

/* fixed bar css */
#fixed-social,#fixed-social2 {
    position: fixed;
    top: 50%;
 }
 
 #fixed-social a ,#fixed-social2 a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    position: relative;
    text-align: center;
     line-height: 40px;
    width: 50px;
    margin-bottom: 1px;
    z-index: 2;
 }
 #fixed-social a:hover>span{
     visibility: visible;
     left: 41px;
     opacity: 1;
 } 
 #fixed-social2 a:hover>span{
    visibility: visible;
    left: 41px;
    opacity: 1;
} 
 #fixed-social a span {
     line-height: 40px;
     left: 60px;
     position: absolute;
     text-align: center;
     width: 160px;
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     visibility: hidden;
     transition-duration: 0.5s;
     padding:0 0.5rem;
     z-index: 1;
     opacity: 0;
 }
 #fixed-social2 a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    visibility: hidden;
    transition-duration: 0.5s;
    padding:0 0.5rem;
    z-index: 1;
    opacity: 0;
}
  .fixed-facebook{
      background:var(--theme-primary-red);
  }
  .fixed-facebook span{
    background:var(--theme-primary-light-red);
  }
  .fixed-twitter{
    background:var(--theme-primary-red);
  }
  .fixed-twitter span{
    background:var(--theme-primary-light-red);
  }
  .language-switcher{
    display: block;
  }
@media (max-width:1199px) {
    .sermon__content>h6{
        margin-top:1rem;
    }
	.header__bottom {
    background: var(--theme-liner-gredient);
}
	.header__menu ul li a {
		color:white;
}
	.navbar-toggler{
		color:white !important;
		border:1px solid white !important;
}
#menubar>div> ul li:nth-child(7),#menubar>div> ul li:nth-child(8) {
    display: block;
}
.language-switcher{
    display: none;
}
}

/* Responsive styles for About Slider */
@media (max-width: 768px) {
    .about__slider .swiper-slide {
        height: 300px;
    }
    
    .about__slider .swiper-button-next,
    .about__slider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    
    .about__slider .swiper-pagination {
        bottom: 15px;
    }
}

@media (max-width: 576px) {
    .about__slider .swiper-slide {
        height: 250px;
    }
    
    .about__slider .swiper-button-next,
    .about__slider .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    
    .about__slider .swiper-pagination {
        bottom: 10px;
    }
}

/* Pooja Image Eye Icon Overlay Styles */
.pooja-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.pooja-image-container .pooja-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pooja-eye-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
    cursor: pointer;
}

.pooja-eye-overlay i {
    color: #fff;
    font-size: 24px;
}

.pooja-image-container:hover .pooja-eye-overlay {
    opacity: 1;
}

.pooja-image-container:hover .pooja-image {
    transform: scale(1.05);
}

/* Responsive adjustments for eye icon */
@media (max-width: 768px) {
    .pooja-eye-overlay {
        width: 50px;
        height: 50px;
    }
    
    .pooja-eye-overlay i {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .pooja-eye-overlay {
        width: 45px;
        height: 45px;
    }
    
    .pooja-eye-overlay i {
        font-size: 18px;
    }
}

/* Pooja Modal Styles */
.pooja-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

.pooja-modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 800px;
    top: 50%;
    transform: translateY(-50%);
    animation: zoomIn 0.3s ease;
}

.pooja-modal-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.pooja-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 10000;
}

.pooja-modal-close:hover {
    color: var(--theme-yellow-color);
}

.pooja-modal-caption {
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 500;
}

/* Modal Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { 
        opacity: 0;
        transform: translateY(-50%) scale(0.8);
    }
    to { 
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

/* Responsive Modal Styles */
@media (max-width: 768px) {
    .pooja-modal-content {
        width: 95%;
        max-width: 600px;
    }
    
    .pooja-modal-close {
        font-size: 35px;
        top: -35px;
    }
    
    .pooja-modal-caption {
        font-size: 16px;
        padding: 10px 0;
    }
}

@media (max-width: 576px) {
    .pooja-modal-content {
        width: 98%;
        max-width: 500px;
    }
    
    .pooja-modal-close {
        font-size: 30px;
        top: -30px;
    }
    
    .pooja-modal-caption {
        font-size: 14px;
        padding: 8px 0;
    }
}