@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap');

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

:root { 
  --background-color: #ffffff;
  --default-color: #444444; 
  --heading-color: #111111; 
  --accent-color: #FFA500; 
  --surface-color: #ffffff; 
  --contrast-color: #ffffff;
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #212529;  
  --nav-hover-color: #FFA500; 
  --nav-mobile-background-color: #ffffff; 
  --nav-dropdown-background-color: #ffffff; 
  --nav-dropdown-color: #212529; 
  --nav-dropdown-hover-color: #FFA500; 
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #1b1b1b;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #353535;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}
/* 1. Classic & Elegant */
:root {
  --deeep-blue:##003366;
  --gold:#FFD700;
  --soft-white:#F5F5F5;
  --light-gray:#D3D3D3;
}
/* 2. Calming & Peaceful */
:root{
  --light-blue:#A3C9E2;
  --cream:#FFF5E1;
  --soft-gray:#B4B4B4;
  --white:#FFFFFF;
}
/* 3. Natural & Earthy */
:root{
--saga-green:#9DC88D;
--warm-taupe:#D1B2A1;
--light-beige:#F1E5C9;

}
/* 4. Modern & Minimal */
:root {
  --charcoal-gray:#333333;
  --soft-blue:#7F8C8D;
  --light-beige:#F4F4F4;

}
/* 5. Spiritual & Sacred */
:root {
  --purple:#6A0DAD;
  --silver :#C0C0C0;
}
/* 6. Joyful & Welcoming */
:root{
--pastel-yellow:#F8E71C;
--light-sky-blur:#87CEFA;
--off-white:#F4F4F4;
--soft-green:#A9DFBF;
}

/* index page */
:root {
--deeep-blue: #003366;
--gold: #FFD700;
--soft-white: #F5F5F5;
--light-gray: #D3D3D3;
--light-blue: #A3C9E2;
--cream: #FFF5E1;
--soft-gray: #B4B4B4;
--white: #FFFFFF;
--saga-green: #9DC88D;
--warm-taupe: #D1B2A1;
--light-beige: #F1E5C9;
--charcoal-gray: #333333;
--soft-blue: #7F8C8D;
--purple: #6A0DAD;
--silver: #C0C0C0;
--pastel-yellow: #F8E71C;
--light-sky-blue: #87CEFA;
--off-white: #F4F4F4;
--soft-green: #A9DFBF;
--thick-white:#fff;
--logo-blue:#546baf;
--logo-red:#fe0000;
}

body {
font-family: Arial, sans-serif;
background-color: var(--soft-white);
}

.sticky-header {
position: fixed;
top: 0;
width: 100%;
/* background-color: var(--deeep-blue);
background-color: #333740; */
/* background: linear-gradient(45deg, #333740, #5f6a72); */
/* padding: 10px 0; */
z-index: 1000;
transition: background 0.3s;
top:20px;
transition: top 0.3s;
/* background-color: var(--thick-white); */
background-color: #f8f4e9 !important;
border-bottom: 5px solid var(--logo-blue);
}

.sticky-header.scrolled {
/* background-color: var(--charcoal-gray);
background-color:var(--thick-white) ; */
top: 0;

}


.nav-link {
/* color: var(--gold) !important; */
font-weight: bold;
}
.nav-link:hover {
  color: var(--logo-red) !important;
  font-size: 14px;
  /* padding-bottom: 40px; */
  /* border-bottom: 10px solid var(--logo-blue); */
}

.hero-section {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: url('background.jpg') no-repeat center center/cover;
color: var(--white);
text-align: center;
}

.nav li {
list-style: none;
}
/* desktop view */
@media (min-width: 769px) {
  .ham-mb {
      display:none;
    }
}
/* mobole view */
@media (max-width: 768px) {
.nav {
    /* flex-direction: column; */
    display:none;
}
.logo img {
  width:50% !important;
}
.top_head_container{
  padding: 5px !important;
  /* flex-direction: column; */
  /* padding-bottom: 30px; */
}
.sticky-header {
    padding: 0px 15px;
}
.sticky-header {
  top:80px;
}
.mail-mb{
  display: none !important;
}
.ham-mb {
  display:block;
}
#imageSlider {
  top:55px !important;
}
/* ------------------ */
.nav-item a{
 /* color : white; */
 color:green;
}
}
h1 {
font-size: 36px; 
margin: 0; 
display: flex; /* Use flexbox to align elements */
align-items: center;
color:var(--contrast-color); /* Vertically center elements */
font-weight: 600;
}
.subtext {
font-size: 14px; /* Smaller font size for subtext */
padding-top:10px;
font-weight: normal; /* Optional: makes it a bit lighter */
color:var(--pastel-yellow);
}
/* CAROUSEL */
.carousel-item img {
  width: 100%;
  /* height: 800px; */
  object-fit: cover;
  animation: fadeIn 1s ease-in-out;
  position:relative;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
#imageSlider {
  top:45px;
}

