@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;700;800&display=swap');

:root {
	--primary-color: #133a4c;
	--primary-dark: #0782c6;
	--gradient-color: linear-gradient(to right top, rgb(18, 103, 102), rgb(43, 122, 121), rgb(64, 142, 141), rgb(84, 162, 161), rgb(104, 182, 182));
	--gradient-color1: linear-gradient(180deg, #acc02d, #193d51);
	--gradient-light: linear-gradient(90deg, #fdf2e5, #fdf2e5);
	--Secondary-color: #94e0f0;
	--light-color: #fff;
    --text-muted: #334155;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Syne', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
}

body {
    background: linear-gradient(90deg, #fffcf7, #fffcf9);
}

p {
    font-size: 1.1rem;
    line-height: 1.7;
}

.primary-color {
    color: var(--primary-color);
}

.crystal-nav {
	max-width: 1100px !important;
	margin: 0 auto;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 15px;
	position: fixed !important;
	top: 20px !important;
	z-index: 999 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 100%;
}


/* The Brand Crystal */
.brand-crystal {
    position: relative;
    background: var(--gradient-color);
    border: 1px solid #fff;
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 100px 0px 40px 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

@media (max-width: 900px) {
    .brand-crystal {
        position: relative;
        background: var(--gradient-color);
        border: 1px solid #fff;
        backdrop-filter: blur(10px);
        padding: 8px 15px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        gap: 15px;
        text-decoration: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        transition: 0.3s;
        width: 90%;
    }
}


.brand-crystal:hover {
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.2);
}

.brand-crystal img {
    width: 120px;
    position: absolute;
    left: -15px;
}

.brand-text {
    padding-left: 85px;
}

@media (max-width: 1227px) {
    .brand-text h1 {
        display: none !important;
    }
}

.brand-text h1 {
    color: #fff;
    font-size: 1.1rem;
    /* font-weight: 700; */
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.brand-text span {
    color: #a855f7;
    font-size: 0.7rem;
    letter-spacing: 3px;
    font-weight: 400;
}

.st-maria-text {
    display: block;
}

/* ====================RESPONSIVE NAVBAR==================== */

@media (max-width: 1226px) {
    .st-maria-text {
        display: none;
    }

    .brand-text {
        padding-left: 65px;
    }

    .brand-crystal {
        padding: 0px !important;
        margin-right: 25px;
    }

    .crystal-nav {
        max-width: 940px !important;
    }

    .nav-shards img {
        width: 36px !important;
        height: 36px !important;
    }

    .nav-shards {
        margin: 10px 0px 0px 0px !important;
    }
}

@media (max-width: 996px) {
    .navbar-collapse {
        display: none !important;
    }

    .navbar-toggler {
        display: flex !important;
    }

    .crystal-nav {
	max-width: 350px !important;
	display: flex;
	justify-content: space-between !important;
	top: 30px !important;
}

    .header-link {
    position: absolute;
    right: 0px;
    top: -20px !important;
    font-size: 12px !important;
}

    .brand-crystal img {
	width: 120px;
	position: absolute;
	
}

    .brand-crystal {
        padding: 24px 15px !important;
        margin-right: 0px !important;
        width: 100%;
        border-radius: 50px !important;
    }
}

.navbar-toggler {
    display: none;
}

/* =================================================== */

/* 3D Link Shards */
.nav-shards {
    display: flex;
    list-style: none;
    gap: 8px;
    margin: 0px;
    background: var(--gradient-color);
    padding: 8px 20px 8px 10px;
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
}

.nav-shards img {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    border-radius: 50%;
    padding: 8px;
}

.nav-shards li {
    flex-grow: 1;
}

.nav-shards li a {
    text-decoration: none;
    color: #fff;
    background: transparent;
    border: none;
    padding: 10px 5px;
    text-align: start;
    display: block;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    font-family: 'Rubik', sans-serif;
}

/* Refraction Glow Hover */
.nav-shards li a:hover {
    color: #fff;
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-8px) scale(1.05);
    border-radius: 6px;
    
}


.affiliation {
    position: absolute;
    top: -18px;
    right: 50px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
    font-size: 16px;
}

/* --------------------drodown */
/* Custom Crystal Dropdown */
.crystal-dropdown {
    background: #fff;
    border: none;
    border-radius: 5px;
    padding: 0 !important;
    width: 260px;
    /* Fixed Width */
    min-width: 260px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.crystal-dropdown .dropdown-item {
    font-size: 16px;
    padding: 8px 20px;
    color: #333;
    border-bottom: 1px solid #cfcfcf !important;
    /* font-weight: 500; */
    white-space: normal;
    border-radius: 5px;
}

.crystal-dropdown .dropdown-item:last-child {
    border-bottom: none;
}

.crystal-dropdown .dropdown-item:hover {
    background: #d6d6d6;
    color: #000;
}

/* Remove default arrow spacing issue */
.nav-shards .dropdown-toggle::after {
    margin-left: 0px;
}

/* Desktop Hover Dropdown */
@media (min-width: 1200px) {
    .nav-shards .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .nav-shards .dropdown .dropdown-menu {
        display: none;
    }
}

.nav-shards .dropdown-menu {
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity: 0;
    transform: translateY(10px);
}

@media (min-width: 1200px) {
    .nav-shards .dropdown:hover .dropdown-menu {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-link {
    position: absolute;
    right: 0px;
    top: -12px;
    font-size: 14px;
}

.header-link a {
    background-color: var(--Secondary-color);
    padding: 3px 10px;
    border-radius: 20px;
    margin: 5px;
}



/* ===========================  OFFCANVAS  ================================== */

/* Force Circle Toggler */
button.navbar-toggler {
	width: 42px !important;
	height: 42px !important;
	min-width: 42px;
	min-height: 42px;
	border-radius: 50% !important;
	background-color: #13394b !important;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	box-shadow: none !important;
	position: absolute;
	right: 5px;
	z-index: 99;
}

/* Icon */
button.navbar-toggler i {
    color: #ffffff !important;
    font-size: 20px;
}

/* Remove Bootstrap default focus ring */
button.navbar-toggler:focus,
button.navbar-toggler:active,
button.navbar-toggler:hover {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background-color: #13394b !important;
}


/* ---------close button----- */

/* Offcanvas Close Button */
button.btn-close {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;

    background-color: #fff !important;
    /* Light Blue */
    opacity: 1 !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    padding: 0 !important;
    box-shadow: none !important;
}

/* Remove default Bootstrap background image */
button.btn-close-white {
    filter: none !important;
}

/* Remove focus & hover effects */
button.btn-close:focus,
button.btn-close:active,
button.btn-close:hover {
    outline: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    background-color: #13394b !important;
}


/* ---------close button----- */


.offcanvas {
    background: var(--gradient-color);
}

.offcanvas-body .nav-link {
    color: var(--light-color) !important;
    padding: 10px 20px;
    transition: all 0.2s;
}

.offcanvas-body .nav-item {
    border-bottom: 1px solid #cbc49b;
}

.offcanvas-body .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0px;
}

.offcanvas-body .dropdown-item {
    color: #ffffff;
    padding: 8px 18px;
    transition: all 0.25s ease;
    /* border-radius: 20px; */
    white-space: normal;
}

.offcanvas-body .dropdown-item:hover {
    background: #fff !important;
    color: var(--primary-color);
    border-radius: 50px;
}


/* ===========================  HERO SECTION  ================================== */

.socil-sec {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    left: -20px;
}

.socil-sec ul li {
    list-style: none;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    background: var(--Secondary-color);
    justify-content: center;
    font-size: 0.85rem;
    transition: 0.3s;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    margin-top: 10px;
}

.socil-sec ul li:hover {
    background: var(--primary-color);
}

.socil-sec ul li:hover i {
    color: #fff;
}


/* --- Pagination indicators like your Bootstrap version --- */

#hero .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 0.6;
    transition: all 0.3s ease;
}

#hero .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

/* --- Overlay same as carousel-item::before --- */
#hero .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.171), rgba(0, 0, 0, 0.171), rgba(0, 0, 0, 0.6));
    z-index: 1;
    pointer-events: none;
}

#hero .swiper-slide {
    position: relative;
}

#hero .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.underline {
    width: 290px;
    height: 5px;
    background-color: var(--primary-dark);
    border-radius: 20px;
    margin: 10px auto;
}

.underline1 {
    width: 290px;
    height: 5px;
    background-color: var(--Secondary-color);
    border-radius: 20px;
    margin: 10px auto;
}


.hero-school-text {
    position: absolute;
    top: 45%;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}


.hero-school-text p {
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.788);
    font-family: 'Rubik', sans-serif;
}


