/* ===================================
    Crafto - Yoga and meditation
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
/* font */
@font-face {
    font-family: 'cerebri-sans-regular';
    src: url('fonts/CerebriSans-Regular.woff2') format('woff2'),
        url('fonts/CerebriSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 
@font-face {
    font-family: 'cerebri-sans-medium';
    src: url('fonts/CerebriSans-Medium.woff2') format('woff2'),
        url('fonts/CerebriSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-semibold';
    src: url('fonts/CerebriSans-SemiBold.woff2') format('woff2'),
        url('fonts/CerebriSans-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-bold';
    src: url('fonts/CerebriSans-Bold.woff2') format('woff2'),
        url('fonts/CerebriSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-light';
    src: url('fonts/CerebriSans-Light.woff2') format('woff2'),
        url('fonts/CerebriSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* variable */
:root {     
    --base-color: #d42c6c;  
    --very-light-gray: #f8f2f3;
    --dark-gray: #393334;
    --medium-gray: #8b8883;
    --forest-green: #417c11;
    --soft-red: #f0e4e6;
    --prime-violet: #e1d5d8;
    --alt-font: 'Marcellus', serif;
    --primary-font:  'cerebri-sans-regular';
}
/* reset */
body {
    font-size: 18px;
    line-height: 30px; 
}
.mt-minus-30px {
    margin-top: -30px;
}
/* alt font */
.alt-font {
    font-family:  var(--alt-font) !important; 
}
/* font weight */
.primary-font.fw-500 {
    font-family: 'cerebri-sans-medium' !important; 
}
.primary-font.fw-600 {
    font-family: 'cerebri-sans-semibold' !important; 
}
.primary-font.fw-700 {
    font-family: 'cerebri-sans-bold' !important; 
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 19px;
}
header .navbar-brand img {
    max-height:45px;
}
/* Shape image animation */
.shape-image-animation svg {
    height: auto;
    width: auto;
}
/* bg color */
.bg-gradient-fast-pink-light-yellow {
    background-image: linear-gradient(to right, #d64e68, #d64e68, #e15c66, #f16e63, #f16e63);
}
.bg-base-color-transparent {
    background-color: rgba(214,78,104,0.1);
}
/* border color */
.border-color-prime-violet {
    border-color: var(--prime-violet) !important;
}
/* heading */
h4 {
    line-height: 2.5rem;
}
/* btn */
.btn {
    font-weight: 400;
    text-transform: none;
}
.btn.btn-extra-large {
    font-size: 19px;
}
.btn.btn-large {
    font-size: 18px;
}
.btn.btn-medium {
    font-size: 17px;
}
.btn.btn-small {
    font-size: 16px;
}
.btn.btn-very-small {
    font-size: 15px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn-gradient-base-color {
    background-image: linear-gradient(to right, #df3468, #fe6b5b, #df3468);
    background-size: 200% auto;
    color: var(--white);
}
.slider-shadow-right {
    mask-image: linear-gradient(to right, transparent 0%, #000000 0%, #000000 50%, transparent 80%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 0%, #000000 50%, transparent 80%);
}
/* icon with text style 10 */
.icon-with-text-style-10 .feature-box-icon:before,
.icon-with-text-style-10:hover .feature-box-icon:before {
    opacity: 0.065;
}
/* services box */
.services-box-style-01:hover .box-overlay {
    opacity: 0.4;
}
/* event style 02  */ 
.time-table-box + .time-table-box.name-box:before {
    background-color: #5e5657;
}
.time-table-box .inner-box > div {
    font-size: 16px;
    margin-top: 2px;
}
.name-box span {
    font-family: 'cerebri-sans-medium'; 
    color: var(--dark-gray);
}
.hover-detail-inner span:first-child {
    font-size: 18px;
    color: var(--base-color);
    display: block;
}
.hover-detail-inner span:nth-child(2) {
    font-size: 16px;
    color: var(--dark-gray);
    font-family: 'cerebri-sans-medium';
    margin-bottom: 8px;
    display: block;
}
.hover-detail-inner p {
    font-size: 16px;
}
/* accordion style 02 */
.accordion-style-02 .accordion-item .accordion-header {
    padding: 20px 0;
}
/* top right bottom left */
.right-45px {
    right: 45px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.063rem;
    line-height: 4.688rem;
}
.page-title-extra-large h2 {
    font-size: 20px;
    line-height: 24px;
}
/* newsletter style 02 */
.newsletter-style-02 input { 
    padding-right: 100px !important;
    font-size: 16px;
}
/* footer */
footer .footer-logo img {
    max-height: 45px;
}
.footer-dark p, .footer-dark a {
    color: var(--medium-gray);
}
footer {
    padding-top: 90px;
    padding-bottom: 90px;
}
footer .newsletter-style-02 .btn {
    padding: 10px 12px 9px 12px;
}
footer .elements-social.social-icon-style-01 li:last-child,
footer .elements-social.social-icon-style-02 li:last-child,
footer .elements-social.social-icon-style-05 li:last-child,
footer .elements-social.social-icon-style-08 li:last-child {
    margin-right: 0;
}
/* Slider revolution css */
.wave-sonar { position: absolute; width: 100%; height: 100%;border-radius: 50%;top: 0; left: 0; -webkit-animation: wave-sonar 2s linear infinite; animation: wave-sonar 2s linear infinite; background-color: #fff; opacity: 0.1;}

@-webkit-keyframes wave-sonar {0% {opacity: 0.16; -webkit-transform: scale(0.1); -moz-transform: scale(0.1); -ms-transform: scale(0.1); transform: scale(0.1);} 100% {opacity: 0; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}}
@keyframes wave-sonar {0% {opacity: 0.16; -webkit-transform: scale(0.1); -moz-transform: scale(0.1); -ms-transform: scale(0.1); transform: scale(0.1);} 100% {opacity: 0; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}}
/* media query responsive */
@media (max-width: 1399px) {
    .shape-image-animation {
        bottom: -10px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 11px;
        padding-right: 11px;
    }
    footer .elements-social.social-icon-style-01 li,
    footer .elements-social.social-icon-style-02 li,
    footer .elements-social.social-icon-style-05 li,
    footer .elements-social.social-icon-style-08 li {
        margin: 0 16px 0 0;
    }
    .accordion-style-05 .accordion-item .accordion-body {
        padding-right: 0;
    }
    .accordion-style-05 .accordion-item {
        padding-left: 60px;
    }
    .name-box span {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .md-z-index-minus-1 {
        z-index: 1;
    }
    footer {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .time-schedule-scroll {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .time-schedule-scroll .time-schedule-min-width {
        min-width: 1000px;
    }
}
@media (max-width: 767px) {
    .sm-box-shadow {
        box-shadow: 0 0 15px rgba(0,0,0,.06);
    }
    .slider-shadow-right {
        mask-image: none;
        -webkit-mask-image: none;
    }
    footer {
        padding-top: 50px;
        padding-bottom: 50px;
    } 
}
@media (max-width: 575px) {
    .accordion-style-05 .accordion-item .number {
        top: 18px;
    }
    .accordion-style-05 .accordion-item {
        padding-left: 50px;
        padding-right: 30px;
    }
    .social-icon-style-06 ul li a {
        padding: 0 15px;
    }
    .elements-social ul li {
     	margin-bottom: 0px;
    } 
}
@media (min-width: 778px) and (max-width: 1250px) {
    .yoga-and-meditation-slider-images {padding: 0 100px !important;}
    .yoga-and-meditation-slider-text {padding: 0 60px !important;}
}
@media (max-width: 778px) {
    #yoga-and-meditation-slider_wrapper { height: 750px !important; padding-top: 50px;}
}
@media (max-width: 479px) {
    #yoga-and-meditation-slider_wrapper { height: 550px !important; padding-top: 0;}
}
@media (max-width: 359px) {
    .header-icon .header-social-icon a {
        font-size: 17px;
        padding-left: 19px;
    }
    
}
@media  (max-width: 900px) and (orientation: landscape) {
    #yoga-and-meditation-slider_wrapper { height: 500px !important;}
    .yoga-and-meditation-slider-images {padding: 0 200px !important;}
    .yoga-and-meditation-slider-text {padding: 0 120px !important;}
}
/* ==========================================
   Temple Mobile Header
========================================== */

.temple-logo{
    display:flex;
    flex-direction:column;
    text-decoration:none;
}

.temple-logo span{
    color:#ffb300;
    font-size:20px;
    font-weight:600;
    line-height:1.2;
    padding: 5px;
}

.temple-logo small{
    color:#ffb300;
    font-size:16px;
    line-height:1;
}

@media (max-width:991px){

    .temple-logo{
        width:100%;
        text-align:center;
    }

    .temple-logo span{
        display:block;
        width:100%;
        text-align:center;
        font-size:16px;
        justify-content:center;
    }

}
/* ==========================================
   Hero Image Responsive
========================================== */

.hero-deity-img{
    width:100%;
    height:100vh;
    object-fit:cover;
    display:block;
}

/* Large Tablet */
@media (max-width:1199px){

    .hero-deity-img{
        height:85vh;
    }

}

/* Tablet */
@media (max-width:991px){

    .hero-deity-img{
        height:70vh;
        object-fit:contain;
    }

}

/* Mobile */
@media (max-width:767px){

    .hero-deity-img{
        height:auto;
        object-fit:contain;
        margin:0 auto;
    }

}

/* Small Mobile */
@media (max-width:480px){

    .hero-deity-img{
        width:85%;
    }

}
/* Mobile Hero Image */
.hero-deity-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Mobile (450 x 780) */
@media (max-width: 480px) {
    .hero-deity-img {
                  /* Increase to zoom in */
        height: 100vh;
        object-fit: cover;
        object-position: center center;
        width: 100%;
    }
}
.tamil-font{
    font-family: 'Noto Serif Tamil', serif;
}
/* ===========================
      Temple Footer
=========================== */

.temple-footer{
    background:#870000;
    padding:70px 0 0;
    color:#fff;
}

.footer-card{
    border:1px solid rgba(255,255,255,.4);
    border-radius:15px;
    padding:35px 20px;
}

.footer-card h5{
    color:#fff;
    margin-bottom:20px;
    font-weight:600;
}

.footer-card p{
    margin-bottom:5px;
    font-size:18px;
    color:#fff;
}

.footer-goddess-img{
    width:190px;
    border-radius:10px;
}

.payment-img{
    width:380px;
    max-width:100%;
    background:#fff;
    border-radius:15px;
    padding:12px;
}

.footer-btn{

    display:block;
    width:100%;
    padding:18px;

    border:1px solid rgba(255,255,255,.5);

    border-radius:15px;

    text-align:center;

    color:#fff;

    text-decoration:none;

    margin-bottom:25px;

    transition:.3s;

    font-size:18px;

}

.footer-btn:hover{

    background:#F4C430;

    color:#870000;

}

.footer-bottom{

    margin-top:60px;

    background:#fff;

    color:#000;

    text-align:center;

    padding:15px;

    font-size:18px;

}

.footer-bottom strong{

    color:#870000;

}

/* Mobile */

@media(max-width:991px){

    .footer-card{

        margin-bottom:35px;

    }

    .footer-btn{

        margin-bottom:15px;

    }

    .footer-goddess-img{

        width:170px;

    }

}

@media(max-width:576px){

    .temple-footer{

        padding-top:50px;

    }

    .footer-card{

        padding:25px;

    }

    .footer-bottom{

        font-size:15px;

    }

}
/* Google Map */

.google-map iframe {
    width: 100%;
    height: 600px;
    border: 0;
}

@media (max-width: 991px) {
    .google-map iframe {
        height: 450px;
    }
}

@media (max-width: 576px) {
    .google-map iframe {
        height: 350px;
    }
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #20b954;
}
.wa-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 64px;
    height: 64px;
    z-index: 9999;
  }

  .wa-float a.wa-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #25D366; /* WhatsApp green */
    color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.2);
    text-decoration: none;
    transition: transform .15s ease;
  }

  .wa-float a.wa-btn:hover {
    transform: translateY(-2px) scale(1.03);
  }

  /* Curved label holder (sits above the button) */
  .wa-arc {
    position: absolute;
    left: 50%;
    top: -10px;               /* controls gap above the button */
    width: 110px;             /* overall width of the arc */
    height: 70px;             /* overall height of the arc */
    transform: translateX(-50%);
    pointer-events: none;     /* let clicks go to the button */
  }

  /* Optional gentle pulse to draw attention */
  .wa-pulse::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
    animation: waPulse 2s infinite;
  }
  @keyframes waPulse {
    0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55); }
    70%  { box-shadow: 0 0 0 24px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
  }

  /* Dark backgrounds: add a text halo for readability */
  .wa-arc text {
    font: 700 14px/1 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    paint-order: stroke;
    stroke: rgba(0,0,0,.45);  /* subtle outline */
    stroke-width: 3px;
  }
  #google_translate_element {
  display: inline-block;
}

/* Translate Widget Styling */
#google_translate_element {
  display: inline-flex;
  align-items: center;
  margin-bottom: 13px;
  margin-left: 10px;
}

.goog-te-gadget {
  font-family: inherit !important;
  font-size: 0 !important; /* hides "Powered by Google" text */
}

.goog-te-gadget-simple {
  background: transparent !important;
  border: 1.5px solid #332e2e !important;
  border-radius: 20px !important;
  padding: 6px 12px !important;
  font-size: 13px !important;
  color: #332e2e!important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.goog-te-gadget-simple span,
.goog-te-gadget-simple .goog-te-menu-value span {
  color: #332e2e !important;
  font-weight: 600 !important;
  border: none !important;
  text-decoration: none !important;
}

/* Hide the ugly arrow image, use CSS arrow instead */
.goog-te-gadget-simple img {
  display: none !important;
}

.goog-te-gadget-simple::after {
  content: "";
  color: #332e2e;
  font-size: 14px;
}

/* Dropdown menu styling */
.goog-te-menu-frame {
  border-radius: 10px !important;
  box-shadow: 0 4px 20px rgba(200, 137, 10, 0.2) !important;
}
/* Temple Feature Cards */

.temple-card{
    background:#fff;
    border-radius:15px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
    border-top:4px solid #c89b3c;
}

.temple-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.card-number{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#8B0000;
    color:#fff;
    font-size:24px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
}

.temple-card h5{
    color:#8B0000;
    margin-bottom:15px;
    font-weight:600;
}

.temple-card p{
    margin:0;
    color:#555;
    line-height:1.8;
}