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


body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Lato', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  padding: 0px;
  margin: 0px;
  color: #151515;
  font-family: 'Lato', sans-serif;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6 {
  margin-top: 1.5em;
  font-family: 'Lato', sans-serif;
}

.container {
  max-width: 1360px;
}

/* left sidebar & right sidebar css global css */
#maindiv {
  margin: auto;
  min-height: 300px;
  padding-top: 25px;
  padding-bottom: 50px;
  overflow: hidden;
  background: #f6f6f6;
}

#midcontent_area {
  width: 100%;
  float: left;
  overflow: hidden;
}

#sidebar_first_area {
  width: 25%;
  float: left;
}

#sidebar_second_area {
  width: 25%;
  float: right;
}

body.sidebar-first #midcontent_area {
  width: 75%;
  float: left;
}

body.sidebar-second #midcontent_area {
  width: 75%;
  float: left;
}

body.Two-sidebars #midcontent_area {
  width: 50%;
  float: left;
}

/* Header area */
#slideshow-area {
  padding: unset!important;
 
}
#whole_header_area {
  background: url(..//images/wool-diagonal-for-light-background.png) center center repeat scroll;
}

.user-logged-in .region-header-menu-right .contextual-region {
  position: unset !important;
}

#whole_header_area .left-logo img {
  width: 150px;
  height: auto;

}


.right-menu .menu a.sf-depth-1 {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  padding: 0px 13px;
  line-height: 150px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, Tahoma,
    sans-serif;
}
/* #block-useraccountmenu .navbar-nav li:nth-child(1) {
  display: none;
} */



#block-useraccountmenu a {
  background-image: url('../images/login-avatar.png');
  background-size: cover;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.right-menu li.sf-depth-1:hover {
  background: #00083e;
  color: #ffff;
}

.right-menu li.sf-depth-1:hover a.sf-depth-1 {
  color: #ffff;
}

.right-menu .menu li.menuparent.sfHover ul {
  top: 125px;
  background: #fff;
  width: 205px !important;
}

.right-menu .menu li.menuparent ul li a {
  color: #808080;
  text-decoration: none;
}

.right-menu .menu li.menuparent ul li a:hover {
  color: #000;
  background-color: #f8f8f8;
  text-decoration: none;
}

#header-top-area {
  display: flex;
  justify-content: end;
}

#header-bottom-area .row {
  display: flex;
  align-items: center;
}

.right-menu.col-sm-10 {
  display: flex;
  justify-content: end;
  padding-left: 0px;
  padding-right: 0px;
}


#header-top .right-menu {
  display: flex;
  justify-content: end;
}

/* Appointment BookNow */
.book-appointment img {
  height: 453px;
  object-fit: cover;
  background-size: cover;
}

/*  Appointment Css start here  */

/* Style the container div */
.book-appointment {
  position: relative;
}

input[type="radio"]:checked + label.option {
  background-color: #fe9900;
}

/* Banner Page Css start here */

#slideshow_area {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  overflow: hidden;
}

/* Set image full width */
.whole-slide .slide-image img {
  background-size: cover;
  width: 100%;
  display: block;
  background-position: center;
}
/* Background overlay */
.whole-slide .slide-image {
  position: relative;
  overflow: hidden;
}

.whole-slide .slide-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust overlay color and opacity */
}

/* Centered text */
.slideshow {
  position: relative;
  background: #f6f6f6;
}
.slide-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 80%;
  font-size: 30px;
  line-height: 30px;
}

.whole-slide .slide-desc h2 {
  color: #fff;
}

.whole-slide {
  text-align: center;
  position: relative;
}

.slide-image {
  margin-bottom: 20px;
}

.slide-desc {
  font-size: 24px;
}

.view-footer {
  text-align: center;
  margin-top: 20px;
}

.book-appointment {
  display: inline-block;
  margin-top: 10px;
}

.view-id-slideshow {
  position: relative;
}

.book-appointment a.btn.btn-primary,
.book-appointment-plans a.btn.btn-primary {
  padding: 10px 30px;
  color: #fff;
  display: block;
  transition: all .5s ease;
  border-radius: 25px;
  background: #fe9900 !important;
  border: unset;
}
.book-appointment-plans a.btn.btn-primary:hover {
  background: #000 !important;
}
.whole-plan .massage_book {
  width: 100%;
}
.right-plan .massage_book {
  width: 22%;
}
.massage_book a {
  padding: 10px 30px;
  color: #fff;
  display: block;
  transition: all .5s ease;
  border-radius: 25px;
  background: #fe9900 !important;
  border: unset;
  text-decoration: none;
  text-align: center;
  margin-top: 15px;
}

