/* Modern Design Enhancements */
/* Top Menu Full Width Styling */
.topmenu-full-width {
    width: 100%;
    background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
    border-top: 3px solid #ff6b35;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.topmenu-full-width .topmenu {
    margin: 0;
    padding: 0;
}
.topmenu-full-width .topmenu nav {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
}
.topmenu-full-width .topmenu-welcome {
    text-align: left;
}
.topmenu-full-width .topmenu-welcome a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}
.topmenu-full-width .topmenu-welcome a:hover {
    color: #ff6b35;
    transform: translateX(3px);
}
.topmenu-full-width .topmenu-welcome a i {
    color: #ff6b35;
    margin-right: 8px;
    font-size: 14px;
}
.topmenu-full-width .topmenu-social {
    text-align: right;
}
.topmenu-full-width .topmenu-social a {
    color: #ffffff;
    font-size: 16px;
    margin: 0 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}
.topmenu-full-width .topmenu-social a:hover {
    color: #ffffff;
    background: #ff6b35;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3);
}
/* Override theme.css topmenu styles */
.topmenu-full-width .topmenu:before {
    display: none !important;
}
.topmenu-full-width .topmenu nav:first-child:before {
    display: none !important;
}
.topmenu-full-width .topmenu a {
    text-transform: none !important;
    margin: 0 !important;
}
.topmenu-full-width .topmenu a:hover {
    text-decoration: none !important;
}

/* Hero Slider Styles */
#owl-main-slider {
    position: relative;
    height: 600px;
    overflow: hidden;
}
#owl-main-slider .item {
    position: relative;
    height: 600px;
    overflow: hidden;
}
#owl-main-slider .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#owl-main-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#owl-main-slider .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(44, 82, 130, 0.6) 0%, rgba(255, 107, 53, 0.6) 100%);
    z-index: 1;
}
#owl-main-slider .slider-content {
    position: relative;
    z-index: 2;
    height: 600px;
    display: flex;
    align-items: center;
    padding: 0 50px;
}
#owl-main-slider .slider-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
    animation: fadeInUp 1s ease;
    color: white;
    line-height: 1.2;
}
#owl-main-slider .slider-content p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.95;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    color: white;
    line-height: 1.6;
}
#owl-main-slider .slider-content a.prev,
#owl-main-slider .slider-content a.next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid white;
    color: white;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    transition: all 0.3s ease;
    font-size: 1.8rem;
    text-decoration: none;
    cursor: pointer;
    backdrop-filter: blur(5px);
}
#owl-main-slider .slider-content a.prev:hover,
#owl-main-slider .slider-content a.next:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.15);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
#owl-main-slider .slider-content a.prev i,
#owl-main-slider .slider-content a.next i {
    line-height: 1;
}
@media (max-width: 768px) {
    #owl-main-slider {
        height: 500px;
    }
    #owl-main-slider .item {
        height: 500px;
    }
    #owl-main-slider .slider-content {
        height: 500px;
        padding: 0 20px;
    }
    #owl-main-slider .slider-content h1 {
        font-size: 2rem;
    }
    #owl-main-slider .slider-content p {
        font-size: 1rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.features-section {
    padding: 20px 0 0 0;
    background: #f8f9fa;
}
.feature-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.feature-icon {
    font-size: 3rem;
    color: #2c5282;
    margin-bottom: 20px;
}
.feature-card h3 {
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}
.feature-card p {
    color: #666;
    line-height: 1.8;
}

