

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');




h1,h2,h3,h4,h5{
    font-family: "Ubuntu", sans-serif;
}
p,li,a{
    font-family: "Ubuntu", sans-serif;
}
a{
  text-decoration:none !important;
}
a:hover{
  text-decoration:none !important;
}
a:focus{
  outline:none !important;
}
button:focus{
  outline:none !important;
}
  /*.color{
      color:#2659FF !important;
  }*/
li{
  list-style:none !important;
}


figure {
    margin: 0 0 0rem;
}
section{overflow: hidden;}

.new-notification-content{
font-size: 16px;
}


.header-sec {
    position: relative;
    padding: 20px 0;
    top: 0;
    width: 100%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
}
  .header-logo-img{
    width: auto;
 
  }
  .header-r1{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-time-img{
    /* width: 28px; */
    background: #ffffff;
    padding: 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-right {
    display: flex;
    align-items: center;
  }
  .header-time {
    display: flex;
    align-items: flex-start;
  }
  .header-time-data {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
  .header-time-data-a {
    color: #fff;
  }
  .header-time-data-a:hover{
    color: #fff;
  }
  .nexa-data-line {
    border-left: 1px solid #fff;
    /* opacity: .6; */
    width: 1px;
    height: 25px;
    /* background-color: var(--hex_bg_color_white); */
    /* opacity: .2; */
    /* flex: 0 0 1px; */
    margin: 1px 14px;
  }
  .banner-left-text-h2 span{
    display: block;
    color: #fff;
  }
  .header-logo {
    margin-left: 10px;
}
  .v-btn-a {
    color: #fff;
    background: #006D3A;
    padding: 15px 30px;
    border: 1px solid #006D3A;
    border-radius: 100px;
    font-size: 18px;
}
.v-btn-a:hover {
    border: 1px solid #006D3A;
    color: #006D3A;
    background: #fff;
    transition: all 0.4s ease-in-out;
}
.banner-left-text-h2 {
  font-size: 46px;
  margin-left: 0;
  color: #fff;
  width: 90%;

}
.banner-left-text-p {
  width: 68%;
  margin-top: 30px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

  .menu-block.fixed-header {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #ffffff;
  }
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 10px 0 10px 0;
  
  }
  
  .banner-sec{
    position: relative;
      background-image: url(../images/banner-images.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 150px 0 150px 0;
  }
  .banner-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    left: 0;
    /* background-image: url(../images/banner-images-bg.png); */
    background: #0000008c;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  }

  

  .banner-left-text-h2.animated {
    font-size: 50px;
    font-weight: 600;
}
.banner-left-text-a1-top {
    margin-top: 40px;
}
.banner-left-text-a1 {
    color: #fff;
    background: #006D3A;
    padding: 20px 40px;
    font-size: 18px;
    border: 1px solid #006D3A;
    border-radius: 100px;
}
.banner-left-text-a1:hover {
    color: #006D3A;
    background: #fff;
    border: 1px solid #006D3A;
        transition: all 0.4s ease-in-out;
}









.banner-right-form{
    background-color: #fff;
    padding: 20px 70px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    width: 80%;
}
.banner-right-form-p{
    color: #000;
    font-weight: 600;
}
.banner-right-form-h5{
    color: #171717;
    margin: 30px 0;
    font-size: 30px;
}
.banner-right-form-h5 span{
    color: #CC0000;
}
.banner-form{
    display: flex;
    flex-direction: column;
}
.input-container{
    /*display: flex;*/
    position: relative;
}
.input-container p{
        margin-bottom: 10px;
}
.enquire-now-data {
    width: 80%;
    margin: 0 auto;
}
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 60%;
        background: #000000;
    }
.enquire-now-data-text-h2 {
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.banner-form-input{
    border: unset;
    /* border-bottom: 1px solid #bbb; */
    margin-bottom: 20px;
    width: 100%;
    height: 45px;
    padding:10px;
}
.banner-form-input:focus-visible {
    outline: unset;
}
.banner-enquiry-form-input:focus-visible {
    outline: unset;
}
.banner-right-form {
    /* background-color: #fff; */
    padding: 50px 50px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #eff6f3c7;
}
.input-container i{
    /* position: absolute;
    right: 20px;
    top: 5px;;
    color:#CBA201; */

    position: absolute;
    right: 0;
    top: 0;
    color: #006D3A;
    background: #ffffff;
    padding: 5px 4px;
    width: fit-content;
    height: fit-content;
}


.country-code{
    color: #ccc;
    border-bottom: 1px solid #bbb;
    /* border-right: 1px solid #000; */
    padding-bottom: 1px;
    margin-right: 25px;
    width: 65px;
    height: 28px;
    padding-left: 12px;
}
.banner-enquiry-form-button{
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 10px 40px;
    border-radius: 0;
    background: #006D3A;
    border-color: #006D3A;
    border: unset;
    text-transform: uppercase;
}
.banner-enquiry-form-button:hover {
    color: #006D3A;
    background: #ffffff;
    border-color: #006D3A;
    transition: all 0.4s ease-in-out;
}
.banner-enquiry-form-input {
    border: unset;
    /* border-bottom: 1px solid #bbb; */
    margin-bottom: 20px;
    resize: unset;
    width: 100%;
       /* // height: 100px;
        padding:10px; */
}
.banner-form-input::placeholder {
    padding-left: 10px;
    opacity: 1; /* Firefox */
    font-size: 14px;
    color: #ccc;
}
.banner-enquiry-form-input::placeholder {
    padding-left: 10px;
    opacity: 1; /* Firefox */
    font-size: 14px;
    color: #ccc;
}   







.banner-sec .slider-bg.kenburns {
    -webkit-animation-name: kenburns;
    -moz-animation-name: kenburns;
    -o-animation-name: kenburns;
    animation-name: kenburns
}

.banner-sec .slider-bg.kenburnsreverse {
    -webkit-animation-name: kenburnsreverse;
    -moz-animation-name: kenburnsreverse;
    -o-animation-name: kenburnsreverse;
    animation-name: kenburnsreverse
}

.slider-bg {
    animation-duration: 80s;
    animation-timing-function: ease-out;
    transform-origin: 100% 100%;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.2)
    }

    50% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2)
    }
}

