@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

@font-face {
    font-family: 'Agatha';
    src: url('../fonts/agatha/Agatha.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.scroll-content span {
    display: inline-block;
    margin: 0 40px;
    font-size: 36px;
    font-family: 'Agatha', serif !important;
    letter-spacing: 1px;
}

body {
    font-family: 'Lato', sans-serif;
    background: #fff !important;
    overflow: auto;
    font-size: 14px;
    padding-top: 0px;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 400ms ease;
}

img {
    max-width: 100%
}

input,
button {
    outline: none;
    box-shadow: none;
}

.owl-carousel .owl-item img {
    width: auto;
}

.mobile {
    display: none !important;
}

.text-end {
    text-align: right;
}

section {
    padding: 30px 0;
}

.sectionHeading h2 {
    font-size: 40px;
    color: #3042FB;
    font-weight: 600;
}

.sectionHeading h3 {
    font-size: 32px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 5px;
}

.mainHeader {
    z-index: 99;
    width: 100%;
    top: -1px;
    left: 0;
    transition: all 400ms ease;
    position: fixed;

}

.listInline {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 10px;
}

.unorderList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gap20 {
    gap: 20px;
}

.navbar-brand img {
    max-width: 170px;
}

nav#mainNav {
    background: #fff !important;
    padding: 5px 0;
    box-shadow: rgba(51, 59, 81, 0.05) 0px 15px 30px;
    /* margin-top: 50px; */
    transition: all 0.1s ease;
}

nav#mainNav.scrolled {
    margin-top: 0;
}

nav#mainNav .nav-item>a {
    font-size: 16px;
    color: #0070C0;
    font-weight: 400;
    padding: 18px 0px;
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
}

nav#mainNav .nav-item>a:hover {
    color: #6BBE45;
}

nav#mainNav .nav-item {
    padding: 0 13px;
}

.dropmenu {
    position: relative;
}

.dropmenuWrp {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    min-width: 220px;
    padding: 5px 0;
    box-shadow: 4px 10px 10px #0000002e;
    display: none;
    padding: 20px;
}

.dropmenuWrp li a {
    display: block;
    padding: 9px 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.dropmenu:hover .dropmenuWrp {
    display: block;
}

nav#mainNav .nav-item>a:hover,
.dropmenu:hover>a {
    color: #6BBE45 !important;
}

/* .dropmenuWrp li a:hover {
    background: #f5f5f5;
} */
.dropmenuToggle {
    position: absolute;
    right: 0;
    top: 14px;
    color: rgb(137, 141, 154);
}

a.navbar-brand img {
    height: 20px;
}

a.navbar-brand span {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

a.navbar-brand span.logoCaptionPage {
    color: rgb(255, 100, 45);
}

a.navbar-brand {
    margin-right: 50px;
}

.orangeBtn,
.yellowBtn,
.blackBtn {
    display: inline-flex !important;
    background: rgb(255, 100, 45);
    color: rgb(255, 255, 255) !important;
    padding: 7px 16px !important;
    border-radius: 10px;
}

.yellowBtn {
    background: rgb(255, 232, 77);
    color: #000 !important;
}

.blackBtn {
    background: #FFF !important;
    color: #000 !important;
    border: none;
    text-align: center;
    justify-content: center;
    padding: 10px !important;
}

.blackBtn:hover {
    background: #0070C0 !important;
    color: #fff !important;
}

nav#mainNav .nav-item>a.orangeBtn:hover {
    color: #fff !important;
}

.progress-bar {
    height: 4px;
    background: #0070C0;
    width: 0%;
}

nav#mainNav .nav-item .full-width {
    max-width: 200px;
    width: 100%;
    justify-content: center;
}


span.caption {
    display: block;
    color: rgb(137, 141, 154);
    font-family: Inter;
    font-size: 11px;
    font-weight: 400;
    margin-top: 2px;
}

input#colorToggle+label {
    box-sizing: border-box;
    padding: 0px;
    min-width: 36px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(253, 194, 60) !important;
    border-radius: 10px !important;
    height: 20px !important;
}

input#colorToggle+label:after {
    content: "";
    background: #fff;
    transform: translateX(3px) scaleX(1);
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

input#colorToggle {
    display: none;
}

input#colorToggle:checked+label:after {
    transform: translateX(17px) scaleX(1);
    background: #B87FF8;
}

input#colorToggle:checked+label {
    background: rgb(42, 44, 52) !important;
}

header.mainHeader.fixedHeader {
    top: 0;
}

.topBar {
    background: rgb(23, 26, 34);
}

.topBar a.nav-link {
    color: rgb(137, 141, 154);
}

.topBar .nav-item {
    padding: 0 10px;
}

.topBar {
    background: rgb(23, 26, 34);
    position: relative;
    z-index: 999;
}

.topBar a.nav-link {
    color: rgb(137, 141, 154);
}