.welcome-modern {
    padding: 30px 0;
    background: white;
}
.welcome-modern .block-content {
    margin-top: 20px;
    margin-bottom: 20px;
}
.welcome-modern h1 {
    color: #333;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}
.welcome-modern h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #2c5282 0%, #ff6b35 100%);
    border-radius: 2px;
}
.welcome-modern p {
    color: #666;
    line-height: 1.6;
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.address-box {
    background: linear-gradient(135deg, #2c5282 0%, #ff6b35 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
}
.address-box h4 {
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
}
.address-box p {
    color: rgba(255,255,255,0.95);
    margin-bottom: 10px;
}

.services-modern {
    padding: 20px 0 0 0;
    background: #f8f9fa;
}
.service-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.service-card .glyph-icon {
    font-size: 4rem;
    color: #2c5282;
    margin-bottom: 25px;
    display: block;
    line-height: 1;
    min-height: 80px;
    text-align: center;
}
.service-card .glyph-icon i {
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    display: inline-block;
    font-size: 4rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.service-card h4 {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.3rem;
}
.service-card p {
    color: #666;
    line-height: 1.8;
}

.cta-section {
    background: linear-gradient(135deg, #2c5282 0%, #ff6b35 100%);
    padding: 60px 0;
    color: white;
    text-align: center;
}
.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.95;
}
.cta-section .btn {
    padding: 15px 50px;
    font-size: 1.2rem;
    border-radius: 50px;
    background: white;
    color: #2c5282;
    border: none;
    transition: all 0.3s ease;
}
.cta-section .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.quote-form-modern {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.quote-form-modern .hgroup h1 {
    color: #2c5282;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.quote-form-modern .hgroup h2 {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 20px;
}
.quote-form-modern .form-control {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 6px 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.quote-form-modern .form-control:focus {
    border-color: #2c5282;
    box-shadow: 0 0 0 0.2rem rgba(44, 82, 130, 0.25);
}
.quote-form-modern .btn-danger {
    background: linear-gradient(135deg, #2c5282 0%, #ff6b35 100%);
    border: none;
    border-radius: 50px;
    padding: 12px 40px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.quote-form-modern .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 82, 130, 0.4);
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    .welcome-modern h1 {
        font-size: 2rem;
    }
    .cta-section h2 {
        font-size: 1.8rem;
    }
    
    /* Header Mobile Responsive */
    .topmenu-full-width {
        border-top-width: 2px;
    }
    .topmenu-full-width .topmenu nav {
        height: auto;
        line-height: 1.6;
        padding: 10px 15px;
    }
    .topmenu-welcome {
        text-align: center !important;
        margin-bottom: 5px;
    }
    .topmenu-welcome a {
        font-size: 12px;
        padding: 5px 10px;
        display: inline-block;
    }
    .welcome-text-full {
        display: none;
    }
    .welcome-text-short {
        display: inline;
    }
    .topmenu-social {
        text-align: center !important;
        margin-top: 5px;
    }
    .topmenu-social a {
        margin: 0 5px;
        font-size: 14px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    
    .header {
        text-align: center;
        padding: 15px 0;
    }
    .text-center-mobile {
        text-align: center !important;
    }
    .logo-responsive {
        max-width: 180px;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .header-padding {
        text-align: center !important;
        margin-top: 20px;
    }
    .header-padding .h-block {
        display: block;
        width: 100% !important;
        margin-bottom: 10px;
        text-align: center;
        padding: 8px 0;
        float: none !important;
    }
    .header-padding .h-block span {
        display: block;
        margin-bottom: 5px;
        font-size: 11px;
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .topmenu {
        padding: 8px 0;
    }
    .topmenu-welcome {
        padding: 0 10px;
    }
    .topmenu-welcome a {
        font-size: 11px;
        padding: 3px 5px;
        line-height: 1.4;
    }
    .topmenu-social {
        padding: 5px 0;
    }
    .topmenu-social a {
        margin: 0 5px;
        font-size: 14px;
    }
    .logo-responsive {
        max-width: 150px;
    }
    .header-padding {
        margin-top: 15px;
        padding: 0 15px;
    }
    .header-padding .h-block {
        font-size: 12px;
        padding: 6px 0;
        width: 100% !important;
    }
    .header-padding .h-block span {
        font-size: 10px;
    }
}

@media (min-width: 769px) {
    .welcome-text-short {
        display: none;
    }
    .welcome-text-full {
        display: inline;
    }
}

/* Modern Footer Styling */
footer {
    background: #2c3e50;
    color: #ecf0f1;
    position: relative;
    overflow: hidden;
}
footer .color-part2 {
    display: none;
}
footer .color-part {
    display: none;
}
footer .block-content {
    margin-top: 50px;
    margin-bottom: 30px;
}
footer h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(52, 152, 219, 0.5) !important;
    position: relative;
}
footer h4::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(135deg, #2c5282 0%, #ff6b35 100%);
}
footer p {
    color: #bdc3c7;
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 15px;
}
footer nav a {
    display: block;
    color: #bdc3c7;
    text-decoration: none;
    padding: 8px 0;
    transition: all 0.3s ease;
    font-size: 12px;
}
footer nav a:hover {
    color: #ff6b35;
    padding-left: 10px;
    transform: translateX(5px);
}
footer nav a i {
    color: #2c5282;
    margin-right: 8px;
}
footer .contact-info {
    color: #bdc3c7;
}
footer .contact-info span {
    display: block;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 0.95rem;
}
footer .contact-info span i {
    color: #2c5282;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
footer .btn-danger {
    background: linear-gradient(135deg, #2c5282 0%, #ff6b35 100%);
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 10px;
}
footer .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 82, 130, 0.4);
}
footer .copy {
    background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%) !important;
    padding: 25px 15px !important;
    margin-top: 40px;
    border-top: 3px solid rgba(44, 82, 130, 0.3);
    color: #ecf0f1 !important;
    font-size: 0.95rem !important;
    text-align: center !important;
    position: relative;
    height: auto !important;
    line-height: 1.6 !important;
    min-height: auto !important;
    overflow: visible !important;
    display: block !important;
}
footer .copy > div {
    display: block !important;
    line-height: 1.6 !important;
    margin-bottom: 10px;
    color: #ecf0f1 !important;
    visibility: visible !important;
    opacity: 1 !important;
}
footer .copy > div:last-child {
    margin-bottom: 0;
}
footer .copy strong {
    color: #2c5282 !important;
    font-weight: 700;
}
footer .copy a {
    color: #2c5282 !important;
}
footer .copy a:hover {
    color: #ff6b35 !important;
}
footer .copy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2c5282 0%, #ff6b35 50%, #2c5282 100%);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}
@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
footer .copy a {
    color: #2c5282;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}
footer .copy a:hover {
    color: #ff6b35;
    text-decoration: underline;
}
footer #to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #2c5282 0%, #ff6b35 100%);
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.3s ease;
    vertical-align: middle;
    box-shadow: 0 4px 15px rgba(44, 82, 130, 0.3);
    font-size: 1.1rem;
}
footer #to-top:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(44, 82, 130, 0.5);
}

/* Modern Menu Styling */
.main-menu {
    background: linear-gradient(135deg, #2c5282 0%, #ff6b35 100%);
    border-radius: 0;
}
.navbar-main > li > a {
    color: #fff !important;
    font-weight: 600;
    transition: all 0.3s ease;
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.navbar-main > li > a:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    transform: translateY(-2px);
}
.navbar-main > li:last-child > a {
    border-right: none !important;
}
#main-menu-bg {
    background: linear-gradient(135deg, #2c5282 0%, #ff6b35 100%);
}
#menu-open {
    background: linear-gradient(135deg, #2c5282 0%, #ff6b35 100%);
    color: #fff;
}

/* Modern Page Styling for About and Contact Pages */
.inner-banner {
    background: linear-gradient(135deg, #2c5282 0%, #ff6b35 100%);
    padding: 60px 0;
    color: white;
}
.inner-banner .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}
.inner-banner .breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
}
.inner-banner .breadcrumb li {
    color: white;
}
.inner-banner .breadcrumb li:before {
    color: rgba(255, 255, 255, 0.7);
}

.about-content {
    padding: 60px 0;
}
.about-content h1 {
    color: #333;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}
.about-content h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #2c5282 0%, #ff6b35 100%);
    border-radius: 2px;
}
.about-content p {
    color: #666;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: justify;
}
.about-image {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