/* about section */
.abt_sec_about-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      /* background: #f9f9f9; */
      background-color: #6ea5db14;
       padding:105px 20px 60px 20px;
      /* padding: 60px 20px; */
      overflow: hidden;
    }
    .abt_sec_about-title span {
      color: var(--logo-red);
    }
    .tit_myp {
      color: var(--logo-blue) !important;
    }
    .abt_sec_about-text {
      animation: abt_sec_fadeInLeft 1s ease-out forwards;
      opacity: 0;
    }
    .me-2 {
      color:var(--gold);
    }
    .abt_sec_about-img {
      max-width: 100%;
      border-radius: 20px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
      animation: abt_sec_fadeInRight 1s ease-out forwards;
      opacity: 0;
    }
    @keyframes abt_sec_fadeInLeft {
      from { transform: translateX(-50px); opacity: 0; }
      to { transform: translateX(0); opacity: 1; }
    }
    @keyframes abt_sec_fadeInRight {
      from { transform: translateX(50px); opacity: 0; }
      to { transform: translateX(0); opacity: 1; }
    }
    .abt_sec_about-title {
      font-size: 2.0rem;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .abt_sec_about-desc {
      font-size: 0.9rem;
      line-height: 1.7;
    }
/* end about section */
/* hamberger */
/* --- MOBILE VIEW (Applied only when screen is 991px or smaller) --- */
@media screen and (max-width: 991px) {
    .sidepanel {
        /*height: 100%;*/
        height:fit-content;
        width: 0; /* Hidden by default on mobile */
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        background-color: blue; /* Your theme color */
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        display: block !important;
        color: white;
    }

    .sidepanel .nav {
        display: flex !important;
        flex-direction: column; /* Stacked one by one for mobile */
        padding-left: 30px;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .sidepanel .nav-link {
        color: white !important;
        display: block !important;
        padding: 10px 0;
    }

    .sidepanel .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        text-decoration: none;
        color: #818181;
        display: block;
    }

    /* Show hamburger icon on mobile */
    .ham-mb {
        display: block;
    }
    .video-thumbnail img {
    height: 190px !important;
    }
    /* media */
    .miyapur_media_section .nav-pills {
        display: flex;
        flex-wrap: nowrap; /* Prevents wrapping to a second line */
        overflow-x: auto;  /* Allows horizontal swiping if buttons are too wide */
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
        justify-content: flex-start !important; /* Align to left for better swiping */
    }

    .miyapur_media_section .nav-item {
        margin-right: 10px;
    }

    .miyapur_media_section .nav-pills .nav-link {
        white-space: nowrap; /* Keeps text on one line */
        font-size: 0.85rem;  /* Slightly smaller font for mobile */
        padding: 10px 20px !important;
    }
    .md_mbvw {
      width:100%;
    }
      .abt_sec_about-title {
    font-size: 1.7rem !important;
    }
}

/* Ensure the tab content is forced to show */
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

}