.massage_book a:hover{
  background: #000 !important;
}
.book-appointment a.btn.btn-primary :hover {
  background: #151515;
  color: #fff;
  cursor: pointer;
}

.view-id-slideshow .views_slideshow_controls_text_previous a {
  background: #fe9900 url(../images/previous.png) no-repeat 50% 50%;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  left: 1.5%;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-size: 20px;
  display: block !important;
}

.view-id-slideshow .views_slideshow_controls_text_next a {
  right: 1.5%;
  position: absolute;
  background: #fe9900 url(../images/next.png) no-repeat 50% 50%;
  font-size: 0px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-size: 20px;
}

.view-id-slideshow .views-slideshow-controls-bottom {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  z-index: 999;
}

.views_slideshow_controls_text_pause {
  display: none;
}
.youtube-cat {
  font-size: 2rem;

}
.youtube-cat a {
 text-decoration: none;
 font-size: 2rem;
 text-transform: capitalize;
 font-weight: 600;
 color: #008000;
}
.youtube-title {
  font-size: 1.2rem;
  padding: 13px 0px;
  color: #008000;
}
.book-appointment-youtube a.btn.btn-primary {
  padding: 10px 30px;
  color: #fff;
  display: block;
  transition: all .5s ease;
  border-radius: 25px;
  background: #fe9900 !important;
  border: unset;
  margin-top: 20px;
  width: 40%;
}
.book-appointment-youtube a.btn.btn-primary:hover,
.book-appointment a.btn.btn-primary:hover{
  background: #000 !important;
}

/* Targeting the YouTube videos within the slider */
.view-youtube-videos .slick-slide iframe {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: box-shadow 0.3s ease-in-out;
}

/* Hover effect */
.view-youtube-videos .slick-slide iframe:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.left-yuotube #youtube-field-player {
  width: 100%;
  
}

/*   Our Gallery Css */
.view-header {
  margin-bottom: 30px;
}

.our-gallery h3 {
  margin-bottom: 20px;
}

.gallery-desc {
  width: 50%;
  margin: auto;
  margin-top: 20px;
  font-weight: 800;
}
.gallery-image .img-fluid {
  width: 100% !important;
  height: auto;
}
.blog-body p {
  font-size: 1.2rem;
  color: #008000;
}

.view-id-our_gallery .views-col, .view-our-blogs .views-col {
  width: calc(32%) !important;
  margin-bottom: 15px;
  padding: 10px;
  transition: transform 0.3s, box-shadow 0.3s ease;
  position: relative;
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  margin-right: 10px;
}
.view-id-our_gallery .views-col::before,
.view-our-blogs .views-col::before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: inherit;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}


.view-id-our_gallery .views-col:hover,
.view-our-blogs .views-col:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.gallery-title {
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  padding: 13px;
}

.gallery-image {
  padding: 5px;
}

.gallery-title a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s, background-color 0.3s;
  padding: 5px 10px;
  display: inline-block;
}

.gallery-title:hover {
 
  background: #fe9900;
}
.gallery-title a:hover{
  color: #fff;
}


/* Blog area Css start */
.our-blog {
  font-weight: 700;
  font-size: 18px;
}

.our-blog h3,
.our-testimonials h3 {
  font-weight: 600;
}

.blog-desc {
  padding: 10px;
  height: 80px;
}

.blog-desc a {
  text-decoration: none;
  color: #000;
}

.blog-desc:hover {
  background: #fe9900;
}

.blog-desc a:hover {
  color: #fff;
}

/* Testimonial Css start */
.our-testimonials {
  text-align: center;

}

/* Our team css */
.our-team-member p {
  font-weight: 600;
  font-size: 18px;
}

.our-team-member p {
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}

/* Style for the team card layout */
.our-team-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  width: 80%;
}

/* Style for the team image */
.our-team-card .team-image img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}

/* Style for the team title */
.our-team-card .team-title a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

/* Style for the team designation */
.our-team-card .team-desig {
  color: #666666;
  font-style: italic;
  margin-bottom: 10px;
}

.team-image {
  padding: 20px;
}

/* Style for the box shadow */
.card-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Massage Plan css */

.massage-price h2 {
  text-align: center;
  padding-bottom: 30px;
}

