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

:root {
    --Primary: #218ac5;
    --Secondary: #06527f;
    --Bg-light: #F0F4F8;
    --bg-dark-1: #1d1d1e;
    --font-main: "Manrope", sans-serif;
    --font-main2: "Manrope", sans-serif;
    --font-main3: "Manrope", sans-serif;
    --font-main4: "Manrope", sans-serif;
}



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--font-main2);
    font-weight: 600;
}

.text-caption-1 {
    font-size: 14px;
    line-height: 22px;
}

.font-main {
    font-family: var(--font-main);
}

.font-2 {
    font-family: var(--font-main2);
}

.font-3 {
    font-family: var(--font-main3);
}

.font-4 {
    font-family: var(--font-main4);
}

.main-menu .navigation>li:hover::after {
    color: var(--Secondary);
}

/* Menu Font Uppercase */
.main-menu .navigation > li > a,
.navigation li > a {
    text-transform: uppercase;
}

.main-menu .navigation > li.has-child > .submenu li a {
    text-transform: uppercase; /* Submenu items also in uppercase */
}

#menu-mobile-menu li.active>a {
    color: var(--Secondary);
}

#menu-mobile-menu li > a {
    text-transform: uppercase;
}

.card-team.style-1::after {
    background: linear-gradient(180deg, rgba(24, 71, 120, 0) 46.28%, rgba(24, 71, 120, 0.5) 73.14%, #184778 99.74%);
}

.section-faqs .accordion-item {
    background-color: var(--Bg-light);
}


.blog-item.v-list .img-style {
    border-radius: 0;
}

.blog-item.v-list .tag {
    padding: 0;
    background-color: var(--Primary) !important;
    color: var(--Secondary);
}


.tf-sidebar .list-categories a::after {
    background: var(--Secondary);
    height: 1px;
}

.tf-sidebar .tags-list a:hover {
    color: var(--Secondary);
}

.tf-article-navigation .item {
    max-width: unset;
}

.post-detail .tags-list.style-2 a:hover {
    background-color: var(--Primary);
    border-color: var(--Primary);
    color: var(--Secondary);
}

.form-leave-comment fieldset input:focus,
.form-leave-comment textarea:focus {
    border-color: var(--Secondary);
}

.form-leave-comment .tf-check {
    border: 1px solid var(--Text-secondary);
}

.section-faqs-1 .heading-section .sub {
    margin-bottom: 5px;
}


.blog-item.style-4.v-list .content {
    gap: 9px;
}

@media (min-width: 992px) {
    .section-faqs .accordion-wrap {
        padding-left: 15px;
    }
}

/* Annual Report Cards Styling */
.section-pricing-6 .pricing-item.style-1 {
    background-color: #F5F5F5;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.section-pricing-6 .pricing-item.style-1:hover {
    background-color: #218ac5;
    border-color: #218ac5;
}

.section-pricing-6 .pricing-item.style-1:hover .title {
    color: #fff;
}

.section-pricing-6 .pricing-item.style-1 .pdf-icon {
    margin-bottom: 20px;
}

.section-pricing-6 .pricing-item.style-1 .pdf-icon svg {
    width: 80px;
    height: 80px;
}

.section-pricing-6 .pricing-item.style-1 .title {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    transition: color 0.3s ease;
}


.section-pricing-6 .pricing-item.style-1 .tf-btn.btn-bg-primary {
    background-color: #218ac5;
    border: 1px solid #f1eb1e;
    border-radius: 25px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    width: auto !important;
    transition: all 0.3s ease;
}

.section-pricing-6 .pricing-item.style-1 .tf-btn.btn-bg-primary:hover {
    color: #2a4d75;
    background-color: #fff;
    transform: translateY(-2px);
}

.section-pricing-6 .pricing-item.style-1 .tf-btn .icon-ArrowUpRight {
    font-size: 14px;
    margin-left: 4px;
}

.text-justify {
    text-align: justify;
}

/* Footer Background */
.footer.style-default {
    background-color: #f5f5f5 !important;
}

.footer-body {
    background-color: #f5f5f5 !important;
}

/* Footer Logo Styling */
.footer-logo-social .site-logo {
    display: inline-block;
}

.footer-logo-social .site-logo img {
    max-width: 120px;
    height: auto;
}

/* Footer Social Media Styling */
.footer-social .social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #218ac5;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #218ac5;
    border-radius: 50%;
}

