@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: #ebefde;
    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: 220px;
    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;
  border-bottom: 2px solid #6BBE45;
}

.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;
  }
}