.whole-plan {
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.plan-title a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}

.plan-image {
  padding: 0 30px;
  border-radius: 50%;
}

.whole-plan a {
  text-decoration: none;
  color: #008000;
}
.massage-plan {
  padding: 40px 0px;
  color: #008000;
}

.massage_cat a {
  text-decoration: none;
  font-size: 2rem;
  color:#008000;
}
.massage_title {
  font-size: 1.2rem;
  padding: 12px 0px;
  font-weight: 600;
}
.massage_dura,
.massage_amount {
  font-size: 1.2rem;
  display: flex;
}
.massage_desc {
  font-size: 1rem;
}
.book-appointment-plans {
  width: 20%;
  margin-top: 20px;
}
.left-plan img.img-fluid {
  border: 5px solid #2AAA8A;
}
/* Footer Css Start here  */

/* footer area css  */
.whole-footer-area {
  background: #00083e;
  color: #fff;
  padding: 20px 0px;
}

.footer-bottom-left p {
  font-size: 11px;
}

.footer-bottom-left,
.footer-bottom-right {
  padding-top: 10px;
}

.footer-section h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 26px;
}

.footer-third h4 {
  display: none;
}

.footer-third .views-field-title {
  display: none;
}

.footer-third .views-col {
  width: 30% !important;
  padding-right: 10px;
  padding-bottom: 10px;
}

.footer-bottom.container-fluid {
  margin-top: 30px;
}

.header-social-link {
  display: flex;
  justify-content: space-evenly;
  padding: 0px !important;
  line-height: 50px;
  margin-left: -30px;
}

.header-social-link li {
  list-style: none;
}

.header-social-link span {
  display: none;
}

.header-social-link i.fa-brands {
  font-size: 20px;
  color: #fff;
}

/* Apply box shadow to the entire box */
.slick--view--youtube-videos .grid.slide__grid {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
}

/* Center the title and description */
.slick--view--youtube-videos .views-field.views-field-title,
.slick--view--youtube-videos .views-field.views-field-body {
  text-align: center;
}

.slick--view--youtube-videos .views-field.views-field-title a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

/* Google map area css */

.contact-us {
  width: 50%;
}

ul.opening-contact li {
  list-style: none;
}

.opening-contact li a {
  color: #000;
}

.our-loc-area .header-social-link i.fa-brands {
  font-size: 20px;
  color: unset;
}

/* Positioning the parent container */
.left-google-map {
  position: relative;
}

.contact-us {
  position: absolute;
  bottom: 50%;
  right: 29%;
  width: 56%;
  background-color: #fff;
  transform: translate(50%, -50%);
  padding: 20px;
  border: 10px solid #9cbe9c;
  box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
}

.path-frontpage .contact-us {
  bottom: 0 !important;
}

.our-loc-area .fa-brands {
  padding: 7px;
  border: 2px solid #9cbe9c;
  border-radius: 100%;
  color: #000 !important;
}

.contact-us span {
  padding: 0 10px;
  line-height: 20px;
}

span.bordered-character {
  border-bottom: 1px solid #9cbe9c;
}

.right-inqurie-area {
  padding: 50px;
}

.right-inqurie-area #edit-first-name,
#edit-last-name,
#edit-email,
#edit-phone-number {
  box-shadow: unset !important;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 5px 15px;
  width: 80%;
  height: 50px;
  font-weight: 400;

}
.inquire-form input#edit-submit--2 {
  background: #fe9900;
  padding: 10px 30px;
  border: unset;
  border-radius: 25px;
}

.webform-button--submit {
  padding: 10px 30px;
  color: #fff;
  display: block;
  transition: all .5s ease;
  border-radius: 25px;
  background: #fe9900 !important;
  border: unset;
}

.youtube-video h3 {
  font-size: 40px;
}

.book-appointment {
  display: flex;
  justify-content: center;
}

.path-booking-appointment .contact-us {
  display: none;
}

/* Booking Appointment Css */
.whole-booking {
  width: 100%;
  background :#00083e;
  text-align: center;
  padding: 100px 0px;

}

.whole-booking h1 {
  color: #fff;
}

.booking-appointment-form .form-item-name,
.booking-appointment-form .form-item-emailid,
.booking-appointment-form .form-item-address,
.booking-appointment-form #edit-massage-title,
.booking-appointment-edit-form .form-item-name,
.booking-appointment-edit-form .form-item-emailid,
.booking-appointment-edit-form .form-item-address,
.booking-appointment-edit-form #edit-massage-title
{
  float: left;
  width: 47%;
}

