:root {
    --red: #FE2500;
}

html {
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.red-color {
    color: #FE2500;
}

.infra ul {
    padding-left: 2rem;
}

.infra .swiper-slide {
    width: 70%;
}

.contact i.feather {
    color: #FE2500;
    background-color: white;
    padding: 1rem;
    border-radius: 100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

footer {
    background-color: #F5F5F5;
}

footer img {
    object-fit: contain;
}

footer p {
    color: #000000;
}

footer i.fab {
    font-size: 24px;
    color: #FE2500;
}

.hero .slider-navigation-style-07.swiper-button-prev {
    left: 83vw;
    top: 94vh;
}

.hero .slider-navigation-style-07.swiper-button-next {
    right: 7vw;
    top: 94vh;
}

.infra .slider-navigation-style-07.swiper-button-prev {
    left: 81vw;
    top: -72px;
}

.infra .slider-navigation-style-07.swiper-button-next {
    right: 7vw;
    top: -72px;
}

.infra .col-12.p-0.cover-background.align-items-end.d-flex.justify-content-end.h-100.border-radius-16px {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/********************** about page *********************/

/* .purpose img {
    height: 430px;
    object-fit: cover;
} */

.our-value .row .col-md-6 {
    padding: 10px;
}

.our-value img {
    filter: grayscale(1) brightness(0);
}

.value-card {
    background: #FAFAFA;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.value-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
}

/* Shared card */
.philosophy-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

/* LEFT CARD */
.philosophy-main {
    display: flex;
    align-items: stretch;
}

.philosophy-image {
    width: 50%;
}

.philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 120px 0;
}

.philosophy-quote {
    width: 50%;
    padding: 50px 40px;
    display: flex;
    align-items: center;
}

/* RIGHT CARD */
.philosophy-side img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.philosophy-content {
    padding: 20px;
}

.our-team .fancy-text-box:hover {
    color: white;
}

.our-team .fancy-text-box:hover p {
    opacity: 0.6;
}

.fancy-text-box.h-800px.fancy-text-box-style-03.xl-h-500px.xs-h-520px.border-radius-12px {
    box-shadow: rgb(50 50 93 / 20%) 0px 6px 10px -5px, rgb(0 0 0 / 11%) 0px 8px 16px -8px;
}

.hill {
    position: relative;
    overflow: hidden;
}

.hill::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/philo2.jpg") center / cover no-repeat;
    filter: blur(5px);
    transform: scale(1.1);
    /* z-index: -1; */
}

.hill img {
    height: 400px;
    object-fit: cover;
}


/*********************************** contact-us page ********************************/

.contact-page i.feather{
    font-size: 2rem;
}

/*********************************** infra page ********************************/

.infra-page .swiper-slide {
    width: 40%;
}

/************************************ Responsive ************************************/

@media (max-width: 991px) {
    h3{
        line-height: 38px;
    }

    .inf ul {
        padding-inline-start: 20px;
    }

    .philosophy-main {
        flex-direction: column;
    }

    .philosophy-image,
    .philosophy-quote {
        width: 100%;
        height: 420px;
    }

    .philosophy-quote {
        height: 350px;
    }

    .philosophy-quote {
        padding: 35px 30px;
    }

    .philosophy-image img {
        object-position: top;
    }
}

@media (max-width: 768px) {
    .btn.btn-fancy.btn-small {
        letter-spacing: 0 !important;
    }
}


@media (max-width: 600px) {
    body {
        padding-top: 0px !important;
    }

    body,
    .btn.btn-fancy.btn-small,
    .text-extra-large-2 {
        font-size: 18px;
    }

    h2 {
        font-size: 34px;
    }

    .about img {
        height: 400px;
        object-fit: cover;
        object-position: top;
    }

    .philosophy-image {
        height: 320px;
    }

    .philosophy-quote {
        height: 250px;
    }



    .products img {
        height: 350px;
    }
}