#heroTitle {
    font-family: 'Mokgech', sans-serif;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.911);
    font-size: 2.8rem;
    display: inline-block;
    letter-spacing: 2px;
}

/* each character */
.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(-25px);
    animation: charShift 0.8s ease forwards;
}

@keyframes charShift {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========Swipper overide issue====== */
/* from Swiper */
#hero .swiper-horizontal>#hero .swiper-pagination-bullets,
#hero .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* ensure the containing block */
#hero .mySwiper {
    position: relative;
}

/* put bullets on the right-center, vertical stack */

#hero .mySwiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 50%;
    width: auto;
    display: flex;
    z-index: 10;
    transform: translateX(-50%);
}

/* bullet look (optional) */
#hero .mySwiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #fff;
    opacity: 0.6;
    transition: transform .3s ease, opacity .3s ease;
}

#hero .mySwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    transform: scale(1.2);
}


.hero-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: var(--gradient-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    border-radius: 50%;
}

.hero-nav button:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.hero-nav .news-prev {
    position: absolute;
    z-index: 99;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.hero-nav .news-next {
    position: absolute;
    z-index: 99;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}



/* ==========================News Section========================== */
.section-news-padding{
    padding: 50px 0;
}
.bg-subtle1 {
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

#messageTabs .nav-link.active .badge {
  color: var(--light-color) !important;
}

#messageTabs .nav-link .badge {
  color: var(--primary-color) !important;
}

