/*hero-section-banner*/

.hero-3{
    padding:0;
    margin:0;
    overflow:hidden;
}

.hero-media-only{
    width:100%;
    overflow:hidden;
}

.hero-media-only img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}

/* Desktop */
@media (min-width:1200px){
    .hero-media-only img{
        height:650px;
    }
}

/* Laptop */
@media (max-width:1199px){
    .hero-media-only img{
        height:550px;
    }
}

/* Tablet */
@media (max-width:991px){
    .hero-media-only img{
        height:420px;
    }
}

/* Mobile */
@media (max-width:767px){
    .hero-media-only img{
        height:280px;
    }
}

/* Small Mobile */
@media (max-width:480px){
    .hero-media-only img{
        height:220px;
    }
}





/*hero-section-banner-end*/


/* ===========================
   Contact Image
=========================== */

.contact-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.contact-img img{
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* ===========================
   Contact Form
=========================== */

.resort-contact-form{
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ===========================
   Laptop
=========================== */

@media (max-width:1200px){

    .contact-img img{
        max-width: 400px;
    }

    .resort-contact-form{
        padding: 35px;
    }

}

/* ===========================
   Tablet
=========================== */

@media (max-width:991px){

    .contact-img{
        margin-bottom: 35px;
    }

    .contact-img img{
        max-width: 100%;
        aspect-ratio: 16 / 10;
    }

    .resort-contact-form{
        padding: 30px;
    }

}

/* ===========================
   Mobile
=========================== */

@media (max-width:767px){

    .contact-img img{
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16 / 9;
    }

    .resort-contact-form{
        padding: 25px 20px;
    }

}

/* ===========================
   Small Mobile
=========================== */

@media (max-width:480px){

    .contact-img img{
        border-radius: 15px;
    }

    .resort-contact-form{
        padding: 20px 15px;
    }

}

/* ===========================
   Animations
=========================== */

.slide-left{
    opacity: 0;
    animation: slideLeft 0.8s ease forwards;
}

@keyframes slideLeft{
    from{
        opacity:0;
        transform:translateX(-60px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

.slide-right{
    opacity: 0;
    animation: slideRight 0.8s ease forwards;
}

@keyframes slideRight{
    from{
        opacity:0;
        transform:translateX(60px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

/* ===========================
   Service Icon
=========================== */

.service-icon{
    display: block;
    font-size: 60px;
    color: #D4AF37;
    margin-bottom: 20px;
    line-height: 1;
}

/* ===========================
   Prevent Horizontal Scroll
=========================== */

html,
body{
    overflow-x: hidden;
    width: 100%;
}

img{
    max-width: 100%;
    height: auto;
    display: block;
}




html,
body{
    overflow-x: hidden;
}

.container,
.container-fluid{
    padding-left: 15px;
    padding-right: 15px;
}

.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

[class*="col-"]{
    padding-left: 10px;
    padding-right: 10px;
}




/* ======================================
   ABOUT SECTION MOBILE RESPONSIVE
====================================== */

@media (max-width: 767px){

    .about-media3{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:20px;
    }

    .feat-img{
        width:100%;
    }

    .feat-img img{
        width:100%;
        height:260px;
        object-fit:cover;
        border-radius:15px;
    }

    .ab-sm-ft{
        display:flex !important;
        flex-direction:column;
        width:100%;
        gap:20px !important;
    }

    .ab-sm-ft img{
        width:100%;
        height:220px;
        object-fit:cover;
        border-radius:15px;
    }

    .ab-stat2{
        display:none;
    }

    .experien-stat{
        position:static;
        margin-top:15px;
        text-align:center;
    }

}

/* ================================
   ABOUT SECTION MOBILE FIX
================================ */

@media (max-width:767px){

.about-media3{
    width:100%;
}

.feat-img{
    width:100%;
    margin-bottom:15px;
}

.feat-img img{
    width:100% !important;
    height:230px !important;
    object-fit:cover;
    display:block;
}

/* Second & Third Images */
.ab-sm-ft{
    display:block !important;
    width:100%;
}

.ab-sm-ft img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:230px !important;
    object-fit:cover !important;

    margin:0 0 15px 0 !important;

    position:static !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;

    transform:none !important;
}

.ab-stat2{
    display:none;
}

.experien-stat{
    position:static !important;
    margin-top:15px;
}

}


/* ==================================================
   WHY CHOOSE RESORT - MOBILE FIX
   Paste at END of style.css
================================================== */

@media only screen and (max-width:767px){

.solution-sec .container{
    width:100% !important;
    max-width:100% !important;
    padding-left:15px !important;
    padding-right:15px !important;
}

.solution-sec .row{
    display:flex !important;
    flex-direction:column !important;
}

/* Image section */

.solution-sec .sol-box{
    width:100% !important;
    margin-bottom:35px !important;
}

.solution-sec .sol-media{
    display:flex !important;
    flex-direction:column !important;
    gap:20px !important;
    width:100% !important;
    align-items:center !important;
}

.solution-sec .sol-media img{
    position:relative !important;
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:250px !important;
    object-fit:cover !important;
    border-radius:18px !important;

    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;

    transform:none !important;
    margin:0 !important;
}

/* Remove any template positioning */

.solution-sec .sol-media img:first-child{
    position:relative !important;
}

.solution-sec .sol-media img:last-child{
    position:relative !important;
}

/* Right content */

.solution-sec .sol-content{
    padding:0 !important;
}

.solution-sec .ps-lg-5{
    padding-left:0 !important;
}

/* Cards */

.solution-sec .solution-wrap{
    display:flex !important;
    flex-direction:column !important;
    gap:20px !important;
}

.solution-sec .solution-card{
    width:100% !important;
    min-height:170px !important;
    padding:25px !important;
}

.solution-sec .solution-card h3{
    font-size:24px !important;
}

.solution-sec .solution-card p{
    font-size:15px !important;
    line-height:26px !important;
}

}


.blog-title .sub-title fadeInUp{
    padding-top:20px;
    padding-bottom: 0px;
    text-align: center;
}

/* ==========================
   Facilities
========================== */

.facilities-div{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    margin-top:50px;
}

.service-div{
    flex:0 0 calc(12.5% - 18px); /* 8 items in one row */
    max-width:calc(12.5% - 18px);
    text-align:center;
}

.serv-img{
    width:110px;
    height:110px;
    margin:0 auto 15px;
    border-radius:50%;
    background:#f5f5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s ease;
}

.serv-img img{
    width:55px;
    height:55px;
    object-fit:contain;
}

.service-div:hover .serv-img{
    transform:translateY(-8px);
    box-shadow:0 12px 25px rgba(0,0,0,.12);
}

.serv-title h4{
    font-size:20px;
    line-height:28px;
    margin:0;
}

/* ==========================
   Laptop
========================== */

@media(max-width:1199px){

.service-div{
    flex:0 0 calc(25% - 20px);
    max-width:calc(25% - 20px);
}

}

/* ==========================
   Tablet
========================== */

@media(max-width:991px){

.service-div{
    flex:0 0 calc(25% - 15px);
    max-width:calc(25% - 15px);
}

}

/* Mobile View */
@media (max-width:767px){

.facilities-div{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:20px 0;
}

.service-div{
    width:48%;
    flex:none;
    max-width:48%;
    text-align:center;
}

.serv-img{
    width:90px;
    height:90px;
    margin:0 auto 10px;
}

.serv-img img{
    width:45px;
    height:45px;
    object-fit:contain;
}

.serv-title h4{
    font-size:16px;
    line-height:22px;
}

}
/* ==========================
   Small Mobile
========================== */

@media (max-width:480px){

.facilities-div{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:15px 0;
}

.service-div{
    flex:0 0 48%;
    max-width:48%;
    text-align:center;
}

.serv-img{
    width:75px;
    height:75px;
    margin:0 auto 10px;
}

.serv-img img{
    width:38px;
    height:38px;
    object-fit:contain;
}

.serv-title h4{
    font-size:14px;
    line-height:20px;
    margin:0;
}

}
/*==========================
Nearby Places
==========================*/

.service-wrapper{
    padding:80px 0;
}

.places-item{
    position:relative;
    width:100%;
    overflow:hidden;
    border-radius:20px;
    margin-top:30px;
}

.places-item img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
    border-radius:20px;
}

.box-content2{
    position:absolute;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,.25);
    border-radius:20px;
}

.wayanad-title{
    text-align:center;
    color:#fff;
}

.wayanad-title h1{
    font-size:60px;
    margin-bottom:10px;
}

.wayanad-title h3{
    font-size:28px;
    margin:0;
}

/* Button */
.test-view-btn{
    display:inline-block;
    margin-top:25px;
    padding:14px 35px;
    background:#0b7a52;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    transition:.3s;
}

.test-view-btn:hover{
    background:#d4af37;
    color:#fff;
}

/*==========================
Tablet
==========================*/

@media(max-width:991px){

.places-item img{
    height:350px;
}

.wayanad-title h1{
    font-size:42px;
}

.wayanad-title h3{
    font-size:22px;
}

}

/*==========================
Mobile
==========================*/

@media(max-width:767px){

.service-wrapper{
    padding:60px 0;
}

.places-item img{
    height:230px;
}

.wayanad-title h1{
    font-size:30px;
}

.wayanad-title h3{
    font-size:18px;
}

.test-view-btn{
    display:block;
    width:220px;
    margin:20px auto 0;
    text-align:center;
}

}



/*home-page-end*/


/*about-page*/





.info-icon{
    font-size:40px;
    color:#c79a4b;
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff8ee;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s ease;
}

.abs-info:hover .info-icon{
    transform:rotate(10deg) scale(1.1);
    background:#c79a4b;
    color:#fff;
}
   


/*about-end*/


/*contact section*/

 
     .resort-contact-row{
    align-items:stretch;
    margin-top:40px;
}

/* Map */
.resort-map-box{
    width:100%;
    height:100%;
    min-height:520px;
    overflow:hidden;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.10);
}

.resort-map-box iframe{
    width:100%;
    height:100%;
    min-height:520px;
    display:block;
    border:0;
}

/* Form */
.resort-contact-form{
    height:100%;
    padding:45px;
    background:#ffffff;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.10);
}

.resort-contact-heading{
    margin-bottom:28px;
}

.resort-contact-heading span{
    display:block;
    margin-bottom:8px;
    color:#b68a4b;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
}

.resort-contact-heading h2{
    margin:0 0 10px;
    color:#222;
    font-size:30px;
    font-weight:700;
}

.resort-contact-heading p{
    margin:0;
    color:#777;
    font-size:15px;
    line-height:1.7;
}

/* Inputs */
.resort-form-group{
    position:relative;
    margin-bottom:18px;
}

.resort-form-group input,
.resort-form-group select,
.resort-form-group textarea{
    width:100%;
    padding:15px 45px 15px 16px;
    border:1px solid #dddddd;
    border-radius:7px;
    outline:none;
    color:#333;
    font-size:15px;
    background:#fff;
}

.resort-form-group textarea{
    resize:none;
    padding-top:16px;
}

.resort-form-group input:focus,
.resort-form-group select:focus,
.resort-form-group textarea:focus{
    border-color:#b68a4b;
}

.resort-form-group i{
    position:absolute;
    top:50%;
    right:16px;
    transform:translateY(-50%);
    color:#b68a4b;
    pointer-events:none;
}

.resort-message-box i{
    top:22px;
    transform:none;
}

/* Button */
.resort-submit-btn{
    width:100%;
    border:0;
    padding:16px 20px;
    border-radius:7px;
    background:#b68a4b;
    color:#fff;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    transition:0.3s ease;
}

.resort-submit-btn i{
    margin-left:8px;
}

.resort-submit-btn:hover{
    background:#222;
}

/* Tablet */
@media(max-width:991px){
    .resort-map-box,
    .resort-map-box iframe{
        min-height:400px;
    }

    .resort-map-box{
        margin-bottom:30px;
    }

    .resort-contact-form{
        padding:35px;
    }
}

/* Mobile */
@media(max-width:767px){
    .resort-contact-row{
        margin-top:25px;
    }

    .resort-map-box,
    .resort-map-box iframe{
        min-height:300px;
        border-radius:10px;
    }

    .resort-map-box{
        margin-bottom:20px;
    }

    .resort-contact-form{
        padding:28px 20px;
        border-radius:10px;
    }

    .resort-contact-heading h2{
        font-size:25px;
    }

    .resort-contact-heading p{
        font-size:14px;
    }

    .resort-form-group input,
    .resort-form-group select,
    .resort-form-group textarea{
        font-size:14px;
        padding:14px 42px 14px 14px;
    }

    .resort-submit-btn{
        padding:14px;
    }
}


.resort-contact-cards{
    margin-top:30px;
}

.resort-contact-cards > div{
    margin-bottom:25px;
}

.resort-contact-card{
    height:100%;
    min-height:230px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:30px 25px;
    background:#ffffff;
    border:1px solid #eeeeee;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,0.07);
    transition:all 0.3s ease;
}

.resort-contact-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.13);
}

.resort-contact-icon{
    width:60px;
    height:60px;
    min-width:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f7f1e8;
    color:#b68a4b;
    font-size:24px;
}

.resort-contact-content{
    flex:1;
}

.resort-contact-content h4{
    margin:0 0 12px;
    color:#222;
    font-size:17px;
    font-weight:700;
    letter-spacing:0.5px;
}

.resort-contact-content p{
    margin:0 0 16px;
    color:#666;
    font-size:14px;
    line-height:1.7;
}

.resort-contact-content a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#b68a4b;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    word-break:break-word;
}

.resort-contact-content a:hover{
    color:#222;
}

.resort-contact-content a i{
    font-size:13px;
    transition:0.3s ease;
}

.resort-contact-content a:hover i{
    transform:translateX(5px);
}

/* Tablet */
@media(max-width:991px){
    .resort-contact-card{
        min-height:210px;
    }
}

/* Mobile */
@media(max-width:767px){
    .resort-contact-cards{
        margin-top:20px;
    }

    .resort-contact-cards > div{
        margin-bottom:18px;
    }

    .resort-contact-card{
        min-height:auto;
        padding:25px 20px;
        gap:15px;
        border-radius:10px;
    }

    .resort-contact-icon{
        width:52px;
        height:52px;
        min-width:52px;
        font-size:21px;
    }

    .resort-contact-content h4{
        font-size:16px;
    }

    .resort-contact-content p,
    .resort-contact-content a{
        font-size:13px;
    }
}

   
/*contact-end*/





