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

.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;
    /* Icon also white */
}
.partner-btn:hover i {
    color: #08425A !important;
}
    .th-btn {
    background-color: #08425A !important;
    border: 2px solid #08425A !important;
    color: white !important;
}
    .th-btn {
    background-color: #08425A !important;
    border: 2px solid #08425A !important;
    color: white !important;
}
    .content-box {
    background-color: #f9f9f9;
    border-radius: 10px;
    height: 100%;
}
.box-title {
    font-size: 32px;
    font-weight: 700;
    color: #08425A;
}
.image-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.image-item {
    /* flex: 1 1 45%; */
    /* max-width: 45%; */
    text-align: center;
    overflow: hidden;
}
.image-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.image-caption {
    background: rgba(61, 61, 61, 0.09);
    color: #08425A;
    padding: 8px;
    margin-top: 5px;
    font-size: 16px;
    border-radius: 5px;
}
.partner-list li {
    background: white;
    border: 1px solid #ccc;
    padding: 12px 16px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}
.partner-list li a {
    text-decoration: none;
    color: #08425A;
}
.partner-list li:hover {
    background-color: #08425A;
}
.partner-list li:hover a {
    color: white;
}
/* Responsive Fixes */
@media (max-width: 991px) {
    .image-item {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .box-title {
        font-size: 24px;
    }
}
.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;
    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;
    }
}