.newsSwiper {
  border-radius: 100px;
}

.news-card {
  border-radius: 80px;
  padding: 8px;
  box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.14);
  border: 1px solid #f8efef;
  width: 100%;
  margin-bottom: 3px;
}

.news-card p {
  font-size: 14px;
}

.news-card .side-round {
  background: var(--gradient-color);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
}


/* #news-slider-section .swiper {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 15px;
  border-radius: 250px;
} */

/* #news-slider-section {
  padding: 40px 0px;
} */


.news-section {
  padding: 30px 0px;
  width: auto;
}

/* @media (max-width: 991px) {
  .news-section {
    margin-top: 0px;
    position: relative;
    z-index: 9;
    padding-right: 0px;
    right: 0px;
    padding: 10px 0px;
    width: auto;
  }
} */


/* #news-slider-section span {
  background: var(--Secondary-color);
  padding: 4px 6px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: 80px;
  top: 20px;
  line-height: 12px;
  border-radius: 8px;
}

#news-slider-section span {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
} */



/* =========================
   News Navigation
========================= */
.news-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: var(--gradient-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    cursor: pointer;
    border-radius: 50%;
}

.news-nav button:hover {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}


/* ========================About Us Section============================ */

/* ==================== Left Side Balanced Image Collage ==================== */
.collage-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
}

.collage-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.collage-item {
    overflow: hidden;
    border-radius: 24px; 
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 100%;
}

.collage-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* Ensures media fills the container perfectly */
.collage-item video,
.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

