*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand';
}


@font-face {
  font-family: 'Quicksand';
  font-weight: bold;
  src: url('../font/Quicksand/Quicksand-Bold.ttf');
}

@font-face {
  font-family: 'Quicksand';
  font-weight: 300; /* Light */
  src: url('../font/Quicksand/Quicksand-Light.ttf');
}

@font-face {
  font-family: 'Quicksand';
  font-weight: 500; /* Medium */
  src: url('../font/Quicksand/Quicksand-Medium.ttf');
}

@font-face {
  font-family: 'Quicksand';
  font-weight: normal; /* Regular */
  src: url('../font/Quicksand/Quicksand-Regular.ttf');
}

@font-face {
  font-family: 'Quicksand';
  font-weight: 600; /* SemiBold */
  src: url('../font/Quicksand/Quicksand-SemiBold.ttf');
}



body{
  width: 100%;
}
#hamburger{
  display: none;
}
.container{
    width: 1140px;
    margin: auto;
    display: block;
    max-width: 100%;
}
:root{
    --theme-clr-one: #7e4617;
    --them-clr-two: #ffa617;
    --heading: #333;
}
.d-block{
  display: block;
}


.grw-net-widget-four-type-3 .grw-net-widget-four-logo {
    width: 45px !important;
    height: 45px !important; 
}
.grw-net-widget-four-rows .grw-net-text-much-big {
    font-size: 1.4rem !important;
}
.grw-net-widget-four-type-3 {
    min-width: 200px !important;
}
.grw-net-widget-four-content {
    padding: 10px !important;
}
.grw-net-widget-four-type-3 {
    padding: 0 !important;
}

body .grw-net-widget.grw-net-widget-light .branding{
  display: none !important;

}
section{
    padding: 60px 0px;
}
a{
    text-decoration: none;
}
ul li{
    list-style: none;
}
.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.active-header{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    width: 100%;
    border-radius: unset;
    top: 0;

}
.spce-between{
    justify-content: space-between;
}
.align-center{
    align-items: center;
}

.contact-body .form-body .heading img{
  display: none;
}
#contactform .heading {
  text-align: center;
  margin-top: -10px;
  background: var(--them-clr-two);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 90%;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  margin-bottom: 20px;
  justify-self: center;
  display: block;

}
.contact-body .form-body .top-for-inner{

  display: none;
}


.heading h2 {
  font-size: 23px;
  display: inline-block;
  color: #fff;
  padding: 15px 0px;
}
.heading svg {

    height: 20px;
  
}
.heading h2 span{
    color: var(--them-clr-two);


}
.heading p{
    color: #6e6e6e;
}
/* header */
header{
    background-color: #fff; 
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 5px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: all ease-in-out 0.5s;

}

header nav{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
    width: 13%;

}
header .logo img {
    width: 100%;
}

header .menu ul li{
    display: inline-block;
    margin-left: 25px;
}
header .menu ul li a {
    text-decoration: none;
    color: #5c5959;
    font-size: 17px;
    font-weight: 600;
}

.main #header .container .flex .menu ul li:first-child a{
    color: var(--theme-clr-one);
}




section.packages {
        padding: 0px 0px 0px;
}

.banner{
        background-image: linear-gradient(to right, rgb(0 0 0 / 27%), rgb(5 5 5 / 28%)), url(../img/banner.webp);
    height: 300px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-position: right;
  }

  .banner h1 {
    position: relative;
font-size: 40px;
    color: #fff;
    width: 75%;
    margin: auto;
    background: #00000057;
    padding: 50px 40px;
    border-radius: 5px;
    outline: 1px solid #ff9d0057;
    outline-offset: -12px;
    font-family: 'Quicksand';
    font-weight: bold;
}

.banner h1 span{
  color: var(--them-clr-two);
}


/* footer  */

footer {
  padding: 25px 0 0px;
  background-color: var(--theme-clr-one);
}
footer .container .footerBody{
  display: flex;
 
}
footer .container .footerBody div{
  width: 20%;
  margin-right: 40px;
} 

footer .container .footerBody div:last-child{
  margin-left: auto;
  width: 27%;
  margin-right: 0;
}
footer .footer-ul li a {
  text-decoration: none;
  color: #ffffffd1;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 7px;
  font-weight: 500;
}

