/*=================================================
Google Font
=================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    color:#222;
    background:#fff;
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
    margin:0;
    padding:0;
}

/*=================================================
Header
=================================================*/

.lp-header{
    width:100%;
    left:0;
    top:0;
    z-index:999;

}

.lp-navbar{

    padding:5px 0;
    transition:.4s;

}

.lp-logo img{

    height:65px;

}

.lp-navbar .nav-link{

    color:#161616;
    font-size:14px;
    font-weight:500;
    margin:0 5px;
    transition:.3s;

}

.lp-navbar .nav-link:hover{

    color:#ff3600;

}

.lp-call-btn{

    background:#fafafa;
    backdrop-filter:blur(15px);

    color:#ff3600;

    border:1px solid rgba(255,255,255,.2);

    padding:12px 22px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.lp-call-btn:hover{

    background:#FFC107;

    color:#000;

}

.lp-quote-btn{

    background:#FFC107;

    color:#000;

    padding:13px 30px;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.lp-quote-btn:hover{

    background:#0281a7;
    color: #fff;

}


/*=================================================
Hero
=================================================*/

.lp-hero{

    position:relative;

    background:url("../img/banner.jpg") center center;

    background-size:cover;

    min-height:100vh;

}

@media screen and (max-width:768px) {
    .lp-hero{
        background: #007da5;
    }
}

.lp-overlay{

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:linear-gradient(90deg,
    rgba(0,20,55,.55),
    rgba(0,40,90,.55));

}

.lp-content{

    position:relative;

    z-index:2;

    color:#fff;

}

.lp-badge{

    display:inline-block;

    background:#FFC107;

    color:#000;

    font-size: 14px;

    padding:8px 25px;

    border-radius:30px;

    font-weight:600;

    margin-bottom:15px;

}

.lp-content h1{

    font-size:38px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:20px;

}

.lp-content p{

    font-size:16px;

    line-height:32px;

    color:#f5f5f5;

}


/*=================================================
Features
=================================================*/

.lp-feature{

    margin-top:15px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,.15);

    padding:12px;

    border-radius:15px;

    color:#fff;

    font-weight:600;

}

.lp-feature i{

    color:#FFC107;

    margin-right:10px;

}


/*=================================================
Price Box
=================================================*/

.lp-price-box{

    margin-top:25px;

    display:inline-flex;

    gap: 10px;

    align-items:center;

    background:#fff;

    border-radius:20px;

    padding:15px 20px;

    box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.lp-price-box span{

    font-weight:600;

    color:#282828;

}

.lp-price-box h2{

    font-size:40px;

    color:#ff3600;

    font-weight:800;

    margin:5px 0;

}

.lp-price-box p{

    color:#666;

    margin:0;

}


/*=================================================
Buttons
=================================================*/

.lp-main-btn{

    background:#FFC107;

    color:#000;

    padding:16px 38px;

    border-radius:60px;

    font-weight:700;

    transition:.35s;

}

.lp-main-btn:hover{

    transform:translateY(-4px);

    color:#000;

    box-shadow:0 15px 35px rgba(255,193,7,.35);

}

.lp-second-btn{

    background:#fff;

    color:#007ea5;

    padding:16px 38px;

    border-radius:60px;

    font-weight:700;

    transition:.35s;

}

.lp-second-btn:hover{

    background:#007ea5;

    color:#fff;

}


/*=================================================
Enquiry Form
=================================================*/

.lp-form-box{

    position:relative;

    z-index:2;

    background:rgba(255,255,255,.95);

    border-radius:15px;

    padding:25px;

    box-shadow:0 30px 60px rgba(0,0,0,.25);

}

.lp-form-box h3{

    text-align:center;

    margin-bottom:15px;

    font-size:25px;

    font-weight:600;

}

.lp-input{

    border-radius:12px;

    height:50px;

    border:1px solid #ddd;

    box-shadow:none;

}

.lp-input:focus{

    border-color:#007ea5;

    box-shadow:none;

}

textarea.lp-input{

    height:110px !important;

    resize:none;

}

.lp-submit{

    width:100%;

    height:58px;

    border:none;

    border-radius:12px;

    background:#FFC107;

    font-size:18px;

    font-weight:700;

    transition:.3s;

}

.lp-submit:hover{

    background:#007ea5;

    color:#fff;

}

/*==============================
Large Devices
==============================*/

@media (max-width:1199px){

.lp-content h1{

font-size:42px;

}

.lp-price-box h2{

font-size:35px;

}

}


/*==============================
Tablet
==============================*/

@media (max-width:991px){

.lp-navbar{

background:#ffffff;

padding:5px 0;

}

.lp-navbar .navbar-collapse{

margin-top:0px;

padding:20px;

border-radius:15px;

background:#ffffff;

}

.navbar-collapse .d-flex{
    flex-wrap: wrap;
    gap: 5px;
}

.lp-quote-btn{
    margin-top: 0px;
}

.lp-navbar .nav-link{

padding:12px 0;

margin:0;

}

.lp-call-btn,
.lp-quote-btn{

width:100%;

justify-content:center;
display:flex;

margin-top:15px;

}

.lp-content{

text-align:center;

padding-top:0px;

}

.lp-content h1{

font-size:40px;

}

.lp-content p{

font-size:17px;

line-height:30px;

}

.lp-price-box{

display:flex;

justify-content:center;

width:100%;

margin:35px auto;

}

.lp-form-box{

margin-top:60px;

}

}


/*==============================
Mobile
==============================*/

@media screen and (min-width:767px) {
    .mobile-banner img{
        display: none;
    }
}

@media(max-width:767px){

.lp-hero{

padding:30px 0 60px;

}

.mobile-banner img{ 
 height: 250px;
 object-fit: cover;
}

.lp-content h1{

font-size:32px;

}

.lp-badge{

font-size:13px;

padding:5px 20px;

}

.lp-content p{

font-size:15px;

line-height:28px;

}

.lp-feature{

font-size:15px;

padding:15px;

}

.lp-price-box{

padding:18px;

}

.lp-price-box h2{

font-size:34px;

}

.lp-main-btn,
.lp-second-btn{

width:100%;

display:block;

text-align:center;

}

.lp-form-box{

padding:25px;

}

.lp-form-box h3{

font-size:24px;

}

.lp-input{

height:48px;

}

textarea.lp-input{

height:120px !important;

}

}


/*==============================
Small Mobile
==============================*/

@media(max-width:480px){

.lp-content h1{

font-size:28px;

}

.lp-logo img{

height:55px;

}

.lp-price-box h2{

font-size:30px;

}

}


.lp-header.sticky{

position:fixed;

background:#ffffff;

box-shadow:0 10px 30px rgba(0,0,0,.12);

animation:sticky .4s;

}

@keyframes sticky{

from{

transform:translateY(-100%);

}

to{

transform:translateY(0);

}

}

/* WhatsApp */

.lp-whatsapp{

position:fixed;

right:20px;

bottom:90px;

width:60px;

height:60px;

border-radius:50%;

background:#25D366;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

color:#fff;

z-index:9999;

box-shadow:0 10px 25px rgba(0,0,0,.25);

transition:.3s;

}

.lp-whatsapp:hover{

transform:scale(1.08);

color:#fff;

}

/* Call */

.lp-call{

position:fixed;

right:20px;

bottom:20px;

width:60px;

height:60px;

border-radius:50%;

background:#007ea5;

display:flex;

align-items:center;

justify-content:center;

font-size:25px;

color:#fff;

z-index:9999;

box-shadow:0 10px 25px rgba(0,0,0,.25);

transition:.3s;

}

.lp-call:hover{

transform:scale(1.08);

color:#fff;

}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/*=========================================
Section
=========================================*/

.uih-package-section{
    padding:60px 0;
    background:#fff;
}

.uih-package-section .container{
    max-width:1320px;
}

/*=========================================
Heading
=========================================*/

.uih-small-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#e31c24;
    font-size:13px;
    font-weight:600;
    margin-bottom:10px;
    text-transform:uppercase;
}

.uih-small-heading span{
    width:45px;
    height:2px;
    background:#e31c24;
}

.uih-main-heading{
    font-size:42px;
    font-weight:600;
    color:#018144;
    margin-bottom:15px;
}

.uih-main-heading span{
    color:#ef2028;
}

.uih-heading-text{
    max-width:880px;
    margin:auto;
    color:#666;
    font-size:14px;
    line-height:1.8;
}

/*=========================================
Card
=========================================*/

.uih-package-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #ececec;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.35s;
    height:100%;
}