/* --- DESKTOP VIEW (Applied when screen is 992px or larger) --- */
@media screen and (min-width: 992px) {
    .sidepanel {
        /* Reset sidepanel behavior for desktop */
        width: auto !important; 
        position: static !important;
        height: auto !important;
        background-color: transparent !important;
        padding-top: 0 !important;
        overflow: visible !important;
        display: block !important;
    }

    .sidepanel .nav {
        display: flex !important;
        flex-direction: row !important; /* Side-by-side links for desktop */
        opacity: 1 !important;
        visibility: visible !important;
    }

    .sidepanel .nav-link {
        color: inherit; /* Or your preferred desktop link color */
        padding: 0.5rem 1rem;
    }

    /* Hide hamburger and close button on desktop */
    .ham-mb, 
    .sidepanel .closebtn {
        display: none !important;
    }
    
}
/* bible studies */
/* Bible Studies Custom Styling */
.study-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 15px;
}

.study-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}

.study-card img {
    height: 200px;
    object-fit: cover; /* Keeps images from stretching */
    transition: transform 0.5s ease;
}

.study-card:hover img {
    transform: scale(1.1);
}

.study-card .card-title {
    color: #333;
    font-size: 1.1rem;
}

.study-card .btn-outline-primary {
    border-color: blue;
    color: blue;
}

.study-card .btn-outline-primary:hover {
    background-color: blue;
    color: white;
}
/* end bible studies */
/* short films */
/* Short Films Custom Styling */
.film-card {
    transition: all 0.4s ease;
    border-radius: 20px !important;
    overflow: hidden;
}

.film-card:hover {
    transform: translateY(-10px);
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
}

.video-thumbnail img {
    height: 250px;
    object-fit: cover;
    transition: 0.5s;
}

.film-card:hover .video-thumbnail img {
    transform: scale(1.05);
    filter: brightness(70%);
}

/* Play Button Overlay */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    opacity: 0;
    transition: 0.3s;
    text-decoration: none;
}

.film-card:hover .play-btn {
    opacity: 1;
}

.film-card .card-title {
    min-height: 50px;
    font-size: 1.2rem;
}

.btn-danger {
    background-color: #FF0000; /* YouTube Red */
    border: none;
    padding: 10px 25px;
    font-weight: bold;
}
/* Modern Card Animation */
.film-card, .study-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Floating Animation */
@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.film-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 255, 0.2); /* Blue glow */
    border: 1px solid blue;
    transform: scale(1.03) !important;
}