footer .footer-ul li h4 {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

footer .footer-ul li ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-ul {
  margin: 20px 0;
}
.footer-ul.talk-to-us li a{
  font-size: 17px;
  font-weight: 500;
}
.footer-ul.talk-to-us li{
  line-height: 25px;
}
.footer-ul.talk-to-us h4{
  color: var(--them-clr-two);
}

.footer-ul.talk-to-us > img{
  object-fit: cover;
  margin-bottom: 12px;
  width: 160px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.footer-ul.footer-ul.talk-to-us .social-links{
  margin-top: 5px;
}

footer .whatsapp {
  position: fixed;
  top: 80%;
  right: 15px;
  z-index: 9999;
  width: 5%
}

.copyright {
  background-color: #955b2b;
  text-align: center;
  padding: 9px 25px;
  color: #fff;
  font-weight: 300;

  font-size: 17px;
}

#shadow-host-companion{
  display: none;
}


/* packagebox  */

.packages .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.packageBox {
  width: 31%;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.packageBox:nth-child(15) .box-content ul.inclusion {
  height: 60px;
  overflow-y: scroll;
}
.packageBox:nth-child(16) .box-content ul.inclusion {
  height: 110px;
  overflow-y: scroll;
}
.packageBox:nth-child(17) .box-content ul.inclusion {
  height: 110px;
  overflow-y: scroll;
}
.packageBox:nth-child(18) .box-content ul.inclusion {
  height: 125px;
  overflow-y: scroll;
}

.packageBox h2{
  font-size: 18px;
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 8px;
}




.packageBox span.duration {
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 15px;
  background-color: #652e00;
  padding: 10px;
  color: #fff;
  transform: rotate(336deg);
  font-size: 13px;
  left: -60px;
  right: 0;
  width: 70%;
  text-align: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.packageBox .buttons a{
  background-color: var(--theme-clr-one);
  padding: 12px 30px;
  display: block;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  font-size: 17px;

  text-align: center;
  margin: 0px auto 10px auto;
}
.packageBox .buttons a:last-child{
  background-color: var(--them-clr-two);
}

.box-content {
    padding: 20px 20px;
}

.box-content ul.inclusion {
  height: 190px;
  overflow-y: scroll;
}


.box-content ul li {
  list-style: none;
  color: #7f7979;
  font-size: 14px;
  margin-top: 7px;
  background-image: url(../img/in-check-mark.png);
  background-repeat: no-repeat;
  padding-left: 15px;
  background-position: left center;
  font-weight: 500;
}
.packageBox .img{
  position: relative;
}
.packageBox .img .perks{
  position: absolute;
}
.packageBox .img img:first-child{
  width: 100%;
  border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 300px;
    object-fit: cover;
}

.packageBox .img .perks{
  display: flex;
  justify-content: space-between;
  margin: 0px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #652e00;
  padding: 6px 0px;
  
}
.packageBox .img .perks li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #ffffffcf;
  border-right: 1px solid #ffffff;
  padding-right: 5px;
  font-weight: 500;
  width: 24%;
  justify-content: center;
}
.packageBox .img .perks li img{
  width: 25px;
  height: auto;
  margin-right: 5px;
}
.packageBox .img ul li:last-child{
  border: unset;
}



.buttons {
  justify-content: space-around;
  margin-top: 10px;
}



.price {
  color: hsla(11, 100%, 42.2%, 1);
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;

}



/* innerbody  */
.innerBody .container{
  display: flex;
  justify-content: space-between;
}
.innerBody .left {
  width: 60%;
}
.innerBody .left:nth-child(1) img{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  width: 100%;
  border-radius: 4px;

}
.innerBody .left h2 {
  margin-bottom: 25px;
  background-color: #7e4617;
  padding: 11px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-weight: 400;
  outline: #ffffff7d solid 1px;
  outline-offset: -5px;

}

.innerBody {
  margin: 60px 0px;
}



/* faq  */

.faq{
  padding: 60px 0px;
}

.accordion {
  margin-top: 40px;
}

.accordion-item {
  margin-bottom: 10px;
}
.accordion-header {
  background-color: var(--theme-clr-one);
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.accordion-toggle {
  font-size: 27px;
  line-height: 1;
  transition: transform 0.2s;
  margin-left: 10px;
  color: #fff;
}
.accordion-content {
  max-height: 0px;
 transition: all ease-in-out 0.5s;
 overflow: hidden;
 background-color: #fff;
 padding:  0px;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.accordion-content.ansOpen{
  padding: 10px 0px 0px;
}
.accordion-content ul {
  list-style: none;
  height: 100%;
  padding: 0px 30px;
}

.accordion-content ul li {
  list-style: none;
  color: #747474;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 7px;
  list-style-type: disc;
}
.accordion-content  .meals {
  background: #838383;
  padding: 10px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}



/* inclusion and exclusion  */


.exclusion{
  display: none;
}
.inclusion-exclusion {
  margin-top: 35px;
  padding: 20px;
  border-radius: unset!important;
  outline-offset: -5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.inclusion-exclusion .tabs {
  margin: 0px 0px 20px;
}

.inclusion-exclusion .tabs a {
  background-color: #858585;
  padding: 8px 25px;
  color: #fff
}

.inclusion-exclusion ul li {
  font-size: 15px;
  color: #696969;
  line-height: 26px
}

.inclusion-exclusion .active-tab {
  background-color: #7e4617!important
}

.inclusion-exclusion .inclusion li {
  list-style-image: url(../img/in-check-mark.png);
  background-repeat: no-repeat;
  background-size: unset;
  margin-left: 30px
}
.inclusion-exclusion  ul b{
  font-size: 13px;
  padding-left: 30px;
  color: red;
}

.inclusion-exclusion .inclusion li.text-danger {
  list-style-image: unset
}

.inclusion-exclusion .inclusion li.text-danger b {
  color: red
}

.inclusion-exclusion .inclusion li b.text-danger {
  color: red!important;
  list-style: none!important;
  list-style-image: unset!important
}

.inclusion-exclusion .exclusion li {
  list-style-image: url(../img/in-close.png);
  background-repeat: no-repeat;
  background-size: unset;
  margin-left: 30px
}





.innerBody .right{
  width: 35%;
}

.innerBody .right #contactform .heading img{
  display: none;
}
.review_detail .box {
  box-shadow: rgb(155 149 149 / 49%) 0 1px 11px;
  padding: 20px;
  border-radius: 5px;
  background-color: #e9e9e95c;
  color: #565656;
  outline: #d5d5d5 solid 1px;
  outline-offset: -4px;
  word-wrap: break-word;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.review_detail .box h5 {
  font-size: 18px;
}
.review_detail .box h5 span{
  color: #f50000;
}

.review_detail .box .flex {
  margin: 9px 0;
  display: flex;
}
.innerBody .right #contactform .form-group{
  width: 100%;
}

/* popup  */
#popUp {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 999999;
  background-color: #000000ba;
  display: none;
  justify-content: center;
  overflow-y: scroll;
  align-items: center;
  padding: 30px 0px;
}

#popUp .top-for-inner{
  display: none;
}
#popUp .popUpBody{
  
  width: 40%;
  margin: auto;
  display: block;

}
#popUp .popUpBody .heading{
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  border-radius: unset;
}
#popUp .popUpBody .heading img {
  cursor: pointer;
  background-color: hsla(11, 80%, 38%, 1);
  padding: 10px;
  border-radius: 100%;
  width: 45px;
  position: absolute;
  right: -10px;
  top: -15px;
}

