/* open-sans-regular - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/open-sans-v17-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Regular"), local("OpenSans-Regular"),
        url("../fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/open-sans-v17-latin-regular.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/open-sans-v17-latin-regular.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
    /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/open-sans-v17-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Bold"), local("OpenSans-Bold"),
        url("../fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/open-sans-v17-latin-700.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/open-sans-v17-latin-700.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/open-sans-v17-latin-700.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg");
    /* Legacy iOS */
}

body {
    padding-top: 66.5px;
    /*height of fixed header*/
    font-family: "Open Sans";
    font-weight: 400;
    color: #202020;
}

button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

.tnav {
    /* background-color: #fff; */
    background-color: #03506c;
    box-shadow: 2px 3.464px 18px 0px rgba(32, 32, 32, 0.1);
    padding: 0 1rem !important;
}

.navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-brand {
    font-size: 30px;
    font-weight: 700;
    /* color: #03506c; */
    color: #fff !important;
    letter-spacing: -1px;
}

.navbar-brand:hover {
    color: #03506c;
}

.navbar-brand span {
    color: #ffb000 !important;
}

.navbar-brand sup {
    font-size: 14px;
    top: -1em;
}

.tnav .navbar-nav .nav-item>.nav-link {
    font-size: 15px !important;
    /* color: #202020; */
    color: #fff !important;
    transition: color 0.3s linear;
}

.tnav .navbar-nav .nav-item.active>.nav-link,
.tnav .navbar-nav .nav-item>.nav-link:hover {
    color: #ffbf31 !important;
}

.tnav .navbar-nav .nav-item.active>.nav-link {
    font-weight: 700;
}