.footer-social-icon i {
    font-size: 18px;
}

.footer-social-icon:hover {
    color: #f1eb1e;
    border-color: #f1eb1e;
    transform: translateY(-2px);
}

.footer-social-icon:hover i {
    color: #f1eb1e;
}

/* Footer Quick Links Styling */
.footer-quick-links h3,
.footer-register-office h3,
.footer-corporate-office h3 {
    font-size: 18px;
    font-weight: 700;
    color: #218ac5;
    margin-bottom: 20px;
}

/* Footer Text Colors - Update for light background */
.footer-body .text_white {
    color: #1d1d1e !important;
}

.footer-social .text-label.text_white {
    color: #1d1d1e !important;
}

.footer-link-item {
    color: #1d1d1e !important;
}

.footer-info-item p,
.footer-info-item a {
    color: #1d1d1e !important;
}

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

.footer-links-list li {
    margin-bottom: 12px;
}

.footer-link-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-link-item i {
    font-size: 18px;
    color: #218ac5;
}

.footer-link-item:hover {
    color: #f1eb1e;
    padding-left: 4px;
}

/* Footer Contact Info Styling */
.footer-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-info-item:last-child {
    margin-bottom: 0;
}

.footer-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #f1eb1e;
    border-radius: 50%;
    color: #000;
    font-size: 18px;
    flex-shrink: 0;
}

.footer-info-item p,
.footer-info-item a {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
}

.footer-info-item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    padding-top: 5px;
}

.footer-info-item a:hover {
    color: #f1eb1e;
}

/* Service Section Improvements - Professional Corporate Look */
.section-service-2 {
    background: linear-gradient(135deg, #06527f 0%, #218ac5 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.section-service-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.section-service-2 .heading-section h2.title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 60px;
}

.section-service-2 .tf-box-icon {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    height: 100%;
}

.section-service-2 .tf-box-icon:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(241, 235, 30, 0.3);
}

.section-service-2 .tf-box-icon .icon {
    margin-bottom: 24px;
}

.section-service-2 .tf-box-icon .icon i {
    font-size: 48px;
    color: #f1eb1e;
}

.section-service-2 .tf-box-icon h5 a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.section-service-2 .tf-box-icon h5 a:hover {
    color:#f1eb1e !important;
}

.section-service-2 .tf-box-icon p {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.9;
    margin-top: 12px;
}

/* Section Why Improvements */
.section-why {
    padding: 100px 0;
    background: #f8f9fa;
}

.section-why h2.title {
    font-size: 42px;
    font-weight: 800;
    color: #218ac5;
    line-height: 1.3;
    margin-bottom: 18px;
}

.section-why .desc {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
    text-align: justify;
}

.section-why img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

/* Section Request Improvements */
.section-request {
    position: relative;
    padding: 120px 0;
}

.section-request .thumbs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(6, 82, 127, 0.85) 0%, rgba(33, 138, 197, 0.75) 100%);
    z-index: 1;
}

.section-request .thumbs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-request .box-request {
    position: relative;
    z-index: 2;
}

.section-request h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
}

.section-request p {
    font-size: 17px;
    line-height: 1.8;
    opacity: 0.95;
    text-align: justify;
}

/* Footer Bottom Bar Styling */
.footer-bottom {
    background-color: #218ac5;
    padding: 20px 0;
    margin-top: 40px;
}