#popUp .popUpBody .for-outer {
  padding: 0px 15px 15px;
}

 textarea#enquiry {
  height: 80px;
}
 .form-group:nth-child(1),
 .form-group:nth-child(2), .form-group:nth-child(5), .form-group:nth-child(6)  {
  width: 49%;
}

 .form-group:nth-child(3), .form-group:nth-child(4), .form-group:nth-child(7){
  width: 100%;
}
  .form-group input {
  height: 50px;

}
  .form-group select{
  height: 50px;
}






/* about  */
.inner-banner {
  background-color: var(--theme-clr-one);
  text-align: center;
  font-size: 45px;
  color: #fff;
  padding: 55px 0px;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-body {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  margin-bottom: 55px;
  margin-top: -30px;
  padding: 30px;
}
.inner-body p {
  color: #5b5b5b;
  line-height: 25px;
  font-size: 15px;
}
.inner-body ul li{
  color: #5b5b5b;
  line-height: 30px;
  list-style-type: circle;
}


/* contact  */
.top_Address_Pannel .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_Address_Pannel .container .box {
  outline: 1px solid #f5aa324f;
  outline-offset: -5px;
  height: 250px;
  width: 29%;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #f8f8f89e;
}

.top_Address_Pannel .container .box a {
  font-size: 18px;
  margin-top: 5px;
  display: block;
  color: #7e7979;
  font-weight: 500;
}
.top_Address_Pannel .container .box h5 {
  font-size: 25px;
  color: #333;
  margin-bottom: 15px;
}
.top_Address_Pannel .container .box p {
  font-size: 17px;
  line-height: 22px;
  margin-top: 10px;
  color: #7e7979;
  font-weight: 500;
}
.top_Address_Pannel .container .box img {
  background-color: var(--them-clr-two);
  padding: 10px;
  margin: 10px 0px;
  border-radius: 100%;
  width: 55px;
}
.contact-body {
  margin: 45px 0px;
}
.contact-body .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-body .left {
  width: 45%;
  border-radius: 10px;
}
.contact-body .left img {
  width: 100%;
  border-radius: 10px;
  outline: 1px solid #fec760;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  outline-offset: -10px;
}
.contact-body .right {
  width: 48%;
}






.form-body {
  max-width: 600px;
  width: 100%;
  background-color: #474747;

  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.form-body h3, .form-body p, .form-body h2 {
  text-align: center;
}
.heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.for-outer {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 30px 30px;
}





/* Form group styles */
.form-group {
  position: relative;

  margin-top: 13px;

}

/* Input styles */
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  height: 50px;
  border: unset;
  padding: 25px 10px 10px 10px;
  outline: none;
  border-radius: 4px;
  font-size: 13px;
  outline: unset;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;

}

/* Placeholder styles */
.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #474747;
  display: none;
}