.topBar .dropmenuWrp {
    background: rgb(23, 26, 34);
}

.topBar .dropmenuWrp li a {
    color: #fff;
}

.topBar ul.navbar-nav.ms-auto .dropmenuWrp {
    left: auto;
    right: -10px;
    min-width: 160px;
}

section.banner.greyBg.mt-5.fullBanner {
    padding: 20px 0 0;
}

.banner .row {
    padding: 0px 0px 0px 35px;
    border-radius: 10px;
    margin: 0;
    overflow: hidden;
    background-color: #0072C0;
}

.details-title {
    font-size: 48px !important;
}

.banner .row img {
    width: 100%;
    height: calc(100vh - 250px);
    object-fit: cover;
    max-height: 550px;
}

.banner.yellowBg .row {
    background: #6BBE45;
    color: rgb(23, 26, 34);
}

.banner h1,
.banner h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
}

.banner p {
    font-size: 16px;
    margin: 0 0 30px;
    color: #fff;

}

.banner span {
    font-size: 14px;
    color: #fff;

}

.banner strong a {
    color: #fff;
}

.blogBx>img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
}

.linkName {
    color: #76bb4c !important;
    font-weight: 800 !important;
    letter-spacing: 1px;

}

.blog_category {
    justify-content: space-between;
}

.blogBxDetails {}

.linkName,
.linkTime {
    white-space: nowrap;
    font-weight: 500;
    line-height: 1.5;
    color: rgb(23, 26, 34);
}

.linkTime {
    color: rgb(23, 26, 34);
}

.blogFontLg,
.blogFontMd {
    color: rgb(23, 26, 34);
    font-size: 18px;
    max-height: 90px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}

.blogFontLg a,
.blogFontMd a {
    color: inherit;
}

.blogFontLg a:hover,
.blogFontMd a:hover {
    color: rgb(255, 100, 45);
}

.blogBx {
    margin-bottom: 50px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 8px;

}

.para {
    color: rgb(62, 66, 75);
    margin-bottom: 20px;
    font-size: 16px;
    /* font-weight: 300; */
}

.authName {
    font-size: 14px;
    color: rgb(137, 141, 154);
    font-weight: bold;
}

.linkDate {
    font-size: 14px;
    color: rgb(137, 141, 154);
}

.blogFontMd {
    font-size: 22px;
}

.lineBtn {
    background-color: transparent !important;
    color: rgb(62, 66, 75) !important;
    border: solid 1px rgb(209, 212, 219) !important;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: inline-flex;
    font-size: 14px !important;
}

.full-width {
    width: 100%;
    display: block;
    max-width: 100% !important;
}

li.page-item.nolInk {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

li.page-item a {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    border: solid 1px #ccc;
    margin: 0 7px;
    border-radius: 5px;
    padding: 10px 16px;
    margin-left: 7px !important;
}

li.page-item a.current {
    background: #000;
    color: #fff;
}

.banner.purpleBg .row {
    background: #6BBE45;
    color: #fff;
}

.banner.purpleBg h2 {
    color: #fff;
}

.lineLink {
    color: #fff;
    text-decoration: underline;
}

img.offsetTop {
    width: 240px;
    position: relative;
    top: 50px;
    margin: 0 auto;
    display: block;
}

img.offsetTop {
    width: 240px;
    position: relative;
    top: 50px;
    margin: 0 auto;
    display: block;
}

.blogFontXl {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.tagList {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.tag {
    padding: 10px 16px;
    background-color: rgb(246, 247, 248);
    color: rgb(23, 26, 34);
    border-radius: 10px;
    font-size: 14px;
}

.newsLetter {
    padding: 40px 0;
    color: #fff !important;
    background: #6BBE45;
}

.newsLetter:hover {
    background: #6BBE45;

}

.term {
    font-size: 12px;
    color: rgba(62, 66, 75, 0.6);
    display: block;
    margin-top: 10px;
}

.term a {
    color: inherit;
    text-decoration: underline;
}

.newsLetter .form-control {
    font-size: 14px;
    padding: 10px 20px;
}

.newsLetterImg {
    max-width: 350px;
    display: block;
    margin: 0 auto;
}

.marketing {
    margin-top: 50px;
    background: rgb(66, 25, 131);
    position: relative;
    padding: 35px 0;
}

.marketing .blogFontXl {
    color: #fff;
}

.marketing .container {
    position: relative;
}

.marketing .orangeBtn {
    max-width: 320px;
}

img.offsetBottom {
    position: absolute;
    left: 0;
    top: -120px;
    width: 390px;
}

.footer {
    background: rgb(23, 26, 34);
    padding: 50px 10px;
}

.footLogo p,
.footLink a,
.footLink p {
    font-size: 12px;
    line-height: 19px;
    color: rgb(209, 212, 219) !important;
}

.footLogo p a {
    color: inherit;
}

.footerAlign {
    display: flex;
    flex-wrap: wrap;
}

.footerAlign .footLink {
    margin-top: 90px;
}

.footLink h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: rgb(246, 247, 248);
}

.footLink ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footLink ul li {
    margin-bottom: 7px;
}

.copyright {
    color: rgb(111, 113, 118);
    margin-top: 20px;
}

/*=====Dark-theme-css=====*/
.dark nav#mainNav {
    background: #21232B !important;
}

.dark a.navbar-brand .logoCaption,
.dark nav#mainNav .nav-item>a {
    color: #fff;
}