/* Footer Responsive */
@media (max-width: 991px) {
    .footer-logo-social {
        margin-bottom: 30px;
    }
    
    .footer-register-office {
        margin-top: 30px;
    }
    
    .footer-corporate-office {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer-bottom .wrap-footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

.border-radius-10 {
    border-radius: 10px;
}

/* Hero Banner Improvements - Professional Corporate Look */
.hero-banner-3 {
    position: relative;
    min-height: 700px;
}

.hero-banner-3 .parallax-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.hero-banner-3 .parallax-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(6, 82, 127, 0.75) 0%, rgba(33, 138, 197, 0.6) 100%);
    z-index: 1;
}

.hero-banner-3 .thumbs-image,
.hero-banner-3 .thumbs-video,
.hero-banner-3 .image-inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-banner-3 .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.hero-banner-3 .content .tf-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hero-banner-3 .content .row {
    align-items: center;
    flex: 1;
    display: flex;
}

.hero-banner-3 .content h1.title {
    font-size: 60px !important;
    line-height: 1.2;
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-banner-3 .content .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px
}

.hero-banner-3 .content .col-lg-6:first-child {
    padding-right: 30px;
}

.hero-banner-3 .content .col-lg-6:last-child {
    padding-left: 30px;
}

.hero-banner-3 .content .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.hero-banner-3 .content .text-body-2 {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff !important;
    opacity: 0.95;
    text-align: justify;
}

.hero-banner-3 .support {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
    z-index: 3;
}

.hero-banner-3 .support .wrap {
    align-items: center;
}

.hero-banner-3 .support h6.title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 30px;
}

.hero-banner-3 .support ul li {
    font-size: 15px;
    font-weight: 500;
}

.hero-banner-3 .support ul li i {
    color: #f1eb1e;
    font-size: 18px;
}

/* Hero CTA Button */
.hero-banner-3 .hero-cta-btn {
    background: #f1eb1e !important;
    color: #06527f !important;
    border: 2px solid #f1eb1e !important;
    padding: 16px 40px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(241, 235, 30, 0.3);
}

.hero-banner-3 .hero-cta-btn:hover {
    background: #ffffff !important;
    color: #06527f !important;
    border-color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4);
}

/* Additional Professional Polish */
.main-content {
    position: relative;
}

.section-about,
.section-service-2,
.section-why,
.section-request {
    position: relative;
}

/* Better Section Transitions */
.tf-spacing-1 {
    padding: 70px 0 40px;
}

/* Professional Typography Improvements */
h1, .h1 {
    letter-spacing: -0.5px;
}

h2, .h2 {
    letter-spacing: -0.3px;
}

/* Improved Container Spacing */
.tf-container {
    max-width: 1200px;
}

/* Hero CTA Button */
.hero-banner-3 .hero-cta-btn {
    background: #f1eb1e !important;
    color: #06527f !important;
    border: 2px solid #f1eb1e !important;
    padding: 16px 40px !important;
    line-height: 10px;
    font-size: 16px !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(241, 235, 30, 0.3);
}

.hero-banner-3 .hero-cta-btn:hover {
    background: #ffffff !important;
    color: #fff !important;
    border-color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4);
}

/* About Us Section Improvements */
.section-about {
    padding: 100px 0;
    background: #ffffff;
}