/* Label styles */
.form-group label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #4b4b4b;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
  pointer-events: none;
  background-color: transparent;
  padding: 0 4px;
  font-weight:600;

}
.form-group input:focus{
  outline: 1px solid var(--them-clr-two);
}

.form-group select:focus{
  outline: 1px solid var(--them-clr-two);
}
.form-group select option {
  color: #474747; /* Text color for the option */
  background-color: #fff; /* Background color for the option */
  font-size: 13px;
  font-weight: 600;

}


.form-group input:focus + label,.form-group input:not(:placeholder-shown) + label{
  top: 10px;
    font-size: 10px;
    padding: 0 4px;
    color: var(--them-clr-two);
    
}
.form-group select:focus + label,form-group select:not([value=""]) + label{
  top: 10px;
    font-size: 10px;
    padding: 0 4px;
    color: var(--them-clr-two);
       
}
.form-group textarea:focus + label,form-group select:not([value=""]) + label{
  top: 10px;
    font-size: 10px;
    padding: 0 4px;
    color: var(--them-clr-two);
}

.form-group input[type='tel']:focus + label,form-group select:not([value=""]) + label{
  top: 10px;
    font-size: 10px;
    padding: 0 4px;
    color: var(--them-clr-two);
}




/* Other styles */
input#mobile {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
input#country_std_code {
  color: #fff;
  width: 23%;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  background-color: var(--them-clr-two);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 0px;
}
input#country_std_code::placeholder {
  color: #fff;
}



textarea#enquiry {
  width: 100%;
  border-radius: 4px;
  outline: unset;
  padding: 25px 10px 10px;
  font-size: 14px;
  background-color: #fff; /* Background color for textarea */
  color: #4b4b4b;
}
form input[type="submit"] {
  width: 100%;
  padding: 15px 0px;
  background-color: var(--them-clr-two);
  color: #fff;
  border: unset;
  font-size: 18px;
  margin-top: 15px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
}


#whatsapp-chat-widget .wa-widget-send-button {
  bottom: 120px !important;
}
#whatsapp-chat-widget .wa-chat-bubble {

  display: none;
}

/*date*/

.date-container {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

input[type="date"] {
    padding: 12px 10px;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
        font-size: 15px;
    color: #4b4b4b;

}

.placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    pointer-events: none;
    transition: 0.2s ease all;
    width: calc(100% - 20px);
    z-index: 0;
}



input[type="date"]:focus + .placeholder,
input[type="date"]:not(:placeholder-shown) + .placeholder {
    top: 25px;
    left: 10px;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 99 !important;
    font-weight: 700;
    color: #4b4b4b;
}