/* Height Variations */
.img-tall-left { height: 320px; }
.img-short-left { height: 180px; }
.img-single-right { height: 400px; }
        /* ==================== Right Side Structured Typography ==================== */
        .content-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }

        .school-tagline {
            color: #00add0;
            font-weight: 700;
            margin-bottom: 8px;
            align-self: flex-start;
        }

        .main-headline {
            color: #148197;
            font-weight: 800;
            font-size: 2rem;
            line-height: 1.2;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }

   
        /* ==================== Vision & Mission Cards Component ==================== */
        .vm-cards-wrapper {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
        }

        .vm-card {
            flex: 1;
            background: rgba(255, 255, 255, 0.4);
            border: 1.5px solid var(--primary-color);
            border-radius: 16px;
            padding: 16px 20px;
            position: relative;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            flex-direction: column;
        }

        .vm-header-inline {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .vm-badge {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-color: var(--primary-color);
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
        }

        .vm-title {
            color: var(--primary-dark);
            font-weight: 700;
            font-size: 1.15rem;
            margin: 0;
        }

        .vm-text {
            color: var(--text-muted);
            font-size: 0.85rem;
            line-height: 1.5;
            margin-bottom: 0;
            position: relative;
            padding-right: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        /* Add this rule to remove link decorations and default colors */
        .vm-text a {
            text-decoration: none;
            color: inherit;
        }

        /* Optional: Ensures the text doesn't change color on hover */
        .vm-text a:hover {
            color: inherit;
            text-decoration: none;
        }

        .vm-link-arrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            text-decoration: none;
            font-size: 0.85rem;
            transition: transform 0.2s ease;
            position: absolute;
            bottom: 2px;
            right: 0;
        }

        .vm-card:hover {
            background: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(11, 94, 215, 0.08);
        }

        .vm-card:hover .vm-link-arrow {
            transform: translateX(3px);
        }



        /* Mobile Responsive Adaptations */
        @media (max-width: 991px) {
            .custom-about-section { padding: 60px 0; }
            .collage-container {
                margin-bottom: 40px;
                max-width: 500px;
                margin-left: auto;
                margin-right: auto;
            }
            .main-headline { font-size: 2.1rem; }
            .vm-cards-wrapper {
                flex-direction: column;
                gap: 20px; 
            }
            .btn-more-about {
                display: flex;
                margin-left: auto;
                margin-right: auto;
            }
            .school-tagline { align-self: center; }
            .main-headline, .about-para { text-align: center; }
        }

        @media (max-width: 576px) {
            .collage-container { gap: 10px; }
            .collage-column { gap: 10px; }
            .img-tall-left { height: 220px; }
            .img-short-left { height: 130px; }
            .img-single-right { height: 260px; }
        }

/* ============================== Why Choose Us Section ========================== */

.why-choose-us {
    background: linear-gradient(90deg, #2a8a89ed, #358382), url(../images/11.png) center center / cover no-repeat fixed;
    display: flex;
    align-items: center;
}

.why-choose-us .section-title {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.why-choose-us .section-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
}

.why-choose-us .feature-card-sec {
    text-align: center;
    display: flex;
}

.why-choose-us .feature-card-inner {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px 20px;
    border-radius: 12px;
    transition: transform 0.3s ease, background 0.3s ease;
    width: 100%;
}

.why-choose-us .feature-card-inner:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
}

/* Font Awesome Icon Styling */
.why-choose-us .icon-wrapper i {
    font-size: 3rem;
    color: #fceac2; /* Matches your secondary color */
    margin-bottom: 15px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.why-choose-us .feature-card-inner:hover .icon-wrapper i {
    transform: scale(1.1); /* Subtle grow effect on hover */
    color: #fff;
}

.why-choose-us .feature-card-sec h5 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.why-choose-us .feature-card-sec p {
    color: #e0e0e0;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
}
/* ==========================principal Section========================== */

.message-tab {
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    padding: 4px 9px 4px 4px !important;
    border: 1px solid var(--primary-color) !important;
}

.message-tab span {
    color: var(--primary-color) !important;
}

.message-tab.active span {
    color: #fff !important;
}

.message-tab.active {
    background: var(--gradient-color) !important;
    display: flex !important;
    align-items: center !important;
    padding: 5px 10px 5px 5px !important;
    border: none !important;
}

.message-img-round {
    padding: 3px;
    border: 1px solid var(--primary-dark);
    border-radius: 50%;
}


/* ==========================School Facilities========================== */
 



    .facility-card {
      border-radius: 20px;
      overflow: hidden;
      height: 350px;
      transition: transform 0.3s ease;
      width: 100%;
      max-width: 280px;
    }

    .facility-card img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .facility-card:hover {
      transform: translateY(-5px);
    }

    .facility-text {
      position: absolute;
      bottom: 8px;
      left: 40px;
      color: #fff;
    }

    .facility-num {
      font-size: 45px;
      font-weight: 700;
      margin-bottom: 0px;
      color: var(--brand-2);
      font-family: 'Rubik', sans-serif;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    }

    .facility-text h6 {
      margin: 0;
      font-weight: 600;
      color: #13394b;
    }

    .facility-text p {
      font-size: 13px;
      color:#00add0;
      margin: 0;
    }

    /* Zig-zag layout */
    .top-row {
      margin-top: 0;
    }

    .bottom-row {
      margin-top: 50px;
    }

    @media (max-width: 991px) {
      .facility-card {
        height: 320px;
      }

      .bottom-row {
        margin-top: 0;
      }
       .facility-text {
   
      left: 90px;

    }
    }



    .read-more1 {
      color: var(--brand-2);
      font-weight: 600;
      text-decoration: none;
    }

    .read-more1:hover {
      text-decoration: underline;
    }

    .facilitySwiper {
      overflow: hidden;
      padding-bottom: 30px;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
    }





/* ==========================Gallery Album========================== */

.GallerySwiper {
    border-radius: 25px;
}

.quick-link-gal {
    background: linear-gradient(90deg, #55a3a2ed 0%, #3c8a89eb 50%, #5dababed 100%), url(../images/11.png) center center / cover no-repeat;
    display: flex;
    align-items: center;
}

.gallery-button {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: var(--gradient-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    border-radius: 50%;
}

.gallery-button:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.gallery-prev {
    position: absolute;
    z-index: 99;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-next {
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.single-gallery-img {
    object-fit: cover;
    width: 100%;
    height: 205px !important;
    border-radius: 20px;
}

.single-gallery-img-overlay {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 30px 0px 10px 0px;
    border-radius: 0px 0px 20px 20px;
}

.image-container-single1 {
    height: 440px;
    /* Same height as column 7 images */
    overflow: hidden;
    width: 100%;
    border-radius: 25px;
}

.image-container-single1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* This ensures all images fill the container consistently */
}



/* ==========================Bottom Floating pof========================== */



.logo-footer {
    width: 145px;
    z-index: 20;
    border-radius: 50%;
    padding: 6px;
    overflow: hidden;
    margin: 0px auto;
}

.logo-footer a {
    display: block;
    position: relative;
}

.logo-footer img {
    width: 100%;
    height: auto;
    display: block;
}

.logo-footer a::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0) 70%);
    transform: rotate(25deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-150%) rotate(25deg);
    }

    100% {
        transform: translateX(150%) rotate(25deg);
    }
}

/* Footer bottom */

.site-footer {
    background: linear-gradient(90deg, #9ae0f2e5 0%, #52a09fb2 50%, #93dfefba 100%), url('../images/read-More.gif') no-repeat center center / cover;
    padding: 2% 0% 6% 0%;
    position: relative;
}

@media (max-width: 574px) {
    .site-footer {
        background: linear-gradient(90deg, #9ae0f2e5 0%, #52a09fb2 50%, #93dfefba 100%), url('../images/read-More.gif') no-repeat center center / cover;
        padding: 2% 0% 50% 0%;
        position: relative;
    }
}

.santhome-miraroad {
    width: 100%;
    z-index: 20;
    padding: 6px 6px 0px 6px;
    overflow: hidden;
    margin: 0px auto;
}

.santhome-miraroad img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 300px;
    margin: 0px auto;
}

.santhome-miraroad h4 {
    font-family: 'Syne', sans-serif;
    font-weight: 600;
}

.footer-logo {
    width: 100%;
    max-width: 100px;
}

.site-footer h6 {
    color: var(--light-color);
}

.social-sec {
    position: absolute;
    bottom: 80px;
    left: 50%;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
    margin-left: 0rem;
    padding-left: 0rem;
}

@media (max-width: 574px) {
    .social-sec {
        bottom: 130px;
    }
}

.social-sec li {
    list-style: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: 0.3s ease;
    cursor: pointer;
}

.social-sec li a {
    color: white;
    font-size: 18px;
    transition: 0.3s;
}

.social-sec li:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) scale(1.05);
}



