
    .header-layout1 .header-top {
        position: relative;
        padding: 0px 0;
        border-bottom: 1px solid#DFE7EA;
        z-index: 2;
        background-color: #DFE7EA;
    }

    .closeButton {
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 50%;
        background-color: white;
        color: #08425A !important;
        font-size: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .th-menu-toggle {
        width: 56px;
        height: 56px;
        padding: 0;
        font-size: 22px;
        border: none;
        border-radius: 8px;
        background-color: #08425A;
        color: white;
        /* dark color to show icon */
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        /* optional */
    }
    .main-menu a,
    .th-mobile-menu a {
        color: #08425A !important;
    }

    .sub-menu li {
        list-style: none;
    }

    .sub-menu li a::before {
        content: none !important;
    }

    .sub-menu li a:hover::before {
        content: none !important;
    }
    .th-btn {
        transition: none !important;
    }

    .th-btn:hover {
        background-color: #DFE7EA !important;
        color: white !important;
    }

    .feature-item,
    .feature-item * {
        transition: none !important;
        transform: none !important;
    }

    .feature-item:hover,
    .feature-item:hover * {
        background: none !important;
        box-shadow: none !important;
        color: inherit !important;
    }

    .feature-item_text {
        font-size: 15px;
        line-height: 1.3;
        white-space: nowrap;
    }

    .feature-item_icon img {
        max-width: 66px;
        padding-right: 22px;
    }

    /* Ensures spacing on all screen sizes */
    .feature-row {

        margin-right: 20px;
    }

    /* partner */
        .partner-btn {
        background-color: #08425A !important;
        color: #ffffff !important;
        padding: 12px 24px;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        border-radius: 6px;
        z-index: 2;
        position: relative;
    }
    .partner-btn i {
        color: #ffffff !important;
    }
    .partner-btn:hover i {
        color: #08425A !important;
    }

    @media (max-width: 768px) {
        .feature-row {
            margin-left: 10px;
            margin-right: 10px;
        }
    }

    /* homepage */
    @media (min-width: 1200px) {
        .counter-card .counter-shape {
            position: absolute;
            inset: -25px;
            width: 312px;
            height: 312px;
            border-radius: 50%;
            border: 1px solid #08425A !important;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }
    }

    .th-slider.has-shadow {
        padding-left: 31px;
        padding-right: 31px;
        margin-top: 20px;
    }

    .feature-item * {
        transition: none !important;
        margin-left: 10px;
        transform: none !important;
    }

    @media (max-width:1629px) {
        .firstside {
            margin-left: -119px !important;
        }
    }

    .firstside {
        margin-left: 0px !important;
    }

    .feature-item {
        padding: 33px 90px !important;
    }




    @media (max-width: 1500px) {
        .feature-item {
            padding: 33px 60px !important;
        }
    }

    @media (max-width: 1600px) {
        .feature-item {
            padding: 17px 26px !important;
        }


    }

    .theme-bg {
        background-color: #08425A !important;
    }

    .particon {
        color: #08425A !important;
    }

    .card-subtitle {
        color: #08425A !important;
        font-size: 20px;
        margin-top: 2px;
    }

    .slider-drag-cursor {
        pointer-events: none;
        z-index: 99999;
        position: fixed;
        top: 0;
        left: -2px;
        padding: 0 18px;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        border-radius: 100%;
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        background: #08425A;
        width: 120px;
        height: 120px;
        line-height: 120px;
        text-align: center;
        border-radius: 100%;
        color: var(--white-color);
        opacity: 0;
        cursor: none;
        display: none !important;
    }

    .th-btn {

        background-color: #08425A !important;
        border: 2px solid #08425A !important;
        color: white !important;
    }

    h1:hover,
    h2:hover,
    h3:hover,
    h4:hover,
    h5:hover {
        color: rgb(2, 41, 57);
    }

    .counter-shape:before {
        content: "";
        position: absolute;
        bottom: 20%;
        right: 7%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        box-sizing: content-box;
        background-color: #08425A !important;
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space);
        padding-top: 99px !important;
    }

    .read {
        background-color: #08425A;
        color: white;
        padding: 15px;
        border-radius: 10px;
        border: 2px solid #08425A;
    }

    .read:hover {
        background-color: #DFE7EA !important;
        color: #05354A;
        border: 2px solid #08425A;
        padding: 15px;
    }

    .th-btn.style4:before {
        background-color: #08425A;
        color: white !important;
    }

    .see {
        background-color: #08425A;
        color: white !important;
        border: 2px solid #08425A !important;
        border-radius: 12px !important;
        /* Correct syntax */
    }

    .case-tabs .th-btn::before {
        border-radius: 10px;
        background-color: #08425A;
    }

    .see:hover {
        background-color: #DFE7EA !important;
        color: #08425A !important;
    }

    .see:before {
        background-color: #DFE7EA !important;

    }

    .cybers {
        background-color: #DFE7EA !important;
        color: #08425A !important;

    }

    .cybers:hover {
        background-color: #08425A !important;
        color: rgb(255, 255, 255) !important;
    }

    .cy {
        background-color: #08425A !important;

        color: rgb(255, 255, 255) !important;
    }

    .seconddiv:hover {
        background-color: #DFE7EA !important;
    }

    h1,
    h2,
    h3,
    h4,
    h6 {
        color: #08425A;


    }

    .counter-card .counter-shape:after {
        color: #08425A !important;
    }

    .counter-shape:before {
        content: "";
        position: absolute;
        bottom: 20%;
        right: 7%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        box-sizing: content-box;

    }

    .sub-title {
        color: #08425A !important;

    }

    .th-btn {
        border: 2px solid #08425A !important;
        position: relative;
        z-index: 1;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        font-family: var(--body-font);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: capitalize;
        border: none;
        /* font-size: 16px; */
        /* font-weight: 400; */
        padding: 14px 40px !important;
        border-radius: 10px;
        -webkit-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
        gap: 8px;
    }

    .th-btn.th-icon i {
        font-size: 20px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .4s;
        transition: .4s
    }

    .th-btn:before {
        content: '';
        width: 0;
        height: 100%;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: -5%;
        background-color: var(--title-color);
        -webkit-transition: .5s ease;
        transition: .5s ease;
        display: block;
        z-index: -1
    }

    .th-btn:hover,
    .th-btn.active {
        color: var(--white-color);
        box-shadow: none
    }

    .th-btn:hover:before,
    .th-btn.active:before {
        width: 110%
    }

    .blog-img {
        width: 100%;
        height: 250px;
        /* Adjust height as needed */
        overflow: hidden;
        border-radius: 12px;
        /* Optional: for rounded corners */
    }

    .blog-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* Ensures image covers the box */
        display: block;
    }

    .service-style-1 .service-img {
        overflow: hidden;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(8, 65, 90, 0.12);
        /* aqua-colored shadow */
    }

    .sub-title {
        display: block;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0.02em;
        color: var(--theme-color);
        font-family: var(--style-font);
        position: relative;
        margin-top: 1.8em 36px;
        margin-bottom: 5px;
    }

    .spaceblog,
    .spaceblog-bottom {
        padding-top: 58px;
        margin-top: 40px;
        padding-bottom: 60px;
    }

    .spaceteam,
    .spaceteam-bottom {
        padding-top: 50px;
        margin-top: 40px;
        padding-bottom: var(--section-space);
    }

    .position-relative {
        position: relative !important;
        margin-top: 60px !important;
    }

    .space,
    .space-bottom {
        padding-top: 130px;
        padding-bottom: 100px !important;
    }

    .carousel-container {
        position: relative;
        width: 100%;
        height: 90vh !important;
        overflow: hidden;
    }

    @media (max-width: 575px) {
        .partner-btn-wrapper {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 140px;
        }

        .spaceblog,
        .spaceblog-bottom {
            padding-top: 5px !important;
            /* margin-top: 40px; */
            padding-bottom: 60px;
        }
    }


    /* Tablets and small laptops (768pxâ€“1023px) */
    @media (min-width: 768px) and (max-width: 1023px) {
        .carousel-container {
            height: 85vh;
        }
    }

    @media (min-width: 768px) and (max-width: 1023px) {
        .carousel-content h1 {
            font-size: 35px;
            margin-bottom: 1rem;
            margin-top: 20px;
        }
    }

    /* Standard laptops (1024pxâ€“1366px) */
    @media (min-width: 1024px) and (max-width: 1366px) {
        .carousel-container {
            height: 84vh !important;
        }
    }

    /* Large laptops and desktops (1367px and above) */
    @media (min-width: 1367px) {
        .carousel-container {
            height: 95vh;
        }
    }


    .carousel-slide {
        display: flex;
        width: 100%;
        height: 100%;
        transition: transform 0.5s ease-in-out;
    }

    .carousel-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        flex-shrink: 0;
    }

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

    .carousel-content {
        position: absolute;
        top: 86%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        z-index: 2;
        padding: 95px !important;
        width: 100%;
        max-width: 2000px;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.91) 0%,
                /* Solid black at bottom */
                rgba(0, 0, 0, 0.81) 30%,
                /* Fading to semi-transparent black */
                rgba(0, 0, 0, 0.2) 70%,
                /* Transitioning to transparent */
                rgba(210, 210, 210, 0) 100%
                /* Fully transparent at top */
            );

    }

    /* === Typography === */
    .carousel-content h1 {
        font-size: 35px;
        margin-bottom: 1rem;
    }

    .carousel-content p {
        font-size: 1.5vw;
        margin-bottom: 1rem;
    }

    .carousel-content button {
        padding: 10px 20px;
        font-size: 1rem;
        background-color: #ff4081;
        border: none;
        border-radius: 5px;
        color: white;
        cursor: pointer;
    }

    /* ========== Responsive Breakpoints ========== */

    @media (max-width: 1024px),
    (max-height: 850px) {
        .carousel-content {
            top: 76% !important;
        }
    }

    @media (max-width: 768px) {
        .carousel-container {
            height: 60vh;
        }

        .carousel-content {
            position: absolute;
            top: 86%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: white;
            z-index: 2;
            padding: 9px !important;
            width: 100%;
            max-width: 2000px;
            background: linear-gradient(to top,
                    rgba(0, 0, 0, 0.91) 0%,
                    /* Solid black at bottom */
                    rgba(0, 0, 0, 0.81) 30%,
                    /* Fading to semi-transparent black */
                    rgba(0, 0, 0, 0.2) 70%,
                    /* Transitioning to transparent */
                    rgba(210, 210, 210, 0) 100%
                    /* Fully transparent at top */
                );

        }

        .carousel-content {
            top: 40%;
            padding: 15px;
        }

        .carousel-content h1 {
            font-size: 6vw;
        }

        .carousel-content p {
            font-size: 4vw;
        }

        .carousel-content button {
            font-size: 0.9rem;
            padding: 8px 16px;
        }
    }

    @media (max-width: 480px) {
        .carousel-container {
            height: 50vh;
        }

        .carousel-content {
            top: 20%;
            padding-top: 1px;
        }



        .carousel-content p {
            font-size: 4.5vw;
        }

        .carousel-content button {
            font-size: 0.85rem;
            padding: 8px 14px;
        }
    }

    .th-btn {
        position: relative;
        z-index: 1;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        font-family: var(--body-font);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: capitalize;
        border: none;
        /* font-size: 16px; */
        /* font-weight: 400; */
        padding: 13px 40px;
        border-radius: 10px;
        -webkit-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
        gap: 8px;
    }

    /* swiper */
        .swiper-button-prev,
    .swiper-button-next {
        color: #FFFFFF;
        /* Icon color */
        background: #08425A;
        border-radius: 50%;
        padding: 10px;
        width: 40px;
        height: 40px;
        top: 40%;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 16px;
    }
    .box-img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 12px;
        display: block;
    }
    .case-img {
        position: relative;
        width: 100%;
        aspect-ratio: 3 / 4;
        overflow: hidden;
    }
    .case-img img.portrait-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #howSlider .swiper-slide {
        backface-visibility: hidden;
        transform-style: preserve-3d;
    }
    .portrait-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .slide-arrows-inside {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 12px;
    }
    .arrow-circle {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 2px solid #08425A;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .arrow-circle i {
        font-size: 14px;
        color: #08425A;
    }
    .arrow-circle:hover {
        background-color: #08425A;
    }
    .arrow-circle:hover i {
        color: #fff;
        transform: scale(1.1);
    }
        /* Center swiper-slide content on mobile */
    @media (max-width: 767px) {
        .swiper-slide {
            display: flex;
            justify-content: center;
        }

        .service-box {
            margin-left: auto;
            margin-right: auto;
        }
    }
    .th-btn.style4 {
        background-color: #08425A;
        padding: 8px 16px;
        display: inline-block;
        border-radius: 4px;
        font-size: 14px;
        text-decoration: none;
    }
    .service-box img {
        width: 100%;
        border-radius: 6px;
    }
    section.ad-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 50px 10px;
        background-color: #fff;
    }
    .ad-label {
        font-size: 12px;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .ad-banner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1369px;
        background: #f7f7f7;
        border-radius: 6px;
        padding: 65px 55px;
        position: relative;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    }
    .ad-left {
        display: flex;
        align-items: center;
    }
    .ad-left img {
        height: 65px;
    }
    .ad-text {
        font-family: Arial, sans-serif;
        color: #000;
        font-size: 33px;
        line-height: 1.3;
    }
    .ad-text b {
        font-size: 35px;
        font-weight: bold;
        display: block;
    }
    .ad-button {
        background-color: #084259;
        color: #fff;
        border: none;
        padding: 13px 23px;
        border-radius: 10px;
        font-size: 21px;
        /* margin-right: 100px;   */
        cursor: pointer;
        white-space: nowrap;
        transition: background 0.3s;
    }
    .ad-button:hover {
        background-color: #DFE7EA;
        color: #05354A;
    }
    .close-btn {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 14px;
        color: #888;
        border: none;
        background: transparent;
        cursor: pointer;
    }
    @media (max-width: 600px) {
        .ad-banner {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }
        @media (max-width: 600px) {
            .ad-button {
                align-self: flex-start;
                /* margin-left: 82px; */
                font-size: 14px;
            }
        }

        .close-btn {
            top: 5px;
            right: 5px;
        }
    }
    @media (max-width: 600px) {
        .ad-banner {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
            padding: 20px;
        }
        .ad-left {
            flex-direction: column;
            align-items: flex-start;
        }
        .ad-left img {
            height: 40px;
            margin: 0 0 10px 0;
        }
        .ad-text {
            font-size: 24px;
            line-height: 1.2;
        }
        .ad-text b {
            font-size: 20px;
        }
        @media (max-width: 300px) {
            .ad-button {
                margin-left: 80px;
            }
        }
        .ad-label {
            font-size: 10px;
            text-align: center;
        }
    }

        .testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote {
        background-color: #08425A;
    }
    .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #08425A;
        border-color: #08425A;
    }
        @media (max-width: 576px) {
        .title-area .sub-title {
            font-size: 16px;
            display: block;
            margin: 0 auto 10px;
        }
        .ad-text {
            text-align: center;
        }
        .title-area .sec-title {
            font-size: 20px !important;
            line-height: 1.3;
        }
        .title-area .sec-text {
            font-size: 14px;
            line-height: 1.6;
        }
    }
    .next {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .next {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .invites {
        font-size: 16px;
        line-height: 1.6;
        max-width: 350px;
    }
    /* Optional: Make text smaller on mobile screens */
    @media (max-width: 576px) {
        .title-area .sub-title {
            font-size: 16px;
        }
        .title-area .sec-title {
            font-size: 24px !important;
        }
        .title-area .sec-text {
            font-size: 14px;
        }
    }

    /* Section background and padding */
    .award-recognition-img{
            width: 250px;
            height: auto;
    }
    /* Wrapper card with full‑container gradient */
    .award-wrapper {
        position: relative;
        /* for the gradient pseudo */
        z-index: 1;
        margin-top: 64px;
        /* keep content above gradient */
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    /* Full‑container gradient */
    .award-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg,
                rgba(8, 65, 90, 0.3) 0%,
                rgba(255, 165, 0, 0) 70%);
        pointer-events: none;
        z-index: -1;
        /* behind all wrapper children */
    }

    /* Text side */
    .award-content {
        flex: 1 1 50%;
        /* padding: 60px 40px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .recognition-title {
        font-size: 18px;
        font-weight: 600;
        color: #08425A;
        margin: 0 0 20px;
        display: inline-flex;
        align-items: center;
    }

    .recognition-title i {
        margin-right: 8px;
        color: #ffc107;
    }

    /* Award copy lines */
    .award-copy p {
        margin: 0;
        text-align: left;
        text-align: center;
    }

    .copy-intro {
        font-size: 18px;
        color: #08425A;
        margin-bottom: 8px;
        line-height: 1.55!important;
    }

    .copy-main {
        font-size: 32px;
        font-weight: 700;
        color: #08425A;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .copy-sub {
        font-size: 18px;
        color: #08425A;
    }

    /* Image side */
    .award-image {
        flex: 1 1 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    /* The actual card with your image */
    .award-image-card {
        background: #ffffff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        max-width: 100%;
    }

    .award-image-card img {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Responsive tweaks */
    @media (max-width: 768px) {
        .award-wrapper {
            flex-direction: column;
        }

        .award-text,
        .award-image {
            flex: 1 1 100%;
            padding: 30px 20px;
            text-align: center;
        }

        .award-copy p {
            text-align: center;
        }

        .copy-main {
            font-size: 28px;
        }
    }
    .footer-wrapper {
        background-color: rgb(5, 53, 74) !important;
        padding-top: 40px;
    }
    .the_mobile_fooeter {
        position: fixed;
        height: 76px;
        z-index: 9999;
        background-color: #05354A;
        width: 96% !important;
        border-radius: 9px;
        margin-left: auto;
        margin-right: auto;
        border-top: 0 solid #ddd;
        position: fixed;
        bottom: 10px !important;
        left: 0;
        right: 0;
    }
    @media (min-width: 1400px) {
        .col-xxl-8 {
            width: 66.666667%;
            padding-top: 30px;
        }
    }
    .scroll-top svg {
        color: #ff0000 !important;
        border-radius: 50%;
        background: var(--white-color);
    }
    @media (min-width: 1400px) {
        .col-xxl-4 {
            width: 33.3333333333%;
            margin-top: 50px;
        }
    }
    .newsletter-form .th-btn {
        min-width: 228px;
    }
    .th-btn {
        border: 2px solid #08425A !important;
        position: relative;
        z-index: 1;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        font-family: var(--body-font);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: capitalize;
        border: none;
        /* font-size: 16px; */
        /* font-weight: 400; */
        padding: 14px 40px !important;
        border-radius: 10px;
        -webkit-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
        gap: 8px;
    }
    .space,
    .space-bottom {
        padding-bottom: var(--section-space);
        padding-top: 32px;
    }
    .widget-area {
        padding-bottom: 10px !important;
    }
    .about-logo-img {
        height: 80px !important;
        width: 145px;
        object-fit: contain;
        border-radius: 6px;
        background-color: white;
    }
    @media (max-width: 576px) {
        .about-logo-img {
            height: 91px;
            width: 165px;
        }
    }
    .footer-wrapper {
        background-color: rgb(5, 53, 74) !important;
    }
    .copyright-wrap {
        background-color: #DFE7EA !important;
    }
    .subs {
        background-color: #DFE7EA !important;
        color: #08425A !important;
        border-radius: 10px !important;
    }
    .subs:hover {
        background-color: #DFE7EA !important;
        color: #08425A !important;
    }
    .icon:hover {
        background-color: #05354A !important;
    }
        /* Ensures consistent padding for the Subscribe Now button */
    .th-btn.style3 {
        padding: 10px 20px;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* Optional: Adjust for small screens */
    @media (max-width: 576px) {
        .th-btn.style3 {
            padding: 8px 14px;
            font-size: 14px;
        }
    }