* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  font-family: "Avenir LT Pro";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: 1.2;
  color: #1a1a1a;
}

a {
  display: inline-block;
  text-decoration: none;
}

h1 {
  font-size: 75px;
  font-weight: 800;
  color: #fff;
}

h2 {
  font-size: 52px;
  font-weight: 800;
}

h3 {
  font-size: 44px;
  font-weight: 800;
}

h4 {
  font-size: 32px;
}

.p_100 {
  padding-block: 100px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.cta,
.cta_green,
.cta_White {
  padding: 20px 50px 17px;
  border-radius: 60px;
  transition: all 0.3s ease;
  line-height: 1.5;
}

.cta {
  color: #ffffff;
  border: 1px solid white;
  background-color: transparent;
}

.cta_green {
  background-color: #00874f;
  color: #ffffff;
}

.cta_White {
  background-color: #ffffff;
  color: #1a1a1a;
}

.cta_green:hover {
  background-color: #1a1a1a;
  color: white;
}

.cta_White:hover {
  background-color: #00874f;
  color: white;
}

.cta:hover {
  background-color: #fff;
  color: #000 !important;
}

header {
  overflow: hidden;
}

header .nav.nav_mobile {
  display: none;
}

header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 60px;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s ease;
}

.nav.scrolled {
  background-color: #000;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

header .nav .link_sde ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin-bottom: 0;
}

header .nav .link_sde ul li span {
  font-size: 16px;
  color: white;
  transition: all 0.3s ease;
}

header .nav .link_sde ul li a {
  font-size: 16px;
  color: white;
  transition: all 0.3s ease;
}

header .nav .link_sde ul li a:hover,
header .nav .link_sde ul li span:hover {
  color: #00874f;
}

header .menu_innr_wrp {
  align-items: center;
  display: flex;
  justify-content: end;
  gap: 240px;
}

.menu_wrap {
  width: calc(100% - 240px);
}

.nav .link_sde .dropdown {
  position: relative;
}

.nav .link_sde .dropdown-menu {
  position: absolute;
  top: 35px;
  left: 0;
  background: #1a1a1a;
  list-style: none;
  padding: 10px 0;
  min-width: 160px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav .link_sde .dropdown-menu li {
  padding: 8px 15px;
}

.nav .link_sde .dropdown-menu li a {
  color: #e5e7eb;
  font-size: 14px;
}

.nav .link_sde .dropdown-menu li:hover {
  background-color: #334155;
}

.nav .link_sde .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header .nav .btn_sde {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav .btn_sde .lgn_in a {
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav .btn_sde .lgn_in a:hover {
  color: #00874f;
}

header .nav .book_now .cta_White {
  font-size: 15px;
  padding: 10px 26px 8px;
}

/* home-banner  */

.home_bannr {
  padding: 160px 110px 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
}

.home_bannr:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 507px;
  background: linear-gradient(180deg, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
}

.home_bannr h1 {
  color: white;
  font-weight: 800;
  text-align: center;
}

.home_bannr h1 span {
  font-size: 95px;
}

.home_bannr .home_frm {
  max-width: 661px;
  margin-top: 40px;
  margin-inline: auto;
  width: 100%;
  padding: 50px 35px 40px;
  background-color: #ffffff1f;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #fff;
}

.home_bannr .home_frm h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.3;
  color: #fff;
}

.home_bannr .home_frm form {
  width: 100%;
}

.home_bannr .home_frm .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 67px;
  padding: 0 20px;
  margin-bottom: 18px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.home_bannr .home_frm .form-group input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 15px;
  margin: 0 10px;
}

.home_bannr .home_frm .icon {
  display: flex;
  align-items: center;
}

.home_bannr .home_frm .arrow {
  font-size: 18px;
  opacity: 0.9;
}

.home_bannr .home_frm .find-btn {
  width: 100%;
  height: 67px;
  border-radius: 60px;
  border: none;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}

.home_bannr h4 {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 64px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.home_bannr .home_frm .find-btn:hover {
  background: #f3f3f3;
}

.home_bannr .home_frm .form-group select {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 15px;
  margin: 0 10px;
  appearance: none;
  cursor: pointer;
  padding: 10px;
}

.home_bannr .home_frm .form-group select option {
  color: #000;
}

.home_bannr .home_frm .form-group input[type="date"] {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 15px;
  margin: 0 10px;
}

.home_bannr .home_frm input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  color: white;
}

.home_bannr .home_frm .form-group {
  position: relative;
}

.home_bannr .home_frm .form-group input[type="date"] {
  width: 100%;
  height: 50px;
  cursor: pointer;
}

.home_bannr
  .home_frm
  .form-group
  input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.home_bannr .home_frm .icon,
.home_bannr .home_frm .arrow {
  pointer-events: none;
}

/* Nigeria_frt_sec  */
.Nigeria_frt_sec {
  position: relative;
  overflow: hidden;
}

.Nigeria_frt_sec:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  height: 1px;
  width: 100%;
  max-width: 1800px;
  border: 1px solid;
  border-image-source: linear-gradient(
    90deg,
    #ffffff 0%,
    #eeeeee 50%,
    #ffffff 100%
  );
}

.Nigeria_frt_sec h3 {
  font-weight: 400;
  text-align: center;
  max-width: 960px;
  margin-inline: auto;
  color: #1a1a1a;
}

.Nigeria_frt_sec .nigeria_btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 34px;
}

.Nigeria_frt_sec .nigeria_btns .cta_White {
  border: 1px solid #eeeeee;
}

.Nigeria_frt_sec .nigeria_btns a {
  width: 100%;
  max-width: 239px;
  display: flex;
  justify-content: center;
}

/* explore slider sec  */
.expl_spce_sldr_sec {
  overflow: hidden;
}

.expl_spce_sldr_sec .head_side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.expl_spce_sldr_sec .head_side h2 {
  font-weight: 800;
}

.expl_spce_sldr_sec .head_side p {
  position: relative;
  margin-bottom: 0;
}

.expl_spce_sldr_sec .head_side p:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -38px;
  height: 1px;
  width: 29px;
  background-color: #1a1a1a;
}

.expl_spce_sldr_sec .expl_slider .img_side {
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
/* 
.expl_spce_sldr_sec .expl_slider .img_side img {
     border-radius: 25px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 300px;
    min-height: 300px;
    transition: all 0.3s ease;
} */

.expl_spce_sldr_sec .expl_slider .img_side:hover img,.expl_slider_space .img_side:hover img {
  transform: scale(1.08);
  /* adjust zoom strength */
}

.expl_spce_sldr_sec .expl_slider .box .price_lbl , .expl_slider_space  .box .price_lbl {
  display: flex;
  align-items: center;
  gap: 6px;
}

.expl_spce_sldr_sec .expl_slider .price_lbl p ,  .expl_slider_space  .box .price_lbl p {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 0;
}

.expl_spce_sldr_sec .expl_slider .price_lbl h5 , .expl_slider_space  .box .price_lbl h5 {
  margin-bottom: 0;
  font-weight: 800;
  color: #00874f;
  font-size: 20px;
}

.expl_spce_sldr_sec .expl_slider .img_side .drag_crle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 102px;
  width: 102px;
  background-color: #00874f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.expl_spce_sldr_sec .box.slick-current .img_side .drag_crle {
  opacity: 1;
}

.expl_spce_sldr_sec .expl_slider .img_side .drag_crle h5 {
  color: white;
  margin-bottom: 0;
}

.expl_spce_sldr_sec .expl_slider .img_side img , .expl_slider_space .img_side img {
  border-radius: 25px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.expl_spce_sldr_sec .expl_slider .box h4 ,.expl_slider_space .box h4{
  font-weight: 800;
  margin-bottom: 5px;
}

.expl_spce_sldr_sec .expl_slider .box .view_btn , .expl_slider_space .view_btn {
  margin-top: 23px;
}

.expl_spce_sldr_sec .expl_slider .view_btn a , .expl_slider_space .view_btn a   {
  font-size: 14px;
  color: #1a1a1a;
  padding: 10px 26px 8px;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  transition: all 0.3s ease;
}

.expl_spce_sldr_sec .expl_slider .view_btn a:hover, .expl_slider_space .view_btn a:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}