.booking-appointment-form .form-item-mobileno,
.booking-appointment-form .form-item-event-date,
.booking-appointment-form .form-item-comment,
.booking-appointment-edit-form .form-item-mobileno,
.booking-appointment-edit-form .form-item-event-date,
.booking-appointment-edit-form .form-item-comment {
  float: right;
  width: 47%;
}

#edit-time-slot--wrapper {
  width: 100%;
}

.block-views-block-our-price-list-our-price-list .massage_book {
  width: 100%;
}
.massage_book a {
  color: #fff;
}
.plan-image {
  padding: 0 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.plan-title {
  text-align: center;
}
.booking-appointment-form label.option,
.booking-appointment-edit-form label.option {
  display: inline;
  font-weight: normal;
  padding: 10px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 5px;
}

.booking-appointment-form input#edit-submit, .booking-appointment-edit-form input#edit-submit {
  margin-top: 40px !important;
  padding: 10px 0px;
  background: #fe9900 !important;
  border: unset;
  width: 20%;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
}
#booking-appointment-filter-form, .payment-collect-filter-form {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 50px;
  background: linear-gradient(188deg, #B14128, #fe9900);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}
.booking-appointment-form .form-control:focus {
  box-shadow: unset;
  border: 1px solid #000;
}

#booking-appointment-filter-form #edit-submit,
#booking-appointment-filter-form #edit-reset,
a.button.button--primary-download,
.payment-collect-filter-form #edit-submit,
.payment-collect-filter-form #edit-reset,
a.button.button--primary
 {
  background: #fe9900;
  border: unset;
  color: #fff;
  padding: 10px 30px;
  margin-top: 25px
}
a.button.button--primary-download:hover,
#booking-appointment-filter-form #edit-submit:hover,
#booking-appointment-filter-form #edit-reset:hover,
.payment-collect-filter-form #edit-submit:hover,
.payment-collect-filter-form #edit-reset:hover  {
  background: #000;
}
.form-control,
#edit-email {
  border: 1px solid #000;
  padding: 10px;
  border-radius: unset;
}
.edit-email
label.option:hover {
  background: #000;
  color: #fff;
}
.button-download {
  display: none;
}

#booking-appointment-filter-form .form-item-name,
.payment-collect-filter-form .form-item-name {
  width: 26%;
}

.booking-appointment-edit-form .form-radio {
  display: none;
}

div#edit-time-slot {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}

.dropbutton-action {
  background: #fe9900;
}

.dropbutton-action a {
  color: #fff;
  text-decoration: none;
  border: unset;
}

.dropbutton-toggle button {
  background: #fe9900;
}


.view-videolist video {
  width: 360px;
  height: auto;
}

.youtube-field-player {
  width: 370px;
  
}
.view-youtube-videos .views-field-title a {
  text-decoration: none;
  text-transform: capitalize;
  padding: 0 10px;
}
.view-youtube-videos .field-content p {
  padding: 10px 0px;
  font-size: 16px;
}
.view-youtube-videos a,
.view-videolist a {
  font-size: 24px;
  color: #000;
  text-decoration: none;
}

#block-views-block-videolist-localvideos h2 {
  text-align: center;
  text-transform: capitalize;
}
/* footer whatsup css */

.footer-whatsup-pop {
  position: fixed;
  bottom: 80px; 
  right: 20px;
  z-index: 9999; 
}

.footer-whatsup-pop .whatsapp {
  background-color: #25d366; 
  width: 50px;
  height: 50px; 
  border-radius: 50%; 
  display: flex;
    justify-content: center;
    align-items: center;
}

.footer-whatsup-pop .whatsapp a {
  display: block; 
    width: 100%; 
    height: 100%; 
    text-align: center; 
    line-height: 50px; 
    text-decoration: none;
    color: #fff; 
    font-size: 24px; 
}
.footer-whatsup-pop .whatsapp span {
  display: none;
}
.right-menu ul.sf-menu .sf-sub-indicator:after {
  content: unset !important; 

}
.right-menu .sf-clone-parent{
  display: none;
}