.btn-border-flow {
    display: inline-block;
    padding: 6px 18px;
    font-size: 18px;
    color: var(--theme-primary);
    background: #0B1E44;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 12px rgba(18, 56, 150, 0.52);
}

.btn-border-flow::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50px;
    background: linear-gradient(270deg, var(--primary-color), var(--primary-dark), var(--primary-dark), var(--primary-color));
    background-size: 400% 400%;
    z-index: -1;
    animation: borderMove 6s linear infinite;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}



.founder {
    width: 100%;
    z-index: 20;
    padding: 6px 6px 0px 6px;
    overflow: hidden;
    margin: 0px auto;
    max-width: 400px;
}

.founder img {
    width: 100%;
    height: auto;
    display: block;
}



/* ==========================Bottom Floating pof========================== */

#floating-pod {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 30px;
    display: flex;
    gap: 20px;
    z-index: 40;
    color: #fff;
}

@media (max-width: 1024px) {
    #floating-pod {
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 20px;
        display: flex;
        gap: 10px;
        z-index: 40;
        color: #fff;
        flex-flow: column;
        width: 90%;
    }
}

.pod-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    background: var(--gradient-color);
    padding: 10px 20px;
    border-radius: 50px;
}

.pod-item i {
    font-size: 1.7rem;
    color: #fff;
}