@keyframes kenburns {
    0% {
        transform: scale(1.2)
    }

    50% {
        webkit-transform: scale(1)
    }

    100% {
        webkit-transform: scale(1.2)
    }
}

@-webkit-keyframes kenburnsreverse {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes kenburnsreverse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}


.about-sec {
    background: #f9f9f9;
    padding: 80px 0;
    position: relative;
}

.about-sec::after {
    content: " ";
    background-image: url(../images/abt-home-bg-2.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 142px;
    height: 295px;
    top: 0px;
    z-index: 0;
    margin: 0 auto;
    right: 0;
    /* animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.54,0.085,0.5,0.92);
    animation-name: floating;
    animation-duration: 5s; */
}

.about-sec::before {
    content: " ";
    background-image: url(../images/abt-home-bg-1.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 142px;
    height: 295px;
    bottom: 0px;
    z-index: 0;
    margin: 0 auto;
    left: 0;
}
.about-sec-r1 {
  align-items: center;
}

.who-leftdiv-main {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.count-side {
  padding-left: 0px;
}
.who-img-1 {
  width: 100%;
}
.who-img-2 {
  width: 100%;
}

.success-count{
  font-size: 50px;
  color: #006d3a;
}
.count-side p{
  font-size: 26px;
  color: #183b68;;
}
.about-sec-left-img {
    width: fit-content;
    border-radius: 10px;
}

.about-sec-left-image {
    position: relative;
}
.about-sec-left-image-inner {
    content: '';
    position: absolute;
    bottom: 50px;
    right: 5%;
    width: fit-content;
    background-color: #fff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px;
}
.about-sec-left-inner-icon {
    width: fit-content;
}
.about-sec-left-image-inner-data {
    margin-left: 16px;
}
.abt-service-sec-inner-p{
  font-size: 20px;
  text-align: center;
}
.years-of-experience-data-h2 {
    color: #183B68;
    font-size: 50px;
    text-align: center;
    font-weight: 600;
}
.years-of-experience-data-p{
    font-size: 20px;
    color: #666666;
    margin-bottom: 0;
}
.abt-header-h2 {
    color: #183B68;
    font-size: 36px;
}
.abt-header-h2 span{
    display: block;
    color: #006D3A;
}
.about-sec-right-p1 {
    margin-top: 30px;
    color: #666;
    font-size: 18px;
}
.v-btn {
    margin-top: 50px;
}

.abt-service-sec-r1{
  display: flex;
      justify-content: center;
}

.abt-service-sec {
    padding: 50px 0;
    background: #f5f5f5;
}

.abt-service {
  text-align: center;
  /* border-right: 1px solid #ccc; */
  padding: 15px;
  min-height: 300px;
  display: flex
;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  background: #183b68;
  border-radius: 10px
}
.abt-service:hover {
    transform: translateY(-5px);
    transition: all 0.2s ease-in-out;
}
.abt-service-1-img {
  width: fit-content;
  filter: invert(6) brightness(4.5);
}
.abt-service-text {
    margin-top: 20px;
}
.abt-service-text-h3 {
    font-size: 22px;
    /* color: #171717; */
    color: #fff;
}
.abt-service-text-p {
  color: #fff;
  margin-top: 20px;
  font-size: 17px;
}

.abt-service-last{
    border-right: none;
}

.abt-header-sub-para-p {
  color: #183b68;
  font-size: 20px;
  /* font-weight: 600; */
}





.process-sec-content {
  padding: 70px 0;
  background-color: #183B68;
  background-size: cover;
  background-repeat: no-repeat;
}

.process-sec-content .process-head-c {
  color: #FFFFFF;

  font-size: 38px;
  text-align: left;
}
.process-para-content {
  color: #fff;
  text-align: left;
  width: 100%;
  margin: auto;
  margin-bottom: 14px;
  font-size: 18px;
}
.cta-button-b {
  text-align: left;
  margin-top: 30px;
}
.cta-button-a1{
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #183b68;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cta-button-a1:hover {
  background-color: #183B68;
  color: #fff;
  border: solid 1px #fff;
}




.room-sec-top {
    background: #006D3A;
    padding: 70px 0 70px 0;
    color: #fff;
    position: relative;
}



.room-sec-top::after {
    content: " ";
    background-image: url(../images/room-sec-top-bg-2.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 562px;
    height: 548px;
    top: 0px;
    z-index: 0;
    margin: 0 auto;
    right: 0;
}

.room-sec-top::before {
    content: " ";
    background-image: url(../images/room-sec-top-bg-1.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 562px;
    height: 548px;
    bottom: 0px;
    z-index: 0;
    margin: 0 auto;
    left: 0;
}

.elementor-heading-title {
    color: #fff;
    padding: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 46px;
    font-weight: 400;
    width: 77%;
    margin: 0 auto;
    line-height: 50px;

}
.rooms-content-data {
    text-align: center;
    margin-top: 50px;
}
.rooms-button {
    background-color: #000;
    text-decoration: none;
    color: #fff;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
    border: 1px solid #000;
    border-radius: 100px;
}
.rooms-button:hover {
    background-color: #fff;
    color: #000000;
}


.personalized-sec {
    padding: 70px 0;
}
.personalized-sec-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    float: right;
}
.personalized-sec-left-h2 {
    color: #171717;
    font-size: 40px;
}
.personalized-sec-left-p {
    color: #666;
    margin-top: 30px;
    width: 80%;
}
.personalized-sec-r1{
    align-items: center;
}
.indus-row {
    margin-top: 52px;
}
/* tab */

/* Style the buttons inside the tab */
.tab button {
    display: block;
    color: #000;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC80;
  }
  .tab button i{
    border: 1px solid #000;
    padding: 7px;
    border-radius: 100px;
    display: flex;
    align-items: center;
  
  }
  /* Change background color of buttons on hover */
  .tab button:hover {
    border-bottom: 1px solid #006D3A;
    color: #006D3A;
    
  }
  .tab button:hover i{
    color: #006D3A;
    border-color: #006D3A;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    color: #006D3A;
    font-weight: 600;
}
.tab button.active i {
    color: #006D3A;
    border-color: #006D3A;
}
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%;
    border-left: none;
    display: none;
    color: #fff;
  }
  
  /* Clear floats after the tab */
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  .tab-img {
    width: 100%;
}

  /* end of tab */



  .rooms-sec {
    padding: 60px 0;
    display: flex;
    background: #f9f9f9;
}
.rooms-sec .rooms-sec-left {
    width: 40%;
}
.rooms-sec .rooms-sec-right {
    width: 60%;
    background: #006D3A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px;
    position: relative;
}
.rooms-sec .rooms-sec-right::before {
    content: " ";
    background-image: url(../images/solution-right-img-bg.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1112px;
    height: 757px;
    top: 0px;
    z-index: 0;
    margin: 0 auto;
    right: 0;
}
.rooms-left-img{
    width: 100%;
}
.rooms-p-top {
    color: #FFDC61;
    text-transform: uppercase;
}
.rooms-h {
    color: #fff;
    font-size: 41px;
    width: 60%;
    line-height: 47px;
}
.rooms-p {
    color: #fff;
    width: 66%;
    margin-top: 30px;
    font-size: 18px;
}
.rooms-get-ul {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 40px;
}
.rooms-get-li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.star-icon {
    width: auto;
}
.rooms-get-li-p {
    margin-bottom: 0;
    margin-left: 12px;
    color: #fff;
}
.room-count-sec-r1 {
    padding-top: 40px;
    width: 97%;
    border-top: 1px solid #61B0A5;
}

.room-count-sec-data {
    display: flex;
    align-items: center;
}
.room-count-sec-data-img {
    width: auto;
}
.room-count-sec-data-text {
    margin-left: 13px;
    color: #fff;
}
.room-countdata-h2 {
    font-size: 40px;
}
.room-countdata-h3 {
    font-size: 20px;
}




/*  Wellness Journey// */
.wellness-journey {
    padding: 60px 0;
  }
  
  .wellness-content {
    gap: 100px;
  }
  
  .wellness-text h1 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #171717;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
  }
  
  .wellness-text p {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #666666;
  }
  
  .services {
    margin-top: 32px;
  }
  
  .service-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
  }
  
  .service-icon img {
    width: 24px;
    height: 24px;
  }
  
  .service-info h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #434342;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    line-height: 27.58px;
  }
  
  .service-info p {
    color: #666666;
    line-height: 1.6;
    width: 90%;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
  }
  
  .wellness-image img {
    width: 100%;
    display: block;
  }
  .wellness-image-1{
    width: 100%;
  }


.sp-abt-sec-right-img{
  width: 100%;
  border-radius: 10px;
}
section.sp-abt-sec {
  padding: 60px 0;
}

/* Team Section */

.our-team {
  padding: 15px 0 50px 0;
  text-align: center;
  background-color: #F9F9F9;
  }
  
  .our-team-title {
    font-family: "Ubuntu", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #171717;
    margin-bottom: 40px;
  }
  
  .our-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
  }
  
  .our-team-member {
    text-align: center;
  }
  
  .member-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
  }
  
  .member-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  /* Hover effect styles */
  .member-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
  }
  
  .member-image .hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: white;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
  }
  
  .member-image:hover::before {
    opacity: 1;
  }
  
  .member-image:hover .hover-content {
    opacity: 1;
    transform: translateY(0);
  }
  
  .member-image:hover img {
    transform: scale(1.1);
  }
  
  .cta-button {
    display: inline-block;
    background: #000;
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-family: "Ubuntu", sans-serif;
    border: solid 1px #ffffff;
    padding: 20px 40px;
    font-size: 18px;
  }
  
  .cta-button:hover {
    background: #ffffff;
    color: #000000;
    border: solid 1px #000;
    text-decoration: none;
  }
  

  @media (max-width: 992px) {
    .our-team-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 480px) {
    .our-team-grid {
      grid-template-columns: 1fr;
    }
  }
  