#inquire-form #edit-name,
#inquire-form #edit-mobileno,
#inquire-form #edit-email,
#inquire-form #edit-message {
  box-shadow: unset;
  border-radius: unset;
  padding: 10px;
  width: 80%;
}
#inquire-form #edit-submit {
  background: #fe9900 !important;
  border: unset;
  border-radius: 30px;
  padding: 10px 40px;
}
 #inquire-filter-form {
  display: flex;
  justify-content: space-between;
  border: 1px solid #000;
  padding: 20px;
  align-items: center;
  margin-bottom: 30px;
}
#inquire-filter-form #edit-submit,
#inquire-filter-form #edit-reset 
 {
  background: #fe9900;
  border: unset;
  color: #fff;
  padding: 10px 20px;
  margin-top: 25px;
}
a.download-excel {
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.download-excel {
  background: #fe9900;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 140px;
}

/* local video Css  */
.payment-collect-form .form-item-name,
.payment-collect-form .form-item-membership,
.payment-collect-form .form-item-massage,
.payment-collect-form .form-item-timein,
.payment-collect-form .form-item-cash-payment,
.payment-collect-form .form-item-credit-card-payment,
.payment-collect-form .form-item-total-payment,
.payment-collect-edit-form .form-item-name,
.payment-collect-edit-form .form-item-membership,
.payment-collect-edit-form .form-item-massage,
.payment-collect-edit-form .form-item-timein,
.payment-collect-edit-form .form-item-cash-payment,
.payment-collect-edit-form .form-item-credit-card-payment,
.payment-collect-edit-form .form-item-total-payment
 {
  width: 48%;
  float: left;
}
.payment-collect-form .form-item-mobileno,
.payment-collect-form .form-item-therapistname,
.payment-collect-form .form-item-durationtime,
.payment-collect-form .form-item-event-date,
.payment-collect-form .form-item-online-payment,
.payment-collect-form .form-item-expense,
.payment-collect-edit-form .form-item-mobileno,
.payment-collect-edit-form .form-item-therapistname,
.payment-collect-edit-form .form-item-durationtime,
.payment-collect-edit-form .form-item-event-date,
.payment-collect-edit-form .form-item-online-payment,
.payment-collect-edit-form .form-item-expense {
  width: 48%;
  float: right;
}
.payment-collect-form #edit-submit {
  width: 47%;
  margin-top: 36px;
  padding: 10px 0px;
  background: #fe9900 !important;
  border: unset;
  float: right;
}
.payment-collect-edit-form #edit-submit {
  background: #fe9900;
  border: unset;
  margin-top: 36px !important;
  width: 46%;
  margin-left: 50px;
  padding: 12px;
}
.payment-collect-edit-form input#edit-name,
.payment-collect-edit-form #edit-mobileno,
.payment-collect-edit-form #edit-membership,
.payment-collect-edit-form #edit-therapistname,
.payment-collect-edit-form #edit-massage,
.payment-collect-edit-form #edit-durationtime,
.payment-collect-edit-form #edit-timein,
.payment-collect-edit-form #edit-event-date,
.payment-collect-edit-form #edit-cash-payment,
.payment-collect-edit-form #edit-online-payment,
.payment-collect-edit-form #edit-credit-card-payment,
.payment-collect-edit-form #edit-expense,
.payment-collect-edit-form #edit-total-payment
{
  width: calc(100% - 20px);
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
}
.payment-collect-edit-form #edit-submit:hover {
  background: #000;
}



/* about us page css  */

/* Full width image */
.image-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.centered-image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

/* login form Css */

#search-block-form {
  position: relative;
}
#search-block-form #edit-submit {
  position: absolute;
  right: 8px;
  top: 10px;
  background-image: url(../images/search.svg)!important;
  background-size: cover;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  border: unset;
  display: block !important;
}
#search-block-form .btn-primary {
  --bs-btn-bg: unset !important;
}
#search-block-form #edit-submit:hover {
  background-color: unset;
}
.user-logged-in .right-menu .nav.navbar-nav .nav-item:first-child .nav-link {
  display: none !important;
}
#search-block-form #edit-keys:focus {
  box-shadow: unset;
}

.form-type-search input#edit-keys {
  width: 240px;
  margin-left: 10px;
  border-radius: 25px;
  height: 40px;
}
.user-login-form #edit-name,
.user-login-form #edit-pass{
  width: 30%;
}
.user-login-form #edit-submit {
  background: #fe9900;
  border: unset;
  padding: 10px 30px;
}
.user-login-form  #edit-submit:hover {
  background: #000;
}

.hidden-for-anonymous {
  display: none !important;
}
.region-header-menu-right .block-superfish {
  width: unset !important;
}