body.dark {
    background: #111317;
}

.dark .blogFontLg,
.dark .blogFontMd,
.dark .linkName,
.dark .linkTime,
.dark .blogFontXl {
    color: #fff;
}

.dark .para {
    color: rgb(137, 141, 154);
}

.dark .footer {
    background: rgb(23, 26, 34);
}


/*=======Blog-Details========*/
.sticky-top {
    top: 100px;
}

.sidebar h3 {
    font-size: 14px;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar ul a {
    color: rgb(137, 141, 154) !important;
    text-decoration: none;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
}

.stickyForm {
    background-color: #0072C0;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 30px;
    border-radius: 12px;
}

.stickyForm .form-group {
    display: flex;
}

.stickyForm .form-group input {
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
}

.stickyForm .form-group button {
    border: none;
    display: flex;
    align-items: center;
    border-radius: 0px 10px 10px 0;
}

.sticky-top {
    top: 100px;
    z-index: 1;
}

.stickyForm.sticky-top h6 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px;
}

article.article p a {
    color: rgb(255, 100, 45) !important;
}

article.article ul {
    padding-left: 20px;
}

.redBg {
    background: rgb(255, 120, 143);
}

.greyBg {
    background: #f0eceb;
    padding-bottom: 0;
}

.breadcrumbs-links a,
.breadcrumbs-links li {
    color: rgb(23, 26, 34);
}

.stickyBottom {
    background: rgb(23, 26, 34);
    border-radius: 10px 10px 0px 0px;
    z-index: 20;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
}

.stickyBottom button,
.tableModal .lineBtn {
    width: 100%;
    color: #fff !important;
    border: 1px solid rgb(209, 212, 219) !important;
    text-align: center;
    justify-content: center;
}

.tableModalContent ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tableModalContent ul a {
    text-decoration: none;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.1s ease-in-out 0s;
    color: rgb(137, 141, 154) !important;
}

.tableModalContent {
    margin: 0px;
    width: 100%;
    padding: 24px;
    background: rgb(23, 26, 34);
    color: rgb(246, 247, 248);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    position: fixed;
    bottom: 0;
    z-index: 21;
    padding-top: 40px;
}

.tableModal .lineBtn {
    background: #fff !important;
    color: #000 !important;
    margin-top: 30px;
}

.tableModalContent ul li {
    margin: 0 0 5px;
}

button.modalCross {
    background: none;
    border: none;
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: rgb(137, 141, 154) !important;
    top: 10px;
    padding: 0;
}

