/*

Theme Name: vasanthapuram

Theme URI: 

Author: vasanthapuram

Author URI: 

Description: Simple and Responsive Wordpress theme.

*/

@font-face {
  font-family: "Poppins-Thin";
  src: url("fonts/Poppins-Thin.ttf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: "Poppins-Light";
  src: url("fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("fonts/Poppins-ExtraLight.ttf");
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("fonts/Poppins-ExtraBold.ttf");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins-Black";
  src: url("fonts/Poppins-Black.ttf");
}

@font-face {
  font-family: "Cremona";
  src: url("fonts/Cremona.ttf");
}
@font-face {
  font-family: "AvehopeDEMO-Regular";
  src: url("fonts/AvehopeDEMO-Regular.otf");
}
/* -- style for common -- */
:root {
  --primary-color: #930616;
  --secondary-color: #000000;
  --white-color: #ffffff;
}
body {
  font-family: "Poppins-Regular";
  overflow-x: hidden;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 27px;
}
a,
input,
textarea,
button,
select {
  outline: none;
}
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: var(--white-color);
}
input:-webkit-autofill {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--white-color);
}

a {
  color: var(--secondary-color);
}
a:hover {
  color: var(--primary-color);
}
p {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
  width: 100%;
  padding: 17px 23px !important;
  border-radius: 6px !important;
  color: var(--primary-color);
  height: 50px;
  font-size: 16px !important;
  border: 0px !important;
  box-shadow: none !important;
  background-color: var(--white-color) !important;
}
select {
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./images/down-arrow.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 54%;
  background-size: 14px;
  cursor: pointer;
  padding-right: 36px;
}
input:focus,
select:focus {
  border: 0px !important;
  box-shadow: none !important;
}
textarea {
  padding: 17px 23px !important;
  width: 100%;
  border: 0px !important;
  color: var(--primary-color);
  border-radius: 6px !important;
  height: 184px !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  font-size: 16px !important;
  background-color: var(--white-color) !important;
}
textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: none !important;
}

header,
section,
footer {
  float: left;
  width: 100%;
}
.container {
  width: 1557px;
  max-width: 100%;
  padding: 0px 70px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins-Bold";
  color: var(--primary-color);
  font-weight: initial;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-size: 36px;
  line-height: 46px;
}
h2 {
  font-size: 32px;
  line-height: 42px;
}
h3 {
  font-size: 28px;
  line-height: 38px;
}
h4 {
  font-size: 26px;
  line-height: 36px;
}
h5 {
  font-size: 24px;
  line-height: 34px;
}
h6 {
  font-size: 22px;
  line-height: 30px;
}

.full-width {
  width: 100%;
  float: left;
}

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

:focus {
  box-shadow: none !important;
}

.header_logo img {
  width: 100px;
}
.header_sec_main.full-width {
  padding: 10px 15px;
  text-align: center;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
    z-index: 9;
}
.banner-image {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.banner-content {
  position: relative;
  z-index: 2;
  max-width: 1018px;
  color: #ffffff;
}

.banner-content h1 {
font-size: 42px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 30px;
}

.banner-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
   color: #fff;
  opacity: 0.95;
}
.common-btn {
  display: inline-block;
  padding: 14px 36px;
  background-color: #930616;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Poppins-SemiBold";
  border-radius: 50px;
  transition: all 0.3s ease;
}

.common-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}

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


/* Thiruvizha Section */
.thiruvizha-sec {
  padding: 80px 15px;
  background: #f8f8f8;
}
.common-heading {
  font-size: 36px;
  margin-bottom: 25px;
  color: #930616;
  line-height: 45px;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.thiruvizha-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}


.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thiruvizha-image img {
  width: 100%;
  border-radius: 20px;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.15); */
  /* height: 500px; */
object-fit: contain;
  object-position: center;
}
/* .padding-50 {
  padding-top: 50px;
} */
/* .thiruvizha-image {
  background: #000;
  border-radius: 20px;
} */
.tile-inner.modula-item-link {
  display: none;
}
.contact-map-sec {
  padding: 80px 15px;
  background: #f9f9f9;
}
.contact-map-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.contact-map {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: 0;
}
.contact-form-wrap {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}


.contact-form-wrap p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.contact-form-wrap {
  background-color: #930616;
}
.contact-form-wrap h2 {
  color: #fff;
}
.frm_form_fields label {
  color: #fff !important;
}
.header_sec_main.full-width.fixed {
  background-color: #fff;
   box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
/* Footer */

footer {
  background-color: #930616;
  color: #ffffff;
  padding-top: 60px;
  font-size: 15px;
}
.footer-top-sec {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-logo img {
  max-width: 130px;
}
.footer-menu {
  line-height: 1.7;
  color: #f1f1f1;
}

.footer-menu p,
.footer-menu a {
  color: #f1f1f1;
}

.footer-menu a:hover {
  text-decoration: underline;
}
.social-media-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.social-media-links li a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-media-links li a:hover {
  background: #7a0412;
}

.social-media-links img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.social-media-links li a:hover img {
  filter: none;
}
.footer-btm-sec {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  color: #f1f1f1;
  padding-bottom: 10px;
}
.footer-address {
  width: 250px;
  margin: 0 auto;
}
.frm_button_submit {
  display: inline-block !important;
  padding: 14px 36px !important;
  background-color: #fff !important;
  color: #930616 !important;
  text-decoration: none !important;
  font-size: 16px !important; 
  font-family: "Poppins-SemiBold" !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
  border: none !important;
}
.footer-logo img {
  border-radius: 50%;
}
/* Countdown */

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
      display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}

#overlay button {
    padding: 15px 40px;
    font-size: 20px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
}

#overlay button:hover {
    transform: scale(1.1);
    background-color: #ddd;
}

#countdown {
    margin-top: 30px;
    font-size: 145px;
    display: none;
      font-family: "Poppins-Bold";
}
.figc-inner p {
  display: none !important;
}
#open-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.inner-page-content-sec.full-width {
  min-height: calc(100vh - 200px);
  padding: 110px 0px;
  text-align: center;
    display: flex;
    align-items: center;
}
.inner-page-banner.full-width {
  margin-top: 50px;
}

#particles {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    display: none;
    z-index: 9999;
}

.particle {
    position: absolute;
    top: -20px;
    animation: fall linear forwards;
}

/* Confetti paper */
.particle.paper {
    width: 10px;
    height: 6px;
    border-radius: 2px;
}

/* Flower */
.particle.flower {
    font-size: 18px;
    line-height: 1;
}

@keyframes fall {
    to {
        transform: translateY(110vh) rotate(360deg);
        opacity: 0;
    }
}