.pod-item span {
    display: block;
    line-height: 1.1;
}

.top-line {
    font-weight: 600;
    text-transform: uppercase;
}

.bottom-line {
    /* font-size: 1rem; */
    color: #fff;
}

.pod-divider {
    height: 38px;
    border-right: 2px solid var(--primary-dark);
}

@media (max-width: 768px) {
    .menu-link {
        margin: 0 0.5rem;
        font-size: 0.8rem;
    }

    .pod-item {
        font-size: 0.8rem;
    }

    .pod-item i {
        font-size: 1.4rem;
    }

    .pod-divider {
        height: 30px;
    }
}


/* ===========================Button Code==================== */


.learn-more1 {
    padding: 9px 26px;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    transition: 0.3s ease;
    border-radius: 60px;
    background: var(--gradient-color);
    color: #fff;
}

.learn-more1:hover {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.learn-more2 {
    padding: 9px 26px;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    transition: 0.3s ease;
    border-radius: 100px;
    background: var(--gradient-color);
    color: #fff;
}

.learn-more2:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--Secondary-color);
}


/* ============================heading Shade==================== */

.heading-shade.image-text {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 2px;

    color: transparent;
    background-image: url('../images/heading-text.gif');
    /* YOUR IMAGE */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-background-clip: text;
    background-clip: text;
}

.heading-shade.image-text1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 2px;
    color: #fff;
}

