:root {
    --primary-color1: #FBA328;
    --primary-color2: #FBA328;
    --primary-color-background-light: #fae3c3;
}

.company-highlights-section .company-highlights-info {
    background-image: url(../img/home1/company-highlights-info-img.png), linear-gradient(var(--primary-color1) 0%, var(--primary-color1) 100%)
}

.working-section {
    background-image: none;
    background-color: var(--primary-color1);
}

.footer-section .footer-logo-and-social .social-list li a.facebook {
    width: 100%;
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-section .footer-logo-and-social .social-list li a.facebook span {
    font-size: 12px;
}

.footer-section .footer-logo-and-social .social-list li a.facebook:hover span {
    color: var(--black-color);
}

.testimonial-img-bg {
    background-position: center;
}

.testimonial-card {
    display: block !important;
}

.news-insight-list svg {
    fill: var(--primary-color1) !important;
}

.home2-contact-section .contact-support {
    max-width: 100% !important;
}

.home2-contact-section .contact-support .call span {
    color: var(--primary-color1);
}

.home2-contact-section .contact-support .call svg {
    fill: var(--primary-color1);
}

.header-logo {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 300ms ease;
    max-width: 100%;
}

.header-area.sticky .header-logo {
    max-width: 80px;
}

.footer-logo {
    max-width: 150px;
    width: 100%;
}

/* Masonry Gallery Layout using CSS Grid */
.gallery-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: 10px;
    gap: 20px;
}

.gallery-item,
.gallery-item-2 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover,
.gallery-item-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.gallery-item img,
.gallery-item-2 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .gallery-masonry {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .gallery-masonry {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.relative {
    position: relative;
}

.abs {
    position: absolute;
}


.vision-mission-section .vision-mission-slider-wrapper {
    background: var(--primary-color1);
}

.vision-mission-section .vision-mission-slider-wrapper * {
    color: black !important;
}

.regional-card-content {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%) 0% 0% / cover no-repeat;
}

.hover:hover .hover-scale-1-1 {
    transform: scale(1.1);
}

.safety-section-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.breadcrumb-section {
    background-image: url(../img/home1/banner-img2.jpg);
    background-size: cover;
    background-position: center;
}

.breadcrumb-section {
    position: relative;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: black;
    z-index: 1;
    opacity: 0.5;
}

.breadcrumb-section>div {
    position: relative;
    z-index: 2;
}

.breadcrumb-content h1,
.breadcrumb-content a:not(:hover) {
    color: white !important;
}

.breadcrumb-content a:hover {
    color: var(--primary-color1) !important;
    text-decoration: underline;
}

.banner-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 80px 40px;
    border-radius: 40px;
    backdrop-filter: blur(5px);
}

.home1-banner-section .banner-img-area img{
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.home1-banner-section .banner-img-area{
    height: 0px;
}

.footer-img{
    width: 100%;
    height: 70px;
    object-fit: cover;
}

@media screen and (max-width : 1024px){
    .banner-content{
        padding: 40px;
    }
}

@media screen and (max-width : 1024px) {
    main {
        overflow-x: hidden;
    }
}


