@font-face {
    font-family: Montserrat;
    src: url(./../font/static/Montserrat-Bold.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.7;
}


.carousel {
    width: 100%;
    height: auto;
}

.carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65vh;
    /* Full height */
}

.carousel-item video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    justify-content: center;
    align-items: center;
}



/* slider str */

.carousel-item img {
    height: 600px;
    object-fit: cover;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
}

.carousel-caption h5 {
    font-size: 2rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.2rem;
}

.carousel-indicators [data-bs-target] {
    background-color: #000;
}

/* slider end */

/* our benefit str */
.benefits-section {
    padding: 80px 20px;
    background: linear-gradient(to right, #ffffff, #ffffff);
}

.benefit-card {
    text-align: center;
    padding: 30px;
    border: none;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.benefit-icon {
    font-size: 3.5rem;
    color: #ff0000;
    margin-bottom: 20px;
}

.benefit-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.benefit-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    color: #444;
    text-transform: uppercase;
}

.row {
    row-gap: 40px;
}

/* our benefit end */

/* about index str */
.highlight-text {
    color: #007bff;
    font-weight: bold;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content-section {
    padding: 40px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.icon-container {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 20px;
}

.custom-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.custom-btn:hover {
    background-color: #0056b3;
}

/* about index end */

/* learn more str */

.video-container {
    width: 85%;
    /* Width of the container */
    max-width: 1200px;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
    /* Subtle blur effect for video */
    z-index: 1;
    /* Keeps the video behind the text */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    /* Ensures text appears above the video */
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    /* Subtle background for better text visibility */
}

.overlay-text {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    /* Subtle shadow for text clarity */
}

/* learn more end */

/* letest work str */

.img-ourwork {
    max-height: 350px;
    overflow: hidden;
    border-radius: 20px;
}

.carousel-item img {
    object-fit: cover;
    border-radius: 20px;
}

.carousel-indicators [data-bs-target] {
    background-color: #ff0000;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff0000;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #ff0000;
    border-radius: 50%;
    padding: 10px;
}

.carousel .row {
    align-items: center;
}

/* letest end */

/* about us str */

.why-choose-us {
    /* padding: 60px 0; */
}

.why-choose-us .section-title {
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 30px;
}

.why-choose-us .icon {
    font-size: 2rem;
    color: #ff0000;
    margin-bottom: 15px;
}

.why-choose-us .feature {
    margin-bottom: 20px;
}

.why-choose-us .feature h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.why-choose-us .feature p {
    color: #555;
    font-size: 0.95rem;
}

.daily-care {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.daily-care h4 {
    font-weight: bold;
    color: #333;
}

.daily-care p {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-primary:hover {
    background-color: #ff0000;
    border-color: #ff0000;
}

/* new */

.what-we-do-section {
    padding: 50px 20px;
    text-align: center;
    /* background-color: #f9f9f9; */
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
}

.what-we-do-title {
    font-size: 2rem;
    font-weight: bold;
    color: #212529;
    margin-bottom: 20px;
}

.what-we-do-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto 30px;
}

.icon-boxes {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.icon-box {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #0d6efd;
    transition: transform 0.3s, background-color 0.3s;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.icon-box:hover {
    transform: translateY(-5px);
    background-color: #f0f8ff;
    color: #ff5500;
}

@media (max-width: 768px) {
    .icon-boxes {
        flex-wrap: wrap;
    }

    .icon-box {
        margin-bottom: 20px;
    }

    .what-we-do-title {
        font-size: 1.8rem;
    }

    .what-we-do-text {
        font-size: 0.9rem;
    }
}

/* str new about card for responsive str */

/*new about card for responsive end */

/* about us end */

/* count increace  str */
.counter-section {
    padding: 60px 20px;
    text-align: center;
}

.counter-card {
    background: #1f2937;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.counter-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.counter-icon {
    font-size: 3rem;
    color: #ff0000;
    margin-bottom: 15px;
}

.counter-number {
    font-size: 3.5rem;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 10px;
}

.counter-title {
    font-size: 1.2rem;
    color: #d1d5db;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .counter-number {
        font-size: 2.5rem;
    }

    .counter-title {
        font-size: 1rem;
    }
}

/* new card responsive str */

.counter-section {
    padding: 20px 0;
}

.counter-card {
    text-align: center;
    background-color: #1f2937;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.counter-icon {
    font-size: 2rem;
    color: #ff0000;
    margin-bottom: 10px;
}

.counter-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 5px;
}

.counter-title {
    font-size: 1rem;
    color: #ff0000;
}

/* Responsive styles */
@media (max-width: 768px) {
    .counter-section .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .counter-card {
        flex: 1 1 calc(50% - 20px);
        margin: 10px;
    }
}

@media (max-width: 576px) {
    .counter-card {
        flex: 1 1 100%;
        margin: 10px 0;
    }

    .counter-icon {
        font-size: 1.8rem;
    }

    .counter-number {
        font-size: 1.2rem;
    }

    .counter-title {
        font-size: 0.9rem;
    }
}


/* new card responsive end*/


/* counter end */

/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 75px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: absolute;
    width: calc(100% - 30px);
    height: 96px;
    bottom: -46px;
    left: 15px;
    padding: 25px 15px;
    text-align: center;
    background: rgba(256, 256, 256, .9);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
    overflow: hidden;
}

.team .team-text h2 {
    color: #0796fe;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.team .team-text p {
    margin-bottom: 20px;
    color: #092a49;
}

.team .team-social {
    position: relative;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #092a49;
    border: 2px solid #092a49;
    transition: .3s;
}

.team .team-social a:hover {
    color: #0796fe;
    border-color: #0796fe;
}

.team .team-item:hover .team-text {
    height: 160px;
}

/* our team end */


/* our clint str */

/* Slider */
.logos-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 15%, #000 85%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 15%, #000 85%, rgba(0, 0, 0, 0) 100%);
}

.logos-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    animation: slide 30s linear infinite;
}

.logos-slider-container img {
    width: 150px;
    max-width: 150px;
}

@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

h1 {
    text-align: center;
    font-family: 'Lato';
    color: #3D4A54;
}

.card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0px 3px 8px rgb(61 74 84 / 10%), 0px 3px 12px rgb(61 74 84 / 6%)
}