@media (min-width: 768px) {
    .tnav .navbar-nav>.nav-item {
        margin-left: 5px;
    }

    .tnav .navbar-nav>.nav-item:first-child {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .tnav .navbar-nav>.nav-item {
        border-top: 1px solid rgba(32, 32, 32, 0.12);
    }

    .tnav .navbar-nav>.nav-item:first-child {
        border-top: none;
    }
}

.tp-banner {
    position: relative;
    background-color: #fff;
    min-height: 475px;
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 100px;
}

.tp-banner-wave1,
.tp-banner-wave2 {
    width: 100%;
    position: absolute;
    left: 0;
}

.ie10 .tp-banner-wave1,
.ie11 .tp-banner-wave1,
.ie10 .tp-banner-wave2,
.ie11 .tp-banner-wave2 {
    height: 227px;
    /*height is needed for IE*/
}

.tp-banner-wave1 {
    bottom: 0;
}

.tp-banner-wave2 {
    bottom: -8px;
}

.banner-head {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 3px !important;
    color: #03506c;
}

.banner-head span {
    color: #ffbf31;
}

.banner-txt {
    margin-bottom: 0;
    font-size: 16px;
    color: #555;
    margin-top: 1rem;
}

.banner-pic {
    text-align: right;
}

.calc-sec {
    padding-top: 30px;
}

.calc-sec-head {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #03506c;
}

.calc-sec-head span {
    /* color: #ffbf31; */
    color: #03506c;
}

.calc-sec-link {
    font-size: 20px;
    color: #202020;
    transition: color 200ms linear 0s;
}

.calc-sec-link img {
    transition: margin-left 200ms linear 0s;
}

.calc-sec-link:hover {
    color: #0097e6;
}

.calc-sec-link:hover img {
    margin-left: 5px;
}

/* ----------------------------------------------------------- */

.calc-sec-link .btn {
    padding: 7px 20px;
    /* smaller size */
    border-radius: 40px;
    background: #ffb000;
    /* bright yellow */
    color: #202020;
    /* dark text for contrast */
    font-weight: 600;
    font-size: 16px;
    border: none;

    /* Yellow outer glow (works well on black bg) */
    /* box-shadow: 
        0 0 8px rgba(255, 193, 7, 0.7),
        0 0 16px rgba(255, 193, 7, 0.5); */

    transition: all 0.25s ease-in-out;
    transform: translateY(0);

    /* Continuous subtle glow animation */
    animation: pulseButton 3s infinite;
}

/* Pulse animation (glow effect) */
@keyframes pulseButton {
    0% {
        transform: scale(1);
        /* box-shadow: 
            0 0 8px rgba(255, 193, 7, 0.6),
            0 0 16px rgba(255, 193, 7, 0.4); */
    }

    50% {
        transform: scale(1.05);
        /* box-shadow: 
            0 0 14px rgba(255, 193, 7, 0.9),
            0 0 28px rgba(255, 193, 7, 0.6); */
    }

    100% {
        transform: scale(1);
        /* box-shadow: 
            0 0 8px rgba(255, 193, 7, 0.6),
            0 0 16px rgba(255, 193, 7, 0.4); */
    }
}

/* Hover Effect */
.calc-sec-link .btn:hover {
    background: #ffb000;
    /* brighter yellow */
    color: #202020;
    transform: translateY(-3px) scale(1.08);
    /* box-shadow: 
        0 0 18px rgba(255, 213, 51, 0.9), 
        0 0 36px rgba(255, 213, 51, 0.7);*/
    letter-spacing: 0.5px;
    /* slight spacing */
    cursor: pointer;
}

/* Active (Click) Effect */
.calc-sec-link .btn:active {
    transform: translateY(1px) scale(0.95);
    /* box-shadow: 
        0 0 6px rgba(255, 193, 7, 0.6),
        0 0 12px rgba(255, 193, 7, 0.4); */
}

/* ----------------------------------------------------------- */

.calc-sec-link .btn-dark {
    padding: 6px 18px;
    /* compact size */
    border-radius: 40px;
    background: #03506c;
    /* teal button */
    color: #ffc107;
    /* yellow text */
    font-weight: 600;
    font-size: 14px;
    border: none;

    /* Teal glow */
    /* box-shadow: 
        0 0 8px rgba(3, 80, 108, 0.6),
        0 0 16px rgba(3, 80, 108, 0.5); */

    transition: all 0.25s ease-in-out;
    transform: translateY(0);

    /* Continuous subtle pulse */
    /* animation: pulseDark 2s infinite; */
}

/* Pulse animation for teal glow */
@keyframes pulseDark {
    0% {
        transform: scale(1);
        box-shadow:
            0 0 8px rgba(3, 80, 108, 0.6),
            0 0 16px rgba(3, 80, 108, 0.5);
    }

    50% {
        transform: scale(1.05);
        box-shadow:
            0 0 14px rgba(3, 80, 108, 0.8),
            0 0 28px rgba(3, 80, 108, 0.6);
    }

    100% {
        transform: scale(1);
        box-shadow:
            0 0 8px rgba(3, 80, 108, 0.6),
            0 0 16px rgba(3, 80, 108, 0.5);
    }
}

/* Hover Effect */
.calc-sec-link .btn-dark:hover {
    background: #046a8c;
    /* lighter teal */
    color: #ffd633;
    /* brighter yellow */
    /* transform: translateY(-3px) scale(1.08); */
    /* box-shadow: 
        0 0 20px rgba(3, 80, 108, 0.9), 
        0 0 40px rgba(3, 80, 108, 0.7);
    letter-spacing: 0.5px; */
    cursor: pointer;
}

/* Active (Click) Effect */
.calc-sec-link .btn-dark:active {
    transform: translateY(1px) scale(0.95);
    /* box-shadow: 
        0 0 6px rgba(3, 80, 108, 0.5),
        0 0 12px rgba(3, 80, 108, 0.4); */
}

/* ----------------------------------------------------------- */

.sec-pad {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-head {
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #03506c;
}

.sec-txt {
    font-size: 16px;
    line-height: 26px;
}

.sec-link {
    padding: 10px 14px;
    background-image: linear-gradient(29deg,
            rgb(0, 151, 230) 0%,
            rgb(94, 202, 239) 100%);
    box-shadow: 2px 3.464px 16px 0px rgba(0, 151, 230, 0.4);
    border: none;
    border-radius: 10px;
    color: #fff;
}

.sec-link:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .sec-pad {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.tfoot {
    padding: 20px 0;
    background-color: #202020;
    color: #fff;
}

.ft-left {
    float: left;
}

.ft-left .navbar-brand {
    color: #fff;
    padding: 0;
    margin: 0;
}

.copy-txt {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.ft-right {
    float: right;
    margin-top: 28px;
}

.ft-right ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -5px;
}

.ft-right ul li {
    display: inline-block;
    margin-left: 5px;
}

.ft-right ul li a {
    display: block;
    width: 30px;
    height: 29px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transition: all 200ms linear 0s;
}

.ft-right ul li a.fb {
    background-image: url("../images/fb-icon.png");
}

.ft-right ul li a.fb:hover {
    background-image: url("../images/fb-icon-a.png");
}

.ft-right ul li a.in {
    background-image: url("../images/in-icon.png");
}

.ft-right ul li a.in:hover {
    background-image: url("../images/in-icon-a.png");
}

@media (max-width: 480px) {

    .ft-left,
    .ft-right {
        float: none;
    }

    .ft-right {
        margin-top: 15px;
    }
}

/* @media (max-width: 420px) {

    .banner-head,
    .calc-sec-head,
    .sec-head {
        font-size: 32px;
    }
} */


/* menu */

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f9fa;
    margin: 0 3px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    opacity: 0.8;
}

.social-icons svg {
    width: 20px;
    height: 20px;
    fill: #333;
}


.fullscreen-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreen-loader.hidden {
    display: none;
}

#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding: 0;
    text-align: center;
    line-height: 50px;
}

.grecaptcha-badge {
    transform: scale(0.8);
    transform-origin: bottom right;
    right: -150px !important;
    bottom: 30px !important;
}

.grecaptcha-badge:hover {
    right: 0px !important;
}


.banner-ad {
    width: 100%;
    max-width: 728px;
    height: 90px;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    border: 1px solid #ccc;
}

.small-ad {
    width: 100%;
    /* max-width: 300px; */
    height: 250px;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    border: 1px solid #ccc;
}

#readArticle {
    height: 90vh;
    overflow: hidden;
    transition: height 0.3s ease;
}