.section-about .heading-section h2.title {
    font-weight: 800 !important;
    color: #218ac5 !important;
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.section-about .heading-section .sub {
    color: #218ac5;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.section-about .text-body-default {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
    text-align: justify;
}

.section-about .tf-btn {
    background: #218ac5 !important;
    color: #ffffff !important;
    border: 2px solid #218ac5 !important;
    padding: 14px 32px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    margin-top: 20px;
}

.section-about .tf-btn:hover {
    background: #f1eb1e  !important;
    border-color: #f1eb1e  !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(33, 138, 197, 0.3);
}

.section-about img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.section-about img:hover {
    transform: translateY(-5px);
}

/* Hero Banner Responsive Fixes - Increase banner height for mobile */
@media (max-width: 991px) {
    .hero-banner-3 {
        min-height: 600px;
    }
    
    .hero-banner-3 .content .tf-container {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    
    .hero-banner-3 .content h1.title {
        font-size: 36px !important;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    .hero-banner-3 .content .text-body-2 {
        font-size: 16px;
        margin-bottom: 24px;
    }
    
    .hero-banner-3 .content .row {
        flex-direction: column;
    }
    
    .hero-banner-3 .content .col-lg-6 {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .hero-banner-3 .hero-cta-btn {
        padding: 14px 30px !important;
        font-size: 15px !important;
    }
    
    .hero-banner-3 .support {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .hero-banner-3 {
        min-height: 500px;
    }
    
    .hero-banner-3 .content {
        padding: 60px 0 30px;
    }
    
    .hero-banner-3 .content h1.title {
        font-size: 32px !important;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    .hero-banner-3 .content .text-body-2 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .hero-banner-3 .support {
        margin-top: 30px;
        padding: 20px 15px;
    }
    
    .hero-banner-3 .support .wrap {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hero-banner-3 .support .wrap .title {
        font-size: 15px;
        margin-bottom: 12px;
        margin-right: 0;
    }
    
    .hero-banner-3 .support ul {
        gap: 8px;
        width: 100%;
    }
    
    .hero-banner-3 .support li {
        font-size: 13px;
    }
    
    .hero-banner-3 .support i {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .hero-banner-3 {
        min-height: 450px;
    }
    
    .hero-banner-3 .content {
        padding: 50px 0 20px;
    }
    
    .hero-banner-3 .content h1.title {
        font-size: 28px !important;
        line-height: 1.3;
        margin-bottom: 16px;
    }
    
    .hero-banner-3 .content .text-body-2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .hero-banner-3 .hero-cta-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
        width: 100%;
        text-align: center;
    }
    
    .hero-banner-3 .support {
        margin-top: 24px;
        padding: 16px 12px;
    }
    
    .hero-banner-3 .support .wrap .title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .hero-banner-3 .support li {
        font-size: 12px;
    }
    
    .hero-banner-3 .support i {
        font-size: 14px;
    }
    
    .hero-banner-3 .support ul.tf-grid-layout {
        grid-template-columns: 1fr !important;
        gap: 8px;
    }
}

/* Investors Relations Dropdown Menu - Two Column Layout */
.main-menu .navigation > li.has-child {
    position: relative;
}

.main-menu .navigation > li.has-child > .submenu {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: auto !important;
    min-width: 650px;
    max-width: 700px;
    gap: 0;
    left: auto !important;
    right: 0 !important;
    transform: translateX(0) !important;
    transform-origin: top right;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: absolute !important;
    top: 100% !important;
}

/* Ensure dropdown doesn't overflow viewport - shift left if needed */
@media (min-width: 992px) {
    .main-menu .navigation > li.has-child > .submenu {
        right: 0 !important;
        left: auto !important;
    }
    
    /* If dropdown would overflow, shift it left */
    .main-menu .navigation > li.has-child:hover > .submenu {
        right: 0 !important;
        left: auto !important;
        margin-top: 5px;
    }
}

.main-menu .navigation > li.has-child > .submenu li {
    width: 100%;
    border-bottom: 1px solid var(--Line);
    border-right: 1px solid var(--Line);
    white-space: normal;
}

.main-menu .navigation > li.has-child > .submenu li:nth-child(even) {
    border-right: none;
}

.main-menu .navigation > li.has-child > .submenu li:last-child,
.main-menu .navigation > li.has-child > .submenu li:nth-last-child(2) {
    border-bottom: none;
}

.main-menu .navigation > li.has-child > .submenu li a {
    display: block;
    width: 100%;
    padding: 12px 18px;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.4;
}

.main-menu .navigation > li.has-child > .submenu li:hover > a {
    background-color: #f1eb1e;
    color: #000 !important;
}

.main-menu .navigation > li.has-child > .submenu li.submenu-divider {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 4px;
    padding-top: 8px;
}

.main-menu .navigation > li.has-child > .submenu li.submenu-divider .text-label {
    display: block;
    padding: 8px 18px 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    pointer-events: none;
}

/* 3rd level submenu: Shareholders Information flyout */
.main-menu .navigation > li.has-child > .submenu > li.has-child {
    position: relative;
}

.main-menu .navigation > li.has-child > .submenu > li.has-child > .submenu {
    position: absolute !important;
    left: 100% !important;
    top: 0 !important;
    min-width: 220px;
    width: max-content;
    display: block !important;
    grid-template-columns: 1fr !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    box-shadow: 0 10px 25px rgba(72, 95, 119, 0.15);
    border: 1px solid var(--Line);
    border-radius: 5px;
    margin-left: 0;
}

.main-menu .navigation > li.has-child > .submenu > li.has-child:hover > .submenu {
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation > li.has-child > .submenu > li.has-child > .submenu li {
    border-right: none;
    border-bottom: 1px solid var(--Line);
}

.main-menu .navigation > li.has-child > .submenu > li.has-child > .submenu li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li.has-child > .submenu > li.has-child > a::after {
    font-family: "icomoon";
    position: absolute;
    right: 18px;
    font-size: 12px;
}

/* Responsive: Single column on smaller screens */
@media (max-width: 768px) {
    .main-menu .navigation > li.has-child > .submenu {
        grid-template-columns: 1fr !important;
        min-width: 250px;
    }
    
    .main-menu .navigation > li.has-child > .submenu li {
        border-right: none;
    }
    
    .main-menu .navigation > li.has-child > .submenu li:last-child {
        border-bottom: none;
    }
}

/* Section Overview - Three Blocks Styling - Equal Heights */
.section-overview .wrap-box {
    align-items: stretch !important;
    display: flex !important;
}

.section-overview .col-content {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
}

.section-overview .col-content.about {
    display: flex !important;
    flex-direction: column;
    flex: 1;
}

.section-overview .col-content.about .testimonial {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.section-overview .col-content.mission {
    display: flex !important;
    flex-direction: column;
    flex: 1;
}

.section-overview .col-content.mission .heading {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.section-overview .col-content.vision {
    display: flex !important;
    position: relative;
    flex: 1;
}

.section-overview .col-content.vision .thumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-overview .col-content.vision .thumbs img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-overview .testimonial a,
.section-overview .heading a,
.section-overview .col-content.vision .content h3 {
    font-size: 36px !important;
    line-height: 42px;
}

.section-overview .testimonial p.h4,
.section-overview .heading p.h4,
.section-overview .col-content.vision .content p {
    font-size: 22px !important;
    line-height: 1.5;
    font-weight: 400;
}

.title-text-style
{
    font-size: 50px;
    line-height: 70px;
    color: #218ac5;
}

/* Contact form label styling */
.contact-form .form-label {
    font-size: 15px;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Section Overview - Three Blocks Mobile Responsive */
@media (max-width: 991px) {
    .section-overview .wrap-box {
        flex-direction: column !important;
        gap: 0 !important;
    }
    
    .section-overview .col-content.about,
    .section-overview .col-content.mission,
    .section-overview .col-content.vision {
        width: 100% !important;
        flex: unset !important;
        min-height: auto !important;
    }
    
    .section-overview .testimonial,
    .section-overview .heading {
        padding: 30px 20px !important;
    }
    
    .section-overview .testimonial a,
    .section-overview .heading a,
    .section-overview .col-content.vision .content h3 {
        font-size: 28px !important;
        line-height: 34px !important;
    }
    
    .section-overview .testimonial p.h4,
    .section-overview .heading p.h4,
    .section-overview .col-content.vision .content p {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 767px) {
    .section-overview .testimonial a,
    .section-overview .heading a,
    .section-overview .col-content.vision .content h3 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    
    .section-overview .testimonial p.h4,
    .section-overview .heading p.h4,
    .section-overview .col-content.vision .content p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
}

/* Title Text Style Mobile Responsive */
@media (max-width: 991px) {
    .title-text-style {
        font-size: 36px !important;
        line-height: 48px !important;
    }
}

@media (max-width: 767px) {
    .title-text-style {
        font-size: 28px !important;
        line-height: 38px !important;
    }
}

@media (max-width: 575px) {
    .title-text-style {
        font-size: 24px !important;
        line-height: 32px !important;
    }
}

/* Contact Page Mobile Responsive */
@media (max-width: 767px) {
    .contact-map {
        height: 400px !important;
        margin-top: 30px;
    }
    
    .contact-inquiry {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .contact-map {
        height: 300px !important;
    }
}

/* Section About Mobile Responsive */
@media (max-width: 991px) {
    .section-about {
        padding: 60px 0 !important;
    }
    
    .section-about .heading-section h2.title {
        font-size: 32px !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 767px) {
    .section-about {
        padding: 50px 0 !important;
    }
    
    .section-about .heading-section h2.title {
        font-size: 28px !important;
    }
    
    .section-about .text-body-default {
        font-size: 15px !important;
    }
}

/* Section Service Mobile Responsive */
@media (max-width: 991px) {
    .section-service-2 {
        padding: 60px 0 !important;
    }
    
    .section-service-2 .heading-section h2.title {
        font-size: 36px !important;
        margin-bottom: 40px !important;
    }
    
    .section-service-2 .tf-box-icon {
        padding: 30px 20px !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .section-service-2 {
        padding: 50px 0 !important;
    }
    
    .section-service-2 .heading-section h2.title {
        font-size: 28px !important;
        margin-bottom: 30px !important;
    }
    
    .section-service-2 .tf-box-icon .icon i {
        font-size: 36px !important;
    }
    
    .section-service-2 .tf-box-icon h5 a {
        font-size: 18px !important;
    }
    
    .section-service-2 .tf-box-icon p {
        font-size: 14px !important;
    }
}

/* Section Why Mobile Responsive */
@media (max-width: 991px) {
    .section-why {
        padding: 60px 0 !important;
    }
    
    .section-why h2.title {
        font-size: 32px !important;
    }
}

@media (max-width: 767px) {
    .section-why {
        padding: 50px 0 !important;
    }
    
    .section-why h2.title {
        font-size: 28px !important;
    }
    
    .section-why .desc {
        font-size: 15px !important;
    }
}

/* Section Request Mobile Responsive */
@media (max-width: 991px) {
    .section-request {
        padding: 60px 0 !important;
    }
    
    .section-request h2 {
        font-size: 32px !important;
    }
}

@media (max-width: 767px) {
    .section-request {
        padding: 50px 0 !important;
    }
    
    .section-request h2 {
        font-size: 28px !important;
    }
    
    .section-request p {
        font-size: 15px !important;
    }
}

/* Footer Mobile Responsive Improvements */
@media (max-width: 767px) {
    .footer-body {
        padding: 40px 0 !important;
    }
    
    .footer-logo-social,
    .footer-register-office,
    .footer-corporate-office {
        margin-bottom: 30px !important;
    }
    
    .footer-quick-links h3,
    .footer-register-office h3,
    .footer-corporate-office h3 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }
    
    .footer-info-item {
        margin-bottom: 12px !important;
    }
    
    .footer-icon-circle {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        font-size: 16px !important;
    }
    
    .footer-info-item p,
    .footer-info-item a {
        font-size: 13px !important;
    }
}

/* Form Elements Mobile Responsive */
@media (max-width: 767px) {
    .contact-form .form-control {
        font-size: 15px !important;
        padding: 12px 15px !important;
    }
    
    .contact-form .form-label {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    
    .contact-form .tf-btn {
        width: 100% !important;
        padding: 14px 20px !important;
    }
}

/* Page Layout Mobile Responsive */
@media (max-width: 767px) {
    .page-layout-v04 .content h2 {
        font-size: 28px !important;
    }
}

@media (max-width: 575px) {
    .page-layout-v04 .content h2 {
        font-size: 24px !important;
    }
}

/* Product Page Mobile Responsive */
@media (max-width: 767px) {
    .section-service .heading-section .title {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
    
    .section-service .heading-section .sub {
        font-size: 12px !important;
    }
    
    .section-service .text-body-2 {
        font-size: 15px !important;
    }
}

/* Annual Report Cards Mobile Responsive */
@media (max-width: 991px) {
    .section-pricing-6 .pricing-item.style-1 {
        min-height: 250px;
        padding: 25px 15px;
    }
}

@media (max-width: 767px) {
    .section-pricing-6 .pricing-item.style-1 {
        min-height: 220px;
        padding: 20px 15px;
    }
    
    .section-pricing-6 .pricing-item.style-1 .pdf-icon svg {
        width: 60px;
        height: 60px;
    }
    
    .section-pricing-6 .pricing-item.style-1 .title {
        font-size: 15px !important;
        margin-bottom: 15px !important;
    }
}

/* Container Padding Mobile */
@media (max-width: 767px) {
    .tf-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Heading Section Mobile Responsive */
@media (max-width: 767px) {
    .heading-section.style-default .sub {
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }
    
    .heading-section.style-default h2.title {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
}

/* Spacing Mobile Adjustments */
@media (max-width: 767px) {
    .mb_28 {
        margin-bottom: 20px !important;
    }
    
    .mb_40 {
        margin-bottom: 30px !important;
    }
    
    .mb_24 {
        margin-bottom: 18px !important;
    }
    
    .mb_20 {
        margin-bottom: 16px !important;
    }
    
    .mb_16 {
        margin-bottom: 12px !important;
    }
}

/* Image Responsive */
@media (max-width: 767px) {
    .section-about img,
    .section-why img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }
}

/* Text Overflow Prevention */
@media (max-width: 767px) {
    .section-about .text-body-default,
    .section-why .desc,
    .section-request p,
    .hero-banner-3 .content .text-body-2 {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
}

/* Logo Header Mobile */
@media (max-width: 767px) {
    .logo_header {
        max-width: 150px !important;
        height: auto !important;
    }
    
    .footer-logo-social .site-logo img {
        max-width: 100px !important;
    }
}

/* Social Icons Mobile */
@media (max-width: 767px) {
    .footer-social-icon {
        width: 32px !important;
        height: 32px !important;
    }
    
    .footer-social-icon i {
        font-size: 16px !important;
    }
}

/* Button Mobile Responsive */
@media (max-width: 767px) {
    .tf-btn {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
    
    .hero-banner-3 .hero-cta-btn {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Grid Layout Mobile */
@media (max-width: 767px) {
    .section-pricing-6 .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .section-pricing-6 .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

/* Page Title Image Mobile Responsive */
@media (max-width: 767px) {
    .page-layout-v04 {
        min-height: 300px !important;
    }
    
    .page-layout-v04 .content h2 {
        font-size: 28px !important;
    }
}

@media (max-width: 575px) {
    .page-layout-v04 {
        min-height: 250px !important;
    }
    
    .page-layout-v04 .content h2 {
        font-size: 24px !important;
    }
}

/* Iframe/Map Responsive */
@media (max-width: 767px) {
    iframe {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .contact-map iframe {
        height: 100% !important;
    }
}

/* Section Service Grid Mobile */
@media (max-width: 991px) {
    .section-service-2 .tf-grid-layout {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
}

@media (max-width: 767px) {
    .section-service-2 .tf-grid-layout {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}

/* Heading Section Mobile - Flex Direction */
@media (max-width: 767px) {
    .heading-section.style-2 .heading {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px !important;
    }
    
    .heading-section.style-2 .heading .d-flex {
        flex-direction: column !important;
    }
}

/* Row Alignment Mobile */
@media (max-width: 767px) {
    .row.align-items-center {
        flex-direction: column;
    }
    
    .row.align-items-center > [class*="col-"] {
        margin-bottom: 30px;
    }
    
    .row.align-items-center > [class*="col-"]:last-child {
        margin-bottom: 0;
    }
}

/* Box About Mobile */
@media (max-width: 767px) {
    .box-about .row {
        flex-direction: column-reverse;
    }
    
    .box-about .col-lg-5 {
        margin-bottom: 30px;
    }
    
    .box-about .col-lg-7 {
        margin-bottom: 0;
    }
}

/* Text Body Mobile */
@media (max-width: 767px) {
    .text-body-default,
    .text-body-2 {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
}

/* Gap Utilities Mobile */
@media (max-width: 767px) {
    .gap_16 {
        gap: 12px !important;
    }
    
    .gap_12 {
        gap: 8px !important;
    }
}

/* PDF Cards Mobile - Ensure proper stacking */
@media (max-width: 575px) {
    .section-pricing-6 .col-sm-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* Mobile Menu Support Section */
@media (max-width: 767px) {
    .support .mb-info li {
        font-size: 14px !important;
        margin-bottom: 12px;
    }
    
    .support .mb-info .number {
        font-size: 14px !important;
    }
    
    .support .wrap-social p {
        font-size: 14px !important;
        margin-bottom: 10px;
    }
}

/* Hero Banner Content Mobile - Better spacing */
@media (max-width: 767px) {
    .hero-banner-3 .content .col-lg-6 {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }
    
    .hero-banner-3 .content .row {
        gap: 20px;
    }
}

/* Section Service Title Mobile - Long text handling */
@media (max-width: 767px) {
    .section-service-2 .heading-section h2.title {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

/* Footer Row Mobile - Better stacking */
@media (max-width: 991px) {
    .footer-body .row {
        flex-direction: column;
    }
    
    .footer-body .row > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* Contact Form Mobile - Better spacing */
@media (max-width: 575px) {
    .contact-form .form-group {
        margin-bottom: 18px !important;
    }
    
    .contact-form textarea {
        min-height: 120px !important;
    }
}

/* Pricing Item Mobile - Better button sizing */
@media (max-width: 575px) {
    .section-pricing-6 .pricing-item.style-1 .tf-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
}

/* Section Overview Mobile - Better padding */
@media (max-width: 575px) {
    .section-overview .testimonial,
    .section-overview .heading {
        padding: 20px 15px !important;
    }
}

/* Image Responsive - Global */
@media (max-width: 767px) {
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .img-fluid,
    .img-cover {
        width: 100% !important;
        height: auto !important;
    }
}

/* Container Padding Mobile */
@media (max-width: 575px) {
    .tf-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Prevent Horizontal Scroll */
@media (max-width: 767px) {
    body,
    html {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }
    
    * {
        max-width: 100%;
    }
}

/* Table Responsive */
@media (max-width: 767px) {
    table {
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch;
    }
}

/* Section Service Grid - Better mobile handling */
@media (max-width: 991px) {
    .section-service-2 .tf-grid-layout.lg-col-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 575px) {
    .section-service-2 .tf-grid-layout.lg-col-4 {
        grid-template-columns: 1fr !important;
    }
}

/* Heading Section Subtitle Mobile */
@media (max-width: 767px) {
    .heading-section .sub {
        font-size: 12px !important;
        letter-spacing: 0.5px !important;
    }
}

/* Mobile Menu - Better text wrapping */
@media (max-width: 767px) {
    #menu-mobile-menu .item-menu-mobile {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
    
    #menu-mobile-menu .sub-mobile a {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

/* Footer Links Mobile - Better spacing */
@media (max-width: 575px) {
    .footer-links-list li {
        margin-bottom: 10px !important;
    }
    
    .footer-link-item {
        font-size: 13px !important;
    }
}

/* Section Spacing Mobile - Consistent */
@media (max-width: 767px) {
    .tf-spacing-1 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

/* Button Group Mobile */
@media (max-width: 575px) {
    .d-flex.gap_12,
    .d-flex.gap_16 {
        flex-wrap: wrap;
    }
}