.uih-package-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

/*=========================================
Image
=========================================*/

.uih-package-image{
    position:relative;
    overflow:hidden;
}

.uih-package-image img{
    object-fit:cover;
    transition:.4s;
}

.uih-package-card:hover img{
    transform:scale(1.05);
}

/*=========================================
Duration Badge
=========================================*/

.uih-duration{
    position:absolute;
    top:15px;
    right:15px;
    background: #ffc107;
    color: #151515;
    padding:8px 14px;
    border-radius:40px;
    font-size:13px;
    font-weight:500;
}

.uih-duration i{
    margin-right:5px;
}

/*=========================================
Floating Icon
=========================================*/

.uih-floating-icon{
    width:58px;
    height:58px;
    background:#fff;
    border-radius:50%;
    position:absolute;
    left:20px;
    bottom:-28px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0d5dfd;
    font-size:22px;
    box-shadow:0 8px 18px rgba(0,0,0,.12);
}

/*=========================================
Card Body
=========================================*/

.uih-card-body{
    padding:20px 18px 20px;
}

.uih-package-title{
    font-size:18px;
    color:#101010;
    font-weight:600;
    line-height:1.4;
    margin-bottom:12px;
}

.uih-location{
  
    color:#555;
    font-size:12px;
   
}

.uih-location i{
    color:#ef2028;
    margin-top:5px;
}