#readArticle.expanded {
    height: auto;
}

@media (min-width: 576px) {
    #toggleBtn {
        width: auto !important;
    }
}

article {
    font-size: 16px;
}

article p {
    text-align: justify;
}

article ul {
    padding-left: 1.5rem !important;
}

article h2 {
    margin-top: 30px;
    font-size: 24px;
}

article h3 {
    font-size: 18px;
}

/* .imgbnr {
    width: 100%;
    height: 45vw !important;
    max-height: 300px !important;
    object-fit: cover;
} */

article th,
article td {
    padding: 7px;
}

article #faq h4 {
    font-size: 1rem !important;
    font-weight: 700 !important;
}

article .text-muted {
    font-size: 14px;
}

article [id] {
    scroll-margin-top: 100px;
}

.imgbnr-wrapper {
    height: 45vw;
    max-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(ellipse at bottom right,
            #4682b4,
            #87cefa,
            #87cefa,
            #4682b4);
}

.imgbnr {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.blogTitle {
    font-size: 30px;
    color: #03506c;
    font-weight: 600;
}

@media (max-width: 420px) {

    .blogTitle {
        font-size: 28px;
    }
}

.modal-bottom {
    position: fixed;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    pointer-events: none;
    min-width: 100% !important;
    transform: none !important;
}

.modal.modal-bottom .modal-content {
    border-radius: 0;
    pointer-events: auto;
}

.accordion-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 0.75rem 1.25rem;
    background-color: #f8f9fa;
    border: none;
    outline: none;
    text-align: left;
}

.accordion-toggle h6 {
    margin: 0;
    flex: 1;
}

.accordion-icon {
    transition: transform 0.5s ease;
    margin-right: 1rem;
}

.accordion-icon.rotate {
    transform: rotate(135deg);
}

.custom-switch {
    margin-left: auto;
    padding-right: .5rem;
}

#accordionConsent .card-header {
    display: flex;
    align-items: center;
}

body.modal-open {
    overflow: auto;
    /* Activate scrolling when modal is open */
}

.corner-li a {
    color: #9b9b9b !important;
    font-weight: 600 !important;
    padding: 13px 20px;
    font-size: 14px;
}

