/* ============================================
   Corporate Elegant Stylesheet
   RoyalTech Computers Limited
   ============================================ */

/* ============================================
   Laptop Leasing Services Section - Enhanced
   ============================================ */

.about-section.leasing-services-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.about-section.leasing-services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e0e0e0 50%, transparent);
}

.about-section.leasing-services-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e0e0e0 50%, transparent);
}

.about-section.leasing-services-section .sec-title {
    margin-bottom: 70px;
    text-align: center;
}

.about-section.leasing-services-section .sec-title .title {
    font-size: 48px;
    font-weight: 800;
    color: #1c2c52;
    letter-spacing: -1px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
}

.about-section.leasing-services-section .sec-title .title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1c2c52, #4a90e2, #1c2c52);
    border-radius: 2px;
}

.about-section.leasing-services-section .section-subtitle {
    font-size: 18px;
    color: #6b7280;
    font-weight: 500;
    margin-top: 25px;
    letter-spacing: 0.3px;
    font-family: 'Nunito Sans', sans-serif;
}

.about-section.leasing-services-section .content-column {
    padding-right: 50px;
    display: flex;
    align-items: center;
}

.about-section.leasing-services-section .content {
    position: relative;
}

.about-section.leasing-services-section .content-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
}

.about-section.leasing-services-section .content .lead-text {
    font-size: 18px;
    line-height: 1.9;
    color: #1c2c52;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.2px;
    position: relative;
    padding-left: 25px;
    border-left: 4px solid #4a90e2;
}

.about-section.leasing-services-section .content p {
    font-size: 16px;
    line-height: 1.85;
    color: #4a5568;
    margin-bottom: 22px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.about-section.leasing-services-section .content p:last-of-type {
    margin-bottom: 0;
}

/* Features Grid */
.about-section.leasing-services-section .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 45px 0 40px;
    padding: 35px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(28, 44, 82, 0.08);
    border: 1px solid rgba(28, 44, 82, 0.05);
    visibility: visible !important;
    opacity: 1 !important;
}

.about-section.leasing-services-section .feature-item {
    display: flex !important;
    align-items: flex-start;
    gap: 15px;
    transition: transform 0.3s ease;
    visibility: visible !important;
    opacity: 1 !important;
}

.about-section.leasing-services-section .feature-item:hover {
    transform: translateX(5px);
}

.about-section.leasing-services-section .feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4a90e2 0%, #6bb6ff 100%);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.25);
    visibility: visible !important;
    opacity: 1 !important;
}