/* Play Button Ripple Animation */
.play-btn {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
    70% { transform: translate(-50%, -50%) scale(1); box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
    100% { transform: translate(-50%, -50%) scale(0.95); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}
/* end short fimls */
/* media start */
/* Media Section Styling */
.miyapur_media_section {
    background-color: #ffffff;
}

.miyapur_media_title {
    color: #1a237e; /* Deep Spiritual Blue */
}

.miyapur_media_underline {
    height: 4px;
    width: 80px;
    background: linear-gradient(to right, #1a237e, #00d4ff);
    border-radius: 10px;
}

/* Tabs Styling */
.miyapur_media_section .nav-pills .nav-link {
    color: #555;
    border: 2px solid #eee;
    margin: 0 10px;
    border-radius: 50px;
    transition: 0.3s;
}

.miyapur_media_section .nav-pills .nav-link.active {
    background-color: #1a237e !important;
    border-color: #1a237e;
    box-shadow: 0 10px 20px rgba(26, 35, 126, 0.2);
}

/* Song Cards */
.miyapur_media_card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.4s;
}

.miyapur_media_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.miyapur_media_video_box {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.miyapur_media_video_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.miyapur_media_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(26, 35, 126, 0.9);
    color: white;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.miyapur_media_play:hover {
    background: #00d4ff;
    color: white;
    scale: 1.1;
}

/* Gallery Styling */.miyapur_media_gallery_item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 4 / 5; /* Professional portrait look for people */
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    cursor: pointer;
}

.miyapur_media_gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.miyapur_media_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 35, 126, 0.9), transparent 70%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.miyapur_media_gallery_item:hover .miyapur_media_overlay {
    opacity: 1;
}

.miyapur_media_cat_name {
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    display: block;
    transform: translateY(20px);
    transition: transform 0.4s ease;
     border-bottom: 2px solid white !important;
}

.miyapur_media_gallery_item:hover .miyapur_media_cat_name {
    transform: translateY(0);
   
}

.miyapur_media_gallery_item:hover img {
    transform: scale(1.15);
}
/* end media */
/* get invoved started */
/* Get Involved Styling */
.miyapur_involved_section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.miyapur_involved_main_title {
    color: #1a237e;
}

.miyapur_involved_line {
    height: 5px;
    width: 70px;
    background: #00d4ff;
    border-radius: 10px;
}

/* The Cards */
.miyapur_involved_card {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 25px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.miyapur_involved_icon {
    font-size: 50px;
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.4s ease;
}

.miyapur_involved_card:hover {
    transform: translateY(-15px);
    background: #fff;
    border-color: #00d4ff;
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
}

.miyapur_involved_card:hover .miyapur_involved_icon {
    transform: scale(1.3) rotate(10deg);
}

/* The Interactive Button */
.miyapur_involved_btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    background: #1a237e;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.miyapur_involved_btn:hover {
    background: #00d4ff;
    color: #1a237e;
    box-shadow: 0 5px 15px rgba(0, 212, 255, 0.4);
    transform: scale(1.05);
}

/* Animation for Background (Subtle Hive Feel) */
.miyapur_involved_section::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(0, 212, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}
/* end get invoved */
/* contact */
/* Contact Section Background */
.miyapur_contact_section {
    background: linear-gradient(135deg, #1a237e 0%, #ff5722 100%); /* Deep Blue to Vibrant Orange */
    border-radius: 50px 50px 0 0; /* Modern curved top */
    overflow: hidden;
}

/* Form Card Styling */
.miyapur_contact_card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.miyapur_input {
    border-radius: 12px;
    padding: 12px 20px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.miyapur_input:focus {
    border-color: #ff5722;
    box-shadow: 0 0 10px rgba(255, 87, 34, 0.2);
}

/* Icon Styling */
.miyapur_contact_icon_circle {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

/* Submit Button Animation */
.miyapur_contact_submit_btn {
    background: linear-gradient(to right, #ff5722, #ff9100);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(255, 87, 34, 0.3);
}

.miyapur_contact_submit_btn:hover {
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 87, 34, 0.5);
    color: white;
}
/* end contact us */
/* footer */
/* --- MIYAPUR FOOTER STYLING --- */
.miyapur_footer_section {
    background-color: #0a0e27; /* Deep Navy Blue */
    color: #cbd5e0;
    font-size: 0.9rem;
    position: relative;
    border-top: 5px solid #00d4ff;
}

.miyapur_footer_logo {
    max-width: 140px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.miyapur_footer_heading {
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.miyapur_footer_heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 3px;
    background: #00d4ff;
    border-radius: 2px;
}

.miyapur_footer_about {
    line-height: 1.6;
    color: #a0aec0;
}

/* Links */
.miyapur_footer_links li {
    margin-bottom: 12px;
}

.miyapur_footer_links li a {
    color: #cbd5e0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.miyapur_footer_links li a:hover {
    color: #00d4ff;
    transform: translateX(8px);
}

/* Social Icons */
.miyapur_footer_socials {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.social_icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
}

.social_icon:hover {
    transform: translateY(-5px);
    color: white;
}

.social_icon.youtube:hover { background: #FF0000; }
.social_icon.facebook:hover { background: #1877F2; }
.social_icon.instagram:hover { background: #E4405F; }
.social_icon.whatsapp:hover { background: #25D366; }

/* Colorful Map UI */
.miyapur_footer_map_container {
    border: 3px solid #ffffff; /* White frame to make colors pop */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.miyapur_footer_map_container iframe {
    display: block;
    /* No filter - Colorful map view */
}

/* Directions Button */
.miyapur_directions_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00d4ff;
    color: #0a0e27;
    padding: 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.85rem;
    transition: 0.3s;
}

.miyapur_directions_btn:hover {
    background: #ffffff;
    color: #00d4ff;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.6);
}

/* Bottom Bar */
.miyapur_footer_divider {
    border-color: rgba(255, 255, 255, 0.1);
}

.miyapur_copyright, .miyapur_developed_by {
    color: #718096;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .miyapur_footer_section { text-align: center; }
    .miyapur_footer_heading::after { left: 50%; transform: translateX(-50%); }
    .miyapur_footer_socials { justify-content: center; }
    .miyapur_footer_links li a:hover { transform: translateX(0); color: #00d4ff; }
}

/* CBT MIYAPUR LOGO */
    .logo_lg {
    width: 150px;
    height: 50px;
    object-fit: contain;
    border-radius: 12px; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); 
    padding: 3px; 
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display:block;
}


.logo_lg:hover {
    transform: scale(1.03);
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.25);
}
.logo_lg_pl {
    width: 150px !important;
    height: 50px !important;
    object-fit: contain;
     border-radius: 12px; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); 
    padding: 3px; 
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display:none;

}
@media (max-width: 767.98px) {
   .logo_lg_pl {
    display: block !important;
    
    
   } 
   .logo img {
   width: 100% !important;
   }
   .logo_lg{
    display: none;
   }
}
/* START CONTACT US SECTION */

   /* 1. KEYFRAME ANIMATIONS */
/* Fade & Slide Down for Header */
@keyframes myp_fade_down {
    0% {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Slide in from Left for Info Card */
@keyframes myp_slide_left {
    0% {
        opacity: 0;
        transform: translate3d(-50px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Slide in from Right for Form Card */
@keyframes myp_slide_right {
    0% {
        opacity: 0;
        transform: translate3d(50px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Shimmer Light Effect for Button */
@keyframes myp_shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}

/* Floating & Glowing Hover Keyframes */
@keyframes myp_icon_float {
    0% {
        transform: translateY(0) scale(1);
        box-shadow: 0 0 5px rgba(212, 175, 55, 0.4);
    }
    50% {
        transform: translateY(-8px) scale(1.12); /* Moves up and grows */
        box-shadow: 0 0 20px rgba(212, 175, 55, 0.9); /* Strong gold glow */
    }
    100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 0 5px rgba(212, 175, 55, 0.4);
    }
}

/* Applied Animation Trigger Classes */
.contact_myp_fade_down {
    animation: myp_fade_down 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
    will-change: transform, opacity;
}

.contact_myp_slide_left {
    animation: myp_slide_left 1s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
    will-change: transform, opacity;
}

.contact_myp_slide_right {
    animation: myp_slide_right 1s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
    will-change: transform, opacity;
}


/* ==========================================
   2. CORE STYLES & LAYOUT
   ========================================== */

.contact_myp_section {
    background: linear-gradient(135deg, #0b152c 0%, #172447 100%);
    padding: 70px 20px;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #ffffff;
    overflow: hidden;
}

.contact_myp_container {
    max-width: 1100px;
    margin: 0 auto;
}

.contact_myp_header {
    text-align: center;
    margin-bottom: 45px;
}

.contact_myp_title {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    color: #d4af37;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.contact_myp_divider {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #f3e5ab);
    margin: 0 auto 15px auto;
    border-radius: 2px;
}

.contact_myp_subtitle {
    color: #cbd5e1;
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact_myp_wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 35px;
    align-items: start;
}


/* ==========================================
   3. LEFT INFO CARD STYLING
   ========================================== */

.contact_myp_info_card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 35px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, border-color 0.3s ease;
    backface-visibility: hidden;
}

.contact_myp_info_card:hover {
    border-color: rgba(212, 175, 55, 0.6);
    transform: translateY(-4px);
}

.contact_myp_info_heading {
    color: #f3e5ab;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding-bottom: 12px;
}

.contact_myp_info_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}

/* Base Icon Styling */
.contact_myp_icon {
    font-size: 1.2rem;
    background: rgba(212, 175, 55, 0.12);
    padding: 10px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid #d4af37;
    flex-shrink: 0;
    display: inline-block;
    transition: all 0.3s ease; /* Smooth reset when mouse leaves */
    cursor: pointer;
}
.contact_myp_icon:hover {
    animation: myp_icon_float 1.2s infinite ease-in-out !important;
    background: rgba(212, 175, 55, 0.25); /* Slight fill highlight */
}

.contact_myp_label {
    margin: 0 0 3px 0;
    color: #d4af37;
    font-size: 0.95rem;
    font-weight: 600;
}

.contact_myp_text {
    margin: 0;
    color: #e2e8f0;
    line-height: 1.5;
    font-size: 0.95rem;
}


/* ==========================================
   4. RIGHT FORM CARD & ANIMATED BUTTON
   ========================================== */

.contact_myp_form_card {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    backface-visibility: hidden;
}

.contact_myp_input_group {
    margin-bottom: 20px;
}

.contact_myp_form_label {
    display: block;
    color: #0b152c;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 0.9rem;
}

.contact_myp_input, 
.contact_myp_textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    font-size: 0.95rem;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.contact_myp_input:focus, 
.contact_myp_textarea:focus {
    border-color: #d4af37;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
}

/* Shimmer Button */
.contact_myp_button {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    padding: 15px;
    border-radius: 12px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(184, 134, 11, 0.3);
}

/* Shimmer overlay effect */
.contact_myp_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: skewX(-20deg);
}

.contact_myp_button:hover::before {
    animation: myp_shimmer 0.85s ease-in-out !important;
}

.contact_myp_button:hover {
    background: linear-gradient(135deg, #e5be3a 0%, #c9930e 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
}

.contact_myp_button:active {
    transform: translateY(-1px);
}


/* ==========================================
   5. FULL RESPONSIVENESS (MEDIA QUERIES)
   ========================================== */

@media (max-width: 992px) {
    .contact_myp_wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .contact_myp_section {
        padding: 45px 15px;
    }

    .contact_myp_info_card, 
    .contact_myp_form_card {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .contact_myp_icon {
        padding: 8px;
        font-size: 1rem;
    }

    .contact_myp_button {
        padding: 13px;
    }
}
/* end contact us */
/* Active Page Link Highlight */
.nav-link.active {
    color: var(--logo-red) !important; /* Gold color */
    font-weight: 700 !important;
    position: relative;
}

/* Gold Underline Effect */
.nav-link.active::after {
    content: '';
    position: absolute;

}
/* gallery page start */
/* Unique Gallery Main Wrapper */
.gallery_main_wrapper {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
  padding-top: 50px;
}

/* Hero Section */
/* .gallery_main_hero {
    background: url('/assets/banners/gallery_banner.png') center/cover no-repeat;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.9), rgba(74, 30, 109, 0.88)),
              url('/assets/banners/gallery_banner.png') center/cover no-repeat;
  min-height: 380px;
  padding: 80px 0;
} */
.gallery_main_hero {
  background-image: url('../assets/banners/gallery_banner4.png') !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 380px !important;
  /* width: 100% !important; */
  /* display: block !important; */
  padding: 80px 0;
}

.gallery_main_badge {
  display: inline-block;
  background-color: #ffd700;
  color: #1a1a2e;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Filter Bar */
.gallery_main_filter_wrapper {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
}

.gallery_main_filter_btn {
  border: none;
  background: transparent;
  color: #495057;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 30px;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.gallery_main_filter_btn:hover {
  color: #4a1e6d;
  background-color: rgba(74, 30, 109, 0.08);
}

.gallery_main_filter_btn.active {
  background: linear-gradient(135deg, #1f224f, #4a1e6d);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(31, 34, 79, 0.25);
}

/* Gallery Cards */
.gallery_main_card {
  position: relative;
  background: #ffffff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery_main_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15) !important;
}

.gallery_main_img_box {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.gallery_main_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery_main_card:hover .gallery_main_img {
  transform: scale(1.08);
}

/* Hover Overlay */
.gallery_main_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(15, 15, 30, 0.9) 0%, rgba(15, 15, 30, 0.3) 60%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery_main_card:hover .gallery_main_overlay {
  opacity: 1;
}

.gallery_main_cat_badge {
  background-color: #ffd700;
  color: #1a1a2e;
  font-weight: 700;
  width: fit-content;
}

.gallery_main_zoom_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  padding: 8px 16px;
  border-radius: 20px;
  width: fit-content;
  transition: background 0.3s ease;
}

.gallery_main_zoom_btn:hover {
  background: #ffd700;
  color: #1a1a2e;
}

/* Item Animation for Filter Switch */
.gallery_main_item {
  transition: all 0.4s ease;
}

.gallery_main_item.hide {
  display: none !important;
}

/* Lightbox Modal */
.gallery_main_modal_close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1056;
}

#gallery_main_modal_img {
  max-height: 80vh;
  object-fit: contain;
  width: 100%;
}

/* galley page end */
/* classes timings */
/* Custom Styles with contact_class_ Prefix */

.contact_class_section {
  background-color: #f8f9fa !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact_class_section .contact_class_badge {
  display: inline-block !important;
  background-color: rgba(74, 30, 109, 0.1) !important;
  color: #4a1e6d !important;
  font-weight: 700 !important;
  padding: 6px 18px !important;
  border-radius: 20px !important;
  font-size: 0.85rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.contact_class_section .contact_class_title {
  color: #1a1a2e !important;
}

.contact_class_section .contact_class_divider {
  width: 60px !important;
  height: 4px !important;
  background: linear-gradient(to right, #1f224f, #ffd700) !important;
  border-radius: 2px !important;
}

/* Card Styling - Fixed Equal Height & Padding */
.contact_class_section .contact_class_card {
  background: #ffffff !important;
  border-radius: 18px !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.contact_class_section .contact_class_card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12) !important;
}

/* Icon Containers */
.contact_class_section .contact_class_icon_wrapper {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.contact_class_section .contact_class_icon {
  font-size: 1.8rem !important;
  line-height: 1 !important;
}

/* Specific Background & Icon Colors */
.contact_class_section .contact_class_bg_worship { background-color: rgba(13, 110, 253, 0.1) !important; color: #0d6efd !important; }
.contact_class_section .contact_class_bg_youtube { background-color: rgba(220, 53, 69, 0.1) !important; color: #dc3545 !important; }
.contact_class_section .contact_class_bg_zoom    { background-color: rgba(13, 202, 240, 0.15) !important; color: #0dcaf0 !important; }
.contact_class_section .contact_class_bg_offline { background-color: rgba(25, 135, 84, 0.1) !important; color: #198754 !important; }

/* Sub-Boxes Alignment Fix */
.contact_class_section .contact_class_item {
  background-color: #f8f9fa !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  border-left: 4px solid #1f224f !important;
}

.contact_class_section .contact_class_box {
  background-color: #f8f9fa !important;
  border: 1px dashed #dee2e6 !important;
  margin-top: 15px !important;
}
/* end classes timing*/