.modalOvelay {
    background: rgba(25, 27, 35, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tableModal {
    display: none;
}

.tableModal.active {
    display: block;
}

footer {
    font-family: Arial, sans-serif;
}

.footer-main {
    background: #0070C0;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 25px 15px;
    gap: 60px;
    flex-wrap: wrap;
    text-align: center;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.social-icons a {
    color: white;
    margin: 0 8px;
    font-size: 20px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #ffd700;
}

.footer-bottom {
    background: #fff;
    text-align: center;
    padding: 10px 10px;
    color: #555;
    font-size: 14px;
}

.navbar-brand {
    height: 60px;
    overflow: hidden;
}

.navbar-brand .logo-img {
    height: 70px;
    width: 120px;
    margin-top: 2px;
}

.progress-container {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #f1f1f1;
    z-index: 9999;
}

.progress-bar {
    height: 5px;
    width: 0%;
    background: linear-gradient(135deg, #6BBE45 0%, #0072C0 100%);
    transition: width 0.25s ease;
}

.blogCard {
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.blogCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.blogImgWrapper {
    height: 220px;
    overflow: hidden;
}

.blogImgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.blogCard:hover img {
    transform: scale(1.05);
}

.blog-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.blog-card-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog-card-body {
    padding: 16px;
}

.blog-category {
    display: inline-block;
    background: #16a34a;
    /* green like your sample */
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.blog-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
    margin: 10px 0;
}

.blog-date {
    font-size: 14px;
    color: #666;
}

.desktop-navbar {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5rem;
}

.desktop-navbar a {
    position: relative;
    color: #198754;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0;
    transition: color 0.3s ease;
}

.desktop-navbar a:hover {
    color: #0072C0;
}

.desktop-navbar a::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #0072C0;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.desktop-navbar a:hover::after {
    width: 100%;
}

/* Mobile Menu */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: white;
    z-index: 9999;
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
}

.mobile-menu-overlay.open {
    display: flex;
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

.mobile-nav-links a {
    font-size: 1.1rem;
    color: #198754;
    text-decoration: none;
    font-weight: 500;
    margin-left: 25px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #198754;
}

/* Show desktop navbar only on large screens */
@media (max-width: 768px) {
    .desktop-navbar {
        display: none !important;
    }

    .details-title {
        font-size: 28px !important;
        margin-top: 15px !important;
    }

    nav#mainNav {
        background: #fff !important;
        padding: 5px 0;
        box-shadow: rgba(51, 59, 81, 0.05) 0px 15px 30px;
        margin-top: 0px;
        transition: all 0.1s ease;
    }

}

/* Hide mobile menu on desktop */
@media (min-width: 769px) {
    .mobile-menu-overlay {
        display: none !important;
    }
}

.main-footer {
    background: #fff;
    color: #333;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.footer-copy {
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin-right: 7px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.terms {
    margin-right: 2rem !important;
}

.copyright {
    margin-left: 2rem !important;
    color: #fff !important;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(135deg, #0072C0, #0099ff);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    opacity: 0.9;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(135deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%),
        linear-gradient(135deg, #6BBE45 0%, #0072C0 100%);
    background-size: 200px 200px;
    mix-blend-mode: overlay;
    opacity: 0.4;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px;
    margin-left: auto;
    margin-right: 10px;
    text-align: left;
    position: relative;
    z-index: 1;
    max-width: 25%;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-bird {
    height: 130px;
    width: auto;
    background: #fff;
    border-radius: 12%;
}

.footer-textlogo {
    height: 50px;
    width: auto;
}

.footer-social {
    display: flex;
    gap: 15px;
    font-size: 20px;
    margin-left: 1rem;
    margin-top: 25px;
}

.footer-social a {
    background: #6BBE45;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #fff !important;
    color: #0072C0 !important;
    transform: scale(1.1);
}

.footer-social i:hover {
    color: #0072C0 !important;
}

.footer-copy {
    background: #0072C0;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    position: relative;
    z-index: 1;
    color: #fff;
    margin-top: 30px;
}

.footer-copy p {
    margin: 0;
}

@media (max-width: 768px) {

    .footer-bg,
    .footer-overlay {
        display: none !important;
    }

    .footer-content {
        max-width: 100% !important;
        margin: 0 auto !important;
        align-items: center !important;
        text-align: center !important;
    }

    .footer-logo {
        justify-content: center !important;
    }

    .footer-social {
        margin: 15px 0 0 0 !important;
        justify-content: center !important;
    }

    .footer-links {
        display: none;
    }

    .date-read {
        font-size: 18px;
    }

    .footer-content {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }
}

.terms-section {
    background: #fafafa;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

.terms-section h2 {
    color: #006690;
    font-size: 2rem;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.5rem;
}

.term-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0072C0;
    margin-bottom: 0.5rem;
}

.term-text {
    color: #444;
    font-size: 1rem;
    margin: 0;
}

@media (max-width: 768px) {
    .terms-section {
        padding-top: 3rem !important;
    }
}

.breadcrumb-banner {
    /* background: url('../../assets/images/main-banner1.jpg') center/cover no-repeat; */
    background: linear-gradient(135deg, #6BBE45 0%, #0072C0 100%);
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.breadcrumb-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.breadcrumb-banner .banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    top: 10% !important;
}

.breadcrumb-banner h2 {
    font-size: 52px;
    font-weight: 700;
}

.breadcrumb-banner .breadcrumb-text {
    font-size: 28px;
    margin: 5px 0 0 0;
    color: #fff;
}

@media (max-width: 768px) {
    .breadcrumb-banner {
        height: 22vh;
        margin-top: 2rem;
    }

    .breadcrumb-banner h2 {
        font-size: 32px;
    }

    .breadcrumb-banner .breadcrumb-text {
        font-size: 18px;
    }
}

.article ul,
.article ol {
    font-size: 18px !important;
    line-height: 1.7;
    color: #555;
    text-align: justify !important;
}

.article p {
    font-size: 18px !important;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #555;
    text-align: justify !important;
}

.newsletter-submit-btn {
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
}

.form-control {
    font-size: 16px;
}

.desktop-navbar .nav-btn {
    display: inline-block;
    margin-left: -20px;
    padding: 15px 25px;
    background-color: #0072C0;
    color: #fff !important;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;

}

.desktop-navbar .nav-btn:hover {
    background-color: #6BBE45;
    color: #fff !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: #fff;
    margin: 8% auto;
    padding: 30px 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    position: relative;
    text-align: center;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.modal-content input {
    width: 90%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.modal-content button[type="submit"] {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
}

.modal-content button[type="submit"]:hover {
    background-color: #218838;
}

.forgot-password {
    text-align: right;
    margin-bottom: 10px;
}

.forgot-password a {
    font-size: 0.9em;
    color: #0072C0;
    text-decoration: none;
}

.google-signin button {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.google-signin img {
    width: 20px;
    height: 20px;
}

.signup-prompt {
    margin-top: 20px;
    font-size: 0.95em;
}

.signup-prompt a {
    color: #0072C0;
    text-decoration: none;
}

.modal-content button[type="submit"] {
    background-color: #0072C0;
}

.modal-content button[type="submit"]:hover {
    background-color: #005a90;
}

.category-section {
    background: linear-gradient(135deg, #f9fafb 0%, #eef2f7 100%);
    position: relative;
    overflow: hidden;
}

.category-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(22, 163, 74, 0.05), transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(22, 163, 74, 0.05), transparent 40%);
    z-index: 0;
}

.category-card {
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.category-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

.category-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease;
}

.category-overlay h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.category-hover {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(22, 163, 74, 1), rgba(22, 163, 74, 0.8));
    color: #fff;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.category-card:hover img {
    transform: scale(1.1);
}

.category-card:hover .category-overlay {
    opacity: 0;
}

.category-card:hover .category-hover {
    opacity: 1;
    transform: translateY(0);
}

.hero-banner-section {
    position: relative;
    width: 100%;
    min-height: 290px;
    /* adjust as needed */
    background: url('../images/hero_banner1.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 1rem !important;
}

.hero-banner-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.hero-banner-section .banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-banner-section h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #0072C0;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.hero-banner-section .breadcrumb-text {
    font-size: 1.2rem;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .hero-banner-section {
        min-height: 150px;
        background-image: url('../images/hero_banner1.png') no-repeat center center/cover;
    }

    .hero-banner-section .overlay {
        display: none;
    }

    .hero-banner-section h2 {
        font-size: 2rem;
    }

    .hero-banner-section .breadcrumb-text {
        font-size: 1rem;
    }
    .newsletter-submit-btn{
       margin-bottom: 20px !important;
    }
}

.blog-search-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-search-form {
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #369983;
    /* subtle default shadow */
}

.blog-search-input {
    background: #fff;
}

/* Dropdown styling */
.blog-search-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    max-height: 220px;
    overflow-y: auto;
    z-index: 1000;
}

.blog-search-dropdown li {
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    transition: background 0.2s ease;
}

.blog-search-dropdown li:hover {
    background: #f8f9fa;
}

.blog-search-dropdown li:last-child {
    border-bottom: none;
}

/* ===== Navbar Base ===== */
.desktop-navbar {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    background: #fff;
    padding: 10px 20px;
}

.desktop-navbar a {
    text-decoration: none;
    padding: 10px 15px;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.desktop-navbar a:hover {
    color: #369983 !important;
}

/* ===== Dropdown ===== */
.dropdown {
    position: relative;
}

.mega-dropdown {
    display: none;
    position: absolute;
    width: 100vw;
    margin-top: 29.5px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 999;
    transform: translate(-81%, -5px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.dropdown.show .mega-dropdown {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

/* ===== Left Panel ===== */
.mega-left {
    width: 20%;
    background: #369983;
    border-right: 1px solid #eee;
    padding: 20px 30px;
}

.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-list li {
    position: relative;
    padding: 12px 25px 12px 15px;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    /* border: 1px solid #f9f9f9; */
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    font-size: 16px;
}

/* ✅ Add ">" icon after each category name */
.category-list li::after {
    content: "\203A";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #fff;
    transition: all 0.2s ease;
}

/* ✅ Change icon color on hover or active */
.category-list li:hover::after,
.category-list li.active::after {
    color: #fff;
    right: 8px;
}


/* ===== Right Panel ===== */
.mega-right {
    width: 80%;
    padding: 30px 50px;
    /* display: flex; */
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.subcategory-list {
    display: none;
    width: 100%;
    column-count: 3;
    column-gap: 30px;
    animation: fadeIn 0.3s ease;
}

.subcategory-list {
    column-rule: 1px solid rgba(0, 0, 0, 0.08);
    /* Softer divider */
    column-gap: 50px;
    /* Slightly more breathing room */
    padding-right: 30px;
}


.subcategory-list a {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    margin: 2px 0;
    font-size: 16px;
    color: #444;
    text-decoration: none;
    transition: all 0.2s ease;
    break-inside: avoid;
    /* border-right: 1px solid #000; */
}

.subcategory-list a:last-child {
    border-bottom: none;
}

.subcategory-list a:hover {
    color: #369983;
    transform: translateX(5px);
    border-color: #369983;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-search-btn {
    background: #369983;
}

.desktop,
.mobile {
    display: none;
}

@media (min-width: 768px) {
    .desktop {
        display: block;
    }
}

@media (max-width: 767px) {
    .mobile {
        display: block;
    }
}

.vibrant-categories {
    background-color: #ffffff;
}

.vibrant-card {
    border-radius: 16px;
    padding: 25px 20px;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.vibrant-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.vibrant-img {
    width: 100%;
    height: 160px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid rgba(255, 255, 255, 0.4);
}

/* Button Styling */
.vibrant-btn {
    display: inline-block;
    background: #fff;
    color: #333;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.vibrant-btn:hover {
    background: #6bbe45;
    color: #fff;
    transform: translateY(-3px);
}

/* Gradient Backgrounds for Cards */
.bg-gradient-1 {
    background: linear-gradient(135deg, #6dd5ed, #2193b0);
}

.bg-gradient-2 {
    background: linear-gradient(135deg, #ff9a9e, #fad0c4);
}

.bg-gradient-3 {
    background: linear-gradient(135deg, #fbc2eb, #a6c1ee);
}

.bg-gradient-4 {
    background: linear-gradient(135deg, #84fab0, #8fd3f4);
}

.blog-card {
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-overlay {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.category-badge {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 10px;
}

.blog-hover-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-card:hover .blog-hover-mask {
    opacity: 1;
}

.drawer-blog-slider {
    background: #fff;

}

.drawer-title {
    font-size: 44px !important;
    color: #0072C0 !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}

.drawer-title-category {
    font-size: 36px !important;
    color: #0072C0 !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}

.drawer-underline {
    width: 80px;
    height: 3px;
    background: #0072C0;
    margin-top: 8px;
    border-radius: 2px;
}

.drawer-card {
    height: 280px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.drawer-card:hover {
    transform: translateY(-6px);
}

.drawer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.drawer-card:hover .drawer-img {
    transform: scale(1.05);
}

.drawer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.85) 100%);
    color: #fff;
    padding: 15px;
}

.drawer-meta {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.category-badge {
    padding: 4px 5px;
    border-radius: 5px;
    font-size: 0.6rem;
    font-weight: 600;
    color: #fff;
}

.drawer-hover-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.drawer-card:hover .drawer-hover-mask {
    opacity: 1;
}

.drawer-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.2);
    transition: bottom 0.6s ease;
    z-index: 1050;
}

.drawer-panel.active {
    bottom: 0;
}

.drawer-close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 2rem;
    color: #555;
    background: transparent;
    border: none;
    cursor: pointer;
}

.tilt-card {
    animation: tiltMotion 6s ease-in-out infinite;
}

@keyframes tiltMotion {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(1deg);
    }
}

.drawer-nav-btn {
    background: #0072C0;
    color: #fff;
    font-size: 1rem;
    padding: 6px 12px;
    border-radius: 50%;
    border: none;
    transition: all 0.3s ease;
}

.drawer-nav-btn:hover {
    background: #6BBE45;
    transform: scale(1.15);
}

.drawer-panel-img {
    max-width: 600px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.drawer-panel-title {
    font-size: 1.8rem;
    color: #222;
    font-weight: 700;
}

.drawer-panel-meta {
    color: #777;
}

.drawer-panel-desc {
    color: #444;
    line-height: 1.6;
    font-size: 1rem;
}

@media only screen and (max-width: 767px) {
    .drawer-title {
        font-size: 26px !important;
    }

    .drawer-card {
        height: 220px;
    }

    .drawer-panel-img {
        height: 200px;
    }

    .drawer-panel-title {
        font-size: 1.4rem;
    }

    .hero-banner-section {
        height: 10vh !important;
    }

    .banner-content h2 {
        font-size: 24px;
    }

    .breadcrumb-text {
        font-size: 18px !important;
    }
}

/* === WHO WE ARE SECTION (LINE DESIGN VERSION) === */
.who-we-are {
    /* background-color: #fff; */
    background: url('assets/images/pattern-bg.jpg') no-repeat center center/cover;

}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.who-img-left,
.who-img-right {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.who-img-left:hover,
.who-img-right:hover {
    transform: scale(1.05);
}

.lead {
    font-size: .95rem;
    font-weight: 500;
    text-align: justify;
}

@media (max-width: 992px) {

    .who-img-left,
    .who-img-right {
        display: none;
    }
}

.blog-category-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.blog-category-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 0, 150, 0.05), transparent 60%),
        radial-gradient(circle at 80% 40%, rgba(0, 255, 200, 0.05), transparent 60%),
        repeating-linear-gradient(0deg, rgba(255, 255, 0, 0.03), rgba(255, 255, 0, 0.03) 2px, transparent 2px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 150, 255, 0.03), rgba(0, 150, 255, 0.03) 2px, transparent 2px, transparent 30px);
    z-index: 0;
    animation: waveMove 25s linear infinite;
    clip-path: polygon(0% 20%, 10% 25%, 20% 15%, 30% 25%, 40% 20%,
            50% 30%, 60% 25%, 70% 35%, 80% 25%, 90% 30%, 100% 20%,
            100% 100%, 0% 100%);
}

@keyframes waveMove {
    0% {
        background-position: 0 0, 100% 100%, 0 0, 100% 0;
    }

    50% {
        background-position: 20% 10%, 80% 90%, 50% 50%, 60% 40%;
    }

    100% {
        background-position: 0 20%, 100% 80%, 100% 100%, 0 0;
    }
}

.category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.category-header .category_underline {
    width: 100%;
    height: .8px;
    background: #222;
    border-radius: 4px;
    margin-top: 5px;
}

.view-all {
    font-size: 1rem;
    padding: 10px 25px;
    background: #0072C0;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
    transition: color 0.3s ease, background 0.3s ease;
    position: relative;
    z-index: 1;
}

.view-all:hover {
    background: #6BBE45;
    color: #fff;
}

.blog-card {
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    transform: translateY(50px);
    opacity: 0;
    z-index: 1;
}

.blog-card.in-view {
    transform: translateY(0);
    opacity: 1;
}

.blog-card:nth-child(even).in-view {
    animation: slideInRight 0.8s ease forwards;
}

.blog-card:nth-child(odd).in-view {
    animation: slideInLeft 0.8s ease forwards;
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.08);
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    transition: all 0.3s ease;
}

.blog-card:hover .overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.1) 100%);
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    padding: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.blog-title {
    font-size: .9rem;
    font-weight: 700;
    margin-top: 8px;
    color: #fff;
}

.blog-meta {
    font-size: 0.9rem;
    opacity: 0.85;
}

.blog-meta i {
    color: #6BBE45;
}

.dropdown-toggle-mobile {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s;
}

.dropdown-toggle-mobile:hover {
    color: #0072C0;
}

.dropdown-menu-mobile {
    display: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.dropdown-toggle-mobile {
    align-items: center;
}

.dropdown-toggle-mobile i {
    vertical-align: middle;
}

.dropdown-menu-mobile.show {
    display: block;
}

.dropdown-menu-mobile li a {
    display: block;
    padding: 8px 0;
    color: #555;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.dropdown-menu-mobile li a:hover {
    color: #0072C0;
}

.dropdown-toggle-mobile i {
    transition: transform 0.3s ease;
}

.dropdown-toggle-mobile i.rotate {
    transform: rotate(180deg);
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-link {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    transition: color .3s;
}

.menu-link:hover {
    color: #0072C0;
}

.dropdown-menu {
    display: none;
    margin-top: 5px;
    position: absolute;
    transform: translate(-20%, -5px);
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 0;
    min-width: 200px;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    display: block;
    font-size: 16px;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
}

.dropdown-item:hover {
    background: #f1f1f1;
    color: #0072C0;
}

.search-form input:focus {
    box-shadow: none;
    outline: none;
}

.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
    display: block;
    background: #333;
    height: 2px;
    width: 25px;
    position: relative;
    transition: .3s;
}

.menu-icon::before,
.menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
}

.menu-icon::before {
    top: -7px;
}

.menu-icon::after {
    top: 7px;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: white;
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 9999;
    padding: 10px;
}

.mobile-menu-overlay.open {
    transform: translateX(0);
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2rem;
}

.mobile-nav-links a {
    display: block;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.mobile-nav-links a:hover {
    color: #0072C0;
}

.progress-container {
    width: 100%;
    height: 4px;
    background: #eee;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.progress-bar {
    height: 4px;
    width: 0%;
    background: #0072C0;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.spinner {
    width: 55px;
    height: 55px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top-color: #0f766e;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.footer-modern {
    color: #000;
    /* padding: 40px 10px 0; */
    position: relative;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

/* Grid Layout */
.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

.footer-logo-new {
    max-width: 180px;
    width: 180px;
    height: 100px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.tagline {
    color: #555;
    font-size: 15px;
    margin-bottom: 20px;
    font-style: italic;
}

/* Headings */
.footer-block h4 {
    color: #0072C0;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Links */
.footer-block ul {
    list-style: none;
    padding: 0;
}

.footer-block ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    transition: color 0.3s, transform 0.3s;
}

.footer-block ul li a:hover {
    color: #6BBE45;
    transform: translateX(5px);
}

/* Social Icons */
.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-links a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #0072C0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 0 12px rgba(0, 114, 192, 0.4);
}

.social-links a:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(107, 190, 69, 0.6);
}

/* Newsletter */
.newsletter input {
    width: 100%;
    padding: 12px 15px;
    border-radius: 50px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    color: #333;
    margin-bottom: 10px;
    outline: none;
    transition: border 0.3s;
}

.newsletter input:focus {
    border-color: #0072C0;
}

.newsletter button {
    background: #0072C0;
    border: none;
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
    width: 100%;
}

.newsletter button:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(107, 190, 69, 0.4);
}

/* Responsive */
@media (max-width: 992px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .footer-logo-block {
        grid-column: 1 / 3;
    }
}

@media (max-width: 768px) {
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-block h4 {
        margin-bottom: 2px;
    }

}

.hero-slider {
    position: relative;
    width: 100%;
    padding: 0px;
    height: 350px;
    margin-top: 80px !important;
    overflow: hidden;
}

.hero-slider .slider {
    display: flex;
    height: 100%;
    transition: transform 0.8s ease-in-out;
}

.hero-slider .slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slider .slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.05));
}

.hero-slider .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 114, 192, 0.9);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.hero-slider .nav-btn:hover {
    background: #0072c0;
    box-shadow: 0 0 15px rgba(0, 114, 192, 0.6);
    transform: translateY(-50%) scale(1.05);
}

.hero-slider .nav-btn.prev {
    left: 25px;
}

.hero-slider .nav-btn.next {
    right: 25px;
}

.hero-slider .nav-btn i {
    font-size: 18px;
}

.hero-slider .dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.hero-slider .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-slider .dot.active {
    background: #0072c0;
    width: 28px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .hero-slider {
        height: 150px;
        margin-top: 80px !important;
    }

    .hero-slider .nav-btn {
        width: 40px;
        height: 40px;
    }

    .hero-slider .nav-btn.prev {
        left: 12px;
    }

    .hero-slider .nav-btn.next {
        right: 12px;
    }
}

.modernBlogCard {
    height: 360px;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.modernBlogCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.modernBlogImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.modernBlogCard:hover .modernBlogImg {
    transform: scale(1.08);
}

.modernBlogOverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modernBlogOverlay .badge {
    background-color: #0072C0 !important;
    font-size: 0.85rem;
    border-radius: 8px;
}

.modernBlogOverlay h5 {
    font-size: 1.05rem;
    line-height: 1.4;
    margin-bottom: 0;
}

/* 📝 Overlay Text Styling */
.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    padding: 20px;
}

/* ✨ Black Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    /* adjust opacity as needed */
    z-index: 1;
    transition: background 0.3s ease;
}

.blog-card:hover .overlay {
    background: rgba(0, 0, 0, 0.65);
}

.blog-category-section {
    background: #f8f9fa;
    position: relative;
}

.wellness-card {
    border-radius: 18px;
    /* padding: 10px; */
    overflow: hidden;
    /* border: 4px solid transparent; */
    transition: all 0.4s ease;
}

.unique-card {
    position: relative;
    cursor: pointer;
}
.image-wrapper {
  position: relative;
  background: transparent !important;
}

.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.image-wrapper .overlay {
  display: none !important;
}

.unique-card .image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.card.wellness-card.unique-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.unique-card img {
    width: 109%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.unique-card:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.unique-card:hover .overlay {
    opacity: 1;
}

.overlay-title {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-top: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "›";
    font-weight: 600;
    padding: 0 5px;
}

.breadcrumb a:hover {
    text-decoration: underline;
}
  /* 🌿 HERO */
  .hero-banner-section {
    position: relative;
    overflow: hidden;
  }

  .bottom-wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-size: cover;
  }

  /* 🌱 OUR STORY */
  .story-title {
    color: #0072C0;
    font-weight: 700;
    font-size: 44px;
  }

  .story-text {
    color: #000;
    font-size: 19px;
    line-height: 1.8;
    text-align: justify;
  }

  .img-wrapper {
    position: relative;
  }

  .img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 114, 192, 0.15);
    border-radius: 1rem;
    transition: 0.3s;
  }

  .img-wrapper:hover .img-overlay {
    background: rgba(115, 155, 206, 0.25);
  }

  /* 🌈 VISION & MISSION */
  .vision-mission-section .vision-side {
    background: linear-gradient(135deg, #0072c0, #00a3a3);
    color: #fff;
  }

  .vision-mission-section .mission-side {
    background: #f9f9f9;
    color: #333;
  }

  .vision-mission-section .title {
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 0.5px;
  }

  /* 🌼 OFFER SECTION */
  .offer-card {
    background: #fff;
    border: none;
    transition: all 0.4s ease;
    cursor: pointer;
  }

  .offer-card:hover {
    transform: translateY(-8px) scale(1.02);
    background: #0072C0;
    color: #fff;
  }

  .offer-icon {
    font-size: 2rem;
    color: #0072C0;
    transition: 0.4s;
  }

  .offer-card:hover .offer-icon,
  .offer-card:hover h5 {
    color: #fff;
  }

  .offer-card h5 {
    color: #000;
  }

  .offer_para {
    font-size: 17px;
    color: #555;
  }

  .offer_para:hover {
    color: #fff !important;
  }
  .vs-para{
    font-size: 19px;
  }
  .section-title {
    color: #0072C0;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  .section-subtext {
    color: #555;
    font-size: 19px;
  }

  @media (max-width: 768px) {

    .story-title,
    .section-title {
      text-align: center;
    }

    .vision-mission-section .col-md-6 {
      padding: 50px 25px;
    }
  }