.uih-location strong{
    color:#ef2028;
}

.uih-divider{
    height:1px;
    background:#ececec;
    margin:10px 0;
}

.uih-include-title{
    font-size:18px;
    color:#101010;
    font-weight:600;
    margin-bottom:18px;
}


/*=========================================
Package Includes
=========================================*/

.uih-service{
    text-align:center;
    transition:.3s;
}

.uih-service-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    border: 1px solid #e8ecf5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #007ea5;
    background: #fff;
    transition: .3s;
}

.uih-service span{
    display:block;
    font-size:12px;
    color:#555;
    font-weight:500;
}

.uih-service:hover .uih-service-icon{
    background:#007ea5;
    color:#fff;
    border-color:#007ea5;
    transform:translateY(-3px);
}

/*=========================================
Price Area
=========================================*/

.uih-price-area{
    margin-top:22px;
    padding-top:15px;
    border-top:1px solid #ececec;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.uih-price-area h2{
    margin:0;
    font-size:25px;
    color:#007ea5;
    font-weight:600;
    line-height:1;
}

.uih-price-area span{
    display:block;
    font-size:13px;
    color:#777;
    margin-top:4px;
}

/*=========================================
Button
=========================================*/

.uih-enquiry-btn{
    background:#018144;
    color:#fff;
    padding:10px 18px;
    border-radius:8px;
    font-size:14px;
    font-weight:500;
    display:flex;
    align-items:center;
    gap:8px;
    transition:.3s;
}

.uih-enquiry-btn:hover{
    background:#ffc107;
    color:#101010;
}

.uih-enquiry-btn i{
    font-size:13px;
    transition:.3s;
}

.uih-enquiry-btn:hover i{
    transform:translateX(4px);
}

/*=========================================
Bottom Feature Section
=========================================*/