.about-section.leasing-services-section .feature-icon span,
.about-section.leasing-services-section .feature-icon .fa {
    color: #ffffff !important;
    font-size: 22px !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome", "FontAwesome5", sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Ensure feature icons are visible */
.about-section.leasing-services-section .features-grid .feature-icon {
    background: linear-gradient(135deg, #4a90e2 0%, #6bb6ff 100%) !important;
    min-width: 50px !important;
    min-height: 50px !important;
}

.about-section.leasing-services-section .features-grid .feature-icon span.fa {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 50px !important;
    text-align: center !important;
}

.about-section.leasing-services-section .feature-content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1c2c52;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}

.about-section.leasing-services-section .feature-content p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

/* Button Styles */
.about-section.leasing-services-section .btn-box {
    margin-top: 45px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.about-section.leasing-services-section .btn-primary-large,
.about-section.leasing-services-section .btn-secondary-large {
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.about-section.leasing-services-section .btn-primary-large {
    background: linear-gradient(135deg, #1c2c52 0%, #2a3f6f 100%);
    color: #ffffff;
    box-shadow: 0 5px 20px rgba(28, 44, 82, 0.3);
}

.about-section.leasing-services-section .btn-primary-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(28, 44, 82, 0.4);
    background: linear-gradient(135deg, #2a3f6f 0%, #1c2c52 100%);
}

.about-section.leasing-services-section .btn-secondary-large {
    background: #ffffff;
    color: #1c2c52;
    border: 2px solid #1c2c52;
    box-shadow: 0 3px 15px rgba(28, 44, 82, 0.1);
}

.about-section.leasing-services-section .btn-secondary-large:hover {
    background: #1c2c52;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(28, 44, 82, 0.3);
}

/* Images Column Enhanced */
.about-section.leasing-services-section .images-column {
    position: relative;
    padding-left: 50px;
}

.about-section.leasing-services-section .images-column .pattern-layer {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 250px;
    height: 250px;
    opacity: 0.06;
    z-index: 1;
    background-image: url('../images/background/pattern-1.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.about-section.leasing-services-section .images-outer {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    display: flex !important;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    visibility: visible !important;
    opacity: 1 !important;
}

.about-section.leasing-services-section .images-outer.parallax-scene-1 {
    pointer-events: auto;
}

.about-section.leasing-services-section .images-outer .image-wrapper,
.about-section.leasing-services-section .images-outer .image-wrapper-second {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    width: 100% !important;
}

.about-section.leasing-services-section .images-outer .image {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

.about-section.leasing-services-section .image-wrapper {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    overflow: visible !important;
    margin-bottom: 25px;
}

.about-section.leasing-services-section .image-wrapper-second {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative !important;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    clear: both;
}

.about-section.leasing-services-section .image-wrapper-second .image {
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
}

.about-section.leasing-services-section .image-wrapper-second .image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 16px;
}

.about-section.leasing-services-section .image-wrapper-second .image {
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.about-section.leasing-services-section .image-wrapper-second .image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 16px;
}

.about-section.leasing-services-section .images-outer .image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(28, 44, 82, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-bottom: 0;
}

.about-section.leasing-services-section .images-outer .image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(28, 44, 82, 0.1) 0%, transparent 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-section.leasing-services-section .images-outer .image:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 80px rgba(28, 44, 82, 0.25);
}

.about-section.leasing-services-section .images-outer .image:hover::before {
    opacity: 1;
}

.about-section.leasing-services-section .images-outer .image img {
    width: 100%;
    height: auto;
    display: block !important;
    border-radius: 16px;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 1;
    visibility: visible !important;
    opacity: 1 !important;
}

.about-section.leasing-services-section .images-outer .image:hover img {
    transform: scale(1.05);
}

/* Image Badge */
.about-section.leasing-services-section .image-badge {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: #1d335c !important;
    padding: 15px 20px !important;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(29, 51, 92, 0.4) !important;
    z-index: 1000 !important;
    text-align: center;
    color: #ffffff !important;
    animation: pulse 2s infinite;
    pointer-events: none;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.about-section.leasing-services-section .image-badge .badge-text {
    display: block;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

.about-section.leasing-services-section .image-badge .badge-subtext {
    display: block;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.9;
    margin-top: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Stats Box */
.about-section.leasing-services-section .stats-box {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    padding: 30px;
    background: linear-gradient(135deg, #1c2c52 0%, #2a3f6f 100%);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(28, 44, 82, 0.3);
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 1;
}

.about-section.leasing-services-section .stat-item {
    text-align: center;
    padding: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.about-section.leasing-services-section .stat-item:last-child {
    border-right: none;
}

.about-section.leasing-services-section .stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #4a90e2;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px;
    line-height: 1.2;
}

.about-section.leasing-services-section .stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================
   Footer Corporate Elegant Styles
   ============================================ */

.main-footer.style-two {
    background: linear-gradient(135deg, #1c2c52 0%, #2a3f6f 100%);
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
}

.main-footer.style-two::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #4a90e2 20%, #6bb6ff 50%, #4a90e2 80%, transparent);
    opacity: 0.6;
}

.main-footer.style-two .auto-container {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 1400px) {
    .main-footer.style-two .auto-container {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1400px) {
    .main-footer.style-two .footer-bottom-content {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1200px) {
    .main-footer.style-two .auto-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .main-footer.style-two .footer-bottom-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.main-footer.style-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1) 50%, transparent);
}

.main-footer.style-two .pattern-layer-one,
.main-footer.style-two .pattern-layer-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    pointer-events: none;
    z-index: 0;
}

.main-footer.style-two .pattern-layer-one {
    background-image: url('../images/background/pattern-7.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.main-footer.style-two .pattern-layer-two {
    background-image: url('../images/background/pattern-8.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.main-footer.style-two .widgets-section {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
    position: relative;
}

.main-footer.style-two .widgets-section::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4a90e2, #6bb6ff, #4a90e2, transparent);
    border-radius: 2px;
}

.main-footer.style-two .footer-widget {
    margin-bottom: 40px;
}

.main-footer.style-two .footer-widget.logo-widget .logo {
    margin-bottom: 25px;
}

.main-footer.style-two .footer-widget.logo-widget .logo img {
    max-height: 80px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
    filter: brightness(0) invert(1) drop-shadow(0 4px 8px rgba(255, 255, 255, 0.1));
}

.main-footer.style-two .footer-widget.logo-widget .logo img:hover {
    opacity: 0.9;
    transform: scale(1.05);
    filter: brightness(0) invert(1) drop-shadow(0 6px 12px rgba(74, 144, 226, 0.3));
}

.main-footer.style-two .footer-widget.logo-widget .text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 20px;
}

.main-footer.style-two .footer-widget.logo-widget .text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.8;
}

.main-footer.style-two .footer-widget h5 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.3px;
    position: relative;
    padding-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.main-footer.style-two .footer-widget h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #4a90e2, #6bb6ff);
    border-radius: 1px;
}

.main-footer.style-two .footer-widget.links-widget .list-link {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer.style-two .footer-widget.links-widget .list-link.two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 50px;
    padding-right: 20px;
}

.main-footer.style-two .footer-widget.links-widget .list-link li {
    margin-bottom: 12px;
}

.main-footer.style-two .footer-widget.links-widget .list-link.two-columns li {
    margin-bottom: 0;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.main-footer.style-two .footer-widget.links-widget .list-link.two-columns li:hover {
    border-color: rgba(74, 144, 226, 0.5);
    background: rgba(74, 144, 226, 0.12);
    transform: translateX(5px) translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.25);
}

.main-footer.style-two .footer-widget.links-widget .list-link li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    padding-left: 0;
    width: 100%;
}

.main-footer.style-two .footer-widget.links-widget .list-link li a::before {
    content: '→';
    margin-right: 8px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    color: #4a90e2;
}

.main-footer.style-two .footer-widget.links-widget .list-link li a:hover {
    color: #ffffff;
    padding-left: 0;
}

.main-footer.style-two .footer-widget.links-widget .list-link li a::before {
    content: '→';
    margin-right: 8px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    color: #4a90e2;
    display: inline-block;
}

.main-footer.style-two .footer-widget.links-widget .list-link.two-columns li:hover a::before {
    opacity: 1;
    transform: translateX(0);
}

.main-footer.style-two .footer-widget.news-widget .widget-content {
    margin-top: 0;
}

.main-footer.style-two .footer-widget.news-widget .post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer.style-two .footer-widget.news-widget .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.main-footer.style-two .footer-widget.news-widget .post .thumb {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.main-footer.style-two .footer-widget.news-widget .post .thumb:hover {
    border-color: #4a90e2;
    transform: scale(1.05);
}

.main-footer.style-two .footer-widget.news-widget .post .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    display: block;
}

.main-footer.style-two .footer-widget.news-widget .post .thumb:hover img {
    transform: scale(1.1);
}

.main-footer.style-two .footer-widget.news-widget .post h6 {
    margin-bottom: 8px;
    line-height: 1.4;
}

.main-footer.style-two .footer-widget.news-widget .post h6 a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.main-footer.style-two .footer-widget.news-widget .post h6 a:hover {
    color: #4a90e2;
}

.main-footer.style-two .footer-widget.news-widget .post .date {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 400;
}

.main-footer.style-two .footer-widget.contact-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer.style-two .footer-widget.contact-widget ul li {
    margin-bottom: 25px;
    padding-left: 35px;
    position: relative;
}

.main-footer.style-two .footer-widget.contact-widget ul li:last-child {
    margin-bottom: 0;
}

.main-footer.style-two .footer-widget.contact-widget ul li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    color: #4a90e2;
    width: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.main-footer.style-two .footer-widget.contact-widget ul li:hover .icon {
    color: #6bb6ff;
    transform: scale(1.2);
}

.main-footer.style-two .footer-widget.contact-widget ul li strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}

.main-footer.style-two .footer-widget.contact-widget ul li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.main-footer.style-two .footer-widget.contact-widget ul li a:hover {
    color: #4a90e2;
}

.main-footer.style-two .footer-widget.contact-widget ul li:not(:has(a)) {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.6;
}

.main-footer.style-two .social-box {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.main-footer.style-two .social-box li {
    margin: 0;
}

.main-footer.style-two .social-box li a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.main-footer.style-two .social-box li a:hover {
    background: linear-gradient(135deg, #4a90e2, #6bb6ff);
    color: #ffffff;
    border-color: #4a90e2;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 20px rgba(74, 144, 226, 0.4);
}

.main-footer.style-two .footer-bottom {
    padding: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    margin-top: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: relative;
    z-index: 1;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
}

.main-footer.style-two .footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(74, 144, 226, 0.5) 50%, transparent);
}

.main-footer.style-two .footer-bottom-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.main-footer.style-two .footer-bottom .copyright {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}

.main-footer.style-two .footer-bottom .footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}

.main-footer.style-two .footer-bottom .footer-nav li {
    margin: 0;
}

.main-footer.style-two .footer-bottom .footer-nav li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 400;
    padding: 5px 0;
}

.main-footer.style-two .footer-bottom .footer-nav li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #4a90e2, #6bb6ff);
    transition: width 0.3s ease;
    border-radius: 1px;
}

