@font-face {
    font-family: Montserrat;
    src: url(../fonts/monsterat/Montserrat-Regular.eot);
    src: url(../fonts/monsterat/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/monsterat/Montserrat-Regular.woff2) format("woff2"), url(../fonts/monsterat/Montserrat-Regular.woff) format("woff"), url(../fonts/monsterat/Montserrat-Regular.ttf) format("truetype"), url(../fonts/monsterat/Montserrat-Regular.svg#Montserrat-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: MontserratEB;
    src: url(../fonts/monsterat-extrabold/Montserrat-ExtraBold.eot);
    src: url(../fonts/monsterat-extrabold/Montserrat-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/monsterat-extrabold/Montserrat-ExtraBold.woff2) format("woff2"), url(../fonts/monsterat-extrabold/Montserrat-ExtraBold.woff) format("woff"), url(../fonts/monsterat-extrabold/Montserrat-ExtraBold.ttf) format("truetype"), url(../fonts/monsterat-extrabold/Montserrat-ExtraBold.svg#Montserrat-ExtraBold) format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: MontserratBold;
    src: url(../fonts/monsterat-bold/Montserrat-Bold.eot);
    src: url(../fonts/monsterat-bold/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/monsterat-bold/Montserrat-Bold.woff2) format("woff2"), url(../fonts/monsterat-bold/Montserrat-Bold.woff) format("woff"), url(../fonts/monsterat-bold/Montserrat-Bold.ttf) format("truetype"), url(../fonts/monsterat-bold/Montserrat-Bold.svg#Montserrat-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: MontserratSB;
    src: url(../fonts/monsterat-semibold/Montserrat-SemiBold.eot);
    src: url(../fonts/monsterat-semibold/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/monsterat-semibold/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/monsterat-semibold/Montserrat-SemiBold.woff) format("woff"), url(../fonts/monsterat-semibold/Montserrat-SemiBold.ttf) format("truetype"), url(../fonts/monsterat-semibold/Montserrat-SemiBold.svg#Montserrat-SemiBold) format("svg");
}
body{
font-family: Montserrat;    
margin: 0px !important;
}
.background-all{
    background-color: #fbe0d8;
    position: relative;
}
.zivame-logo{
    display: flex;
    align-content: center;
    padding: 5px;
    margin: 30px 5px 10px 5px;
}
.banner-text-area{
    margin-top: 100px;
    margin-left: -20px;
}
.banner-image{
    position: absolute;
    right: 0;
    top: 0;

}
.banner-image img{
    width: 100%;
}
.bottom-border{
    border-bottom: solid 15px #e83890;
}
.bottom-border h2{
    font-size: 45px;
    text-align: center;
    margin: 20px 0px 10px 0px;
    font-weight: 800;
    color: #e83890;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -10%;
}
.lookfor-ul li{
    font-size: 24px;
}
.lookfor-ul {
    list-style: none;
    margin-bottom: 45px;
}
.lookfor-ul li::before {
    content: "\2022";
    color: #e83890;
    font-weight: bold;
    display: inline-block; 
    width: 1.5em;
    margin-left: -1.5em;
    font-size: 1.5em;
}
.look-for-img{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0px;
}  
.look-for-img img{
    width: 100%;
}
.look-for-img p{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;
}
.banner-image-zivame{
    width: 100%;
}
.footer-text{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #e83890;
    margin-bottom: 20px;
}
.mobile-banner{
    display: none;
}
.mobile-banner-text{
    display: none;
}
/* new css starts here */
.book-now-cta {
  text-align: center;
  margin: 40px 0;
}

.btn-book-now {
  display: inline-block;
  background: linear-gradient(90deg, #034ea1 0%, #00b7ac 100%);
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-book-now:hover,
.btn-book-now:focus {
  color: #fff;
  text-decoration: none;
}

/* Optional: highlight animation when scrolled */
.highlight-form {
  box-shadow: 0 0 15px rgba(0, 183, 172, 0.8);
  transition: box-shadow 0.3s ease-in-out;
}

.coantainer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-form {
    margin-top:30px;
    margin-bottom:30px ;
    right: 4%; 
    top: 50%;
    width: 355px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    width:800px;
}
.banner-form h3 {
    text-align: center;
    color: #00b7ac;
    margin-bottom: 20px;
    font-family: MontserratBold;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}
.banner-form form label {
    display: block;
    margin-bottom: 5px;
}
.banner-form form input,
.banner-form form textarea,
.banner-form form select {
    width: 100%;
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 0 15px;
    font-family: Montserrat;
    color: #333;
    font-size: 14px;
}
.banner-form form textarea {
    padding: 15px;
    height: 75px;
}
.form-group button {
    border-radius: 4px;
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    padding: 8px 45px;
    color: #fff;
    border: none;
    font-family: Montserrat;
    text-align: center;
    cursor: pointer;
    margin-top: 0;
}
.form-group{
    margin-top: 0;
}
.text-center {
    text-align: center;
}
.grecaptcha-badge{
  display: none !important;
}
@media (max-width: 768px) {
.banner-form {
        position: unset;
        width: 80%;
        margin: 20px auto;
    }
}
@media (max-width: 499px) {
.banner-form {
        position: unset;
        width: 90%;
        padding: 15px;
    }
    .banner-form h3 {
        text-align: center;
        color: #00b7ac;
        margin-bottom: 20px;
        font-family: MontserratBold;
        font-size: 17px;
    }
}

/* new css ends here */
@media only screen and (min-width:300px) and (max-width: 600px) {
    .bottom-border h2 {
        font-size: 25px;
        text-align: center;
        margin: 10px 0px;
        font-weight: 800;
        color: #e83890;
        position: unset;
        transform: none;
    }
    .look-for-img {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 30px 10px;
    }
    .look-for-img p {
        text-align: center;
        font-size: 15px;
        margin-top: 6px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    .lookfor-ul li::before {
        content: "\2022";
        color: #e83890;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 1.5em;
    }
    .lookfor-ul {
        list-style: none;
        margin-bottom: 35px;
    }
    .lookfor-ul li {
        font-size: 14px;
        padding-right: 15px;
    }
    .footer-text {
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        color: #e83890;
        padding: 0px 10px;
        margin-bottom: 15px;
    }
    .getoffimage{
        margin: 0 auto;
        width: 70%;
    }
    .logoimages{
        margin: 0 auto;
        width: 75%;
        margin-top: -20px;
    }
    .banner-image-zivame{
        display: none;
    }
    .mobile-banner-text{
        display: block;
        padding: 25px 10px 10px 10px;
    }
    .mobile-banner{
        display:block;
        width: 100%;
    }
    .mobile-banner-text p{
        font-size: 14px;
        font-weight: 500;
    }
    .mobile-banner-text h4{
    font-size: 18px;
    margin: 8px 0px;
    font-weight: 600;
    }
}
@media only screen and (min-width: 500px) and (max-width: 789px) {
.lookfor-ul li::before {
    content: "\2022";
    color: #e83890;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    font-size: 1em;
}
.bottom-border h2 {
    font-size: 36px;
    text-align: center;
    margin: 20px 0px 10px 0px;
    font-weight: 800;
    color: #e83890;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -8%;
}
}
.text-danger{
    color: red;
    font-size: 11px;
} 