.expl_spce_sldr_sec .slick-slide {
  margin-inline: 15px;
}

.expl_spce_sldr_sec .slick-track {
  display: flex;
  position: relative;
  z-index: 2;
}

.expl_spce_sldr_sec .slick-list.draggable {
  overflow: visible;
}

.expl_spce_sldr_sec .expl_slider {
  position: relative;
  z-index: 2;
}

.expl_spce_sldr_sec .expl_slider:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background-color: #fff;
}

/* why pay & work section  */
.why_pay_work_sec {
  background-color: #eeeeee4d;
}

.why_pay_work_sec h2 {
  font-weight: 800;
  text-align: center;
}

.why_pay_work_sec .descri {
  max-width: 1002px;
  margin: auto;
  font-size: 22px;
  color: #666666;
  text-align: center;
  margin-bottom: 34px;
}

.why_pay_work_sec .card_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.why_pay_work_sec .card_main .card {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 48px 35px 40px;
  text-align: center;
  border: none;
}

.why_pay_work_sec .card_main .card-icn {
  margin-bottom: 35px;
}

.why_pay_work_sec .card_main P {
  color: #666666;
  max-width: 299px;
  margin-inline: auto;
  margin-bottom: 0;
}

.why_pay_work_sec .lwr-btn {
  display: flex;
  justify-content: center;
}

/* custmr review section  */
.custmr_review_sec h2 {
  text-align: center;
  font-weight: 800;
}

.custmr_review_sec .lwr_head {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 37px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 65px;
}

.custmr_review_sec .lwr_head .cta_green {
  padding: 21px 45px;
}

.custmr_review_sec .lwr_head .google_txt {
  display: flex;
  align-items: center;
  gap: 5px;
}

.custmr_review_sec .lwr_head h5 {
  font-size: 40px;
}

.custmr_review_sec .lwr_head .star_icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.custmr_review_sec .lwr_head p {
  font-size: 28px;
  margin-bottom: 0;
  color: #666666;
  white-space: nowrap;
}

.custmr_review_sec .review {
  padding: 40px 35px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  max-width: 460px;
  min-height: 494px;
  display: flex;
  flex-direction: column;
}

.custmr_review_sec .review .star {
  margin-bottom: 20px;
}

.custmr_review_sec .review p {
  margin-bottom: 0;
  color: #666666;
  max-width: 375px;
}

