

.logo {
    width: 200px;
    height: auto;
}

.logo img {
    width: 100%;
    height: auto;
}

.orange{
color:#FC8250;
}

.social-contact {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

.social-contact>div {
    display: flex;
    align-items: center;
}

.social-contact i {
    color: white;
    font-size: .8rem;
    background-color: #182955;
    min-width: 24px;
    padding: 7px;
    border-radius: 50%;
}

.social-contact h6 {
    margin: 0;
    font-weight: 600;
    font-size: .8rem;
    color: #222;
}

.social-contact p {
    margin: 0;
    font-size: 0.7rem;
    color: #555;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon i {
    color: white;
    font-size: .9rem;
    background-color: #182955;
    min-width: 24px;
    padding: 12px 6px;
    border-radius: 50%;
}

.navbar {
    background-color: #002d73;
}

.navbar a {
    color: white;
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.navbar a:hover {
    font-weight: 500;
    background-color: white;
    color: #182955;
}

.navbar .nav-item.dropdown.show>.nav-link {
    font-weight: 600;
    background-color: white;
    color: #182955;
}

.dropdown-menu {
    color: #182955 !important;
    background-color: #ffffff;
}

.dropdown-menu a {
    color: #182955 !important;
    font-size: 1rem;
}

.dropdown-menu a:hover {
    border-bottom: 1px solid grey;
    font-weight: 700;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:focus {
    color: white;
    background-color: #182955;
}

/* Mobile and tablet styles */
@media (max-width: 991.98px) {
    .container-fluid {
        flex-direction: column;
        align-items: center;
        /* padding: 18px !important; */
    }

    .logo {
        margin-bottom: 10px;
    }

    .social-contact,
    .social-icon {
        display: none !important;
    }

    .d-flex.d-lg-none i {
        color: white;
        font-size: 1rem;
        background-color: #182955;
        min-width: 24px;
        padding: 10px;
        border-radius: 50%;
        margin: 0 5px;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-link {
        padding: 10px;
    }
}


  /* Footer Section */
        .footer-section {
            background-color: #000000 !important;
            padding: 20px 0 !important;
        }
        .footer-logo img {
            transition: transform 0.3s ease;
        }
        .footer-logo img:hover {
            transform: scale(1.05);
        }
        .social-icons a {
		
			text-decoration: none !important;
			display:flex;
    align-items: center;
    justify-content: center;
			 background: #ffffff;        /* White background */
    color: #000000;             /* Black icon */
    border-radius: 50%;   
			width: 40px;
    height: 40px;
			            transition: color 0.3s ease, transform 0.3s ease;

        }
        .social-icons a:hover {
            color: #fc8250;
            transform: scale(1.2);
        }
        .footer-section h5 {
            font-size: 1.25rem;
            margin-bottom: 15px;
        }
        .footer-section ul li {
            margin-bottom: 10px;
        }
        .footer-section ul li a {
            transition: color 0.3s ease;
        }
        .footer-section ul li a:hover {
            color: #fc8250;
        }
        .map-container iframe {
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        .company-info {
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        @media (max-width: 768px) {
            .footer-section h5 {
                font-size: 1.1rem;
            }
            .footer-section p, .footer-section ul li a {
                font-size: 0.9rem;
            }
            .map-container iframe {
                height: 150px;
            }
            .footer-logo img {
                max-width: 120px;
            }
        }
        @media (max-width: 576px) {
            .footer-section {
                padding: 60px 0;
            }
            .company-info {
                padding: 15px;
            }
            .map-container iframe {
                height: 120px;
            }
        }





/* ===== Contact Info Section ===== */
.contact-info-section {
    background-color: #000000;
    padding: 30px 0;
}

.contact-info-container {
    background-color: #fc8250;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px !important;
}

.contact-item {
    padding: 20px;
}

.contact-item i {
    transition: transform 0.3s ease;
    font-size: 1.5rem;
    margin-right: 20px;
}

.contact-item:hover i {
    transform: scale(1.2);
}

.contact-item h5 {
    font-size: 1.2rem;
}

.contact-item p {
    font-size: 1rem;
    line-height: 1.6;
}

.contact-item a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contact-item h5 {
        font-size: 1.1rem;
    }
    .contact-item p {
        font-size: 0.95rem;
    }
    .contact-info-container {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .contact-info-container {
        padding: 20px;
    }
    .contact-item {
        margin-bottom: 20px;
    }
}

.list-unstyled li {
    padding: 6px 0;
}