.heding-under {
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    max-width: 250px;
    margin: 0px auto;
    background: #fff;
    padding: 4px 0px;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
}

.heding-under1 {
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    color: #fff;
    max-width: 250px;
    margin: 0px auto;
    background: var(--primary-color);
    padding: 4px 0px;
    border-radius: 30px;
    border: 1px solid #fff;
}

.underline-img {
    width: 100%;
    max-width: 280px;
}



/* =========================Page Designs========================= */

.hero-banner {
  background: linear-gradient(to right, #000000b0, #000000b0), url('../images/11.png') center / cover no-repeat;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 40px 0px;
}


.about-quote {
  color: var(--primary-dark);
  font-size: 24px;
}

.hero-banner h6 {
  font-size: 14px !important;
}

.hero-banner h2 {
  color: #fff;
  text-transform: uppercase;
}

.hero-banner i {
  font-size: 14px !important;
}

.breadcrumb {
  display: inline-block !important;
  padding: 6px 16px !important;
  font-size: 14px !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border-radius: 30px !important;
  position: relative !important;
  z-index: 1 !important;
  text-transform: uppercase;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  opacity: 0.85;
}

.breadcrumb span {
  margin: 0 8px;
  color: #fff;
  opacity: 0.85;
}


.hero-title {
  z-index: 3;
  padding: 15px;
  border-radius: 100px;
  width: 95%;
  max-width: 1100px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  height: 100px;
}

.heading-shade1 {
  text-transform: uppercase;
  color: #fff;
}

.right-image {
	position: sticky;
	top: 100px;
	padding-top: 30px;
}

/* ------------------List-------------- */


.list-group {
  padding: 0;
  margin: 0;
}

.list-group li {
  position: relative;
  padding: 8px 0px 0px 32px;
  list-style: none;
  margin: 4px 0;
}

.list-group li::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-dark);
  color: #ffffff;
  font-size: 12px;
  border-radius: 20px;
}

/* ---------------------------Accordian--------------------------------------- */
/* Remove default accordion border */
.accordion {
  border: none !important;
}

/* Accordion Item */
.accordion-item {
  border: none !important;
  border-radius: 10px !important;
  margin-bottom: 15px !important;
  background: transparent !important; /* you wrote var(--); which is invalid */
}

/* Accordion Button */
.accordion-button {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  padding: 8px 18px !important;
  font-size: 1rem !important;
  color: #ffffff !important;
  text-align: left !important;
  background: var(--gradient-color) !important;
  border: 0 !important;
  border-radius: 30px !important;
  box-shadow: none !important;
}

/* Remove focus */
.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Hover text animation */
.accordion-button span {
  position: relative !important;
  z-index: 1 !important;
  transition: transform 0.3s ease, text-shadow 0.3s ease !important;
  padding: 5px 0px !important;
  color: #ffffff !important;
  text-transform: uppercase;
}

.accordion-button:hover span {
  transform: translateX(5px) !important;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.2) !important;
}

/* Active (Opened) State */
.accordion-button:not(.collapsed) {
  background: var(--primary-color) !important;
  color: #ffffff !important;
  border-radius: 30px !important;
}

/* Accordion Body */
.accordion-body {
  background: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 1px rgba(0,0,0,0.14) !important;
  padding: 30px;
}

/* Image inside body */
.accordion-body img {
  border-radius: 20px !important;
  /* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.233) !important; */
  margin-bottom: 10px !important;
  width: 100%;
}
/* Default Arrow (Collapsed) */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;

  transform: rotate(0deg) !important;
}

/* When Open */
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg) !important;
}



/* =============Table=============== */

thead th {
  background: var(--gradient-color1) !important;
  color: white !important;
}
thead th, td {
  padding: 10px 0px !important;
  font-family: 'Rubik', sans-serif;
}

table {
  position: relative;
  z-index: 9;
}
.table > tbody {
	vertical-align: middle !important;
}