/* Testimonials Section */
.testimonials {
    padding: 60px 0 0 0;
  }
  
  .testimonial-header {
    margin-bottom: 40px;
  }
  
  .testimonial-header h2 {
    font-size: 36px;
    line-height: 1.2;
    font-family: "Ubuntu", sans-serif;
    color: #171717;
    font-weight: 500;
  }
  
  .testimonial-track {
    display: flex;
    gap: 20px;
    overflow: hidden;
    margin-top: 70px;
}
  
  .testimonial-slide {
    flex: 0 0 33.333%; 
    padding: 10px; 
  }
  
  .testimonial-card {
    background: #fff; 
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(123, 123, 123, 0.1);
    border: 2px solid #EEEEEE;
    position: relative;
    display: flex; 
    flex-direction: column;
    height: 100%; 
    min-height: 330px;
  }
  
  .testimonial-profile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    display: none;
  }
  
  .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .profile-info h3 {
    font-family: "Ubuntu", sans-serif;
    font-size: 22px;
    color: #333;
  }
  
  .rating {
    color: #FFD700;
    margin-top: 5px;
  }
  
  .quote-mark {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  
  .testimonial-text {
    color: #666;
    line-height: 1.6;
    font-family: "Ubuntu", sans-serif;
    margin: 0; 
    flex-grow: 1; 
  }
  
  .slider-buttons {
    margin-left: 90%;
    margin-top: -100px;
}
  .slider-button-prev,
  .slider-button-next {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    border: 1px solid #ccc;
    color: #ccc;

  }
  
  .slider-button-prev:hover,
  .slider-button-next:hover{
    background-color: #000000 !important;
    color: #fff;
  }
  
  
  
  @media (max-width: 992px) {
    .testimonial-slide {
      flex: 0 0 50%; 
    }
  }
  
  @media (max-width: 768px) {
    .testimonial-slide {
      flex: 0 0 100%; 
    }
  }
  
  /*accordion*/
.accordion {
    color: #333;
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: flex-start;  
    background-color: transparent; 
    padding-right: 63px;
    border-bottom: 1px solid #eee;
}
/* .accordion-1{

} */
.accordion-1 p{
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.active, .accordion:hover {
    background-color: transparent; 
}

.accordion:before {
    content: '\002B';
    color: #333;


    font-weight: 700;
    /* float: right; */
    margin-right: 15px;
    font-size: 30px;
}
.accordion.active {
    color: #171717;
}
.accordion.active:before {
  content: "\2212";
  color: #52BD95;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p{
    font-size: 16px;
    /* background-color: #f3f0f0; */
    padding: 0 27px 0 35px;
    border-radius: 5px;
    color: #363049;
}
/*end of accordion*/

.frequently-right-data {
  border: NONE;
  padding: 50px 50px;
  width: 84%;
  float: right;
  border-radius: 5px;
  background: #f9f9f9;
  box-shadow: #64646f33 0px 1px 10px 0px;
}

/* .frequently-right-data{
    border: 1px solid #ccc;
    padding: 50px 50px;
    width: 84%;
    float: right;
    border-radius: 5px;

} */
.frequently-header-h3 {
    text-align: left;
    color: #171717;
    font-size: 40px;
}


.faq-sec {
    padding: 100px 0 60px 0;
}
.banner-form-input-down{
    border: unset;
    margin-bottom: 20px;
    width: 100%;
    height: 45px;
    padding: 10px;
    background: #FFF;
}
.message-enquiry-down{
    border: unset;
    margin-bottom: 20px;
    resize: unset;
    width: 100%;
    height: 100px;
    padding: 10px;
    background: #FFF;
    outline: none;
}
.banner-form-input-down:focus-visible{
  border: none;
  outline: none;
}
.banner-enquiry-form-button-down{
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid;
    background: #006D3A;
    border-color: #006D3A;
    border: unset;
    text-transform: uppercase;
    border: 1px solid #006D3A;
}
.banner-enquiry-form-button-down:hover {
    color: #006D3A;
    background: #ffffff;
    border: 1px solid;
    border-color: #006D3A;
    transition: all 0.4s ease-in-out;
}
.copyright-sec {
    background: #171717;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
}

.copyright-sec-p{
    margin-bottom: 0;
    text-transform: capitalize;
}
.chatbox {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 88px;
    right: 30px;
    z-index: 1;
    transition: background-color .3s, opacity .5s, visibility .5s;
}
.chatbox img {
    width: 100%;
}


.error {
  color: #f00;
}




/* test */


.left-side-tab-img{
    width:100%
}
  
    
  
    
    .left-side img {
      width: 100%;
      height: auto;
    }
    

    
    .accordion-item {
      /* border: 1px solid #ccc; */
      /*margin-bottom: 10px;*/
    }
    
    .accordion-button {
        width: 100%;
        padding: 10px;
        background-color: #fff;
        border: none;
        text-align: left;
        font-size: 22px;
        color: #000000;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
        font-weight: 600;
    }
    .accordion-button i {
        border: 1px solid #000;
    padding: 7px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: fit-content;
    float: right;
    }
    
    .accordion-button:hover {
        background-color: #ffffff;
        color: #006d3a;
        font-weight: 600;
    }
    .accordion-button:hover i {
        color: #006d3a;
        border: 1px solid #006d3a;
         }
    
    .accordion-content {
      display: none;
      padding: 10px;
      background-color: #f9f9f9;
    }
    
    .accordion-item.active .accordion-content {
      display: block;
    }
    .accordion-item.active .accordion-button {
        color: #006d3a;
    }
    .accordion-item.active .accordion-button i {
        color: #006d3a;
        border: 1px solid #006d3a;
        transform: rotate(90deg);
    }




    .left-side {
        position: sticky; /* Keeps the image fixed */
        top: 0; /* Makes the image stick at the top of the viewport */
        width: 100%;
      }
      
      .left-side-tab-img {
        width: 100%;
        height: auto; /* Adjust height accordingly */
      }
    .right-side {
        width: 100%;
        max-height: 500px; /* Adjust max height as needed */
        overflow-y: scroll;
        padding-left: 15px; /* Optional: Space between the left image and right content */
      }

/* Hide the scrollbar */
.right-side::-webkit-scrollbar {
    width: 0; /* Hides the scrollbar */
    height: 0; /* Hides the scrollbar */
  }

  .abt-service-sec-inner-h2-1 {
    font-family: "Ubuntu", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #171717;

    text-align: center;
}
.abt-service-sec-inner-h2-head{
  margin-bottom: 50px;
}










.we-provide--sec{
  padding: 60px 0;
  /* background: rgb(255, 255, 255); */
  background: linear-gradient(0deg, #f9f9f9 0%, rgba(255, 255, 255, 1) 46%, rgba(206, 217, 232, 1) 46%);
}
.we-provide-sec-mbl{
    display:none;
}
  
.we-provide-right-1{
  /* background: #CED9E8; */
  /* padding: 44px 0;
  /* background: rgb(255, 255, 255); */
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(206, 217, 232, 1) 46%);  */
}
.we-provide-sec-r2 {
  display: flex
;
  justify-content: center;
}
.we-provide-right-card {
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 42px;
  min-height: 220px;
}
.we-provide-title {
  color: #4C4C4C;
  margin: 15px 0;
  font-size: 20px;
  text-transform: capitalize;
}
.we-provide-right-card:hover .we-provide-title {
  color: #fff;
}
.we-provide-right-card:hover .we-provide-para {
  color: #fff;
}
/* we-provide-right-card-1 */
.we-provide-right-card-1 {
background: #fff;
position: relative;
}
.we-provide-right-card-1::before {
content:'';
position: absolute;
background-color: #0000;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
}
.we-provide-right-card-1:hover::before {
/* background-color: #000000b8;
background: linear-gradient(90deg, rgba(10, 45, 89, 1) 0%, rgba(10, 45, 89, 1) 0%, rgba(0, 136, 110, 1) 100%); */
background-color: #000000b8;
transition: 1s;
}
.we-provide-right-card-1:hover {
background:url(../images/we-provide-bg-1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: translateY(20px);
transition: 1s
}
/* we-provide-right-card-2 */
.we-provide-right-card-2 {
background: #fff;
position: relative;
}
.we-provide-right-card-2::before {
content:'';
position: absolute;
background-color: #0000;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
}
.we-provide-right-card-2:hover::before {
background-color: #000000b8;
transition: 1s;
}
.we-provide-right-card-2:hover {
background:url(../images/we-provide-bg-2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: translateY(20px);
transition: 1s
}

/* we-provide-right-card-3 */
.we-provide-right-card-3 {
background: #fff;
position: relative;
}
.we-provide-right-card-3::before {
content:'';
position: absolute;
background-color: #0000;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
}
.we-provide-right-card-3:hover::before {
background-color: #000000b8;
transition: 1s;
}
.we-provide-right-card-3:hover {
background:url(../images/we-provide-bg-3.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: translateY(20px);
transition: 1s
}

/* we-provide-right-card-4 */
.we-provide-right-card-4 {
background: #fff;
position: relative;
}
.we-provide-right-card-4::before {
content:'';
position: absolute;
background-color: #0000;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
}
.we-provide-right-card-4:hover::before {
background-color: #000000b8;
transition: 1s;
}
.we-provide-right-card-4:hover {
background:url(../images/we-provide-bg-4.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: translateY(20px);
transition: 1s
}


/* we-provide-right-card-5 */
.we-provide-right-card-5 {
background: #fff;
position: relative;
}
.we-provide-right-card-5::before {
content:'';
position: absolute;
background-color: #0000;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
}
.we-provide-right-card-5:hover::before {
background-color: #000000b8;
transition: 1s;
}
.we-provide-right-card-5:hover {
background:url(../images/we-provide-bg-5.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: translateY(20px);
transition: 1s
}

/* we-provide-right-card-6 */
.we-provide-right-card-6 {
background: #fff;
position: relative;
}
.we-provide-right-card-6::before {
content:'';
position: absolute;
background-color: #0000;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
}
.we-provide-right-card-6:hover::before {
background-color: #000000b8;
transition: 1s;
}
.we-provide-right-card-6:hover {
background:url(../images/we-provide-bg-6.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: translateY(20px);
transition: 1s
}

/* we-provide-right-card-7 */
.we-provide-right-card-7 {
background: #fff;
position: relative;
}
.we-provide-right-card-7::before {
content:'';
position: absolute;
background-color: #0000;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
}
.we-provide-right-card-7:hover::before {
background-color: #000000b8;
transition: 1s;
}
.we-provide-right-card-7:hover {
background:url(../images/we-provide-bg-7.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: translateY(20px);
transition: 1s
}


.room-sec-top-mbl{
    background: #006D3A;
    padding: 70px 0 70px 0;
    color: #fff;
    position: relative;
    display:none;
}



.sp-abt-sec-left-p1 {
    /* margin-top: 30px; */
    color: #666;
}
         /* we-provide-right-card-22 */
.we-provide-right-card-22 {
  background: #fff;
  position: relative;
  z-index: 1;
  }
  .we-provide-right-card-22::before {
  content:'';
  position: absolute;
  background-color: #0a2d59e6 -0.07%, #00886ee6 100%;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  border-radius: 10px;
  }
  .we-provide-right-card-22:hover::before {
  /* background-color: rgba(10, 45, 89, 0.9) -0.07%, rgba(0, 136, 110, 0.9) 100%; */
  /* background: rgb(10,45,89);
  background: linear-gradient(90deg, rgba(10,45,89,1) 0%, rgba(10,45,89,1) 0%, rgba(0,136,110,1) 100%); */
  background-color: #000000b8;
  transition: 1s;
  }
  .we-provide-right-card-22:hover {
  background:url(../images/we-provide-bg-22.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  transform: translateY(20px);
  transition: 1s
  }
  .we-provide-right-card-22:hover .we-provide-img {
  filter: grayscale(100%) brightness(3);
  background: #fff0;
  }
  .modal-form-popup{
    border: NONE;
    padding: 50px 50px;
    width: 100%;
    float: right;
    border-radius: 5px;
    background: #f9f9f9;
    box-shadow: #64646f33 0px 1px 10px 0px;
  }

  .modal a.close-modal {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 5;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
    height: fit-content;
}