.custmr_review_sec .review .lwr_review_cnt {
  padding-top: 31px;
  border-top: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.custmr_review_sec .lwr_review_cnt .lft_cnt {
  display: flex;
  align-items: center;
  gap: 13px;
}

.custmr_review_sec .lwr_review_cnt .lft_cnt h6 {
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 18px;
}

.custmr_review_sec .lwr_review_cnt .lft_cnt p {
  color: #666666;
  font-size: 14px;
}

.custmr_review_sec .slick-track {
  display: flex;
}

.custmr_review_sec .slick-slide {
  margin-inline: 15px;
}

.custmr_review_sec .review_sldr_wrap {
  position: relative;
}

.custmr_review_sec .review_sldr_wrap button {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #eeeeee;
  color: #00874f;
  border: none;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.custmr_review_sec .review_sldr_wrap button:hover {
  color: white;
  background-color: #00874f;
}

.custmr_review_sec .review_sldr_wrap .review_prev {
  left: -28px;
}

.custmr_review_sec .review_sldr_wrap .review_next {
  right: -28px;
}

/* serious work sec */
.serious_wrk_sec {
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serious_wrk_sec .container {
  height: 100%;
}

.serious_wrk_sec .inr_cont {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}

.serious_wrk_sec h2 {
  max-width: 519px;
  color: #fff;
}

/* client sec */
.client-slide {
  display: flex !important;
  align-items: center;
  gap: 40px;
}

.client-slider > div:first-child {
  width: 40%;
}

.client-slider > div:nth-child(2) {
  width: 60%;
}

.cients-saying h2 {
  text-align: center;
}

.client-img {
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.client-slider {
  display: flex;
  align-items: center;
}

/* our client section  */
.our_client_sec {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.our_client_sec .move_txt h5 {
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0;
  font-size: 234px;
  color: #1a1a1a;
  opacity: 2%;
  text-wrap: nowrap;
  font-weight: 900;
  line-height: 100%;
  animation: move_lft 15s linear infinite;
}
.our_client_sec .move_txt {
  position: absolute;
  top: 0;
  right: 0;
}

.our_client_sec:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  border: 1px solid;
  border-image-source: linear-gradient(
    90deg,
    #ffffff 0%,
    #eeeeee 50%,
    #ffffff 100%
  );
}

.our_client_sec h2 {
  font-size: 72px;
  font-weight: 800;
  max-width: 688px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 30px;
}

.our_client_sec .img_side {
  padding-right: 45px;
}

.our_client_sec .img_side img {
  border-radius: 50%;
}

.our_client_sec .content_sde {
  padding-left: 42px;
  position: relative;
}

.our_client_sec .content_sde:after {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 90px;
  height: 60px;
  background-image: url("../img/half_slidr_icon.svg");
}

.our_client_sec .content_sde h6 {
  font-size: 30px;
  font-weight: 400;
  max-width: 750px;
  margin-bottom: 20px;
}

.our_client_sec .row {
  display: flex;
  align-items: center;
}

.our_client_sec .img_cnt {
  display: flex;
  align-items: center;
  gap: 15px;
}

.our_client_sec .client-img img {
  border-radius: 50%;
}

.our_client_sec .img_cnt P {
  margin-bottom: 0;
  color: #1a1a1a;
  font-size: 20px;
}

.our_client_sec .slider-arrows {
  margin-top: 65px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.our_client_sec .slider-arrows button {
  height: 60px;
  transition: all 0.3s ease;
  width: 60px;
  border: 1px solid #1a1a1a;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
}

.our_client_sec .slider-arrows button:hover {
  border-color: #00874f;
  color: #00874f;
}

/* lastest project section  */
.latst_proj_sec {
  overflow: hidden;
  position: relative;
}

.latst_proj_sec:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  height: 379px;
  width: 308px;
  background-image: url("../img/latst_sldr_shape.svg");
}

.latst_proj_sec .head_side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.latst_proj_sec .head_side h2 {
  font-weight: 800;
}

.latst_proj_sec .head_side .slider-arrows {
  display: flex;
  gap: 10px;
}

.latst_proj_sec .head_side .slider-arrows button {
  height: 68px;
  width: 68px;
  border: 1px solid #1a1a1a;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
}

.latst_proj_sec .head_side .slider-arrows button:hover {
  border-color: #00874f;
  color: #00874f;
}

.latst_proj_sec .img_side {
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 25px;
}

.latst_proj_sec .img_side img {
  border-radius: 25px;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.latst_proj_sec .img_side:hover img {
  transform: scale(1.1);
}

.latst_proj_sec .ctnt_side {
  display: flex;
  justify-content: space-between;
  padding-right: 28px;
}

.latst_proj_sec .ctnt_side .lwr_cnt_lft h5 {
  font-size: 27px;
  font-weight: 800;
}

.latst_proj_sec .ctnt_side .lwr_cnt_lft p {
  margin: 0;
  color: #666666;
}

.latst_proj_sec .ctnt_side .lwr_cnt_lft {
  display: flex;
  gap: 30px;
}

.latst_proj_sec .ctnt_side .lst_next_btn {
  height: 47px;
  width: 47px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: white;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.latst_proj_sec .ctnt_side .lst_next_btn:hover {
  border-color: #00874f;
  color: #00874f;
}

.latst_proj_sec .ctnt_side .lst_prev_btn:hover {
  color: #00874f;
  border-color: #00874f;
}

.latst_proj_sec .latst_proj_slider .box {
  max-width: 705px;
}

.latst_proj_sec .slick-slide {
  margin-inline: 15px;
}

.latst_proj_sec .slick-track {
  display: flex;
  position: relative;
  z-index: 2;
}

.latst_proj_sec .slick-list.draggable {
  overflow: visible;
}

.latst_proj_sec .latst_proj_slider {
  position: relative;
  z-index: 2;
}

.latst_proj_sec .latst_proj_slider:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background-color: #fff;
}

.latst_proj_sec .latst_proj_slider .lst_sldr_btn {
  width: fit-content;
  height: 100%;
}

.latst_proj_sec .latst_proj_slider .lwr_btn_sldr {
  display: flex;
  align-items: end;
}

/* counting_numb_sec  */
.counting_numb_sec {
  position: relative;
  z-index: 2;
}

.counting_numb_sec:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 514px;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.counting_numb_sec h3 {
  max-width: 929px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 400;
}

.counting_numb_sec .stats_container {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.counting_numb_sec .stat_item h2 {
  font-size: 130px;
  font-weight: 900;
  color: #00874f;
}

.counting_numb_sec .stat_item h4 {
  font-weight: 800;
}

/* ready_to_book_sec */

.ready_to_book_sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

.ready_to_book_sec:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  height: 100%;
  width: 100%;
  background:
    linear-gradient(0deg, #00874fe6, #00874fe6),
    linear-gradient(180deg, rgba(26, 26, 26, 0.5) 0%, rgba(26, 26, 26, 0) 90.5%);
}

.ready_to_book_sec h2 {
  font-size: 90px;
  font-weight: 900;
  color: white;
  max-width: 907px;
  margin-inline: auto;
  text-align: center;
}

.ready_to_book_sec .lwr_btn {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 27px;
}

.ready_to_book_sec .lwr_btn .cta_White:hover {
  background-color: #1a1a1a;
  color: white;
}

/* footer  */

footer {
  background-color: #1a1a1a;
}

.footer_inner h4 {
  text-align: center;
  color: #fff;
}

.footer_inner .social_media {
  margin-top: 20px;
}

.footer_inner .social_media ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.footer_inner .social_media ul li a {
  border: 1px solid #ffffff1f;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.footer_inner .social_media ul li a:hover {
  background-color: #00874f;
}

.footer_inner .row {
  margin-top: 55px;
  padding-bottom: 75px;
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
}

.footer_inner .subscribe_form {
  margin: auto;
  position: relative;
  margin-top: 60px;
}

.footer_inner .subscribe_form input {
  width: 100%;
  height: 70px;
  border-radius: 40px;
  border: none;
  outline: none;
  padding: 0 160px 0 20px;
  font-size: 15px;
  background: #e5e5e5;
  color: #333;
}

.footer_inner .subscribe_form button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 54px;
  padding: 0 29px;
  border-radius: 140px;
  border: none;
  background: #00874f;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s ease;
}

.footer_inner .subscribe_form button:hover {
  background: #1a1a1a;
}

.footer_inner .footer_col h6 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left;
}

.footer_inner .footer_col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_inner .footer_col ul li {
  margin-bottom: 8px;
  word-break: break-all;
}

.footer_inner .footer_col ul li a {
  text-decoration: none;
  color: #eeeeee;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}

.footer_inner .footer_col ul li a:hover {
  color: #00874f;
}

.footer_inner .contact_info li {
  color: #eeeeee;
  font-size: 14px;
}

.message_bot_icn {
  position: fixed;
  z-index: 99;
  bottom: 70px;
  right: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .lwr_footer {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .lwr_footer p {
  color: white;
  margin-bottom: 0;
}

footer .lwr_footer .link_sde {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .lwr_footer .link_sde .line {
  border-left: 2px solid #ffffff;
}

footer .lwr_footer .link_sde a {
  color: #ffffff;
}

footer .lwr_footer .link_sde a:hover {
  color: #00874f;
}

footer .lwr_footer .link_sde .line {
  height: 20px;
  width: 1px;
  background-color: #ffffff;
}

.footer_inner .social_media ul {
  padding-left: 0;
}

/* spaces_pages css start  */
.spaces_banner_sec {
  padding: 250px 0 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.spaces_banner_sec h1 {
  max-width: 856px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 15px;
}

.spaces_banner_sec p {
  font-size: 22px;
  color: #fff;
  text-align: center;
}

/* executive_slider_sec */
.space_exctve_sldr .slick-list.draggable {
  overflow: hidden;
}

/* strategy section  */
.strategy_wng_sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.strategy_wng_sec:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #00874ffa;
}

.strategy_wng_sec .room_card .img_side {
  overflow: hidden;
}

.strategy_wng_sec .room_card .img_side img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.strategy_wng_sec .room_card:hover .img_side img {
  transform: scale(1.08);
}

.strategy_wng_sec h2 {
  font-size: 72px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.strategy_wng_sec p {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.strategy_wng_sec .row {
  margin-top: 45px;
}

.strategy_wng_sec .row .col {
  margin-bottom: 40px;
}
/* 
.strategy_wng_sec .row .col:last-child {
    margin-bottom: 0;
} */

.strategy_wng_sec .room_card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ffffff26;
  transition: all 0.3s ease;
  height: 100%;
}

.strategy_wng_sec .room_card:hover {
  box-shadow: 10px 14px 25px 0px #00000033;
}

.strategy_wng_sec .room_card .contnt_lwr {
  padding: 22px 30px 30px;
  /* transition: all 0.3s ease; */
}

/* .strategy_wng_sec .room_card:hover .contnt_lwr {
    background-color: White;
} */
.strategy_wng_sec .room_card:hover {
  background-color: white;
  transition: all 0.3s ease;
}

.strategy_wng_sec .room_card .contnt_lwr h4 {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 800;
}

.strategy_wng_sec .room_card:hover .contnt_lwr h4,
.strategy_wng_sec .room_card:hover .price_lbl p {
  color: #1a1a1a;
}

.strategy_wng_sec .room_card .price_lbl {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 25px;
}

.strategy_wng_sec .room_card .price_lbl p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.strategy_wng_sec .room_card .price_lbl h5 {
  margin-bottom: 0;
  font-weight: 800;
  color: #fff;
  font-size: 20px;
}

.strategy_wng_sec .room_card .contnt_lwr a {
  color: #fff;
  text-decoration: underline;
}

.strategy_wng_sec .room_card:hover h5,
.strategy_wng_sec .room_card:hover .contnt_lwr a {
  color: #00874f;
}

/* common banner sec  All pages start */
.common_bannr_sec {
  position: relative;
  z-index: 2;
}

.common_bannr_sec:after,
.spaces_banner_sec :after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 507px;
  background: linear-gradient(180deg, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
}

.common_bannr_sec {
  padding: 250px 0 150px;
  position: relative;
  z-index: 1;
}

.common_bannr_sec .bg-image {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.common_bannr_sec .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.space_detl_bannr p {
  max-width: 628px;
  margin-inline: auto;
}

.common_bannr_sec p {
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.common_bannr_sec h1 {
  margin-bottom: 15px;
  text-align: center;
}

.common_bannr_sec .lwr_btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

/* common banner sec  All pages end */

/* spaces-details page  */

/* private officer section  */
.prvt_off_sec {
  padding-bottom: 50px;
}

.prvt_off_sec .row p {
  color: #666666;
  margin-bottom: 0;
  max-width: 563px;
}

.prvt_off_sec .row {
  justify-content: space-between;
}

.prvt_off_sec .office-dropdown {
  width: 280px;
  margin-top: 25px;
  position: relative;
}

.prvt_off_sec .office-dropdown input {
  display: none;
}

.prvt_off_sec .dropdown-header {
  background-color: #00874f05;
  border: 1px solid #00874f26;
  padding: 12px 15px;
  line-height: 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  font-weight: 500;
}

.prvt_off_sec .arrow {
  transition: all 0.3s ease;
}

.prvt_off_sec .dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: none;
  padding: 12px 15px;
  display: none;
  background: #fff;
  border-radius: 0 0 6px 6px;
  z-index: 999;
}

.prvt_off_sec .dropdown-content p {
  margin: 0;
  font-size: 12px;
  color: #555;
}

.prvt_off_sec .price {
  color: #00a651;
  font-weight: 400;
  margin-left: 5px;
}

.prvt_off_sec .dropdown-content .numb {
  font-size: 14px;
  font-weight: 500;
}

.prvt_off_sec .office-dropdown input:checked ~ .dropdown-content {
  display: block;
}

.prvt_off_sec .office-dropdown input:checked + .dropdown-header .arrow {
  transform: rotate(180deg);
}

.prvt_off_sec .list_side {
  display: flex;
  gap: 78px;
}

.prvt_off_sec .list_side ul {
  flex: 1;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.prvt_off_sec .list_side li {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: auto;
  position: relative;
}
.prvt_off_sec .row ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -35px;
  background-image: url("https://sagmeticinfotech.com/wp/2026/pay_work/wp-content/uploads/2026/03/space_dtl_tick.svg");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}

.prvt_off_sec .list_side li:last-child {
  margin-bottom: 0;
}

.prvt_off_sec .category_lwr {
  margin-top: 35px;
  padding: 30px;
  border: 1px dashed #00874f26;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.prvt_off_sec .category_lwr .inr_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.prvt_off_sec .category_lwr .inr_card p {
  font-size: 16px;
}

/* .space_dtl_slidr_sec .img_side{
    max-width: 950px;    
} */

/* spaces_detail slider  */

.space_dtl_slidr_sec .img_side img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.space_dtl_slidr_sec .slick-slide {
  margin-inline: 15px;
}

.space_dtl_slidr_sec .slder_lwr_btn {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}

.space_dtl_slidr_sec .slder_lwr_btn .btn_side {
  display: flex;
  gap: 10px;
}

.space_dtl_slidr_sec .slder_lwr_btn button {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #1a1a1a;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.space_dtl_slidr_sec .slder_lwr_btn button:hover {
  color: #00874f;
  border-color: #00874f;
}

.space_dtl_slidr_sec .slder_lwr_btn p {
  font-size: 26px;
  color: #00874f;
  font-weight: 800;
}

.space_dtl_slidr_sec .slder_lwr_btn p span {
  font-size: 20px;
  font-weight: 400;
}

.dmc-slider-left-sec {
  position: relative;
  overflow: hidden;
}

.dmc-slider-left {
  display: flex;
  gap: 20px;
  cursor: default;
  will-change: transform;
}

.dmc-slider-left-sec .dmc-slide {
  flex-shrink: 0;
  transition: width 0.1s linear;
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 35px -8px rgba(0, 20, 10, 0.2);
  display: flex;
  flex-direction: column;
  transform: translateZ(0);
}

.dmc-slider-left-sec .ex-img {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.dmc-slider-left-sec .ex-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* key-feature section  */
.key_feat_sec {
  padding-top: 70px;
}

.key_feat_sec .row {
  justify-content: space-between;
  margin-top: 25px;
}

.key_feat_sec .row .col:first-child {
  padding-right: 34px;
}

.key_feat_sec .key_boxes {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.key_feat_sec .key_boxes:last-child {
  margin-bottom: 0;
}

.key_feat_sec .key_boxes .head {
  display: flex;
  gap: 12px;
  /* align-items: center; */
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}

.key_feat_sec .key_boxes h5 {
  font-size: 28px;
  font-weight: 800;
}

.key_feat_sec .key_boxes p {
  font-size: 16px;
  color: #666666;
  margin: 0;
}

.key_feat_sec .key_boxes .grid_box {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 35px;
}

.key_feat_sec .key_boxes .keys {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  margin-left: 25px;
}

.key_feat_sec .key_boxes .keys:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -25px;
  background-image: url("https://sagmeticinfotech.com/wp/2026/pay_work/wp-content/uploads/2026/03/key_tick.svg");
  background-repeat: no-repeat;
  height: 16px;
  width: 14px;
}
.key_feat_sec .space_side {
  padding: 35px 40px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  margin-bottom: 30px;
}

.key_feat_sec .space_side:last-child {
  margin-bottom: 0;
}

.key_feat_sec .space_side h3 {
  margin-bottom: 40px;
}

.key_feat_sec .space_side h4 {
  margin-bottom: 7px;
  font-weight: 800;
}

.key_feat_sec .space_side:last-child p {
  margin-bottom: 0;
}

.key_feat_sec .space_side .subcribe {
  margin-top: 19px;
}

.key_feat_sec .space_side .subcribe input {
  padding: 15px 21px;
  border-radius: 60px;
  width: 100%;
  border: none;
  background-color: #fff;
  margin-bottom: 16px;
}

.key_feat_sec .space_side .subcribe a {
  font-size: 16px;
  padding: 13px 30px;
}

/* membership access section  */
.Membership_acc_sec {
  background-color: #eeeeee4d;
}

.Membership_acc_sec h2 {
  text-align: center;
}

.Membership_acc_sec .card_main {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.Membership_acc_sec .memb_card {
  padding: 30px;
  padding-bottom: 40px;
  border: 1px dashed #d6d6d6;
  border-radius: 25px;
  background-color: #eeeeee4d;
  transition: all 0.3s ease;
}

.Membership_acc_sec .memb_card3 {
  background-color: #00874f;
}

.Membership_acc_sec .memb_card .black_icon {
  padding: 25px 0;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  margin-bottom: 28px;
}

.Membership_acc_sec .memb_card3 .black_icon {
  background-color: #ffffff14;
}

.Membership_acc_sec .memb_card .icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff1a;
  margin-bottom: 19px;
}

.Membership_acc_sec .memb_card .black_icon h5 {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}

.Membership_acc_sec .memb_card h6 {
  font-size: 18px;
  font-weight: 900;
}

.Membership_acc_sec .memb_card3 h6 {
  color: #fff;
}

.Membership_acc_sec .memb_card ul {
  list-style: none;
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid;
  border-bottom: 1px solid #d6d6d6;
}
.Membership_acc_sec .memb_card3 ul li:after {
  filter: brightness(0) invert(1);
}
.Membership_acc_sec .memb_card3 .btn img {
  filter: brightness(0);
  transition: all 0.3s ease;
}

.Membership_acc_sec .memb_card3 .btn a:hover img {
  filter: brightness(0) invert(1);
}
.Membership_acc_sec .memb_card ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}

.Membership_acc_sec .memb_card ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -21px;
  background-image: url("https://sagmeticinfotech.com/wp/2026/pay_work/wp-content/uploads/2026/03/memb_card_tick.svg");
  background-repeat: no-repeat;
  height: 12px;
  width: 11px;
}
.Membership_acc_sec .memb_card ul li svg {
  color: #00874f;
}

.Membership_acc_sec .memb_card3 ul li,
.Membership_acc_sec .memb_card3 ul li svg {
  color: White;
}

.Membership_acc_sec .memb_card ul li:last-child {
  margin-bottom: 0;
}

.Membership_acc_sec .memb_card h4 {
  font-size: 34px;
  font-weight: 800;
  color: #00874f;
  margin-bottom: 18px;
}

.Membership_acc_sec .memb_card3 h4 {
  color: #fff !important;
}

.Membership_acc_sec .memb_card .btn {
  width: 100%;
  padding: 0;
}

.Membership_acc_sec .memb_card3 {
  position: relative;
  border: none;
}

.Membership_acc_sec .memb_card3:after {
  content: "";
  position: absolute;
  top: 13px;
  right: -11px;
  height: 39px;
  width: 117px;
  background-image: url("../img/most_poplr_label.png");
  background-repeat: no-repeat;
}

/* you_might_like section  */

.you_might_lke_sec .room_card .img_side {
  overflow: hidden;
}

/* .you_might_lke_sec .room_card .img_side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.6s ease;
} */

.you_might_lke_sec .room_card:hover .img_side img {
  transform: scale(1.08);
}

.you_might_lke_sec h2 {
  text-align: center;
}

.you_might_lke_sec .row {
  margin-top: 45px;
}

.you_might_lke_sec .row .col {
  margin-bottom: 40px;
}

.you_might_lke_sec .row .col:last-child {
  margin-bottom: 0;
}

.you_might_lke_sec .room_card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  transition: all 0.3s ease;
}

.you_might_lke_sec .room_card:hover {
  box-shadow: 10px 14px 25px 0px #00000033;
}

.you_might_lke_sec .room_card .contnt_lwr {
  padding: 22px 30px 30px;
  transition: all 0.3s ease;
}

.you_might_lke_sec .room_card:hover .contnt_lwr {
  background-color: White;
}

.you_might_lke_sec .room_card .contnt_lwr h4 {
  margin-bottom: 8px;
  font-weight: 800;
}

.you_might_lke_sec .room_card .price_lbl {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 25px;
}

.you_might_lke_sec .room_card .price_lbl p {
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 0;
}

.you_might_lke_sec .room_card .price_lbl h5 {
  margin-bottom: 0;
  font-weight: 800;
  color: #00874f;
  font-size: 20px;
}

.you_might_lke_sec .room_card .contnt_lwr a {
  color: #666666;
  text-decoration: underline;
}

/*-------------------- About page--------------------------  */
.about_bannr_sec h1 {
  max-width: 856px;
  margin-inline: auto;
}

.about_bannr_sec p {
  margin-bottom: 0;
}

/* about_paragraph_sec */

.about_para_sec h3 {
  font-weight: 400;
  max-width: 1058px;
  margin-inline: auto;
  text-align: center;
}

/* our story sec  */
.our_stry_sec .row {
  align-items: center;
  justify-content: space-between;
}

.our_stry_sec .row .col-lg-6:last-child {
  display: flex;
  justify-content: end;
}

.our_stry_sec .image_side img {
  border-radius: 20px;
}

.our_stry_sec .row h2 {
  margin-bottom: 25px;
}

.our_stry_sec .row p {
  margin-bottom: 30px;
  color: #666666;
  max-width: 587px;
}

/* founder_vision_section  */
.founder_vision_sec {
  position: relative;
  z-index: 2;
}

.founder_vision_sec:after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: -2;
}

.founder_vision_sec .text_bg h5 {
  font-size: 234px;
  color: #1a1a1a;
  opacity: 2%;
  text-wrap: nowrap;
  font-weight: 900;
  position: absolute;
  z-index: -1;
  bottom: -80px;
  left: -20%;
  line-height: 100%;
  animation: move_lft 15s linear infinite;
}

@keyframes move_lft {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(35%);
  }
}

.founder_vision_sec h6 {
  font-size: 22px;
  color: #00874f;
  margin-bottom: 13px;
  font-weight: 800;
}

.founder_vision_sec h2 {
  max-width: 613px;
}

.founder_vision_sec .icon_side {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 1px solid #00874f33;
  color: #fbfbfb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-top: 47px;
  margin-bottom: 68px;
}

.founder_vision_sec .row .col-lg-6:last-child {
  color: #666666;
  font-size: 22px;
  margin-bottom: 0;
}

/* mission & vision section  */
.mission_vision_sec {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

.mission_vision_sec .black_box {
  background-image: url("https://sagmeticinfotech.com/wp/2026/pay_work/wp-content/uploads/2026/02/msn_vsn_bg_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  padding-inline: 157px;
  display: flex;
  gap: 30px;
}

.mission_vision_sec .black_box .box {
  padding: 45px 49px;
  background-color: #ffffff05;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mission_vision_sec .box h3 {
  font-size: 42px;
  margin: 22px 0 15px;
  color: #ffffff;
}

.mission_vision_sec .box p {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  margin-bottom: 0;
}

/* make us different section  */
.make_different_sec .row {
  align-items: center;
}

.make_different_sec .image_side {
  padding-left: 64px;
}

.make_different_sec .image_side img {
  border-radius: 20px;
}

.make_different_sec ul {
  margin-top: 20px;
  margin-bottom: 55px;
  list-style: none;
}

.make_different_sec ul li {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.make_different_sec ul li:last-child {
  margin-bottom: 0;
}

/* membership page  */
.membrship_bnr_sec h1 {
  max-width: 964px;
  margin-inline: auto;
}

.membr_pay_work .card_main .card h4 {
  font-weight: 800;
}

/* serious work sec */
.membr_image_sec {
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.membr_image_sec .container {
  height: 100%;
}

.membr_image_sec .inr_cont {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}

.membr_image_sec h2 {
  max-width: 612px;
  color: #fff;
}

/* Faq section  */
.faq_sec .accordion-item button.accordion-button {
  padding: 43px 37px;
  font-size: 26px;
  font-weight: 800;
  border-radius: 10px;
}

.faq_sec .accordion-item {
  border: 1px solid #eeeeee !important;
  margin-bottom: 25px;
  border-radius: 10px;
}

.faq_sec .accordion-item:last-child {
  margin-bottom: 0;
}

.faq_sec .accordion-header .accordion-button {
  background-color: #fff;
  color: #1a1a1a;
}

.faq_sec .accordion-item .accordion-body {
  font-size: 20px;
}

.faq_sec .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: url("../img/download.svg") !important;
}

/* membership plans section  */
.membrship_plan_sec h2 {
  text-align: center;
  margin-bottom: 40px;
}

.membrship_plan_sec .pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
}

.membrship_plan_sec .pricing-table th {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  padding: 20px 30px;
}

.membrship_plan_sec .pricing-table tr td:first-child {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 18px;
}

.membrship_plan_sec .pricing-table td {
  padding: 20px 30px;
  text-align: left;
  border: 1px solid #eeeeee;
  font-size: 16px;
  max-width: 368px;
  color: #666666;
}

.membrship_plan_sec .pricing-table th {
  background: #fafafa;
  font-weight: 600;
}

.membrship_plan_sec .pricing-table thead th {
  font-size: 20px;
  color: #00874f;
}

.membrship_plan_sec .price {
  color: #00874f !important;
  font-weight: 800;
}

.membrship_plan_sec .pricing-table td:nth-child(3),
.membrship_plan_sec .pricing-table th:nth-child(3) {
  background: #ffffff;
  box-shadow: 0px 22px 32px 0px #0000000f;
  box-shadow: -30px -29px 54px 0px #00000000;
}

.membrship_plan_sec .btn {
  display: inline-block;
  padding: 10px 28px 8px;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  border: none;
}

.membrship_plan_sec .btn-dark {
  background: #1a1a1a;
  color: #fff;
}

.membrship_plan_sec .btn-dark:hover {
  background-color: #00874f;
}

.membrship_plan_sec .cta-green {
  background: #00874f;
  color: #fff;
}

.membrship_plan_sec .button-row td {
  border: none;
  padding-top: 25px;
}

.membrship_plan_sec .button-row td:nth-child(3) {
  position: relative;
}

.membrship_plan_sec .button-row td:nth-child(3):after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 29px;
  background-color: #fff;
  box-shadow: 0px 22px 32px 0px #0000000f;
  border-radius: 0 0 10px 0;
}

.membrship_plan_sec .price-dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.membrship_plan_sec .price-dropdown select {
  border: none;
  background: transparent;
  cursor: pointer;
  appearance: none;
  padding-right: 18px;
  width: 100%;
  font-size: 18px;
  font-weight: 800;
}

.membrship_plan_sec .price-dropdown .select_wrap {
  position: relative;
}

.membrship_plan_sec .price-dropdown select {
  outline: unset;
}

.membrship_plan_sec .price-dropdown .select_wrap:after {
  content: "";
  font-size: 10px;
  position: absolute;
  background-image: url("../img/down_arrow.svg");
  width: 9px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;
}

/* event listing page  */

.event_bannr_sec h1 {
  max-width: 746px;
  margin-inline: auto;
}

.executive_strat_sec .row {
  align-items: center;
}

.executive_strat_sec .left_content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.executive_strat_sec .left_content .descri {
  max-width: 650px;
}

.executive_strat_sec .left_content p {
  font-size: 22px;
  color: #666666;
  margin-bottom: 0;
}

.executive_strat_sec .left_content ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.executive_strat_sec .image_side {
  border-radius: 25px;
}

.gallery_inner_cards .image_side {
  position: relative;
}

.executive_strat_sec .image_side {
  position: relative;
  overflow: hidden;
}

.executive_strat_sec .image_side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.executive_strat_sec .image_side:hover img {
  transform: scale(1.08);
}

.executive_strat_sec .image_side .date {
  background-color: #1a1a1a;
  padding: 11px 20px 8px;
  border-radius: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.executive_strat_sec .image_side .date span {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
}

.executive_strat_sec .view_btn a {
  padding: 15px 46px;
}

/* card gallery section  */
.gallery_inner_cards .crd {
  border: 1px solid #eeeeee;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
}

.gallery_inner_cards .image_side img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.gallery_inner_cards .image_side .date span {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
}

.gallery_inner_cards .image_side .date {
  border: 2px solid #ffffff;
  background-color: #1a1a1a;
  padding: 11px 20px 8px;
  border-radius: 60px;
  position: absolute;
  bottom: -20px;
  left: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.card_gallery_sec .gallery_inner_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.card_gallery_sec .card_content {
  margin-top: 26px;
  padding: 15px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}

.card_gallery_sec .card_content h6 {
  font-size: 20px;
  font-weight: 800;
}

.card_gallery_sec .card_content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.card_gallery_sec .card_content p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
}

.card_gallery_sec .card_content ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.card_gallery_sec .crd .lwr_btn a {
  background-color: #ffffff;
  border: 1px solid #00874f;
  color: #00874f;
  font-size: 16px;
  padding: 12px 35px;
}

.card_gallery_sec .crd .lwr_btn {
  margin-top: auto;
}

.card_gallery_sec .crd .lwr_btn a:hover {
  background-color: #00874f;
  color: #fff;
}

.card_gallery_sec .load_btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

/* event-detail-page  */
.about_event_sec .container {
  border-top: 1px solid #eeeeee;
}

.about_event_sec .space_side {
  padding: 30px 35px 35px;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  margin-bottom: 30px;
}

.about_event_sec h4 {
  font-weight: 800;
}

.about_event_sec .space_side:last-child {
  margin-bottom: 0;
  background-color: #eeeeee4d;
}

.about_event_sec .space_side h3 {
  margin-bottom: 40px;
}

.about_event_sec .space_side h4 {
  margin-bottom: 7px;
}

.about_event_sec .space_side p {
  color: #666666;
}

.about_event_sec .space_side:last-child p {
  margin-bottom: 0;
}

.about_event_sec .space_side .subcribe {
  margin-top: 19px;
}

.about_event_sec .space_side .subcribe input {
  padding: 15px 21px;
  border-radius: 60px;
  width: 100%;
  background-color: #eeeeee33;
  margin-bottom: 16px;
  border: 1px solid #eeeeee66;
}

.about_event_sec .space_side .subcribe a {
  font-size: 16px;
  padding: 13px 30px;
}

.about_event_sec .space_side .book_btn {
  margin-top: 25px;
}

.about_event_sec .space_side .book_btn a {
  font-size: 16px;
  padding: 13px 47px;
}

.about_event_sec .left_side h4 {
  margin-bottom: 5px;
}

.about_event_sec .left_side p {
  color: #666666;
  max-width: 932px;
}

.about_event_sec .left_side ul {
  list-style: none;
}
.about_event_sec .left_side ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -25px;
  background-image: url("https://sagmeticinfotech.com/wp/2026/pay_work/wp-content/uploads/2026/03/key_tick.svg");
  background-repeat: no-repeat;
  height: 16px;
  width: 14px;
}
.about_event_sec .left_side ul li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #666666;
  position: relative;
  margin-bottom: 10px;
}

.about_event_sec .about_event {
  margin-bottom: 30px;
}

.about_event_sec .left_side .image_box {
  margin-top: 45px;
  margin-bottom: 40px;
}

.about_event_sec .left_side .image_box img {
  border-radius: 20px;
}

.about_event_sec .left_side .who_attend {
  margin-bottom: 40px;
}

/* Privacy policy page  */

.privacy_policy_sec h2 {
  margin-bottom: 5px;
}

.privacy_policy_sec p {
  color: #666666;
  margin-bottom: 20px;
  max-width: 1235px;
}

.privacy_policy_sec h4 {
  margin-top: 40px;
  font-weight: 800;
  margin-bottom: 5px;
}

.privacy_policy_sec .black {
  color: #000;
}

.privacy_policy_sec ul li {
  margin-bottom: 20px;
  color: #666666;
  font-size: 16px;
}

.privacy_policy_sec ol li {
  margin-bottom: 20px;
  color: #666666;
}

.privacy_policy_sec ul li:last-child,
.privacy_policy_sec ol li:last-child {
  margin-bottom: 0;
}

.privacy_policy_sec .email_numb p {
  margin-bottom: 0;
}

/* 25-feb  */
.contact_section .input-group {
  width: 100%;
  margin-bottom: 20px;
}

.contact_section input,
.contact_section select,
.contact_section textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  transition: 0.3s;
  height: 100%;
  line-height: 100%;
  background-color: #fff;
  color: #666666;
}

.contact_section input:focus,
.contact_section select:focus,
.contact_section textarea:focus {
  border-color: #28a745;
}

.contact_section textarea {
  height: 120px;
  resize: none;
}

.contact_section .submit-btn {
  background-color: #00874f;
  color: white;
  border: none;
  padding: 12px 40px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
  margin-top: 40px;
}

.contact_section .submit-btn:hover {
  background-color: #095c30;
}

.contact_section .form-container .row .input-group {
  width: 50%;
}

.contact_section .form-Message p {
  font-size: 20px;
}

.contact_section .contact_info-img img {
  width: 100%;
}

.contact_section .form-container {
  padding-right: 40px;
  margin-top: 33px;
}

.contact_section .form-Message {
  padding-right: 40px;
}

.contact_section .contact_info-img {
  padding-left: 20px;
}

.contact_section .input-group select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
}

.help-section .help-section-flex {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  border-bottom: 1px solid #eeeeee;
}

.help-left {
  max-width: 460px;
}

.help-section .tag {
  background: #00874f;
  color: #fff;
  padding: 11px 14px;
  border-radius: 6px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 100%;
  font-weight: 800;
}

.help-left h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #222;
}

.help-left p {
  color: #666666;
  line-height: 29px;
  font-size: 20px;
}

.help-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 100px;
}

.help-section .info-box h4 {
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.help-section .info-box p {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.help-section .info-box a {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.help-section .social {
  display: flex;
  gap: 5px;
  margin-top: 8px;
}

.help-section .social a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a1a1a;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.help-section .social a i {
  color: #fff;
  font-size: 15px;
}

.help-section .social a:hover {
  background: #00874f;
}

.info-box.Address-info {
  margin-top: -80px;
}

.gallery .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery .item {
  border-radius: 14px;
  overflow: hidden;
}

.gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery .big {
  grid-column: span 2;
}

.gallery .tall {
  grid-row: span 2;
}

.gallery .wide {
  grid-column: span 2;
}

.gallery .pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}

.gallery .pagination a.page-link {
  width: 55px;
  height: 55px;
  border-radius: 50% !important;
  border: none;
  background: #fff;
  cursor: pointer;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eeeeee;
  color: #1a1a1a;
}

a.page-link.active {
  background-color: #00874f !important;
  color: #fff !important;
  font-weight: 800;
}

.gallery .pagination .nav {
  background: #000;
  color: #fff;
}

.gallery .item {
  overflow: hidden;
  border-radius: 14px;
}

.gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery .item:hover img {
  transform: scale(1.04);
}

.gallery .pagination a.page-link.Previous {
  background: #00874f17 !important;
  border: 1px solid #00874f;
}

.gallery .pagination a.page-link.Previous i {
  color: #00874f;
}

.gallery .pagination a.page-link.next {
  background: #1a1a1a !important;
  color: #fff !important;
}

.gallery .pagination a.page-link:hover {
  background: #00874f !important;
  color: #fff !important;
}

.gallery .pagination a.page-link:hover i {
  color: #fff !important;
}

.strategy-txt {
  max-width: 980px;
  text-align: center;
  margin: auto;
  padding-bottom: 55px;
}

.strategy-txt h3 {
  font-weight: 400;
}

/* login page css  */

.login-section {
  height: 100vh;
  display: flex;
}

.login-section-container {
  display: flex;
  width: 100%;
}

.login-section-left {
  flex: 1;
  background: url("https://sagmeticinfotech.com/wp/2026/pay_work/wp-content/uploads/2026/02/login-img.png")
    no-repeat center center/cover;
  position: relative;
}

.login-section-logo {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
}

.login-section-right {
  flex: 1;
  background: #fbfbf9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-section-box {
  max-width: 450px;
  text-align: center;
  width: 100%;
}

.login-section-box p {
  margin-bottom: 20px;
  color: #666;
  font-size: 20px;
  text-align: center;
}

.login-section-box a {
  text-decoration: none;
  color: #1a73e8;
}

.login-section-input-group {
  margin-bottom: 20px;
}

.login-section-input-group label {
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1a1a1a;
  text-align: left;
}

.login-section-input-group input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  outline: none;
  transition: 0.3s;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.login-section-input-group input:focus {
  border-color: #00874f;
}

.login-section-forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.login-section-btn {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 25px;
  background: #00874f;
  color: white;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
}

.login-section-btn:hover {
  background: #06663f;
}

.login-section-google-btn {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 17px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #1b2022;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.login-section-or {
  text-align: center;
  margin: 15px 0;
  font-size: 13px;
  color: #777;
  position: relative;
}

.login-section-right {
  background-image: url("https://sagmeticinfotech.com/wp/2026/pay_work/wp-content/uploads/2026/02/Subtract.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
}

.login-section-box p a {
  color: #1a1a1a;
}

.login-section-forgot label {
  margin: 0;
}

.login-section-forgot a {
  text-decoration: none;
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
}

.login-section-or:after {
  content: "";
  position: absolute;
  background: #eeeeee;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}

.login-section-or span {
  background-color: #fff;
  padding: 0 8px;
  z-index: 999;
  position: relative;
}

.footer_inner .subscribe_form button br {
  display: none;
}
/* Remove the default error message */
span.wpcf7-not-valid-tip {
  display: none !important;
}

/* Highlight invalid fields with red border */
.wpcf7-form-control.wpcf7-not-valid {
  border: 2px solid red !important;
  box-shadow: 0 0 5px red;
}

.make_different_sec ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -29px;
  background-image: url("https://sagmeticinfotech.com/wp/2026/pay_work/wp-content/uploads/2026/03/Vector-22.svg");
  background-repeat: no-repeat;
  height: 16px;
  width: 19px;
}
.make_different_sec ul li {
  font-size: 22px;
  color: #666666;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.latst_proj_sec .slider-arrows button img,
.our_client_sec .slider-arrows button img,
.space_dtl_slidr_sec .slder_lwr_btn button img {
  filter: brightness(0);
  transition: all 0.3s ease;
}

.latst_proj_sec .slider-arrows button:hover img,
.our_client_sec .slider-arrows button:hover img,
.space_dtl_slidr_sec .slder_lwr_btn button:hover img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(458%)
    hue-rotate(118deg) brightness(95%) contrast(92%);
}

.page-id-513
  div#wpcf7-f609-o1
  input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
  width: auto;
}

.page-id-513 div#wpcf7-f609-o1 .input-group {
  display: block;
}
body.error404 section.error-404.not-found {
  margin-top: 190px;
  margin-bottom: 100px;
  text-align: center;
}

body.error404 h1.page-title {
  color: #000;
  font-size: 50px;
}

body.error404 .nav.nav_desktop {
  background-color: #000;
}

body.error404 input.search-field {
  width: 100%;
  height: 50px;
  border-radius: 40px;
  border: none;
  outline: none;
  padding: 0 160px 0 20px;
  font-size: 15px;
  background: #e5e5e5;
  color: #333;
}

body.error404 input.search-submit {
  height: 50px;
  padding: 0 29px;
  border-radius: 140px;
  border: none;
  background: #00874f;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.key_feat_sec .space_side .subcribe button {
  font-size: 16px;
  padding: 13px 30px;
  background-color: #00874f;
  color: white;
  border-radius: 70px;
  transition: all 0.3s ease;
  border: none;
}
.key_feat_sec .space_side .subcribe button:hover {
  background-color: #1a1a1a;
}
.key_feat_sec .space_side .subcribe button br {
  display: none;
}

.expl_spce_sldr_sec .head_side p a {
  color: #1a1a1a;
  transition: all 0.3s ease;
}
.expl_spce_sldr_sec .head_side p a:hover {
  color: #00874f;
}

.Membership_acc_sec .memb_card .btn button {
  display: flex;
  font-size: 16px;
  gap: 3px;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: none;
  width: 100%;
}

.Membership_acc_sec .memb_card3 .btn button img {
  filter: brightness(0);
  transition: all 0.3s ease;
}

.Membership_acc_sec .memb_card3 .btn button:hover {
  background-color: #1a1a1a;
}

.Membership_acc_sec .memb_card3 .btn button:hover img {
  filter: brightness(0) invert(1);
}

.login-section-box .form-row {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.login-section-box .form-row label {
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1a1a1a;
  text-align: left;
}

.login-section-box .form-row input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  outline: none;
  transition: 0.3s;
  background-color: #ffffff !important;
  border: 1px solid #eeeeee;
}

.login-section-box button {
  width: fit-content;
  padding: 10px;
  border: none;
  border-radius: 70px;
  background: #00874f;
  color: white;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
  padding: 17px 42px 13px;
  margin-inline: auto;
  transition: all 0.3s ease;
}

.login-section-box button:hover {
  background-color: #1a1a1a;
}

.login-section-box .form-row .woocommerce-form-login__rememberme {
  display: flex;
  gap: 7px;
  font-size: 14px;
}

.login-section-box .form-row .woocommerce-form-login__rememberme span {
  white-space: nowrap;
}
.login-section-box .nsl-container-buttons {
  width: 100%;
}
.login-section-box .nsl-button-google {
  background-color: #fff;
  display: flex;
  justify-content: center;
  border: 1px solid #eeeeee;
  box-shadow: unset !important;
  color: #1a1a1a;
}

.login-section-box .nsl-button-google .nsl-button-label-container {
  max-width: fit-content;
}

.login-section-box .lost_password a {
  font-size: 16px;
}

.breadcrumb {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.breadcrumb li {
  color: #ffffff;
}

.breadcrumb li a {
  text-decoration: none;
  color: #d9d9d9;
  transition: 0.3s ease;
}

.breadcrumb li a:hover {
  color: #00874f;
}

.breadcrumb li::after {
  content: "|";
  margin-left: 8px;
  color: #ffffff;
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb .active {
  color: #ffffff;
  font-weight: 800;
}
.why_pay_work_sec .card_main .card h4,
.latst_proj_sec .ctnt_side .lwr_cnt_lft h4 {
  font-weight: 800;
}
.latst_proj_sec .ctnt_side .lst_next_btn:hover img {
  transition: all 0.3s ease;
}
.latst_proj_sec .ctnt_side .lst_next_btn:hover img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(458%)
    hue-rotate(118deg) brightness(95%) contrast(92%);
}

.common_bannr_sec .lwr_btn .cta-white {
  padding: 19px 48px 16px;
}

.prvt_off_sec .list_side ul {
  padding-left: 35px;
}

.prvt_off_sec .list_side ul:last-child {
  padding-right: 45px;
}

.key_feat_sec .key_boxes > p {
  max-width: 825px;
}
.latst_proj_sec .head_side .slider-arrows button {
  transition: all 0.3s ease;
}

.about_event_sec .space_side .subcribe button {
  font-size: 16px;
  padding: 13px 30px;
  background-color: #00874f;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 70px;
  transition: all 0.3s ease;
}
.about_event_sec .space_side .subcribe button:hover {
  background-color: #1a1a1a;
}
.about_event_sec .space_side .subcribe button br {
  display: none;
}
.woocommerce-account .common_bannr_sec {
  background-image: url("https://sagmeticinfotech.com/wp/2026/pay_work/wp-content/uploads/2026/02/spaces_banner_img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.woocommerce-cart .common_bannr_sec {
  background-image: url("https://sagmeticinfotech.com/wp/2026/pay_work/wp-content/uploads/2026/02/spaces_banner_img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce-checkout .common_bannr_sec {
  background-image: url("https://sagmeticinfotech.com/wp/2026/pay_work/wp-content/uploads/2026/02/spaces_banner_img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-login-page header,
.custom-login-page .event_bannr_sec,
.custom-login-page .ready_to_book_sec,
.custom-login-page footer {
  display: none;
}

.login-section-box #customer_login > div {
  width: 100%;
}

.login-section-box form {
  padding: 0 !important;
  border: none !important;
}

.login-section-box .password-input {
  width: 100%;
}

.login-section-box .form-row input {
  background-color: #ffffff !important;
  border: 1px solid #eeeeee !important;
}

.login-section-right .lost_reset_password .form-row button,
.login-section-box .form-row button.woocommerce-form-register__submit,
.login-section-box .form-row button.woocommerce-form-login__submit {
  padding: 18px 43px;
  border: none;
  border-radius: 70px;
  background: #00874f;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  margin-inline: auto;
}
.login-section-box .form-row button.woocommerce-form-register__submit:hover,
.login-section-box .form-row button.woocommerce-form-login__submit:hover {
  background-color: #1a1a1a;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 20px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #1a1a1a;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #00874f;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #1a1a1a;
  font-weight: 500;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #00874f;
}

.home_bannr .home_frm .find-btn a {
  background-color: #fff;
  color: #1a1a1a;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_bannr .home_frm .find-btn a:hover {
  color: white;
  background-color: #00874f;
}

body.search-no-results .nav.nav_desktop {
  background-color: #000;
}
.no-results {
  margin-top: 190px;
  margin-bottom: 100px;
  text-align: center;
}

body.search-no-results input.search-submit {
  height: 50px;
  padding: 0 29px;
  border-radius: 140px;
  border: none;
  background: #00874f;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

body.search-no-results input.search-field {
  width: 100%;
  height: 50px;
  border-radius: 40px;
  border: none;
  outline: none;
  padding: 0 160px 0 20px;
  font-size: 15px;
  background: #e5e5e5;
  color: #333;
}

body.search-no-results h1.page-title {
  color: #000;
  font-size: 50px;
}

body.tax-space_category .nav.nav_desktop {
  background-color: #000;
}

.tax-space_category .entry-header h4 a {
  color: #1a1a1a;
  transition: all 0.3s ease;
}
.tax-space_category .entry-header h4 a:hover {
  color: #00874f;
}
.tax-space_category .post-thumbnail img {
  border-radius: 30px;
}
.tax-space_category .entry-content {
  margin-top: 30px;
}
.privacy_policy_sec ul {
  max-width: 1111px;
}

.privacy_policy_sec ol {
  max-width: 1080px;
}

.login-section-right .lost_reset_password .form-row button:hover {
  background-color: #1a1a1a;
}
.login-section-right .lost_reset_password {
  max-width: 450px;
}
.login-section-right .lost_reset_password .form-row {
  width: 100%;
}
.login-section-right .lost_reset_password .form-row input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  outline: none;
  transition: 0.3s;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

#booking_date {
  color: white;
}

#booking_date::placeholder {
  color: white;
  opacity: 1;
}

.custom-modal #bookingForm div {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}

.custom-modal #bookingForm label {
  flex: 0 0 30%;
  font-size: 16px;
  font-weight: 400;
}

.custom-modal #bookingForm input {
  flex: 0 0 70%;
  padding: 10px 15px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e2e2e1b2;
  font-size: 14px;
  font-weight: 400;
}

.custom-modal {
  padding: 30px;
}

.custom-modal .modal-footer {
  border: 0;
  gap: 15px;
  margin: 20px 0 0 !important;
  padding: 0;
}

.custom-modal .modal-footer button {
  padding: 16px 32px;
  border-radius: 60px;
  transition: all 0.3s ease;
  font-size: 15px;
  margin: 0;
}
.custom-modal #bookingForm input:focus {
  outline: none;
  box-shadow: none;
}

.modal-header {
  border: 0;
  padding: 15px 15px 0;
}

.custom-modal .modal-footer .btn.btn-primary {
  background-color: #00874f;
  color: #ffffff;
  border: 1px solid #00874f;
  transition: all 0.3s ease;
}

.custom-modal .modal-footer .btn.btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.custom-modal .modal-footer .btn.btn-secondary {
  transition: all 0.3s ease;
}

.custom-modal .modal-footer .btn.btn-secondary:hover {
  background-color: #00874f;
  color: #ffffff;
  border: 1px solid #00874f;
}

.custom-modal .modal-footer button {
  display: inline-block;
  line-height: 100%;
  align-items: center;
}
.wpcf7 input.wpcf7-not-valid {
  border: 2px solid red !important;
}

.wpcf7 input.wpcf7-not-valid {
  border: 2px solid red !important;
}
.wpcf7-response-output {
  border: none !important;
  background: transparent !important;
  color: #ff4d4d;
  margin-top: 10px;
  padding: 0;
}

/* .you_might_lke_sec .room_card .img_side img {
  height: 300px;
  object-fit: cover;
} */

@media (max-witdh: 1199px) {
  .you_might_lke_sec .room_card .img_side img {
    height: 200px;
  }
}

.custom-modal {
  position: relative;
}

.overlay-msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.overlay-msg span {
  background: #fff;
  padding: 20px 40px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
}

.overlay-msg span {
  padding: 15px 40px;
  font-size: 18px;
}
.overlay-msg {
  position: absolute;
  top: -50px;
  left: 0;
  height: calc(100% + 50px);
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
img#laoder-g {
  width: 60px;
}

.overlay-msg span {
  padding: 13px 20px;
  font-size: 12px;
}

/*13 march 2026 */

/*#space_select option {
    background: #1A1A1A;
    color: #ffffff;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 40px;
}

#space_select option:hover,
#space_select option:checked {
   background: #00874F; 
    color: #fff;
}*/

#space_select {
  padding: 12px 20px;
  outline: none;
}

#space_select option {
  color: #000;
  padding: 15px;
  font-size: 16px;
}

/* selected option */
#space_select option:checked {
  background-color: #00874f;
  color: #fff;
}