.main-footer.style-two .footer-bottom .footer-nav li a:hover {
    color: #ffffff;
}

.main-footer.style-two .footer-bottom .footer-nav li a:hover::after {
    width: 100%;
}

/* ============================================
   Additional Corporate Elements
   ============================================ */

.about-section .content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

/* Center of Excellence Section - Matching Laptop Leasing Services Style */
.cases-section .sec-title {
    margin-bottom: 60px;
    text-align: center;
}

.cases-section .sec-title .title {
    font-size: 48px;
    font-weight: 800;
    color: #1c2c52;
    letter-spacing: -1px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
}

.cases-section .sec-title .title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1c2c52, #4a90e2, #1c2c52);
    border-radius: 2px;
}

.cases-section .sec-title .excellence-subtitle {
    color: #6b7280;
    max-width: 600px;
    margin: 25px auto 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    font-family: 'Nunito Sans', sans-serif;
}

/* Center of Excellence - Elegant Image Styling */
.cases-section .case-block {
    margin-bottom: 30px;
}

.cases-section .case-block .inner-box {
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cases-section .case-block .inner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(28, 44, 82, 0.15);
}

.cases-section .case-block .image {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(28, 44, 82, 0.1);
    transition: all 0.3s ease;
}

.cases-section .case-block .image:hover {
    box-shadow: 0 15px 45px rgba(28, 44, 82, 0.2);
}

.cases-section .case-block .portfolio-image {
    min-height: 370px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.4s ease;
    display: block;
}

.cases-section .case-block:hover .portfolio-image {
    transform: scale(1.05);
}

.cases-section .case-block .overlay-box {
    border-radius: 20px;
}

.cases-section .case-block .overlay-box .content {
    padding: 25px;
}

.cases-section .case-block .overlay-box .content h4 {
    margin-bottom: 10px;
}

.cases-section .case-block .overlay-box .content h4 a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cases-section .case-block .overlay-box .content h4 a:hover {
    color: #4a90e2;
}

.cases-section .case-block .overlay-box .category {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.technology-section.style-two {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.technology-section.style-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 44, 82, 0.85);
    z-index: 1;
}

.technology-section.style-two .auto-container {
    position: relative;
    z-index: 2;
}

.technology-section.style-two .mission-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.technology-section.style-two .mission-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    border-radius: 2px;
}

.technology-section.style-two .mission-heading {
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 32px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.4;
}

/* Mission . Vision . Strategy Section - Enhanced Styling */
.technology-section.style-two .mission-vision-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 45px 35px 40px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: none !important;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.technology-section.style-two .mission-vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #1d335c 0%, #2d4a7a 50%, #1d335c 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.technology-section.style-two .mission-vision-card:hover::before {
    transform: scaleX(1);
}

.technology-section.style-two .mission-vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(29, 51, 92, 0.25);
    background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%);
}

/* Icon Wrapper */
.technology-section.style-two .icon-wrapper {
    margin-bottom: 25px;
    position: relative;
}

.technology-section.style-two .icon-box {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #1d335c 0%, #2d4a7a 100%);
    box-shadow: 0 10px 30px rgba(29, 51, 92, 0.3);
}

.technology-section.style-two .icon-box::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(29, 51, 92, 0.2), rgba(45, 74, 122, 0.2));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.technology-section.style-two .mission-vision-card:hover .icon-box::before {
    opacity: 1;
    animation: pulse-ring 2s infinite;
}

.technology-section.style-two .icon-box span.fa {
    font-size: 36px;
    color: #ffffff;
    line-height: 1;
    transition: all 0.4s ease;
    display: block;
    font-family: 'FontAwesome' !important;
}

.technology-section.style-two .mission-vision-card:hover .icon-box {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(29, 51, 92, 0.4);
}

.technology-section.style-two .mission-vision-card:hover .icon-box span.fa {
    transform: scale(1.1);
}