.uih-feature-wrapper{
    margin-top:45px;
    background:#fff;
    border-radius:16px;
    border:1px solid #ececec;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.uih-feature-box{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding: 15px 15px;
    height:100%;
    transition:.3s;
}

.uih-feature-box:hover{
    background:#fafcff;
}

.uih-feature-icon{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
}

/* Feature Colors */

.feature-blue .uih-feature-icon{
    background:#0d5dfd;
}

.feature-green .uih-feature-icon{
    background:#1db954;
}

.feature-orange .uih-feature-icon{
    background:#ff9800;
}

.feature-purple .uih-feature-icon{
    background:#7b3ff2;
}

.uih-feature-box h5{
    margin-bottom:5px;
    font-size:16px;
    font-weight:600;
    color:#007ea5;
}

.uih-feature-box p{
    margin:0;
    font-size:13px;
    color:#666;
    line-height:1.6;
}

/* Equal Height */

.uih-card-body{
    display:flex;
    flex-direction:column;
}

.uih-price-area{
    margin-top:auto;
}

/*==============================
   Pleasure India Holidays
   About Section
===============================*/

.pih-about-section{
    position:relative;
    padding:70px 0;
    background:#ffffff;
    overflow:hidden;
}

/* Heading */

.pih-subtitle{
    display:inline-block;
    padding:7px 20px;
    background:#ffc107;
    color:#222;
    border-radius:40px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.pih-title{
    font-size:38px;
    font-weight:700;
    color:#007ea5;
    line-height:1.2;
    margin:15px 0 15px;
}

.pih-desc{
    font-size:15px;
    line-height:28px;
    color:#666;
    margin-bottom:20px;
}

/*==============================
 Image
===============================*/

.pih-about-image-wrapper{
    position:relative;
    padding:15px;
}

.pih-main-about-img{
    width:100%;
    border-radius:20px;
    position:relative;
    z-index:5;
    box-shadow:0 18px 45px rgba(0,0,0,.15);
}

/* Background Shape */

.pih-shape-one{
    position:absolute;
    width:180px;
    height:180px;
    background:#007ea5;
    border-radius:25px;
    top:0;
    left:0;
    transform:rotate(-10deg);
    z-index:1;
}

.pih-shape-two{
    position:absolute;
    width:130px;
    height:130px;
    background:#ffc107;
    border-radius:50%;
    right:10px;
    bottom:20px;
    z-index:1;
}

/* Experience Box */

.pih-exp-box{
    position:absolute;
    right:0;
    bottom:35px;
    background:#f02028;
    color:#fff;
    padding:16px 22px;
    border-radius:16px;
    z-index:10;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.25);
}

.pih-exp-box h2{
    margin:0;
    font-size:30px;
    font-weight:800;
    line-height:1;
}

.pih-exp-box span{
    font-size:13px;
    display:block;
    margin-top:6px;
}

/*==============================
 Feature Boxes
===============================*/

.pih-feature-box{
    display:flex;
    align-items:center;
    gap:14px;
    padding:12px;
    border-radius:15px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.pih-feature-box:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

/* Icon */

.pih-icon{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:#018144;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    transition:.35s;
}

.pih-feature-box:hover .pih-icon{
    background:#f02028;
}

.pih-feature-box h5{
    margin:0;
    font-size:22px;
    font-weight:800;
    color:#f02028;
}

.pih-feature-box p{
    margin:0;
    font-size:12px;
    color:#666;
    font-weight:500;
}

/*==============================
 Button
===============================*/

.pih-about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:13px 32px;
    background:#007ea5;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    transition:.35s;
}

.pih-about-btn:hover{
    background:#f02028;
    color:#fff;
    transform:translateY(-3px);
}

/*==============================
 Responsive
===============================*/

@media(max-width:991px){

.pih-about-section{
    padding:50px 0;
}

.pih-title{
    font-size:30px;
}

.pih-desc{
    font-size:15px;
    line-height:26px;
}

.pih-exp-box{
    right:15px;
    bottom:25px;
}

.pih-feature-box{
    padding:14px;
}

}

