*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins-Regular;
}
/* font family  */
@font-face{
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face{
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face{
    font-family: Poppins-Light;
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}
@font-face{
    font-family: Reey-Regular;
    src: url(../fonts/reey/Reey-Regular.otf);
}
@font-face{
    font-family: Quicksand-Bold;
    src: url(../fonts/quick/Quicksand-Bold.ttf);
}
@font-face{
    font-family: Quicksand-Regular;
    src: url(../fonts/quick/Quicksand-Regular.ttf);
}
:root {
    --them-clr-two: #f79800;
    --them-clr-one: #1d8d84;
}

.glbl-btn {
    background-color: var(--them-clr-two);
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
}

.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-content{
    justify-content: space-between;
}
.align-center{
    align-items: center;
}
ul{
    list-style: none;
}
.container{
    max-width: 1110px;
    margin: auto;
    width: 100%;
}
h1 {
    font-size: 70px;
    color: #fff;
}
/* font family  */
@font-face{
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face{
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face{
    font-family: Poppins-Light;
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}

.bar{
    display: none;
}

/*banner*/

.banner {
    position: relative;
    height: 65vh;
    background-image: url(../img/africabanner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.banner p{
        color: #fff;
        font-size: 25px;
}
.banner p span{
    background-color: #dd2525;
    padding: 1px 10px;
    border-radius: 4px;
}

.inner-banner {
    background-color: var(--them-clr-one);
    padding: 60px 20px;
    text-align: center;
    margin-top: 70px;
    font-size: 50px;
    color: #fff;
}




/* packages  */
.packages {
 margin: 60px 0px;     
}
.packages a{
    width: 30%;
    display: inline-block;
    margin-bottom: 30px;
    
}
.packages .box{
    width: 100%;
box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;

}
.packages .box img{
     width: 100%;
    height: 300px;
    border-top-left-radius: 6px;
    object-fit: cover;
    border-top-right-radius: 6px;
}
.packages .box h3 {
    background-color: var(--them-clr-one);
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-top: -8px;
    font-family: Poppins-Light;
        border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}





/* form  */
.popUp-body {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #02020287;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: none;
    padding: 60px;
}
.popUp-body .heading{
    position: relative;
}
.popUp-body .heading img{
    position: absolute;
    background: var(--orange);
    padding: 10px;
    border-radius: 100%;
    right: -10px;
    top: -20px;
}

.popUp-body form{
         width: 85%;
        margin-top: 0px;
        margin-bottom: 0px;
        box-shadow: rgb(145 145 145 / 35%) 0px 5px 15px;
}
.popUp-body form h2{
    background-color: var(--green);
    padding: 10px 25px;
    text-align: center;
    color: #fff;
    font-family: Poppins-Light;
}
.popUp-body .form-body {
    padding: 20px;
    background-color: #4c4c4c;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
}
 label{
    display: block;
    color: #fff;
}
 .form-group{
    width: 48%;
    margin-top: 12px;
    
}
 .form-group .isd {
      display: flex;
    align-items: center;
    height: 100%;
}
 .form-group .isd span{
      background-color: #1d8d84;
    height: 100%;
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
 }
 .form-group input{
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    outline: unset;
    border: unset;
    border-radius: 3px;
    font-size: 14px;
}
 .form-group select{
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    outline: unset;
    border: unset;
    border-radius: 3px;
    font-size: 14px;
    color: #888;
}
.form-body .form-group.textarea{
    width: 100%;
}
form textarea {
    resize: vertical;
    width: 100%;
    height: 100px;
    border-radius: 3px;
    outline: 0;
    border: unset;
    font-weight: 500;
    color: #151515a6 !important;
    padding: 15px;
}

form input[type="submit"] {
    width: 100%;
    padding: 15px 0px;
    background-color: var(--orange);
    color: #fff;
    border: unset;
    font-size: 18px;
    margin-top: 15px;
    cursor: pointer;
}



/* contact  */
.contact{
    margin-top: 60px;
    margin-bottom: 0px;
}

.contact .box{
    background-color: #fff;
    padding: 35px;
    text-align: center;
    width: 30%;
    border-radius: 5px;
}
.contact .box a{
        color: #000;
}
.contact .box h4 {
    font-size: 19px;
}
.contact-form{
    margin-top: 60px;
    background: #000000e0;
}
.contact-form .left{
    width: 50%;
    background-image: url(../img/contact.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form .right{
    width: 48%;
}
.contact-form .right form .heading{
    display: none;
}
.contact-form .right  form {

    padding: 25px;
    width: 90%;
    margin-bottom: 50px;
}





/* package box  */
.perks,.perks ul{
    width: 100%;
   
}
.packages .package-box .middle .perks ul{
    height: auto;
    display: flex;
    overflow: unset;
}

.packages .package-box .middle .perks ul li{
    background-image: unset;
}

.packages .package-box .middle .perks ul li:first-child{

    padding-left: 0px !important;
}

.packages .package-box .middle .perks ul li h5{
margin: 0px 0px;
}
   




.perks ul li {
     display: flex;
    align-items: center;
    border-right: 1px solid #9f9b9b;
    padding-right: 10px;
    width: 22%;
        justify-content: left;
    padding-left: 13px !important;
}
.perks ul li:last-child {
  border: unset;
}
.perks ul li h5 {
  font-size: 15px;
  font-weight: 300;
  color: #727272;
padding-left: 15px;
}
.perks {
  margin: 12px 0;
}
.perks ul li img {
  width: 35px;
}
.package-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 15px;
    background-color: #fff;
    border-radius: 5px;
    height: 365px;
 
}
.packages .container .package-box:last-child{
    margin-bottom: 60px;
} 
.packages .package-box .left {
    width: 30%;
    display: flex;
}
.packages .package-box .left img{
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    object-fit: cover;
    height: 365px;
}
.packages .package-box .middle{
 width: 54%;
    padding-left: 40px;
}
.packages .package-box .middle span{
      margin-top: 8px;
    display: inline-block;
    color: #ffffff;
    font-weight: 00;
    background-color: #e13607;
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 4px;
}
.packages .package-box .right{
    width: 20%;
    text-align: center;
}
.packages .package-box .right h5{
    font-size: 25px;
    color: #e13600;
    line-height: 20px;
}
.packages .package-box .right small{
    margin-bottom: 14px;
    display: inline-block;
    color: #5f5f5f;
    font-size: 15px;
}
.packages .package-box h3 {
 font-size: 22px;
    margin-bottom: 8px;
    color: #7e4617;
    font-family: Quicksand-Bold;

    text-transform: uppercase;
}
.middle small{
  color: #837a7a;
    font-size: 13px;
    line-height: 23px;
    display: block;
    margin: 5px 0;
    font-weight: 500;
        text-transform: capitalize;
}
.packages .package-box .middle ul li {
    font-size: 14px;
    color: #7d7c7c;
    line-height: 25px;
    background-image: url(../img/in-check-mark.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    text-transform: capitalize;
    background-size: 13px;
    background-position: left;

}
.packages .package-box .middle  h5 {
    font-size: 15px;
    margin: 15px 0 8px;
    color: #6a6a6a;
}
.packages .package-box .right a:last-child{
    background-color: var(--them-clr-one);
}
.packages .package-box .middle ul {
  height: 100px;
  overflow-y: scroll;
 
 /* Apply to the scrollable container */
.scroll-container {
  overflow-y: scroll; /* Forces scrollbar */
  scrollbar-width: auto; /* For Firefox */
}

/* For WebKit browsers (Chrome, Safari) */
.scroll-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}

}
.packages .package-box .right .glbl-btn{
    width: 80%;
}
.packages.tabcontent  a{
    margin-bottom: 10px;
}

.inner-body {
    margin-top: 70px;
    padding: 60px 0px;
}
.inner-body h2 {
    margin-bottom: 25px;
    background-color: var(--them-clr-one);
    padding: 11px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-weight: 500;
    outline: 1px solid #ffffff7d;
    outline-offset: -5px;
    font-family: Quicksand-Regular;
}




/* inner banner  */
.banner.inner-banner{
    background-color: var(--them-clr-one);
    height: 35vh;
    background-image: unset;
}
.banner.inner-banner h2 {
    font-size: 45px;
    color: #fff;
}
.inner-body h3 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 24px;

}
.inner-body .left {
    width: 60%;
}
.inner-body .left h2{
    color: var(--them-clr-one);
    margin: 15px 0px;
}
.inner-body .left img{
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
    height: 350px;
}
/* .accordion */
.accordion {
    margin: 0 auto;
}
.accordion-item {
    margin-bottom: 10px;
}

.accordion-header {
background-color: var(--them-clr-two);
    color: #fff;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.accordion-toggle {
    font-size: 27px;
    line-height: 1;
    transition: transform 0.2s;
    margin-left: 10px;
    color: #fff;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition:all 0.3s ease-in-out;
    padding: 0px 15px;
}
.accordion-content ul li {
    font-size: 15px;
    color: #818181;
    line-height: 25px;
    list-style: disc;

    margin-left: 15px;
}
.accordion-content span {
    padding: 3px 25px;
    border: 1px solid #d18100;
    color: #d18100;
    /* width: 100px; */
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    margin-top: 10px;
}
/* Style for the active accordion item */
.accordion-item.active .accordion-toggle {
    transform: rotate(359deg);
}

.accordion-item.active .accordion-content {
   padding: 15px 15px;
   max-height: 1000px;
   background-color: #fff;
   box-shadow: 0 0 10px 12px rgb(38 36 36 / 9%);
}



/* inclusion and exclusion  */
.inclusion-exclusion {
    margin-top: 35px;
    padding: 20px;
    background-color: #fff;
    border-radius: unset !important;
    box-shadow: 0 0 10px 12px rgb(38 36 36 / 9%);
    outline: #f55d0461 solid 1px;
    outline-offset: -5px;
}
.inclusion-exclusion .tabs{
 margin: 25px 0px;
}
.inclusion-exclusion .tabs a{ 
    background-color: #858585;
    padding: 8px 25px;
    color: #fff;
}
.inclusion-exclusion ul{
    display: none;
}
.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 .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;
}


.inner-body .right {
    width: 35%;
}
.inner-body .right label {
    display: none;

}
.inner-body .right  .form-body{
    background-color: #5f5f5f;
    padding: 13px;
    border-radius: 5px;
}
.inner-body .right  .form-body .form-group{
    width: 100%;
}
.inner-body .right  .form-body .form-group input {
    width: 100%;
    height: 48px;
    padding: 0px 15px;
    outline: unset;
    border: unset;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 5px;
}
.inner-body .right  .form-body .form-group select {
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    outline: unset;
    border: unset;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #666666;
}
.inner-body .right form  .textarea{
    width: 100%;
}
.inner-body .right form  .textarea textarea{
    width: 100%;
    display: block;
    height: 90px;
    border-radius: 5px;
    outline: none;
    border: none;
    margin-top: 12px;
}
form #submit{
     background-color: var(--them-clr-one);
    color: #fff;
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    padding: 15px;
    font-size: 17px;
    outline: none;
    border: unset;
    text-transform: capitalize;
}
.contact-form .top-for-inner{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 10px;
    padding-bottom: 10px;
}
.contact-form .top h3{
    color: #fff;
    margin-bottom: 0;
}
.contact-form .heading{
    display: none;
}




/* form  */
.popUp-body {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
       background-color: #020202cf;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: none;
    padding: 60px;
    z-index: 99999;
}
.popUp-body .heading{
    position: relative;
}
.popUp-body .heading img{
    position: absolute;
    background: #e13607;
    padding: 5px;
    border-radius: 100%;
    right: -10px;
    top: -20px;
}

.popUp-body form{
    background-color: #fff;
    width: 42%;
    margin: auto;
        border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

}
.popUp-body form h2{
background-color: var(--them-clr-one);
    padding: 10px 25px;
    text-align: center;
    color: #fff;
    font-family: Poppins-Light;
}
.popUp-body .form-body {
    padding: 20px;
    background-color: #4c4c4c;
}
label{
    display: block;
    color: #fff;
}
.form-group {
    width: 100%;
    margin-top: 12px;
}

.form-group:nth-child(4), .form-group:nth-child(5)
{
    width:49%;
}
 .form-group input{
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    outline: unset;
    border: unset;
    border-radius: 3px;
    font-size: 14px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
 .form-group select{
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    outline: unset;
    border: unset;
    border-radius: 3px;
    font-size: 14px;
}
.form-body .form-group.textarea{
    width: 100%;
}
form textarea {
    resize: vertical;
    width: 100%;
    height: 100px;
    border-radius: 3px;
    outline: 0;
    border: unset;
    font-weight: 500;
    color: #151515a6 !important;
    padding: 15px;
}

form input[type="submit"] {
    width: 100%;
    padding: 15px 0px;
    background-color: var(--them-clr-one);
    color: #fff;
    border: unset;
    font-size: 18px;
    margin-top: 15px;
    cursor: pointer;
}





/* contact  */

.contact{
    margin-top: 130px;
    margin-bottom: 0px;
}

.contact .box{
    background-color:var(--them-clr-one);
    padding: 35px 15px;
    text-align: center;
   width: 24%;
    border-radius: 5px;
    outline: 1px solid #ffffff4a;
    outline-offset: -10px;
}
.contact .box img{
    width: 50px;
}
.contact .box a{
    color: #fff;
        font-size: 17px;
    margin-top: 5px;
    display: inline-block;
}
.contact .box h4 {
    font-size: 21px;
    color: #fff;
    font-weight: 300;
}
.contact-form{
    margin-top: 30px;
    background: #080808ad;
}
.contact-form .left{
    width: 50%;
    background-image: url(../img/contact.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form .right{
    width: 48%;
}
.contact-form .right form .heading{
    display: none;
}
.contact-form .right  form {

    padding: 25px;
    width: 90%;
    margin-bottom: 50px;
}





.about{
    box-shadow: 0 5px 10px 0 rgb(193 184 184 / 50%);
    width: 90%;
    margin: auto;
    transform: translateY(-35px);
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
}


/* footer  */
footer{
    background-color:var(--them-clr-one);
    padding: 45px 0px;
}

footer .footer-ul li a{
    text-decoration: none;
    color: #ffffffd1;
    font-size: 14px;
    margin-top: 7px;
    display: inline-block;
}
footer .footer-ul li h4{
    font-size: 18px;
    color: #f5aa32;
    font-weight: 400;
}
footer .footer-ul li ul li{
    display: inline-block;
    margin: 5px;
}
footer .whatsapp {
    position: fixed;
    top: 80%;
    right: 15px;
    z-index: 9999;
    width: 5%;
}
.copyright{
    background-color: var(--acrdia-clr);
    text-align: center;
    padding: 9px 25px;
    display: flex;
    justify-content: space-between;
}
.copyright p{
    color: #ffffff;
    font-size: 18px;
}
.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;
}
.review_detail .box h5{
    font-size: 16px;
}
.review_detail .box h5 span{
    color: #f34f00;
}
 .review_detail .box .flex {
    margin: 9px 0px;
    font-size: 16px;
}
.review_detail .box .strong{
    margin-right: 5px;
}
.review_detail .box small{
    font-size: 14px;
}

/* maldives  */
.banner.inner-banner{
    background-image: linear-gradient(rgb(0 0 0 / 73%),rgb(0 0 0 / 58%)), url(../img/maldives-back.jpg);
    padding: 81px 0px;
    background-size: cover;
    background-position: center;
}

.banner.inner-banner h2 {
    font-size: 50px;
    text-align: center;
    color: #fff;
}
.banner.inner-banner h2 span{
    color: var(--them-clr-two);
}

/* maldives body  */
.maldives-body{
    padding-top: 60px;
}
.maldives-body .resort-body .box{
    width: 32%;
    box-shadow: 0 0 20px 0px rgb(38 40 40 / 62%);
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
}
.maldives-body .resort-body .box .glbl-btn{
    width: 100%;
    text-align: center;
    margin-top: 15px;

}
.maldives-body .resort-body .hotel_heading {
    background-color: var(--them-clr-one);
    padding: 10px 20px;
    color: #fff;
    transform: translateY(-10px);


}
.maldives-body .resort-body .hotel_heading h6{
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
.maldives-body .resort-body .hotel_heading img{
    transform: translateY(3px);
    width: 14px;
}
/* star  */
.maldives-body .resort-body .star-box ul li{
    display: inline-block;
    margin: 12px 0px 3px;
}
.maldives-body .resort-body .package-cost {
    padding: 8px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.maldives-body .resort-body .package-cost h4{
    font-size: 16px;
    color: #747474;
    font-weight: 500;
}
.maldives-body .resort-body .package-cost span{
    color: #f34f00;
}

.maldives-body .resort-body  .box .inclusion{
    padding: 12px 20px;
}
.maldives-body .resort-body  .box .inclusion li{
    font-size: 14px;
    color: #747474;
    font-weight: 400;
    list-style-type: disc;
    margin-left: 15px;
    line-height: 25px;
}
.star-box {
    padding-left: 15px;
}
.resort-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* Add this CSS to your existing styles */
.slider-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    height: 270px;
}
.slider-container img {
    width: 100%;
    height: auto;
    display: none;
    height: 100%;
    object-fit: cover;
}
.slider-container img:first-child {
    display: block;
}



.popUp-body.maldives .form-body {
    padding: 0px;
}
.popUp-body.maldives .top-for-inner{
    display: none;
}
.popUp-body.maldives .textarea{
    width: 100%;
    margin-top: 15px;
}
.popUp-body.maldives textarea{
    width: 100%;
}
.popUp-body.maldives .heading {
    position: relative;
    width: 100%;
}

.popUp-body.maldives .for-outer{
    padding: 10px 30px;
}

.meals{
        background-color: #7e4617;
        padding: 9px 25px;
        color: #fff;
        margin-top: 15px;
}



/* tabs  */

/* Style the tab */
.tab {
    overflow: hidden;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 25px;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;

    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    background-color: #878787;
    margin: 15px;
    border-radius: 4px;
    color: #fff;
    width: 22%;
    text-transform: uppercase;


  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #d18100;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    box-shadow: inset 0 -3em 3em rgb(248 129 0), 0 0 0 2px white, 0.3em 0.3em 1em rgb(73 73 73 / 30%);
    font-family: Quicksand-Bold;
}
  
  /* Style the tab content */
  .tabcontent {

    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;
  }
  


/*  .banner video{*/
/*    width: 100%;*/
    /* height: 50vh; */
/*    height: 100%;*/
/*    object-fit: cover;*/

/*}*/
.banner::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    z-index: 9;
    background: #00000057;
}
.banner .banner-content {
    position: absolute;
    top: 30%;
    color: #fff;
    z-index: 99;
    width: 65%;
    left: 0;
    right: 0;
    margin: auto;
        text-align: center;
}
.banner .banner-content h1 {
        font-family: Quicksand-Bold;
    font-size: 65px;
    text-shadow: 1px 1px #1a1a1a;
    line-height: 80px;
}

.banner .banner-content .glbl-btn {

        padding: 5px 25px;
    margin-top: 10px;
    font-size: 25px;
    background-color: var(--them-clr-one);
    border-radius: 5px;
}
.bannerCta {
     border-top: 1px solid #fefefe4d;
    margin-top: 0;
    padding-top: 0;
}
.bannerCta h6 {
    font-size: 22px;
    font-weight: 300;
}

.scrolled{
    background-color: var(--them-clr-one);
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.inner-header #header{
    background-color: var(--them-clr-one);
}

.footer-body h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
}

.about_us {
    box-shadow: 0 5px 10px 0 rgb(193 184 184 / 50%);
    padding: 45px 40px;
    width: 80%;
    margin: 0 auto 75px;
    border-radius: 10px;
    transform: translateY(-35px);
    background-color: #fff;
}


.about_us ul li{
    margin-bottom: 15px;
    line-height: 25px;
    color: #565656;
    list-style-type: disc;

}
.copyright ul li{
    display: inline-block;
}
.copyright ul li a{
    border-right: 1px solid #fff;
    padding-right: 15px;
    font-size: 15px;
}
.aboutUs .first .box{
    width: 40%;
}
.aboutUs .first .box img{
    width: 100%;
}
.aboutUs  .first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
}
.aboutUs  .first .contant-box{
    width: 55%;
    text-align: justify;
}

.aboutUs  h2{
    font-size: 42px;
    color: #333;

}
.about_us, .aboutUs p{
    margin-bottom: 15px;
    line-height: 25px;
    color: #565656;
}
.aboutUs .aboutBox:nth-child(even){
    background-color: #eee;
    padding: 30px 0px;
}

textarea::placeholder {
    color: #888;
    font-style: italic;
}


#fotwhatsap{
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 9;
    right: 10px;
}
input[type="date"] {
    width: 100%;
    font-size: 16px; /* Ensures proper clickability */
    -webkit-appearance: none;
    appearance: none;
}



