*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Raleway", sans-serif;
}

/* Hero1 Section */
.hero1 {
    min-height: 455px;
}

.hero1-text {
    font-size: 46px !important;
    font-weight: 600 !important;
    color: white !important;
    letter-spacing: 0.5px !important;
}
.nav-right {
    gap: 50px;
}
.btn1,.btn2,.btn3,.btn4  {
    color: white;
    padding: 5px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-items: center;
    text-decoration: none; 
    display: inline-block;  
    text-align : center;
    align-items: center;
}
.btn3,.btn4 {
    padding: 8px 30px;
    border-radius: 20px;
}
.bun{
    display: flex;
    justify-content: center;
    gap:20px;
}
.btn1 {
    background-color: transparent;
    border: 1.5px solid #f3687f;
}
.btn2,.btn3,.btn4{
    border: none;
    background-color: #f3687f;

}
.btn1:hover{
    background-color: #ff8097;
}
.btn2:hover,.btn3:hover,.btn4:hover {
    background-color: #d95771;
}
.card1 {
    position: relative;
    overflow: hidden;
}

.card1 h2 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: rgba(0, 0, 0, 0.3); 
    padding: 8px 0;
}
.card1 img {
    width: 100%;
    height: 200px; 
    object-fit: cover;
}
.card2 img{
    width:auto;
    height: 200px; 
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.card2 h2 {
    font-size: 20px;
    font-weight: 550;
    margin-top: 0.7rem;
    text-align: center;    
}


h2 span {
    color: #007bff;
    cursor: pointer;
    font-weight: 400;
}

.phone-text h2{
    color: white;
    font-weight: 600;
    margin: 0;
}
.card3{
    background-color: #f4f3f3;
}
.card3 img {
    width:auto;
    height: 200px; 
    object-fit: cover;
    display: block;
    margin: 0 auto;
    padding-top:20px;
}
.card3 h2{
    font-size: 22px; 
    margin-top: 0.5rem;
    margin-bottom: 0;   
    font-weight: 600;
    word-wrap: break-word; 
    white-space: normal;
    line-height: 1.3; 
}

.card3 h2,
.card3 p {
    text-align: left;
    padding: 10px;
    margin-bottom: 0;   
}

.hr1 {
    margin: 30px auto;   

}

.card3 {
    padding-bottom: 15px;
}
.bkimg{
    width:100px;
}


@media (max-width: 992px) {
    .hero1-text {
        font-size: 34px !important;
    }
    .hero1 {
        height: 380px !important;
        min-height: 380px !important;
    }
    .homepage-nav .bkimg {
        height: 26px !important;
    }
    .homepage-nav .searchimg {
        height: 30px !important;
    }
    .homepage-nav {
        padding: 15px 20px !important;
    }
    .btn1,.btn2,.btn3,.btn4 {
        padding: 3px 15px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .hero1-text {
        font-size: 26px !important;
    }
    .hero1 {
        height: 320px !important;
        min-height: 320px !important;
    }
    .homepage-nav .bkimg {
        height: 22px !important;
    }
    .homepage-nav .searchimg {
        height: 26px !important;
    }
    .homepage-nav {
        padding: 12px 12px !important;
    }
    .btn1,.btn2 {
        padding: 2px 13px;
        font-size: 10px;
    }
    .nav-text p {
        font-size: 10px;
    }
    .hero7 img {
        width: 150px;
    }

    .phone-img img {
        width: 120px;
    }

    .text3 .text-img {
        flex-direction: column;
        gap: 10px;
    }

    .card3 h2 {
        font-size: 18px;
    }
}
@media (max-width: 535px) {
    .hero1-text {
        font-size: 20px !important;
    }
    .hero1 {
        height: 280px !important;
        min-height: 280px !important;
    }
    .homepage-nav .bkimg {
        height: 18px !important;
    }
    .homepage-nav .searchimg {
        height: 22px !important;
    }
    .homepage-nav {
        padding: 10px 10px !important;
    }
    .btn1,.btn2 {
        padding: 2px 10px;
        font-size: 8px;
    }
    .nav-text p {
        font-size: 8px;
    }
}
