.elementor-890 .elementor-element.elementor-element-65a0d9c{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--overflow:hidden;border-style:none;--border-style:none;--margin-top:77px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:1px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-890 .elementor-element.elementor-element-65a0d9c.e-con{--align-self:stretch;}.elementor-890 .elementor-element.elementor-element-26404fa > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-890 .elementor-element.elementor-element-7d34d9b{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--overflow:hidden;border-style:none;--border-style:none;--margin-top:-170px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-890 .elementor-element.elementor-element-e2ebe79 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-890 .elementor-element.elementor-element-65a0d9c{--width:100%;}.elementor-890 .elementor-element.elementor-element-7d34d9b{--width:100%;}}@media(max-width:1024px){.elementor-890 .elementor-element.elementor-element-65a0d9c{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-890 .elementor-element.elementor-element-65a0d9c{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-890 .elementor-element.elementor-element-7d34d9b{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-26404fa *//* Full-width video section */
.full-width-video-section {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* Video background styling */
.video-background {
  position: relative;
  width: 100%;
  height: 100%;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay for Buttons */
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  padding: 1rem;
  width: 100%;
}

.custom-btn {
  display: inline-block;
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  padding: 1rem 2.5rem;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 30px;  /* bigger rounded corners for modern pill shape */
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2); /* subtle glow */
  letter-spacing: 1px;
}

.custom-btn:hover {
  background-color: #ffffff;
  color: #000000 !important;
  box-shadow: 0 6px 15px rgba(255, 255, 255, 0.4); /* stronger glow on hover */
}

/* Default desktop layout: side by side */
.video-overlay .custom-buttons {
    display: flex;
    flex-direction: row; /* side by side on desktop */
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

/* Mobile layout: stack buttons */
@media screen and (max-width: 768px) {
    .video-overlay .custom-buttons {
        flex-direction: column;
    }

    .custom-buttons a.custom-btn {
        font-size: 16px;
        padding: 12px 24px;
        width: 80%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2ebe79 *//* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

/* Hero Title - Large Gradient Text */
.hero h1,
.ta-hero-title,
.hero-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(3.5rem, 9vw, 7rem) !important;
    font-weight: 900 !important;
    margin-bottom: 2rem !important;
    background: linear-gradient(135deg, #ffffff, #6366f1, #ec4899, #ffffff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    text-shadow: 0 4px 20px rgba(99, 102, 241, 0.3) !important;
}

/* Hero Subtitle - Italic Blue Text */
.hero-subtitle,
.ta-hero-subtitle {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(1.4rem, 4vw, 2.5rem) !important;
    font-style: italic !important;
    color: #4169E1 !important;
    margin-bottom: 2.5rem !important;
    opacity: 0.95 !important;
    text-shadow: 0 3px 20px rgba(65, 105, 225, 0.5) !important;
    font-weight: 500 !important;
}

/* Hero Description */
.hero-description,
.ta-hero-description {
    font-size: 1.4rem !important;
    color: rgba(255, 255, 255, 0.85) !important;
    max-width: 800px !important;
    margin: 0 auto 4rem !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif !important;
}

/* Service Titles - Gradient Text */
.service-main-title,
.ta-service-title,
.service-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.8rem, 6vw, 4rem) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 2rem !important;
    background: linear-gradient(135deg, #fff, #6366f1, #ec4899, #fff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
}

/* Section Titles - Gradient Text */
.section-title,
.ta-section-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(3rem, 6vw, 4.5rem) !important;
    font-weight: 800 !important;
    margin-bottom: 2rem !important;
    background: linear-gradient(135deg, #e2e8f0, #6366f1, #ec4899) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
}

/* Welcome Title - Large White Text */
.welcome-title,
.ta-welcome-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.5rem, 6vw, 4rem) !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin-bottom: 2rem !important;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.4) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
}

/* Value Card Titles */
.value-title,
.ta-value-title {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 1.5rem !important;
    font-family: 'Playfair Display', serif !important;
}

/* Description Text */
.service-main-description,
.ta-service-description,
.service-description {
    color: #94a3b8 !important;
    font-size: 1.3rem !important;
    line-height: 1.8 !important;
    margin-bottom: 2rem !important;
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif !important;
}

.section-description,
.ta-section-description {
    font-size: 1.4rem !important;
    color: #94a3b8 !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    text-align: center !important;
    font-family: 'Inter', sans-serif !important;
}

.welcome-text,
.ta-welcome-text {
    font-size: 1.3rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif !important;
}

.value-description,
.ta-value-description {
    color: #94a3b8 !important;
    line-height: 1.7 !important;
    font-size: 1.1rem !important;
    font-family: 'Inter', sans-serif !important;
}

/* Time Display */
.time-label,
.ta-time-label {
    display: block !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.75rem !important;
    letter-spacing: 0.5px !important;
    font-family: 'Inter', sans-serif !important;
}

.time-main,
.ta-time-main {
    display: block !important;
    color: white !important;
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    font-weight: 900 !important;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4) !important;
    letter-spacing: -0.02em !important;
    font-family: 'Inter', sans-serif !important;
}

/* Badge Text */
.hero-badge,
.ta-hero-badge {
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
}

/* Button Text */
.btn,
.ta-btn {
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    font-family: 'Inter', sans-serif !important;
}

/* Live Pulse Text */
.live-pulse,
.ta-live-pulse {
    color: white !important;
    font-weight: 700 !important;
    font-family: 'Inter', sans-serif !important;
}

/* Banner Highlight Text */
.banner-highlight,
.ta-banner-highlight {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
}

/* Force font loading */
body {
    font-family: 'Inter', sans-serif !important;
}

/* Responsive Typography */
@media (max-width: 768px) {
    .hero h1,
    .ta-hero-title,
    .hero-title {
        font-size: clamp(2.5rem, 8vw, 4rem) !important;
    }
    
    .hero-subtitle,
    .ta-hero-subtitle {
        font-size: clamp(1.2rem, 4vw, 2rem) !important;
    }
    
    .hero-description,
    .ta-hero-description {
        font-size: 1.2rem !important;
    }
    
    .service-main-title,
    .ta-service-title,
    .service-title {
        font-size: clamp(2rem, 6vw, 3rem) !important;
    }
    
    .section-title,
    .ta-section-title {
        font-size: clamp(2.5rem, 6vw, 3.5rem) !important;
    }
    
    .welcome-title,
    .ta-welcome-title {
        font-size: clamp(2.5rem, 8vw, 4rem) !important;
    }
}
/* IMPROVED Service Times Layout */
.service-times {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.service-time {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.service-time::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.service-time:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.service-time:hover::before {
    transform: scaleX(1);
}

.service-time:nth-child(1)::before {
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
}

.service-time:nth-child(2)::before {
    background: linear-gradient(90deg, #ef4444, #dc2626);
}

.language {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 1.5rem;
    font-family: 'Inter', sans-serif;
}

.service-time .time-main {
    font-size: clamp(2.2rem, 4vw, 2.8rem) !important;
    margin-bottom: 0 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.service-time::after {
    content: '🙏';
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 1.5rem;
    opacity: 0.6;
}

.service-time:nth-child(2)::after {
    content: '✝️';
}/* End custom CSS */