.calendar-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  z-index: 999;
}

.seclect-list-drpdwn {
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff0f;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  text-align: left;
  padding: 20px;
  z-index: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.seclect-list-drpdwn li {
  list-style: none;
}

.seclect-list-drpdwn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.list-option {
  color: #ffffff;
  padding-bottom: 10px;
  cursor: pointer;
}

.list-option:last-child {
  padding-bottom: 0;
}

.home_bannr .home_frm .form-group:has(.seclect-list-drpdwn.active) {
  border-radius: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.home_frm:has(.seclect-list-drpdwn.active) .form-group.calender-group,
.home_frm:has(.seclect-list-drpdwn.active) button {
  opacity: 0;
}

.custom-select-wrap {
  width: 100%;
  text-align: left;
}

.seclect-new-ul {
  padding: 0;
  margin: 0;
  height: 150px;
  overflow-y: scroll;
}
.seclect-new-ul::-webkit-scrollbar {
  width: 4px;
}

.seclect-new-ul::-webkit-scrollbar-track {
  background: transparent;
}

.seclect-new-ul::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.seclect-new-ul::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.seclect-new-ul {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.8) transparent;
}

.expl_slider .box .img_side {
  height: 310px;
  object-fit: cover;
  margin-bottom: 20px;
}

.home_bannr::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #00000024;
  left: 0;
  right: 0;
  height: 100%;
  backdrop-filter: blur(2px);
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.you_might_lke_sec .room_card .img_side {
  height: 400px;
}

.you_might_lke_sec .room_card .img_side img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.foot-col {
  width: 25%;
}
.footer-row {
  margin-top: 90px;
}

.expl_slider_space {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.expl_slider_space > .box {
  width: calc((100% - 60px) / 3) !important;
}

.expl_spce_sldr_sec:has(.expl_slider_space) .head_side {
  justify-content: center;
}
.expl_slider_space .img_side {
  height: 300px;
  margin-bottom: 30px;
}
.expl_slider_space .img_side img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.Membership_acc_sec .memb_card3 p {
    color: #fff;
}
.Membership_acc_sec .memb_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Membership_acc_sec .memb_card .price_set-data h4 {
    margin: 0 !important;
}

.Membership_acc_sec .memb_card ul {
    border: none !important;
    margin: 0;
}

.Membership_acc_sec .memb_card .extra-data-set {
    border-bottom: 1px solid #d6d6d6;
    height: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
     @media screen and (max-width:1599px) {
         .custmr_review_sec {
             padding-top: 0 !important;
         }

     }

     @media screen and (max-width:1399px) {
         .custmr_review_sec .lwr_head {
             margin-bottom: 50px;
         }
     }

     @media screen and (max-width:767px) {
         .custmr_review_sec .lwr_head {
             margin: 20px 0 !important;
             padding: 0 !important;
         }
     }

     @media screen and (max-width:575px) {
         .expl_slider_space .img_side {
             margin-bottom: 20px;
         }
     }