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

/* Hero1 section */
.hero1 {
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

.hero1-content h1 {
    font-weight: 600;
    line-height: 1.3;
}

.hero1-content p {
    line-height: 1.6;
}

.hero1 p {
    font-size: 48px;
    font-weight:600;
}
.hero1 span{
    color:#f3687f;
}
.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 p {
    font-size: 38px;
    }
    .btn1,.btn2,.btn3,.btn4 {
    padding: 3px 15px;
    font-size: 13px;
    }
}

@media (max-width: 768px) {
    .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;
        }
    .hero1 p {
    font-size: 26px; 
    }

}
@media (max-width: 535px) {
    .btn1,.btn2 {
    padding: 2px 10px;
    font-size: 8px;
    }
    .hero1 p {
    font-size: 20px;
    }
    .nav-text p {
    font-size: 8x;
    }
}
