*{
    padding: 0;
    margin: 0;
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.banner{
    position: relative;
    top: 0;
    z-index: 0;
}
header{
    position: inherit;
    z-index: 11;
   border-top: 2px solid #343a60;
background: #fff;
width: 100%;
   
}
.nav-bar{
    border-bottom: 1px solid #fff;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
}
.call-header{
    display: flex;
    gap: 5px;
}
.call-number{
    padding-left: 10px;
}
.call-number a{
    color: #fff;
    text-decoration: none;
}
.call-number a h6{
    margin-bottom: 0px;
    font-size: 15px;
    color: #a52a2a;
}
.call-number a h4{
    margin-bottom: 0px;
    font-size: 22px;
    color: #343a60;
}
.call-icon{
    padding-top: 10px;
}

.mail-header{
    display: flex;
    gap: 5px;
}
.mail-number{
    padding-left: 10px;
}
.mail-number a{
    
    text-decoration: none;
}
.mail-number a h6{
    margin-bottom: 0px;
    font-size: 15px;
    color: #a52a2a;
}
.mail-number a h4{
    margin-bottom: 0px;
    font-size: 22px;
    color: #343a60;
}
.mail-icon{
    padding-top: 10px;
}
.contact-details{
    display: flex;
    gap: 25px;
}

.btn-btn-book{
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
    background-color: #f0c419;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #000000;
}
.btn-book{
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
    background-color: #fd4c5c!important;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff!important;
}

.banner-details{
    text-align: center;
}
.banner-details h1{

    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 2px 2px 2px #000;
}
.banner-details h4{

    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-shadow: 2px 2px 2px #000;
    
}

.banner-details{
    position: absolute;
 top: 45%;
 left: 0;
 right: 0;
}

.form-box{
    display: flex;
    gap: 5px;
    padding: 30px 10px;
    box-shadow: 0px 5px 10px 5px rgba(43, 43, 43, 0.1),0px 5px 10px -3px rgba(0,0,0,0.1);
    justify-content: space-around;
    background-color: #343a60;
    border: 2px solid #ffffff;
    border-radius: 20px;
    
    
}
.modal-body{
    background-color: #343a60;

}
.input input{
    background-color: transparent;
    color: #fff!important;
}
.input input:focus{
    background-color: transparent;
}
.input input::placeholder{
    color: #fff;
}
.banner-form{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 111;
    
}

.form-input input{
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #000000;
}

.form-input input::placeholder{
    
    color: #ffffff;
}
.form-input textarea{
    background-color: transparent;
    border: 1px solid #ffffff;
    
}

.form-input textarea::placeholder{
    
    color: #ffffff;
}
.form-floating input{
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #000000;
}

.form-floating input::placeholder{
    
    color: #ffffff;
}
.form-floating textarea{
    background-color: transparent;
    border: 1px solid #ffffff;
    
}
.form-floating textarea::placeholder{
    color: #ffffff;
}
#bannerForm .form-control input,
#bannerForm .form-floating input,
#bannerForm .form-label,
#popupform .form-control input,
#popupform .form-floating input,
#popupform .form-label
{
    color: #fff;
}
#bannerForm .form-control:focus,
#bannerForm form-floating>.form-control:focus~label,
#bannerForm .form-floating>.form-control:focus~label::after,
#popupform .form-control:focus,
#popupform form-floating>.form-control:focus~label,
#popupform .form-floating>.form-control:focus~label::after
{
    background-color: transparent;
}
.form-floating>.form-control:not(:placeholder-shown)~label::after{
    background-color: transparent;
}
.package-icons{
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
}
.icons h6{
    text-align: center;
    font-size: 14px;
}
.icons img{
    display: block;
    margin: auto;
    width: 24px;
}

.package-btn a{
    width: 48%;
    background-color: #4caf50;
    color: #fff;
}
.package-btn a:hover{
    
    background-color: brown;
    color: #fff;
}
.package-btn {
    display: flex;
    justify-content: space-between;
}
.package-btn .btn-book{
    width: 48%;
    background-color: #f0c419;
    color: #000000;
    font-weight: 500;
}

.package-duration span{
    background-color: #fd4c5c;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 30px 0px;
    margin-top: 20px;
}

.package-name h4{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
}

.package-price h5{
    margin-top: 10px;
    color: #ff6600;
    font-weight: 700;
    margin-bottom: 10px;
 
}
.package-price h5 span{
   color: #6b6b6b;
   font-weight: 500;
   text-shadow: 0px;
   font-size: 14px;
 
}
.package-incluison span{
  color: #fff;
  background-color: #fd4c5c;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
  margin-top: 10px;
}
.inclusions{
    list-style-type: none;
    margin-top: 10px;
    padding-left: 0px;
}

.inclusions li{
    font-size: 14px;

}
.inclusions li::before{
    content: url(../images/icons/arrow.png);
    margin-right: 5px;

}

.dextionation p{
    font-size: 14px;
}

.package-box{
    padding: 10px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #00000033;
}

.package-img img{
    border-radius: 7px;
}
.title h4{

    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.title h4 span{

   color: #fd4c5c;
}

.package-duration{
    margin-top: 0px;
    margin-bottom: 12px;
    }

    .btn-btn-book{
        animation: blink 1s steps(1) infinite;
        -webkit-animation: blink 1s steps(1) infinite;
        background-color: #fd4c5c;
        color: #fff;
    }

   
    @keyframes blink { 
        50% { background-color: #02b75d; }
         
     }


     .modal-header{

        background-color: #faebd7;
     }

     .modal-title{
        font-weight: 700;
        font-size: 18px;
     }


   
  
      .why-choose-us h2 {
        font-size: 2rem;
        color: #000;
        font-weight: 700;
      }
  
      .why-choose-us p {
        font-size: 1rem;
        color: #000;
        margin-bottom: 1.5rem;
      }
  
      .why-choose-us .icon-box {
        font-size: 1.2rem;
        color: #f0c419;
      }
  
      .why-choose-us h6 {
        font-size: 1.1rem;
        color: #fd4c5c;
        margin-bottom: 0.5rem;
        font-weight: 600;
      }
  
      .why-choose-us p {
        
        color: #000;
        margin: 0;
      }
  
      .contact-form {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 8px;
        
      }
  
      .contact-form h2 {
        font-size: 1.8rem;
        color: #333;
        font-weight: 700;
        margin-bottom: 1rem;
      }
  
      .contact-form .form-label {
        font-size: 0.9rem;
        color: #333;
        font-weight: 600;
      }
  
      .contact-form .form-control {
        border-radius: 5px;
        border-color: #ddd;
      }
  
      .contact-form button {
        background-color: #007bff;
        color: #fff;
        font-size: 1rem;
        padding: 0.7rem;
        border-radius: 5px;
        border: none;
      }
  
      /* Responsive Styling */
      @media (max-width: 768px) {
        .why-choose-us, .contact-form {
          margin-bottom: 20px;
        }
  
        .contact-form h2 {
          font-size: 1.5rem;
        }
      }
   
      .mobile-details a{
        font-size: 20px;
        color: #fff;
        text-decoration: none;
      }
      .email-details a{
        font-size: 20px;
        color: #fff;
        text-decoration: none;
      }


      footer{
        background-color: #323a45;

      }
      footer .contact-details{
        justify-content: center;
        flex-wrap: wrap;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 20px;
      }

      .footer-copyright p{
        margin-bottom: 0px;
        text-align: center;
        color: #fff;
      }
      .footer-copyright p a{
        margin-bottom: 0px;
        text-align: center;
        color: #fff;
        text-decoration: none;
      }
  
  

      .call-inner {
        background-color: #3fa0e7;
        height: 50px;
        width: 115px;
        border-radius: 30px;
        margin-left: -70px;
        position: fixed;
        z-index: 111;
        bottom: 100px;
    }
          
    .call-inner span a i {
      color: #ffffff;
      font-size: 25px;
      float: right;
      margin-right: 10px;
     text-decoration: none!important;
  }
  .call-inner span a p {
    color: #ffffff;
    font-size: 18px; 
    margin-left: 12px;
    padding-top: 10px;
    font-weight:600;
    text-decoration: none!important;
  }
  .call-inner span a{
   
    text-decoration: none!important;
  }
  
  
  .call-inner:hover{
   margin-left: -10px;
   transition-duration: 0.5s;
  }
  
  .whatsapp {
    background-color: #40bf50;
    height: 50px;
    width: 170px;
    border-radius: 30px;
    margin-left: -125px;
    position: fixed;
    z-index: 111;
    bottom: 40px;
  }
  .contact-form form .btn-book{
    background-color: #40bf50!important;
    color: #fff!important;
  }
      
  .whatsapp span a i {
  color: #ffffff;
  font-size: 30px;
  float: right;
  margin-right: 10px;
  
  }
  .whatsapp span a p {
  color: #ffffff;
  font-size: 18px; 
  margin-left: 12px;
  padding-top: 12px;
  font-weight:600;
  }
  .whatsapp span a {
   text-decoration: none;
    }
  
  
  .whatsapp:hover{
  margin-left: -10px;
  transition-duration: 0.5s;
  }

  .email-details{
    text-align: center;
  }
.form-input input:focus{
    background-color: transparent;
    color: #fff;
}
.form-input textarea:focus{
    background-color: transparent;
    color: #fff;
}

.why-chhose-us-sec{
    background: url(../images/bottom-ban.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.why-choose-us{
    background-color: #fff;
    border-radius: 7px;
}

.note{
    font-size: 11px;
    font-weight: 600;
}
.notes{
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}
.btn-sec .btn.btn-primary.whatsappbtn,
.btn-sec .btn.btn-primary.enqbtn,
.btn-sec .btn.btn-primary.callbtn
{
padding: 4px 11.6px 4px;
font-size: 14px;
line-height: 23px;
}
.btn-sec .btn.btn-primary.whatsappbtn i,
.btn-sec .btn.btn-primary.enqbtn i,
.btn-sec .btn.btn-primary.callbtn i
{
margin-right: 3px;
}
.btn-sec .btn.btn-primary.whatsappbtn
{
background-color: #0d9f16;
border: 1px solid #0d9f16;
margin-right: 10px;
}
.btn-sec .btn.btn-primary.whatsappbtn:hover
{
background-color: transparent;
border: 1px solid #0d9f16;
color: #0d9f16;
}
.btn-sec .btn.btn-primary.enqbtn
{
background-color: #093e59;
border: 1px solid #093e59;
margin-right: 10px;
}

.btn-sec .btn.btn-primary.enqbtn:hover
{
background-color: transparent;
border: 1px solid #093e59;
color: #093e59;
}
.btn-sec .btn.btn-primary.callbtn
{
background-color: #fd4c5c;
border: 1px solid #fd4c5c;
}

.btn-sec .btn.btn-primary.callbtn:hover
{
background-color: transparent;
border: 1px solid #fd4c5c;
color: #fd4c5c;
}
@media (max-width: 480px){
.btn-sec .btn.btn-primary.whatsappbtn,
.btn-sec .btn.btn-primary.enqbtn,
.btn-sec .btn.btn-primary.callbtn
{
font-size: 12px;
}
}
.logo.mobile img{
    width: 100%;
}
.rmsg .alert{
  margin: 10px 0;
}
.spinning{
  pointer-events: none;
}
.actionbtn {
    border-radius: 7px;
    position: relative;
    z-index: 9;
}
.actionbtn:hover {
  color: #fff;
}
.actionbtn:active {
  color: #ffffff;
  background: #080808;
  background: linear-gradient(to bottom, #3b3b3b 0%, #2e2e2e 50%, #141414 51%, #080808 100%);
}
.actionbtn.spinning {
  background-color: #212121;
  padding-right: 40px;
}
.actionbtn.spinning:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #ffffff;
    border-right: 3px solid #27ae60;
    -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    top: 50%;
    left: 49%;
    z-index: 99;
}
@-webkit-keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}
@keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}
.flatpickr-calendar{padding:10px;width:auto}
.flatpickr-day.today{border-color:#4b4e52}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;border-color:#fd4b5b;background:#fd4b5b;color:#fff}
.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#fd4b5b;background:#fd4b5b;color:#fff}
.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:none;box-shadow:none}

footer{z-index:99;font-weight:500;position:relative;background: url(../images/footer-bg.png)#fcfcfc;background-repeat:repeat-x;background-position:bottom}
.skin-theme-footer{background:#fd4c5c}
.skin-dark-footer{background:#003149}
.footer-top{position:relative;display:block;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,0.15)}
.skin-light-footer .footer-top{border-bottom:1px solid #eff4f9}
img.img-footer{max-width:180px;margin-bottom:1.5rem}
.footer-add{color:#555;font-size:15px}
.footer-logo img{max-width:185px}
.footer-widget{padding:50px 0 35px}
.footer-widget h4.widget-title{position:relative;margin-bottom:20px;padding-bottom:15px;font-size:17px;color:#003a75;text-transform: uppercase;font-family: var(--montserrat-fonts);font-weight: 600;}
.footer-widget h4.widget-title::after {content: "";position: absolute;bottom: 0;left: 0;width: 60px;height: 2px;border-radius: 40px;display: block;background: linear-gradient(90deg,#003a75,transparent)}
.footer-widget ul{padding:0;margin:0}
.footer-widget ul li{list-style:none;margin-top:10px;display:block}
.footer-widget ul li a{color:#6e8497;font-size:13px;text-decoration: none;}
.footer-widget ul li a:hover{color:#fd4c5c}
.footer-widget ul li a:focus{color:#fd4c5c}
.footer-widget ul li a:active{color:#fd4c5c}
.footer-widget ul li p{color:#6e8497;font-size:15px}
.footer-widget ul.footer-menu li{font-size:15px;margin-top:20px;color:#444}
.footer-widget ul.footer-menu li a{color:#444;font-size:16px}
.footer-widget ul.footer-menu li a:hover{color:#fd4c5c}
.footer-widget ul.footer-menu li a:focus{color:#fd4c5c}
.skin-theme-footer .footer-widget ul li a,.skin-theme-footer .footer-widget p{color:rgba(255,255,255,0.6)}
footer.skin-dark-footer .footer-widget ul li a,footer.skin-dark-footer,footer.skin-dark-footer a,.skin-dark-footer .footer-widget p{color:#557685;transition:all ease .4s;font-size:13px}
footer.skin-dark-footer .footer-widget ul li a:hover,footer.skin-dark-footer .footer-widget ul li a:focus{color:#fff}
.widget_media_image{margin-top:3rem}
.footer-bottom{padding:10px 0;color:#555;font-size:16px}
footer.skin-dark-footer h4,footer.skin-dark-footer .h4{color:#fff!important}
.skin-theme-footer .footer-bottom{color:#fff}
.skin-dark-footer .footer-bottom{color:#fff}
.footer-widget .ftp-info{background:#e2e7ef;display:flex;max-width:225px;padding:.5rem 1rem;align-items:center;border-radius:50px;font-size:15px;font-weight:600}
.footer-widget .ftp-info i{margin-right:10px}
footer.skin-dark-footer .footer-widget .ftp-info{background:#003364;color:#fff}
.call-action-caption h2{font-weight:800}
.foot-socials{position:relative;display:block;margin-top:10px}
.foot-socials ul{margin:0;padding:0;display:inline-flex;align-items:center;justify-content:flex-start}
.foot-socials ul li{list-style:none;display:inline-block;position:relative;margin-right:10px}
.foot-socials ul li a{width:35px;height:35px;line-height:17px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,0.1);font-size:14px!important;transition:all ease .4s;text-decoration: none;}
.foot-socials ul li a:hover{color:#fd4c5c}
.skin-light-footer .foot-socials ul li a{background:#fd4c5c;color:#fff}
.skin-light-footer .jbs-y5 p{color:#6e8497}
.lg-ctr .single-jb-info-count .jbs-y7 .ctr{font-size:35px;line-height:1}
.lg-ctr .single-jb-info-count .jbs-y7 span{font-size:30px}
.lg-ctr .jbs-y5 p{font-size:14px}
.skin-theme-footer .lg-ctr .jbs-y5 p{color:rgba(255,255,255,0.6)}
.skin-dark-footer .footer-bottom.border-top{border-color:#0f4863!important}
.google-button{display:block;margin:0 auto;width:100%;padding:10px 10px 10px 60px;border:1px solid #fd4c5c;border-radius:50px;text-transform:uppercase;text-decoration:none;text-align:center;font-size:15px;line-height:26px;color:#fd4c5c;background:url(../images/google-favicon.webp) no-repeat left 10px center / 50px 50px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-animation:wiggle 2s ease-in infinite;-moz-animation:wiggle 2s ease-in infinite;-o-animation:wiggle 2s ease-in infinite;animation:wiggle 2s ease-in infinite}
.google-button:hover{color:#fff;background-color:#fd4c5c;background-image:url(../images/google-favicon-white.webp)}
.google-button strong{font-size:18px;display:block}
@-webkit-keyframes wiggle {
0%,20%,100%{background-position:left 20px center}
5%{background-position:left 15px center}
10%{background-position:left 20px center}
15%{background-position:left 25px center}
}
@-moz-keyframes wiggle {
0%,20%,100%{background-position:left 20px center}
5%{background-position:left 15px center}
10%{background-position:left 20px center}
15%{background-position:left 25px center}
}
@-o-keyframes wiggle {
0%,20%,100%{background-position:left 20px center}
5%{background-position:left 15px center}
10%{background-position:left 20px center}
15%{background-position:left 25px center}
}
@keyframes wiggle {
0%,20%,100%{background-position:left 20px center}
5%{background-position:left 15px center}
10%{background-position:left 20px center}
15%{background-position:left 25px center}
}
.certify {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.certify li {
    display: inline-block;
}
.certify li img {
    width: 100px;
    margin-right: 4px;
}
@media (max-width: 767px){
.certify li img {
        width: 80px;
    }
}