/* Ensure calendar picker indicator is properly positioned */
input[type="date"]::-webkit-calendar-picker-indicator {
    /*background: #fff !important;*/
    /*color: transparent;*/
    /*cursor: pointer;*/
     background: transparent !important;
    color: transparent;
    cursor: pointer;
    z-index: 1;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 2; /* Ensure it is clickable and covers the input */
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.top_Address_Pannel {
  padding: 50px 0px 0px;
}

.videoReview{
  background-color: #eee;
  margin-top: 60px;
}
.videoReview .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
    margin-bottom: 35px;
      justify-content: center;
}

.videoReview .heading h2{
        position: relative;
            padding: 12px 0px;
}
.videoReview .heading h2::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
         background-color: var(--them-clr-two);
    left: 0;
    padding-bottom: 0;
    /* margin-bottom: 21px; */
    top: 2px;
}

.videoReview .heading h2::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
         background-color: var(--them-clr-two);
    right: 0;
    padding-bottom: 0;
    /* margin-bottom: 21px; */
    bottom: 2px;
}
.videoReview .container{
  display: block;
}

.videoReview .reviewBox{
  width: 32%;
}
.videoReview iframe{
  width: 100%;
  border-radius: 5px;
}

.videoReview .review-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.videoReview .heading h2 {
  font-size: 30px;
  color: #7e4617;
}
.videoReview  .youtubeButton {
  border: 1px solid #7e46172e;
  padding: 10px;
  color: #7e4617;
  font-weight: 100;
  display: flex;
  align-items: center;
}

.videoReview .youtubeButton img{
  width: 24px;
  margin-right: 12px;
}
/* responsive parts starts here  */
@media(max-width:575px){
 
  .banner {
    
      height: 200px;
      background-position: right;
  }
  .banner h1 {
     
      font-size: 25px;
    
      width: 95%;
     
      padding: 35px 20px;
      border-radius: 5px;
     
      outline-offset: -12px;
  }
#header #nav {

  padding: 0px 15px;
}
header .logo {
  width: 30%;
}
header .logo img {
        width: 100%;
        object-fit: contain;
        height: 100%;
}
header .menu ul li {
  display: block;
  margin-left: 0px;
  line-height: 30px;
}

#header #nav  .menu {
  position: absolute;
  left: -100%;
  width: 0;
  top: 100%;
  background-color: #fff;
  height: 100vh;
  padding-left: 15px;
  padding-top: 15px;
  transition: all ease-in-out 0.5s;
}
#header #nav  .menu.responsive{
  width: 100%;
  left: 0;
  right: 0;
}
header .menu ul li a {

  font-size: 18px;

}
header #hamburger{
  display: block;
}
header #hamburger img{
  width: 25px;
}
.packages .container{
  padding: 0px 15px;
}
.packageBox {
  width: 100%;
}



/* footer  */
footer .container {
      padding: 0px 15px;
  }
  footer .container .footerBody div {
      width: 100%;
  }
footer .container .footerBody {
  display: block;
}
.footer-ul {
  display: none;
}

ul.footer-ul.about {
display: block;
}
ul.footer-ul.talk-to-us {
  display: block;
  margin-bottom: 0;
}
footer .container .footerBody div:last-child {
  margin-left: 0;
  width: 100%;

}
.footer-ul.talk-to-us > img {
  width: 100px;
  object-fit: contain;
  padding: 0px 8px;
  height: 50px;
}
footer .footer-ul li a {
font-size: 14px;
}

footer .footer-ul li h4 {
  font-size: 15px;
}
.footer-ul.talk-to-us li a {
  font-size: 15px;
}
.main .banner-content .container .flex{
  display: block;
}
.banner-content h1 {
  font-size: 30px;
  color: #fff;
  width: 65%;
  text-shadow: 1px 1px #625f5f;
  line-height: 40px;
}
.main {
  height: 28vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-attachment: unset;
}
.banner-content {
  position: static;
}
.banner-content h1 {
  width: 100%;
}

.banner-content .banner-socical {

  display: none;
}

.banner-content .banner-button a {
  font-size: 15px;

  margin-top: 15px;
}
.banner-content .container {
  text-align: center;
}