.corner-li a.active,
.corner-li a:hover {
    color: #03506c !important;
    font-size: 15px;
}

.ad-column {
    position: sticky;
    top: 67px;
    /* height: 100vh !important; */
}

html {
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    .border-md-left {
        border-left: 1px solid #dee2e6;
        /* Same as Bootstrap's default border color */
    }
}

.paher {
    font-size: 21px;
    color: #03506c;
}

.small {
    font-size: 12.5px;
    font-weight: 400;
    text-align: left;
}

.bg-dark-cus {
    background-color: #03506c;
    color: #fff;
}

.bg-dark-cus p {
    color: #fff;
}



.blog-hero {
    position: relative;
    /* background: url("https://picsum.photos/1200/200?grayscale") center/cover no-repeat; */
    color: #03506c;
    padding: 2rem 1rem 0;
    /* content spacing */
}

/* overlay must stretch with parent’s content height */
.blog-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* makes overlay height match content */
    background: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    /* so it won’t block clicks */
}

.blog-hero .row {
    position: relative;
    /* z-index: 1; */
}

.blog-light {
    position: relative;
    background-color: #edf1f7;
    color: #03506c;
    padding: 2rem 1rem;
    /* content spacing */
}

@media (max-width: 767.98px) {
    .banner-head {
        font-size: 27.2px;
    }
}

/************************************** Video popup start *******************************************/
.video-popup {
    position: fixed;
    width: 320px;
    height: 180px;
    bottom: 20px;
    right: 20px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: none;
}

.popup-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 28px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 13px;
    color: #fff;
    cursor: grab;
    user-select: none;
    z-index: 10;
}

.popup-header:active {
    cursor: grabbing;
}

.popup-close {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
}

.popup-inner {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.popup-inner video,
.popup-inner iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/************************************** Video popup end *******************************************/



/* Calculator Cards */
.cat .calc-card {
    border: 2px solid #ffbf31;
    border-radius: 7px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    height: 100%;
    transition: all 0.3s ease;

    /* Background with 50% transparent overlay */
    /* background: linear-gradient(rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 0.7)),
        url("https://picsum.photos/200/300?grayscale"); */
    /* background-color: #ffbf31; */
    background-size: cover;
    background-position: center;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}


.cat .calc-card:hover {
    /* border-color: #03506c; */
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #ffbf31;
}

.cat .calc-icon {
    font-size: 22px;
    color: #03506c;
    margin-right: 10px;
    flex-shrink: 0;
}

.cat .calc-content h5 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 15px;
    color: #03506c;
}

.cat .calc-content span {
    font-weight: 600;
    color: #03506c;
    text-decoration: none;
    display: inline-block;
    margin-top: 4px;
    font-size: 11px;
}

.cat .calc-content span:hover {
    text-decoration: underline;
    color: #02394e;
}


.cat .calc-card-b {
    border: 2px solid #03506c;
    border-radius: 7px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    height: 100%;
    transition: all 0.3s ease;

    /* Background with 50% transparent overlay */
    /* background: linear-gradient(rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 0.7)),
        url("https://picsum.photos/200/300?grayscale"); */
    /* background-color: #03506c; */
    background-size: cover;
    background-position: center;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}


.cat .calc-card-b:hover {
    /* border-color: #03506c; */
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #03506c;
}

.cat .calc-card-b:hover .calc-icon-b,
.cat .calc-card-b:hover .calc-content-b h5,
.cat .calc-card-b:hover .calc-content-b a {
    color: #fff;
}

.cat .calc-icon-b {
    font-size: 22px;
    color: #03506c;
    margin-right: 10px;
    flex-shrink: 0;
}

.cat .calc-content-b h5 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 15px;
    color: #03506c;
}

.cat .calc-content-b span {
    font-weight: 600;
    color: #03506c;
    text-decoration: none;
    display: inline-block;
    margin-top: 4px;
    font-size: 11px;
}

.cat .calc-content-b span:hover {
    text-decoration: underline;
    color: #ffffff;
}

.cat .calc-card-b:hover span {
    color: #ffffff;
}