@media(max-width:767px){

.pih-title{
    font-size:26px;
}

.pih-subtitle{
    font-size:12px;
}

.pih-feature-box{
    margin-bottom:12px;
}

.pih-exp-box{
    position:relative;
    width:180px;
    margin:20px auto 0;
    right:auto;
    bottom:auto;
}

}


.pih-testimonial-sec{

background:#f8fcfd;
padding:70px 0;

}

.pih-testimonial-subtitle{

display:inline-block;
background:#ffc107;
padding:6px 18px;
border-radius:30px;
font-size:11px;
font-weight:700;
letter-spacing:1px;

}

.pih-testimonial-title{

font-size:32px;
font-weight:700;
color:#007ea5;

}

.pih-testimonial-text{

font-size:14px;
color:#666;

}

.pih-review-card{

background:#fff;
padding:25px;
border-radius:18px;
transition:.4s;
margin:12px;
border: 1px solid #b6b6b6;

}

.pih-review-card:hover{

transform:translateY(-8px);

}

.pih-review-stars{

color:#ffc107;
font-size:16px;
margin-bottom:12px;

}

.pih-review-message{

font-size:13px;
line-height:24px;
color:#000000;
margin-bottom:18px;

}

.pih-review-img{

width:58px!important;
height:58px!important;
border-radius:50%;
object-fit:cover;
border:3px solid #007ea5;

}

.pih-review-card h6{

margin:0;
font-size:15px;
font-weight:700;

}

.pih-review-card small{

font-size:12px;
color:#0c0c0c;

}

/* Owl */

.pih-testimonial-slider .owl-nav{

display:none;

}

.pih-testimonial-slider .owl-dots{

margin-top:20px;
text-align:center;

}

.pih-testimonial-slider .owl-dot span{

width:11px;
height:11px;
background:#ddd !important;

}

.pih-testimonial-slider .owl-dot.active span{

background:#f02028 !important;
width:28px;
border-radius:20px;

}


.pih-footer-area{

background:#212529;
padding:35px 0 25px;
text-align:center;

}

.pih-footer-links{

margin-bottom:18px;

}

.pih-footer-links a{

color:#fff;
text-decoration:none;
font-size:14px;
font-weight:500;
transition:.3s;

}

.pih-footer-links span{

color:#ffc107;
margin:0 10px;

}

.pih-footer-links a:hover{

color:#ffc107;

}

.pih-footer-contact{

margin-bottom:18px;

}

.pih-footer-contact a{

color:#fff;
text-decoration:none;
font-size:16px;
font-weight:500;
transition:.3s;

}

.pih-footer-contact a:hover{

color:#ffc107;

}

.pih-footer-contact span{

color:#ffc107;
margin:0 12px;

}

.pih-footer-contact i{

margin-right:7px;
color:#f02028;

}

.pih-footer-address{

font-size:17px;
color:#fff;
margin-bottom:20px;
line-height:30px;

}

.pih-footer-address i{

color:#f02028;
margin-right:8px;

}

.pih-footer-copy{

border-top:1px solid rgba(255,255,255,.12);
padding-top:18px;
font-size:13px;
color:#bdbdbd;

}

@media(max-width:768px){

.pih-footer-links,
.pih-footer-contact{

display:flex;
flex-direction:column;
gap:10px;

}

.pih-footer-links span,
.pih-footer-contact span{

display:none;

}

.pih-footer-address{

font-size:15px;
line-height:26px;

}

}

.hero-content{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.inner-banner-content h2{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.privacy-content h5{
  color: #112f4d;
}

.modal-header{
    background-color: #007ba4;
    color: #ffff;
}

.btn-close{
    background-color: #FFC107;
    opacity: 0.9;
}

.form-box h3{
    color: #007ba4;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}

@media screen and (max-width:1100px) and (min-width:991px) {
    .lp-call-btn{
        display: none;
    }
}

.more-about-content p{
    color: #666;
}