/* packages  */
.packages {
  padding: 30px 0px;
}
.packages .packageBox{

  margin-top: 0px;
  margin-bottom: 20px;

}
.box-content ul li {
  font-size: 14px;
}
.packageBox h2 {
  font-size: 17px;

  margin-bottom: 8px;
}
.packageBox .img .perks li {
  font-weight: 400;
}


.innerBody {
  margin: 35px 0px;
}
.innerBody .left {
  width: 100%;
}
.innerBody .container{
  display: block;
  padding: 0px 15px;
}
.innerBody .left h2 {
  font-weight: 500;
  font-size: 15px;
  font-weight: 400;
}

.accordion {
  margin-top: 30px;
}
.accordion-header {

  font-size: 15px;
}
.accordion-content ul li {
  font-size: 13px;
}

.inclusion-exclusion .tabs a {
  font-size: 15px;
}
.inclusion-exclusion ul li {
  font-size: 14px;
}
.innerBody .right {
 width: 100%;
  margin-top: 20px;
}
.heading h2 {
  font-size: 17px;

  padding: 15px 0px;
  font-weight: 600;
}

.for-outer {
  padding: 0px 15px 15px;
}
.form-group input {
  height: 48px;
  font-size: 12px;
}
.form-group select {
  height: 48px;
  font-size: 12px;
}
#popUp .popUpBody {
  width: 93%;
}

#popUp .popUpBody .for-outer .form-group {
  width: 100%;
  margin-top: 10px;
}

.review_detail .box h5 {
  font-size: 15px;
}

.inner-banner {

  font-size: 20px;

  padding: 0px 0px;
  height: 18vh;
}

.inner-body {
  margin: -30px auto 30px;
  padding: 20px 15px;
  width: 95%;
}

.inner-body ul{
  padding-left: 15px;
}
.inner-body ul li{
  color: #5b5b5b;
  line-height: 25px;
  list-style-type: circle;
  font-size: 14px;
}

.top_Address_Pannel .container {
  flex-wrap: wrap;
}
.top_Address_Pannel .container .box {
  height: 185px;
  width: 80%;
  margin: 5px auto;
}
.top_Address_Pannel .container .box img {

  width: 40px;
}
.top_Address_Pannel .container .box h5 {
  font-size: 18px;
}
.top_Address_Pannel .container .box p {
  font-size: 14px;
  line-height: 20px;
}
.top_Address_Pannel .container .box a {
  font-size: 16px;
}
.contact-body .container {

  flex-wrap: wrap;
 
}
.contact-body .left {
  width: 80%;
  margin: 0px auto;
  height: 170px;
}
.contact-body .left img{
  height: 100%;
  object-fit: cover;
}
.contact-body .right {
  width: 90%;
  margin: 15px auto;
}
.contact-body #contactform .form-group {
  width: 100%;
}

form input[type="submit"] {
  padding: 14px 0px;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 500;
}
textarea#enquiry {
  height: 70px;
}
.wa-chat-bubble {
  display: none !important;
}

.form-group:nth-child(6), .form-group:nth-child(7){
  width: 49% !important;
}
#popUp{
  padding: 0px 0px;
}
#popUp .popUpBody{

  width: 90%;
  margin: 60px auto;
  display: block;

}






#popUp {

   align-items: unset;
}
input#country_std_code {
  font-size: 14px !important;
}

/* Ensure input fields have consistent width */

.date-container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

input[type="date"] {
  padding: 12px 10px;
          font-size: 12px;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000 !important; /* Ensure text color contrasts well */
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999;
  pointer-events: none;
  transition: 0.2s ease all;
  width: calc(100% - 20px);
  z-index: 0;
}

@media (max-width: 600px) {
  .placeholder {
      display: block;
  }
}

input[type="date"]:focus + .placeholder,
input[type="date"]:not(:placeholder-shown) + .placeholder {
  top: 25px;
  left: 10px;
  font-size: 13px;
  text-transform: uppercase;
  z-index: 99 !important;
  font-weight: 700;
  color: #4b4b4b;
}

/* Ensure calendar picker indicator is properly positioned */
input[type="date"]::-webkit-calendar-picker-indicator {
  background: #fff !important;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
  z-index: 2; /* Ensure it is clickable and covers the input */
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.videoReview .review-parent {
    display: flex;
    flex-wrap: wrap;
}
.videoReview .reviewBox {
    width: 100%;
}

}













    