.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}




/* Megamenu Start */
/* Navbar Style */
.nav-link {
    font-weight: 500;
    padding: 21px 7px !important;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-item.active .nav-link {
    color: #ffb000 !important;
}

/* Mega Menu Styling */
.mega-dropdown .dropdown-menu {
    width: 100%;
    top: 100%;
    border-radius: 0 0 10px 10px;
}

.mega-menu h6 {
    font-size: 0.95rem;
    border-bottom: 2px solid #007bff33;
    padding-bottom: 6px;
}

.mega-menu .dropdown-item {
    font-size: 0.9rem;
    color: #555;
    border-radius: 5px;
    padding: 5px 10px;
    transition: all 0.2s ease;
}

.mega-menu .dropdown-item:hover {
    background-color: #007bff10;
    color: #007bff;
    transform: translateX(3px);
}

/* Reset hover buffer */
.mega-parent::after,
.mega-parent>.nav-link::after {
    content: none !important;
}

/* --- Mega Menu Base --- */
.mega-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: auto !important;
    right: 40px;
    min-width: 800px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    z-index: 999;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    /* width: 100%; */
    margin-top: 0px !important;
}

/* --- Desktop Hover --- */
@media (min-width: 768px) {

    .mega-parent:hover>.mega-menu,
    .mega-parent:focus-within>.mega-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .dropdown-toggle::after {
        display: none;
    }
}

/* --- Mobile View (Blue Background) --- */
@media (max-width: 767.98px) {
    .mega-menu {
        position: static;
        transform: none;
        left: 0;
        top: auto;
        min-width: 100%;
        border: none;
        box-shadow: none;
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 1rem 0;
        background-color: #03506c;
        /* blue background */
        color: #fff;
        /* white text */
    }

    .mega-menu h6 {
        color: #fff;
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    }

    .mega-menu .dropdown-item {
        color: #f1f1f1;
        padding: 3px 10px;
    }

    .mega-menu .dropdown-item strong {
        margin-left: -10px;
    }

    .mega-menu .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.15);
        color: #fff;
        transform: translateX(3px);
    }

    /* When dropdown is open (Bootstrap adds .show) */
    .dropdown.show>.mega-menu {
        display: block;
    }

    .nav-link {
        padding: 3px !important;
    }

    .navbar-collapse {
        max-height: 90vh;
        /* Adjust height as needed */
        overflow-y: auto;
    }

}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Megamenu End */


/* **************************************IMG CAPTION START********************************** */
.img-captioned {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.img-captioned img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.img-captioned::after {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #555;
    font-style: italic;
    text-align: left;
    content: "";
    width: 100%;
}

@media (min-width: 768px) {

    .img-captioned img,
    .img-captioned::after {
        width: 60%;
    }
}

.cap-a::after {
    content: "Image courtesy: pexels.com";
}

.cap-b::after {
    content: "Image courtesy: bbc.com";
}

/* **************************************IMG CAPTION End********************************** */
.calc-card-b:hover .btn-dark {
    background: #fff;
    color: #03506c;
}

footer .social-icons a svg {
    width: 18px;
    height: 18px;
    transition: transform .2s ease;
}

footer .social-icons a:hover svg {
    transform: scale(1.15);
}

footer .navbar-brand {
    margin-right: 0;
}

footer .social-icons a {
    width: 32px;
    height: 32px;
}

.grecaptcha-badge {
    display: none;
}


/* about us  */
.info-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.25s ease;
}

.info-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
}

.info-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #212529;
}

.info-card p {
    font-size: 14px;
    margin: 0;
    color: #6c757d;
    line-height: 1.6;
}


@media (min-width: 768px) {

    /* FIRST column – heading */
    #navbarCollapse .dropdown-menu.mega-menu .row>div:first-child h6 {
        color: #006a91;
    }

    /* FIRST column – dropdown items */
    #navbarCollapse .dropdown-menu.mega-menu .row>div:first-child .dropdown-item {
        color: #006a91;
    }
}


/************************************** AD temp hide start *******************************************/
.banner-ad,
.small-ad {
    display: none !important;
}

/************************************** AD temp hide end *******************************************/