* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
    background: white;
}

.homecontainer {
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
}

.homecontainer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    filter: brightness(0.8);
    object-position: center;
}

.homecontainer .header {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: dodgerblue;
}

.homecontainer .header .navcont {
    position: absolute;
    height: 50px;
    background: linear-gradient(135deg, #f0fff0, #e0f7e9);
    width: 100%;
    top: 0px;
    z-index: 2;
}

.homecontainer .header .navcont .logo {
    height: 50px;
    width: 50px;
    display: flex;
    position: relative;
    border-radius: 50%;
}

.homecontainer .header .navcont .compname {
    position: absolute;
    left: 55px;
    bottom: 0px;
    font-weight: bold;
    color: black;
    font-size: 26px;
    cursor: pointer;
}

.homecontainer .header .navcont menu {
    position: absolute;
    display: none;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 16px;
}

.homecontainer .header .navcont menu i {
    font-size: 26px;
}

.homecontainer .header .navcont .logo img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.homecontainer .header .navcont .navbar {
    height: 100%;
    position: absolute;
    width: 60%;
    display: flex;
    justify-content: space-between;
    top: 0px;
    right: 20px;
    align-items: flex-end;
    font-weight: 800;
    font-size: 12px;
}

.homecontainer .header .navcont .navbar a {
    color:black;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.homecontainer .header .navcont .navbar a.active {
    color: red;
}

.homecontainer .header img.describer {
    height: 260px;
    width: 220px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.homecontainer .header .phonecontact {
    z-index: 1;
    color: gold;
    margin: 0 auto;
    font-size: 22px;
    position: absolute;
    top: 15%;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    background-color: transparent;
    padding: 12px 20px;
}

.homecontainer .header .loginbtn {
    z-index: 1;
    color: black;
    padding: 8px 8px;
    min-width: 120px;
    background-color: yellow;
    font-size: 22px;
    position: absolute;
    top: 15%;
    right: 2px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
}

.homecontainer .header .bookbtn {
    z-index: 1;
    color: black;
    padding: 8px 8px;
    min-width: 120px;
    background-color: yellow;
    font-size: 18px;
    position: absolute;
    bottom: 5%;
    left: 2px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
}


.homecontainer .header .companyname {
    z-index: 1;
    color: white;
    font-weight: bold;
    text-transform: none;
    position: absolute;
    left: 20px;
    font-size: 60px;
}

.homecontainer .header .companyname b {
    color: red;
}

.homecontainer .header .slogan {
    z-index: 1;
    color: white;
    left: 20px;
    font-size: 22px;
    position: absolute;
    top: 55%;
    text-transform: none;
}

h2#offerheading {
    font-size: 1.6rem;
    color: black;
    padding: 12px 20px;
}

.explainer {
    position: relative;
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    background: linear-gradient(135deg, #cfd6cf, #c2cfc7);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    color: #222;
    font-weight: normal;
}

.messaget {
    margin: 10px auto;
    position: relative;
    background-color: #009966;
    color: white;
    padding: 14px 30px;
    max-width: 300px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.specialoffer {
    position: relative;
    width: 100%;
    padding: 12px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    justify-items: center;
    background: linear-gradient(135deg, #f0fff0, #e0f7e9);

}

.specialoffer .offer {
    position: relative;
    padding: 2px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    background-color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    cursor: pointer;
    padding-bottom: 60px;
}

.specialoffer .offer:nth-child(odd) {
    background: linear-gradient(135deg, #c3c8cc, #be90fa);
}

.specialoffer .name {
    font-weight: bold;
    font-size: 26px;
    display: flex;
    justify-content: center;
    padding: 12px 20px;
}

.specialoffer .detail {
    padding: 12px 20px;
}

.specialoffer .price {
    bottom: 10px;
    margin: 0 auto;
    position: absolute;
    /* width: 220px; */
    margin-top: 60px;
    left: calc(50% - 110px);
    float: bottom;
}

.services {
    position: relative;
    width: 100%;
    padding: 12px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 10px;
    justify-content: center;
    background-color: transparent;
}

.services .service {
    position: relative;
    padding: 2px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    background-color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    cursor: pointer;
}

.services .service:hover,
.specialoffer .offer:hover {
    transform: scale(1.02);
}

h2#service-heading {
    padding: 12px 20px;

}

.services img {
    height: 240px;
    width: 100%;
    position: relative;
    object-fit: cover;
    border-radius: 10px;
}

.services .description {
    padding: 8px;
    font-weight:1000;
    display: flex;
    justify-content: center;
    color:black;
    font-size: 22px;

}
.services .butn{
    position: relative;
    display: flex;
    background-color: #009966;
    color: white;
    max-width: 160px;
    justify-content: center;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    margin: 0 auto;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
h3 {
    padding: 14px 35px;
    background: linear-gradient(135deg, #c3c8cc, #be90fa);
    color: #333;

}

.section {
    background: linear-gradient(135deg, #f0fff0, #e0f7e9);
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

.image-container {
    flex: 1;
    max-width: 500px;
}

.image-container img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.content {
    flex: 1;
    max-width: 600px;
    text-align: left;
}

.content h2 {
    font-size: 2.8rem;
    color: #006c4f;
    margin-bottom: 1.2rem;
}

.content p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.btn {
    display: inline-block;
    background-color: #009966;
    color: white;
    padding: 14px 30px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn:hover {
    background-color: #007f55;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .section {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
    }

    .content h2 {
        font-size: 2.2rem;
    }

    .content p {
        font-size: 1rem;
    }

    .btn {
        padding: 12px 24px;
    }
}

.bookingform {
    position: relative;
    width: 100%;
    padding: 20px;
     background: linear-gradient(135deg, #c3c8cc, #be90fa);
}

.bookingform form {
    position: relative;
    max-width: 600px;
    padding: 20px;
    margin: 0 auto;
     background: linear-gradient(135deg, #f0fff0, #e0f7e9);
    border-radius: 10px;
}

form label {
    font-weight: bold;
    font-size: 14px;
}

form h3 {
    font-size: 28px;
    text-align: center;
    background-color: transparent;
}
form h4 {
    font-size: 28px;
    text-align: center;
    background-color: transparent;
    color: red;
    padding: 12px;
}

form input,
form select, form textarea {
    width: 100%;
    padding: 12px 20px;
    border: none;
    outline: none;
    background-color: #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
}
form textarea{
    min-height: 60px;
    max-height: 120px;
    min-width: 100%;
    max-width: 100%;
}
form button {
    width: 100%;
    padding: 12px 20px;
    color: white;
    font-weight: bold;
    border: none;
    outline: none;
    background-color: #009966;
    font-size: 1.1rem;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.container {
    position: relative;
    width: 100%;
    padding: 12px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 10px;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.container .ourabouts {
    position: relative;
    padding: 12px 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    background: linear-gradient(135deg, #fce4ec, #fad0d8);
    margin: 0 auto;
    border-radius: 10px;
}

.container .ourabouts h1 {
    font-size: 22px;
    color: #333;
}

.container .ourabouts span {
    color: #222;
    font-weight: lighter;

}

.container .ourabouts li {
    color: #222;
    padding: 5px 5px;
    font-weight: lighter;
    list-style-type: circle;
}
.footer{
    width: 100%;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items:baseline;
    gap: 3rem;
    background: linear-gradient(135deg, #c3c8cc, #be90fa);
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 80px;
}
.footer span{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 12px 20px;
    text-align: center;
    background-color: white;
    font-weight: bold;
}
@media (max-width: 768px) {
    .footer .container {
        flex-direction: column;
        padding: 2rem 1.5rem;
    }
}
.others {
    flex: 1;
    position: relative;
    min-width: 300px;   
    
}

.others p {
    color: #222;
}




@media only screen and (max-width : 680px) {
    .homecontainer .header .navcont .compname {
        font-size: 20px;
    }

    .homecontainer .header .navcont menu {
        display: block;
    }

    .homecontainer .header .navcont .navbar {
        height: 340px;
        position: absolute;
        width: 200px;
        justify-content: center;
        top: 50px;
        background: linear-gradient(135deg, #f0fff0, #e0f7e9);
        right: 0px;
        display: none;
        align-items: center;
        font-weight: bold;
        z-index: 2;
        text-transform: uppercase;
        font-size: 12px;
    }

    .homecontainer .header .navcont .navbar a {
        color: black;
        text-decoration: none;
        height: 40px;
        position: relative;
        justify-content: center;
        display: flex;
        float: left;
        align-items: center;
        text-align: center;
        padding: 5px;
        width: 200px;
        background-color: transparent;
    }

    .homecontainer .header .navcont .navbar a.active {
        background-color: rgba(0, 0, 0, 0.06);
    }

    .homecontainer .header .stafflogin {
        z-index: 1;
        color: gold;
        font-size: 22px;
        position: absolute;
        top: 15%;
        right: 2px;
        text-transform: uppercase;
        justify-content: flex-end;
        align-items: flex-end;
        font-weight: bold;
        cursor: pointer;
        background-color: transparent;
        width: 90px;
    }


    .homecontainer .header .companyname {
        font-size: 50px;
    }

    .homecontainer .header .slogan {
        font-size: 25px;
        top: 65%;
    }

}