/* our clint end */

/* product str */
.product-detail {
    text-align: center;
    padding: 50px 0;
}

.product-detail h1 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: bold;
}

.product-card {
    position: relative;
    background-color: #ffffff;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s;
}

.product-card:hover {
    transform: scale(1.05);
}

.product-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-card .product-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.product-card:hover .product-name {
    opacity: 1;
}

/* product end */

/* ser str */
.serviceour {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 20px;
    max-width: 1200px;
    margin: 2rem auto;
    align-items: center;
    border-radius: 10px;
}

.card-custom {
    border: none;
    border-radius: 40px;
    box-shadow: 0px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 0px;
    transition: transform 0.3s;
    margin: 15px;
    /* border-radius: 30%; */

}

.card-custom:hover {
    transform: translateY(-10px);
}

.card-custom img {
    width: 100%;

    height: 250px;
    border-radius: 40px;

    object-fit: cover;
}

.textdiv {
    height: 100px;
    text-align: center;
}

/* ser end */
/* serinner str */
.service-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px auto;
    padding: 20px;
    max-width: 1200px;
    background: #ffffff;
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgb(255, 255, 255); */
}

.service-image {
    flex: 1;
    text-align: center;
}

.service-image img {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.service-content {
    flex: 1;
    padding: 20px;
}

.service-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.service-list {
    font-size: 1.2rem;
    color: #555;
}

.service-list li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .service-section {
        flex-direction: column;
    }

    .service-image img {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/* serinner end */

/* contact-us str */

/* .contact-section {
    padding: 60px 15px;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0d6efd;
}

.contact-card {
    background: linear-gradient(135deg, #ffffff, #e8efff);
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-icon {
    font-size: 1.8rem;
    color: #0d6efd;
}

iframe {
    border: none;
    width: 100%;
    height: 350px;
    border-radius: 12px;
}

.btn-custom {
    background-color: #0d6efd;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #004bca;
} */

/* index contact-us end */