.region.region-header-menu-right {
  display: flex;
  align-items: center;
}
.payment-collect-form #edit-submit--2:hover {
  background: #000;

}

.payment-collect-form #edit-submit--2 {
  background: #fe9900;
  border: unset;
  margin-top: 40px !important;
  width: 45%;
}
.payment-collect-form, #payment-collect-edit-form {
  padding: 50px 100px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(185deg, #fe9900, #F0F4FD);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease-in-out;
}

.payment-collect-form input[type="text"],
.payment-collect-form input[type="tel"],
.payment-collect-form input[type="date"],
.payment-collect-form input[type="submit"] {
  width: calc(100% - 20px); 
  margin-bottom: 20px; 
  padding: 10px; 
  border: 1px solid #000; 
  border-radius: 5px; 
  box-sizing: border-box; 
}

.payment-collect-form label {
  display: block;
  margin-bottom: 5px; 
}

.payment-collect-form input[type="submit"] {
  background-color: #fe9900; 
  color: white; 
  border: none; 
  cursor: pointer; 
}

.payment-collect-form input[type="submit"]:hover {
  background-color: #45a049;
} 
div#edit-total-payment {
  display: none;
}

.table {
  overflow-x: auto;
  display: block;
  white-space: nowrap;
  background: linear-gradient(185deg, #fe9900, #F0F4FD);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid #000;
}

td,th {
  font-size: 1rem;
  font-weight: 600;
}
/* .user-logged-in .right-menu{
  width: 50%;
  display: flex;
  justify-content: end;
}
.user-logged-in .left-logo {
  width: 50% !important;
  
} */

/* Expense Sheet Form Css */
form#expense-filter-form {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  margin-bottom: 30px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  margin-top: 50px;
}
#expense-filter-form .form-item-description {
  width: 50%;
}
#expense-filter-form #edit-submit,
#expense-filter-form #edit-reset,
#expense-form #edit-submit--2,
.expense-filter-form #edit-submit--2 {
  background: #fe9900;
  border: unset;
  color: #fff;
  padding: 10px 30px;
  margin-top: 25px;
}
#expense-form {
  width: 50%;
  padding: 50px 100px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease-in-out;
  margin-top: 50px;
}
.path-expense .table thead,
.path-expense .table tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
}

 #expense-form #edit-date,
 #expense-form #edit-description--2 ,
 #expense-form #edit-amount  {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
} 
#expense-form #edit-submit {
  background: #fe9900;
  border: unset;
  margin-top: 20px !important;
  padding: 9px 30px;
}
#expense-form #edit-submit:hover {
  background:#000;

}
/* G translate Css */
#gt_float_wrapper {
  line-height: 10px;
}
#gt_float_wrapper .gt_float_switcher {
  font-size: 16px;
  font-family: "Roboto";
  border: 2px solid #f3f3f3;
  border-radius: 50px;
  box-shadow: none;
}
.gt_float_switcher .gt-open {
  opacity: 1;
  transform: translateY(40px) !important;
  border: 2px solid #f3f3f3;
  border-radius: 10px;
}
.gt_float_switcher .gt_options {
  position: absolute !important;
  max-width: 220px !important;
  width: max-content;
  background: #ffffff;
  right: 9%;
}
#gt_float_wrapper .gt_float_switcher {
  font-size: 16px;
  font-family: "Roboto";
  border: 2px solid #f3f3f3;
  border-radius: 50px;
  box-shadow: none;
}
.gt_float_switcher .gt_options a.gt-current {
  display: none;
}
.gt_float_switcher .gt-open a {
  font-size: 14px;
  font-family: "Inter";
  color: #555555 !important;
}
.gt_float_switcher img {
  vertical-align: middle;
  display: inline-block;
  width: 33px;
  height: auto;
  margin: 0 5px 0 0;
  border-radius: 3px;
}
.gt_float_switcher img {
  width: 30px !important;
}
.gt_options.gt-open {
  margin-top: 5px;
}
.gt-open a.nturl {
  width: 170px;
}

.gt-current-lang {
  background: url(..//images/language.png)no-repeat center !important;
    height: 14px;
    box-shadow: none;
    color: transparent;
    cursor: pointer;
    position: relative;
    text-indent: -9999px;
}
.power-by {
  display: flex;
  justify-content: start;
}
.power-by h4 {
  color: #fff;
}
.power-by h4 a {
  text-decoration: none;
  color: #fff;
}
.contact-us h5 a {
  color: #000;
  text-decoration: none;
}