/* Mission Icon Specific */
.technology-section.style-two .mission-icon {
    background: linear-gradient(135deg, #1d335c 0%, #2d4a7a 100%);
}

.technology-section.style-two .mission-vision-card:hover .mission-icon {
    background: linear-gradient(135deg, #2d4a7a 0%, #3d5a9a 100%);
}

/* Vision Icon Specific */
.technology-section.style-two .vision-icon {
    background: linear-gradient(135deg, #1d335c 0%, #2d4a7a 100%);
}

.technology-section.style-two .mission-vision-card:hover .vision-icon {
    background: linear-gradient(135deg, #2d4a7a 0%, #3d5a9a 100%);
}

/* Strategy Icon Specific */
.technology-section.style-two .strategy-icon {
    background: linear-gradient(135deg, #1d335c 0%, #2d4a7a 100%);
}

.technology-section.style-two .mission-vision-card:hover .strategy-icon {
    background: linear-gradient(135deg, #2d4a7a 0%, #3d5a9a 100%);
}

/* Heading Styles */
.technology-section.style-two .mission-vision-card h4 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #1c2c52;
    transition: color 0.3s ease;
}

.technology-section.style-two .mission-vision-card h4 a {
    color: #1c2c52;
    text-decoration: none;
    transition: color 0.3s ease;
}

.technology-section.style-two .mission-vision-card:hover h4 a {
    color: #1d335c;
}

/* Text Styles */
.technology-section.style-two .mission-vision-card .text {
    color: #555555 !important;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 0;
    flex-grow: 1;
}

/* Decorative Line */
.technology-section.style-two .decorative-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #1d335c, transparent);
    margin: 25px auto 0;
    border-radius: 2px;
    transition: width 0.4s ease;
}

.technology-section.style-two .mission-vision-card:hover .decorative-line {
    width: 100px;
    background: linear-gradient(90deg, transparent, #2d4a7a, transparent);
}

/* Pulse Animation for Icon Ring */
@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .technology-section.style-two .mission-vision-card {
        padding: 35px 25px 30px !important;
        min-height: 300px;
        margin-bottom: 30px;
    }
    
    .technology-section.style-two .icon-box {
        width: 80px;
        height: 80px;
    }
    
    .technology-section.style-two .icon-box span.fa {
        font-size: 32px;
    }
    
    .technology-section.style-two .mission-vision-card h4 {
        font-size: 24px;
    }
    
    .technology-section.style-two .mission-heading {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .technology-section.style-two .mission-vision-card {
        padding: 30px 20px 25px !important;
        min-height: 280px;
    }
    
    .technology-section.style-two .icon-box {
        width: 70px;
        height: 70px;
    }
    
    .technology-section.style-two .icon-box span.fa {
        font-size: 28px;
    }
    
    .technology-section.style-two .mission-vision-card h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .technology-section.style-two .mission-vision-card .text {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .technology-section.style-two .mission-heading {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 10px;
    }
    
    .technology-section.style-two .mission-title {
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }
    
    .technology-section.style-two .mission-title::after {
        width: 60px;
        height: 3px;
        bottom: -8px;
    }
}

@media (max-width: 575px) {
    .technology-section.style-two .mission-heading {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 8px;
    }
    
    .technology-section.style-two .mission-title {
        font-size: 20px;
        letter-spacing: 0.5px;
        margin-bottom: 6px;
    }
    
    .technology-section.style-two .mission-title::after {
        width: 50px;
        height: 2px;
        bottom: -6px;
    }
}

.sponsors-section.style-two .banner-image {
    width: 100%;
    height: auto;
    display: block;
}

.hide-mobile {
    display: block;
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}

/* ============================================
   Responsive Styles
   ============================================ */

@media (max-width: 1199px) {
    .about-section .content-column {
        padding-right: 20px;
    }
    
    .about-section .images-column {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .about-section.leasing-services-section {
        padding: 80px 0;
    }
    
    .about-section.leasing-services-section .content-column,
    .about-section.leasing-services-section .images-column {
        padding: 0;
        margin-bottom: 40px;
    }
    
    .about-section.leasing-services-section .images-column {
        margin-bottom: 0;
    }
    
    .about-section.leasing-services-section .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 25px;
    }
    
    .about-section.leasing-services-section .btn-box {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    
    .about-section.leasing-services-section .btn-primary-large,
    .about-section.leasing-services-section .btn-secondary-large {
        flex: 1;
        min-width: 0;
        justify-content: center;
        padding: 14px 20px;
        font-size: 14px;
    }
    
    .about-section.leasing-services-section .stats-box {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 25px 15px;
        margin-top: 25px;
    }
    
    .about-section.leasing-services-section .stat-item {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: none;
        padding: 10px 5px;
    }
    
    .about-section.leasing-services-section .stat-item:last-child {
        border-right: none;
        border-bottom: none;
        padding-bottom: 10px;
    }
    
    .about-section.leasing-services-section .stat-number {
        font-size: 24px;
        margin-bottom: 5px;
    }
    
    .about-section.leasing-services-section .stat-label {
        font-size: 11px;
        line-height: 1.3;
    }
    
    .main-footer.style-two {
        padding: 60px 0 0;
    }
    
    .main-footer.style-two .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        padding: 25px 40px;
    }
    
    .main-footer.style-two .footer-bottom .footer-nav {
        justify-content: center;
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .main-footer.style-two .footer-widget.links-widget .list-link.two-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 35px;
        padding-right: 15px;
    }
    
    .main-footer.style-two .footer-widget.news-widget .post .thumb {
        width: 90px;
        height: 90px;
    }
    
    .main-footer.style-two .footer-bottom-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .main-footer.style-two .auto-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .main-footer.style-two .footer-widget.links-widget .list-link.two-columns {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .main-footer.style-two .footer-widget.news-widget .post .thumb {
        width: 80px;
        height: 80px;
    }
    
    .main-footer.style-two .footer-bottom-content {
        padding: 25px 20px;
    }
    
    .about-section.leasing-services-section {
        padding: 60px 0;
    }
    
    .about-section.leasing-services-section .sec-title .title {
        font-size: 36px;
    }
    
    .about-section.leasing-services-section .section-subtitle {
        font-size: 16px;
    }
    
    .cases-section .sec-title .title {
        font-size: 36px;
    }
    
    .cases-section .sec-title .excellence-subtitle {
        font-size: 16px;
        max-width: 100%;
        padding: 0 20px;
    }
    
    .about-section.leasing-services-section .content .lead-text {
        font-size: 16px;
        padding-left: 20px;
    }
    
    .about-section.leasing-services-section .content p {
        font-size: 15px;
    }
    
    .about-section.leasing-services-section .features-grid {
        padding: 20px;
        gap: 18px;
    }
    
    .about-section.leasing-services-section .feature-icon {
        width: 45px;
        height: 45px;
    }
    
    .about-section.leasing-services-section .feature-icon span {
        font-size: 20px;
    }
    
    .about-section.leasing-services-section .image-badge {
        top: 15px;
        right: 15px;
        padding: 12px 16px;
    }
    
    .about-section.leasing-services-section .image-badge .badge-text {
        font-size: 20px;
    }
    
    .about-section.leasing-services-section .stats-box {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 20px 10px;
        margin-top: 20px;
    }
    
    .about-section.leasing-services-section .stat-item {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding: 8px 3px;
    }
    
    .about-section.leasing-services-section .stat-item:last-child {
        border-right: none;
    }
    
    .about-section.leasing-services-section .stat-number {
        font-size: 20px;
        margin-bottom: 4px;
        line-height: 1.1;
    }
    
    .about-section.leasing-services-section .stat-label {
        font-size: 10px;
        line-height: 1.2;
        letter-spacing: 0.3px;
    }
    
    .main-footer.style-two {
        padding: 50px 0 0;
    }
    
    .main-footer.style-two .footer-widget h5 {
        font-size: 18px;
    }
    
    .main-footer.style-two .footer-bottom-content {
        padding: 25px 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .main-footer.style-two .footer-bottom .footer-nav {
        justify-content: center;
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .about-section.leasing-services-section .sec-title .title {
        font-size: 32px;
    }
    
    .cases-section .sec-title .title {
        font-size: 32px;
    }
    
    .cases-section .sec-title .excellence-subtitle {
        font-size: 15px;
    }
    
    .about-section.leasing-services-section .btn-box {
        flex-direction: row;
        gap: 8px;
    }
    
    .about-section.leasing-services-section .btn-primary-large,
    .about-section.leasing-services-section .btn-secondary-large {
        padding: 12px 15px;
        font-size: 13px;
        flex: 1;
        min-width: 0;
    }
    
    .about-section.leasing-services-section .btn-primary-large .txt,
    .about-section.leasing-services-section .btn-secondary-large .txt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .main-footer.style-two .social-box li a {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
}

/* ============================================
   Navigation Menu - Soft Borders
   ============================================ */

/* Main Navigation Items - Soft Borders */
.main-menu .navigation > li {
    margin-right: 12px;
}

.main-menu .navigation > li > a {
    border: 1px solid transparent;
    border-radius: 6px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0);
    font-size: 13px !important;
    padding: 33px 12px !important;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    border-color: rgba(29, 51, 92, 0.2);
    background: rgba(29, 51, 92, 0.05);
    box-shadow: 0 2px 8px rgba(29, 51, 92, 0.1);
}

.main-menu .navigation > li.dropdown > a {
    padding-right: 25px !important;
}

/* Hide the dropdown arrow below (::before) - keep only side arrow */
.main-menu .navigation > li.dropdown > a::before {
    display: none !important;
    content: none !important;
}

/* Dropdown Menu Items - Soft Borders */
.main-menu .navigation > li > ul > li > a {
    border: 1px solid transparent;
    border-radius: 6px;
    margin: 4px 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0);
}

.main-menu .navigation > li > ul > li:hover > a {
    border-color: rgba(29, 51, 92, 0.2);
    background: rgba(29, 51, 92, 0.05);
    box-shadow: 0 2px 6px rgba(29, 51, 92, 0.1);
    padding-left: 30px;
}

/* Dropdown Menu Container - Enhanced */
.main-menu .navigation > li > ul {
    border: 1px solid rgba(29, 51, 92, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    padding: 15px 10px;
}

/* ============================================
   Sticky Header - Elegant Scroll Appearance
   ============================================ */

/* Sticky Header Container - Enhanced Elegance */
.sticky-header {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border-bottom: 1px solid rgba(29, 51, 92, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    top: 0 !important;
    min-height: auto !important;
    display: flex !important;
    align-items: center !important;
}

.sticky-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4a90e2 20%, #6bb6ff 50%, #4a90e2 80%, transparent);
    opacity: 0.6;
}

.fixed-header .sticky-header {
    box-shadow: 0 8px 30px rgba(29, 51, 92, 0.12) !important;
    border-bottom: 1px solid rgba(29, 51, 92, 0.15) !important;
}

/* Sticky Header Logo - Enhanced */
.sticky-header .logo {
    padding: 4px 0 !important;
    margin: 0 !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    height: auto;
}

.sticky-header .logo img {
    max-height: 50px;
    width: auto;
}

.sticky-header .logo img {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.sticky-header .logo:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(29, 51, 92, 0.2));
}

/* Sticky Header Navigation Items - Enhanced Elegance */
.sticky-header .main-menu {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    min-height: 100% !important;
}

.sticky-header .main-menu .navbar-collapse {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    min-height: 100% !important;
    padding: 0 120px !important;
    margin: 0 !important;
}

.sticky-header .main-menu .navigation {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 120px !important;
    list-style: none !important;
}

/* Override base CSS that sets padding:19px 0px on sticky header nav links */

.sticky-header .main-menu .navigation.clearfix {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    padding-left: 120px !important;
    padding-right: 120px !important;
    margin: 0 !important;
}

.sticky-header .main-menu .navigation > li {
    margin-right: 3px !important;
    margin-left: 0 !important;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    position: relative;
}

.sticky-header .main-menu .navigation > li > a {
    border: 2px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 13px !important;
    padding: 0 24px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #1c2c52 !important;
    font-weight: 600 !important;
    position: relative;
    background: rgba(255, 255, 255, 0);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.2 !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
}

/* Override base CSS padding:19px 0px - add padding to center navigation vertically */
.sticky-header .main-menu .navigation > li > a {
    padding: 0 24px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
    min-height: auto !important;
    line-height: 1 !important;
}

/* Center navigation by matching logo vertical position */
.sticky-header .main-menu .navigation {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Use transform to center navigation if flexbox isn't working */
.sticky-header .main-menu .navigation > li {
    display: flex !important;
    align-items: center !important;
    transform: translateY(0) !important;
}

.sticky-header .main-menu .navigation > li > a {
    display: flex !important;
    align-items: center !important;
    transform: translateY(0) !important;
}

/* Force navigation to fill available height by matching parent flex containers */
.sticky-header .nav-outer {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    min-height: 100% !important;
}

.sticky-header .main-menu {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    min-height: 100% !important;
}

.sticky-header .main-menu .navbar-collapse {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    min-height: 100% !important;
}

/* Force navigation height to match logo - use padding to center vertically */
.sticky-header .main-menu .navigation.clearfix,
.sticky-header .main-menu .navigation {
    display: flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 32px 0 !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
}

.sticky-header .main-menu .navigation > li,
.sticky-header .main-menu .navigation.clearfix > li {
    display: flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: auto !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
}

.sticky-header .main-menu .navigation > li > a,
.sticky-header .main-menu .navigation.clearfix > li > a {
    display: flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: auto !important;
    padding: 0 24px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    overflow: visible !important;
}

/* Ensure navbar-collapse fills full height - override base CSS display:block */
.sticky-header .navbar-collapse.collapse,
.sticky-header .navbar-collapse {
    height: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    max-height: none !important;
    float: none !important;
}

/* Override base CSS that sets display:block on navbar-collapse */
.sticky-header .main-menu .navbar-collapse {
    display: flex !important;
    height: 100% !important;
    min-height: 100% !important;
    float: none !important;
    padding-left: 120px !important;
    padding-right: 120px !important;
    margin: 0 !important;
}

/* Force main-menu to fill parent height */
.sticky-header .nav-outer .main-menu {
    height: 100% !important;
    min-height: 100% !important;
}

.sticky-header .main-menu .navigation > li > a span.fa {
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}

/* Direct height fix - ensure parent containers have explicit heights and use flexbox */
.sticky-header .outer-container {
    height: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.sticky-header .header-upper {
    height: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.sticky-header .nav-outer {
    height: 100% !important;
    min-height: 100% !important;
    flex: 1;
    display: flex !important;
    align-items: center !important;
}

.sticky-header .main-menu {
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    align-self: stretch !important;
    display: flex !important;
    align-items: center !important;
}

.sticky-header .main-menu .navbar-collapse {
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    align-self: stretch !important;
    display: flex !important;
    align-items: center !important;
    float: none !important;
}

.sticky-header .main-menu .navigation {
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    align-self: stretch !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.sticky-header .main-menu .navigation > li {
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    align-self: stretch !important;
    display: flex !important;
    align-items: center !important;
}

.sticky-header .main-menu .navigation > li > a {
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    align-self: stretch !important;
    display: flex !important;
    align-items: center !important;
}

/* Ensure all parent containers are properly aligned and fill full height */
.sticky-header .header-upper {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    min-height: 100% !important;
}

.sticky-header .outer-container {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    min-height: 100% !important;
}

.sticky-header .nav-outer {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    min-height: 100% !important;
    flex: 1;
    align-self: stretch !important;
}

/* Force main-menu and navbar-collapse to fill nav-outer height */
.sticky-header .nav-outer .main-menu {
    height: 100% !important;
    min-height: 100% !important;
    flex: 1;
    align-self: stretch !important;
}

.sticky-header .nav-outer .main-menu .navbar-collapse {
    height: 100% !important;
    min-height: 100% !important;
    flex: 1;
    align-self: stretch !important;
    display: flex !important;
    float: none !important;
}

.sticky-header .main-menu .navigation > li > a::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #4a90e2, #6bb6ff);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.sticky-header .main-menu .navigation > li:hover > a::before,
.sticky-header .main-menu .navigation > li.current > a::before {
    width: 60%;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
    border: 2px solid rgba(29, 51, 92, 0.3) !important;
    background: linear-gradient(135deg, rgba(29, 51, 92, 0.08) 0%, rgba(74, 144, 226, 0.05) 100%);
    box-shadow: 0 4px 12px rgba(29, 51, 92, 0.15);
    color: #1d335c !important;
    transform: translateY(-1px);
}
}

.sticky-header .main-menu .navigation > li.dropdown > a {
    padding-right: 28px !important;
}

/* Hide the dropdown arrow below (::before) - keep only side arrow */
.sticky-header .main-menu .navigation > li.dropdown > a::before {
    display: none !important;
    content: none !important;
}

/* Side arrow (::after) - keep this one */
.sticky-header .main-menu .navigation > li.dropdown > a::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #1c2c52;
    transition: all 0.3s ease;
}

.sticky-header .main-menu .navigation > li.dropdown:hover > a::after {
    border-top-color: #4a90e2;
    transform: translateY(-50%) rotate(180deg);
}

/* Sticky Header Dropdown Menu - Enhanced */
.sticky-header .main-menu .navigation > li > ul {
    border: 1px solid rgba(29, 51, 92, 0.12) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(29, 51, 92, 0.18) !important;
    padding: 15px 10px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: 8px;
}

.sticky-header .main-menu .navigation > li > ul > li > a {
    border-radius: 6px;
    transition: all 0.3s ease;
}

.sticky-header .main-menu .navigation > li > ul > li:hover > a {
    background: linear-gradient(135deg, rgba(29, 51, 92, 0.1) 0%, rgba(74, 144, 226, 0.08) 100%);
    box-shadow: 0 2px 8px rgba(29, 51, 92, 0.12);
    transform: translateX(3px);
}

/* Sticky Header Outer Box - Enhanced */
.sticky-header .outer-box {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.sticky-header .header-upper {
    display: flex;
    align-items: center;
    padding: 0 !important;
    min-height: auto !important;
}

.sticky-header .outer-container {
    display: flex;
    align-items: center;
    padding: 0 !important;
    min-height: auto !important;
}

.sticky-header .nav-outer {
    display: flex;
    align-items: center;
    height: auto;
}

.sticky-header .pull-left.logo-box {
    display: flex;
    align-items: center;
    height: auto;
    padding: 0;
    margin: 0;
}

.sticky-header .btn-box .theme-btn {
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(29, 51, 92, 0.1);
}

.sticky-header .btn-box .theme-btn:hover {
    box-shadow: 0 4px 15px rgba(29, 51, 92, 0.2);
    transform: translateY(-2px);
}

/* Sticky Header Cart Box - Enhanced */
.sticky-header .cart-box {
    transition: all 0.3s ease;
}

.sticky-header .cart-box .cart-box-btn {
    transition: all 0.3s ease;
}

.sticky-header .cart-box:hover .cart-box-btn {
    transform: scale(1.1);
    color: #4a90e2;
}

/* Smooth Scroll Animation Enhancement */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.fixed-header .sticky-header {
    animation: slideDown 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

/* Counter Section - Mobile Restructuring */
.counter-section {
    padding: 60px 0;
}

.counter-section .fact-counter .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.counter-section .fact-counter .counter-column {
    padding: 0 15px;
    margin-bottom: 30px;
}

.counter-section .fact-counter .inner {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-section .fact-counter .inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.counter-section .fact-counter .count-outer {
    font-size: 48px;
    font-weight: 800;
    color: #1c2c52;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.counter-section .fact-counter .counter-title {
    font-size: 18px;
    font-weight: 600;
    color: #1d335c;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Mobile Restructuring */
@media (max-width: 767px) {
    .counter-section {
        padding: 50px 0;
    }
    
    .counter-section .inner-container {
        padding: 0 15px !important;
    }
    
    .counter-section .inner-container::before {
        display: none;
    }
    
    .counter-section .fact-counter .row {
        flex-direction: column;
        margin: 0;
    }
    
    .counter-section .fact-counter .counter-column {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0;
        margin-bottom: 20px;
    }
    
    .counter-section .fact-counter .inner {
        padding: 35px 25px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .counter-section .fact-counter .count-outer {
        font-size: 42px;
        margin-bottom: 12px;
    }
    
    .counter-section .fact-counter .counter-title {
        font-size: 16px;
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .counter-section {
        padding: 40px 0;
    }
    
    .counter-section .fact-counter .inner {
        padding: 30px 20px;
    }
    
    .counter-section .fact-counter .count-outer {
        font-size: 36px;
    }
    
    .counter-section .fact-counter .counter-title {
        font-size: 14px;
    }
}

/* Our Clientele Section - Clean Grid Layout */
.clientele-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.clientele-section .sec-title {
    margin-bottom: 50px;
}

.clientele-section .sec-title .title {
    font-size: 42px;
    font-weight: 800;
    color: #1c2c52;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.clientele-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    align-items: center;
    justify-items: center;
    padding: 0 20px;
}

.clientele-item {
    width: 100%;
    max-width: 250px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.clientele-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.clientele-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .clientele-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 25px;
    }
    
    .clientele-item {
        max-width: 220px;
        height: 140px;
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .clientele-section {
        padding: 60px 0;
    }
    
    .clientele-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 20px;
    }
    
    .clientele-item {
        max-width: 200px;
        height: 130px;
        padding: 15px;
    }
    
    .clientele-section .sec-title .title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .clientele-section {
        padding: 50px 0;
    }
    
    .clientele-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
    }
    
    .clientele-item {
        max-width: 100%;
        height: 120px;
        padding: 12px;
    }
    
    .clientele-section .sec-title .title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .clientele-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 10px;
    }
    
    .clientele-item {
        height: 100px;
        padding: 10px;
    }
    
    .clientele-section .sec-title .title {
        font-size: 28px;
    }
}

/* Brands Carousel Section - Enhanced Elegance */
.brands-carousel-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.brands-carousel-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(28, 44, 82, 0.2), transparent);
}

.brands-carousel-section .sec-title {
    margin-bottom: 60px;
}

.brands-carousel-section .sec-title .title {
    font-size: 42px;
    font-weight: 800;
    color: #1c2c52;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: inline-block;
}

.brands-carousel-section .sec-title .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #1d335c, transparent);
    border-radius: 2px;
}

.brands-carousel-section .section-subtitle {
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    margin-top: 20px;
    font-style: italic;
}

.brands-carousel-section .carousel-outer {
    position: relative;
    padding: 50px 60px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(28, 44, 82, 0.1);
    overflow: visible;
}

.brands-carousel-section .sponsors-carousel {
    margin: 0;
    padding: 0;
}

.brands-carousel-section .sponsors-carousel li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.brands-carousel-section .brand-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    margin: 0 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-carousel-section .brand-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(29, 51, 92, 0.03) 0%, rgba(45, 74, 122, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 16px;
}

.brands-carousel-section .brand-card:hover::before {
    opacity: 1;
}

.brands-carousel-section .brand-card::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #1d335c, #2d4a7a);
    border-radius: 18px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.brands-carousel-section .brand-card:hover::after {
    opacity: 1;
}

.brands-carousel-section .brand-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(29, 51, 92, 0.2);
    border-color: #1d335c;
}

.brands-carousel-section .brand-card a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.brands-carousel-section .brand-card img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(5%) brightness(0.98);
    transition: all 0.4s ease;
    border-radius: 8px;
    padding: 10px;
}

.brands-carousel-section .brand-card:hover img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.05);
}

/* Navigation Arrows - Enhanced */
.brands-carousel-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    right: -60px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.brands-carousel-section .owl-nav .owl-prev,
.brands-carousel-section .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d335c !important;
    font-size: 24px !important;
    transition: all 0.3s ease;
    pointer-events: all;
    border: 2px solid rgba(29, 51, 92, 0.1) !important;
    position: relative;
    overflow: hidden;
}

.brands-carousel-section .owl-nav .owl-prev::before,
.brands-carousel-section .owl-nav .owl-next::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1d335c, #2d4a7a);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.brands-carousel-section .owl-nav .owl-prev:hover::before,
.brands-carousel-section .owl-nav .owl-next:hover::before {
    opacity: 1;
}

.brands-carousel-section .owl-nav .owl-prev:hover,
.brands-carousel-section .owl-nav .owl-next:hover {
    color: #ffffff !important;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(29, 51, 92, 0.3);
    border-color: #1d335c !important;
}

.brands-carousel-section .owl-nav .owl-prev span,
.brands-carousel-section .owl-nav .owl-next span {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.brands-carousel-section .owl-nav .owl-prev {
    left: 0;
}

.brands-carousel-section .owl-nav .owl-next {
    right: 0;
}

/* Dots Navigation - Enhanced */
.brands-carousel-section .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 10px;
}

.brands-carousel-section .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d0d0d0;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.brands-carousel-section .owl-dots .owl-dot:hover {
    background: #1d335c;
    transform: scale(1.2);
}

.brands-carousel-section .owl-dots .owl-dot.active {
    background: #1d335c;
    width: 30px;
    border-radius: 6px;
    border-color: #1d335c;
}

.brands-carousel-section .owl-dots .owl-dot span {
    display: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .brands-carousel-section .carousel-outer {
        padding: 40px 50px;
    }
    
    .brands-carousel-section .owl-nav {
        left: -50px;
        right: -50px;
    }
    
    .brands-carousel-section .brand-card {
        height: 160px;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .brands-carousel-section {
        padding: 80px 0;
    }
    
    .brands-carousel-section .sec-title .title {
        font-size: 36px;
    }
    
    .brands-carousel-section .carousel-outer {
        padding: 35px 40px;
        border-radius: 16px;
    }
    
    .brands-carousel-section .owl-nav {
        left: -40px;
        right: -40px;
    }
    
    .brands-carousel-section .owl-nav .owl-prev,
    .brands-carousel-section .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        font-size: 20px !important;
    }
    
    .brands-carousel-section .brand-card {
        height: 150px;
        padding: 18px;
    }
}

@media (max-width: 767px) {
    .brands-carousel-section {
        padding: 60px 0;
    }
    
    .brands-carousel-section .sec-title {
        margin-bottom: 40px;
    }
    
    .brands-carousel-section .sec-title .title {
        font-size: 32px;
    }
    
    .brands-carousel-section .section-subtitle {
        font-size: 16px;
    }
    
    .brands-carousel-section .carousel-outer {
        padding: 30px 20px;
        border-radius: 12px;
    }
    
    .brands-carousel-section .owl-nav {
        left: -30px;
        right: -30px;
    }
    
    .brands-carousel-section .owl-nav .owl-prev,
    .brands-carousel-section .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        font-size: 18px !important;
    }
    
    .brands-carousel-section .brand-card {
        height: 140px;
        padding: 15px;
        margin: 0 5px;
    }
    
    .brands-carousel-section .owl-dots {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .brands-carousel-section .sec-title .title {
        font-size: 28px;
    }
    
    .brands-carousel-section .carousel-outer {
        padding: 25px 15px;
    }
    
    .brands-carousel-section .owl-nav {
        left: -20px;
        right: -20px;
    }
    
    .brands-carousel-section .owl-nav .owl-prev,
    .brands-carousel-section .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        font-size: 16px !important;
    }
    
    .brands-carousel-section .brand-card {
        height: 120px;
        padding: 12px;
    }
}

/* ============================================
   Mobile Bottom Navigation Menu
   ============================================ */

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid rgba(29, 51, 92, 0.1);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
    padding: 8px 0;
    max-width: 100%;
}

.mobile-bottom-nav .nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    text-decoration: none;
    color: #666;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 8px;
    margin: 0 4px;
}

.mobile-bottom-nav .nav-item:hover,
.mobile-bottom-nav .nav-item.active {
    color: #1d335c;
    background: rgba(29, 51, 92, 0.05);
}

.mobile-bottom-nav .nav-icon {
    font-size: 20px;
    margin-bottom: 4px;
    display: block;
    transition: all 0.3s ease;
}

.mobile-bottom-nav .nav-item:hover .nav-icon,
.mobile-bottom-nav .nav-item.active .nav-icon {
    transform: scale(1.1);
    color: #1d335c;
}

.mobile-bottom-nav .nav-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.mobile-bottom-nav .nav-item:hover .nav-label,
.mobile-bottom-nav .nav-item.active .nav-label {
    color: #1d335c;
    font-weight: 700;
}

/* WhatsApp icon styling in bottom nav */
.mobile-bottom-nav .nav-item[data-page="contact"] .nav-icon.fa-whatsapp {
    color: #25D366;
}

.mobile-bottom-nav .nav-item[data-page="contact"]:hover .nav-icon.fa-whatsapp,
.mobile-bottom-nav .nav-item[data-page="contact"].active .nav-icon.fa-whatsapp {
    color: #25D366;
}

/* Show mobile bottom nav only on mobile devices */
@media (max-width: 991px) {
    .mobile-bottom-nav {
        display: flex;
    }
    
    /* Add padding to page-wrapper to prevent content from being hidden behind bottom nav */
    .page-wrapper {
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .mobile-bottom-nav {
        padding: 10px 0;
    }
    
    .mobile-bottom-nav .nav-item {
        padding: 10px 4px;
    }
    
    .mobile-bottom-nav .nav-icon {
        font-size: 22px;
    }
    
    .mobile-bottom-nav .nav-label {
        font-size: 10px;
    }
    
    .page-wrapper {
        padding-bottom: 75px;
    }
}

/* Hide mobile bottom nav on desktop */
@media (min-width: 992px) {
    .mobile-bottom-nav {
        display: none !important;
    }
}

/* Hide WhatsApp floating icon on mobile */
@media (max-width: 991px) {
    .ht-ctc-chat,
    .ht-ctc.ht-ctc-chat {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    
    /* Hide entire header-upper section on mobile */
    .header-upper {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
    }
    
    /* Hide sticky header navigation menu on mobile - use bottom nav instead */
    .sticky-header .main-menu,
    .sticky-header .main-menu .navbar-collapse,
    .sticky-header .main-menu .navigation {
        display: none !important;
    }
    
    /* Show only logo and icons in sticky header on mobile */
    .sticky-header .logo {
        display: flex !important;
    }
    
    .sticky-header .outer-box {
        display: flex !important;
    }
    
    /* Position logo on far left in sticky header on mobile */
    .sticky-header .auto-container {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .sticky-header .logo.pull-left {
        margin-left: 0 !important;
        margin-right: auto !important;
        order: 1 !important;
    }
    
    .sticky-header .pull-right {
        margin-left: auto !important;
        margin-right: 0 !important;
        order: 2 !important;
        display: flex !important;
        align-items: center !important;
    }
    
    /* Hide all buttons in hero section except Download Profile on mobile */
    .banner-section-three .button-box a:not([download]) {
        display: none !important;
        visibility: hidden !important;
    }
    
    /* Ensure Download Profile button is visible and centered on mobile */
    .banner-section-three .button-box {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .banner-section-three .button-box a[download] {
        display: inline-flex !important;
        visibility: visible !important;
    }
}
