@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');


*{margin:0;padding:0;transition:all .5 ease-in;-webkit-transition:all .5 ease-in;-moz-transition:all .5 ease-in;-o-transition:all .5 ease-in;-ms-transition:all .5 ease-in}html{scroll-behavior:smooth}
img{max-width:100%}
.mobile-whatsapp{display:none}
.clearfix{clear:both}
a:-webkit-any-link:focus-visible{outline:none}
input:focus-visible{outline:none}
body{font-style:normal;line-height:1.4;padding:0;margin:0;font-family: "Inter", sans-serif;background-color:#fff;font-size:16px;color:#242424;}
a{text-decoration:none;transition:all 0.5s ease-in-out 0s;text-decoration:none}
a:hover{text-decoration:none}
ul,li,p{padding:0;margin:0;}
p{margin-bottom:10px;}
p {font-size: 18px;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0; font-family: "Public Sans", sans-serif;}
ul,li{margin:0;padding:0;}
strong {font-weight: 700 !important;}


.container {width:1420px; margin: auto; max-width: 1420px;}
.container-fluid {margin: 0!important; padding: 0 25px!important;}
.button1 {background-color: #0e0e0e;border-radius: 0;border-color: transparent;border-width: 2px;border-style: solid;color: #fff;
  font-weight: 700;line-height: 1;padding: 1rem 2.3rem;text-decoration: none; display: inline-flex; align-items: center;}
.emeraldbg {background: #5dc878;}
.button1:hover {background-color: #fff;border:2px solid #0e0e0e;color: #0e0e0e;}
.button2 {border: none;color: #0e0e0e;;font-weight: 700;line-height: 1;padding-top: 1rem;padding-right: 1.5rem;padding-bottom: 1rem;padding-left: 1.5rem;text-decoration: none; display: inline-flex; align-items: center;}
.button2 i {transition:all 0.5s ease-in-out 0s; font-size: 20px;}
.button2:hover {text-decoration: underline;}
.button2:hover i {transform: translateX(0.2em);}
.for-mobile {display: none;}
.neonred {background: #ff3131;padding: 16px 23px;text-decoration: none !important;line-height: 100%;color: #fff !important;border: 2px solid #ff3131;}
.neonred:hover {border-color: #000;color: #000 !important;}
a.linkclass {color: #000 !important;text-decoration: underline !important;text-underline-offset: 5px !important;}


header {background-color: #0e0e0e; padding: 16px 0; color:#fff; }
header h1 { text-transform: uppercase;  line-height:18px; letter-spacing: 0;;}
header h1 a {text-decoration: none;font-size:26px; font-weight: 900; color:#fff; font-family: "Public Sans", sans-serif; letter-spacing: 0;}
header h1 a:hover {text-decoration: underline;}
header h1 span {font-family: "Inter", sans-serif; font-weight: 700; line-height: .9; font-size: 14px; letter-spacing: 0;} 
.header-block {display: flex; justify-content: space-between; align-items: center;}
.logo {display: flex;align-items: center;}
.nav-block {width:50%; display: flex;align-items: center;}

.social {text-align: right; display: flex;}
.social i {margin-left: 20px;}
.social a i {font-size: 20px; color: #fff; transition: transform 0.5s;}
.social a:hover i {color: #fff; transform: translateY(2px);}
.social a {transform: scale(1); display: inline-block; transition:none;transition: .2s ease-in-out all;}
.social a:hover  {transform: scale(1.1);}
.navbar-nav .dropdown i {font-size:10px;}
 a.booking {display: inline-flex;}
 a.booking i {transition:all 0.5s ease-in-out 0s; font-size: 20px;  transform: rotate(-50deg); margin-left: -3px; margin-top: -2px;}
a:hover.booking i {transform:rotate(-50deg) translateX(00.125em);}
.rightmenu {
  display: flex;
}
.deskmenu {
  padding-right: 150px;
}
.deskmenu ul {
  display: flex;
  list-style-type: none;
}

.deskmenu ul li a {
  color: #fff;
  list-style-type: none;
  font-weight: 700;
}
.deskmenu ul li {
  padding: 0 20px;
  position: relative;
}
.menu-item-has-children::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/down-arrow.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  right: 2px;
  top: 7px;
}
.the_book::after {
  content: "";
  width: 7px;
  height: 7px;
  background: url(../images/top-right.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  right: 7px;
  top: 9px;
  transition: .4s ease-in-out all;
}
.the_book:hover::after {
  right: 5px;
  top: 7px;
}
.deskmenu ul li a .rightarrow {
  transition: all 0.5s ease-in-out 0s;
  font-size: 17px;
  font-weight: 400;
  margin-left: 4px;
  margin-top: 0;
  position: absolute;
}
.deskmenu ul li a i {
  font-size: 10px;
}
.deskmenu ul li a:hover{
  text-decoration: underline;
}
.deskmenu ul ul {
  display: none;
  position: absolute;
  width: 230px;
  background: #0e0e0e;
  left: 0;
  top: 18px;
  padding: 34px 20px 20px 37px;
}

.deskmenu ul li:hover ul{
  display: block;
  z-index: 9;
}
.deskmenu ul ul li {
  padding:0 0 20px ;
}

.deskmenu ul ul li:last-child{
  padding-bottom: 0;
}
.deskmenu ul li:hover .rightarrow {
  transform: translate(0.1em, -0.1em);
}






.you-waiting {display:flex; justify-content: space-between;}
.you-waiting .waiting-block-img {width: 48%;  display: flex; }
.waiting-block-img img {
    object-fit: cover;
}
.you-waiting .waiting-block-img.yellow {background-color: #f7d003;}
.you-waiting .waiting-block { padding:30px 16% 30px 30px;  display: flex; align-items: center; width: 50%;}
.you-waiting .waiting-block h1 {font-size:48px;font-weight: 800;letter-spacing: -0.01em; line-height: 1;color: #0e0e0e;line-height: 130%;}
.you-waiting .waiting-block p {margin-top: 25px;}
.you-waiting .waiting-block p span {font-weight: bold; text-transform: uppercase;}
.you-waiting .waiting-block .button-block {margin-top:40px; display: flex;}


.workshop {padding-top: 125px;}
.workshop h2 {font-size:26px;font-weight: 800;letter-spacing: -0.01em;line-height: 1.2;color: #0e0e0e; margin-bottom:30px;}
.workshop .workshop-block {display: flex;width: 100%;justify-content: space-between;flex-wrap: wrap;}
.workshop .workshop-block .col-block {border: 2px solid #0e0e0e;margin: 0 0px;padding: 20px 20px 10% 20px;position: relative;width: 23.5%;}
.workshop .workshop-block .col-block h3 {font-size:22px;font-weight: 800;line-height: 1.4; margin-bottom: 20px;letter-spacing: -0.01em; }
.workshop .workshop-block .col-block h4{font-size:33px;font-weight: 800; margin-bottom: 20px; letter-spacing: -0.01em;}
.workshop .workshop-block .col-block h5{font-size:48px;font-weight:800;line-height: 1; font-family: "Inter", sans-serif; margin-bottom: 50px;}
.workshop .workshop-block .col-block p {margin-bottom:20px;}
.workshop .workshop-block .col-block ul {padding: 0 0 30px 20px; margin: 0;}
.workshop .workshop-block .col-block ul li {padding: 0 0 15px; margin: 0;list-style-type: disc;}
.workshop .workshop-block .button-block {position: absolute; margin: 50px 0 20px; bottom:0;}
.workshop .workshop-block .col-block.black {background-color: #0e0e0e;}
.workshop .workshop-block .col-block.black h3, .workshop .workshop-block .col-block.black h4, .workshop .workshop-block .col-block.black h5, .workshop .workshop-block .col-block.black p, .workshop .workshop-block .col-block.black ul li {color: #fff;}
.workshop .workshop-block .col-block.black .button1 {background-color: #fff; color: #0e0e0e;}
.workshop .workshop-block .col-block.black .button2 {background-color: #0e0e0e; color: #fff;}
.workshop .workshop-block .col-block.yellow {background-color: #f7d003;}


.working {padding-top: 125px;}
.working h2 {font-size:26px;font-weight: 800;letter-spacing: -0.01em;line-height: 1.2; text-transform: capitalize;color: #0e0e0e; margin-bottom:30px; text-decoration: underline;}
.working .working-block {display: flex;width: 100%;justify-content: flex-start;flex-wrap: wrap;}
.working .working-block .col-block {padding: 15px;transition: all 0.5s ease-in-out 0s;width: 33.33%;margin-bottom: 30px;}
.working .working-block .col-block:hover {background-color: #0e0e0e;}
.working .working-block .col-block h3 {font-size:22px;font-weight: 800;line-height: 1.4; margin-bottom:10px;letter-spacing: -0.01em; text-transform: capitalize;min-height: 62px;}
.working .working-block .col-block a p {font-size: 16px;}
.working .working-block .col-block h3, .working .working-block .col-block a p {color: #0e0e0e;}
.working .working-block .col-block:hover h3, .working .working-block .col-block a:hover h4,  .working .working-block .col-block a:hover p, .working .working-block .col-block:hover p, .working .working-block .col-block:hover h4 {color: #fff;}
.working .working-block .col-block h4 {font-size:20px;font-weight: 800;line-height: 1.4; margin:10px 0 ;letter-spacing: -0.01em; color: #0e0e0e;}


.evolve {background-color: #f7d003; margin-top: 125px; padding: 100px 0;}
.evolve-heading p {font-size:42px;font-weight: 800; letter-spacing: -0.01em; line-height: 1.15; color:#0e0e0e; text-transform: uppercase; display: block; line-height: 70px;}
.evolve-heading h2 {font-size: 6.3vw;font-weight: 900;letter-spacing: -0.01em;line-height: 0.9; color:#0e0e0e;line-height:100%;}
.evolve-heading h2 span {
  display: block;
  font-size: 42px;
  line-height: 50px;
  padding-bottom: 10px;
}
.evolve h3 {font-size:32px;font-weight: 400;letter-spacing: -0.01em;line-height: 1.2;color:#0e0e0e;margin-bottom:30px;}
.evolve h3 span {font-weight: 800;}
.evolve p {margin-bottom:30px; display: block;}
.evolve .evolve-button {padding-top:20px;}
.evolve-block {display: flex; align-items: center; height: auto;}


footer {background-color: #0e0e0e; color: #fff;}
footer .stay {padding: 80px 0;border-bottom: 1px solid #fff;background: #5dc878;}
.stayinner {
  width: 1130px;
  margin: 0 auto;
}
footer .stay h2 {font-size: 48px;font-weight: 800;letter-spacing: -0.01em;line-height: 1;color: #fff;margin-bottom: 20px;}
footer .stay input {width:100%; background-color: #fff; padding:15px 10px; border:none; margin-bottom: 20px;border-radius: 0px;}
.form-control:focus {box-shadow: none;}
span.wpcf7-not-valid-tip {width: 100% !important;position: relative !important;top: -15px !important;font-size: 12px;}
.wpcf7 form .wpcf7-response-output {margin: 1em 0.5em 1em;padding: 10px;text-align: center;}
footer .stay input.button1 {background-color: #0e0e0e;border-radius: 0;border-color: transparent;border-width: 2px;border-style: solid;color: #fff;
  font-weight: 700;line-height: 1;padding-top: 1rem;padding-right: 2.5rem;padding-bottom: 1rem;padding-left: 2.5rem;text-decoration: none; border:2px solid #fff;}
.stayinner .justify-content-between span {width: 48%;}
footer .stay input.button1:hover {background-color: #fff;border:2px solid #0e0e0e;color: #0e0e0e;}
.footer-bottom {padding: 90px 0 0;}
.footer-bottom p {font-size: 20px;font-weight: 700;line-height: .9;text-transform: uppercase; margin-bottom: 30px;}
.footer-bottom h1 {font-size: 6.8vw !important;font-weight: 900;line-height: .9;text-transform: uppercase; margin-bottom: 20px;
}
.footer-bottom .footer-power p, .footer-bottom .footer-power a {font-size:14px; text-transform: uppercase; font-weight: 700; color: #fff; line-height: 20px;}
.footer-bottom .footer-power a:hover {text-decoration: underline;}
.footer-bottom .footer-power div {margin-right: 30px;}
.login-button {position: fixed; right: 20px; bottom: 20px;z-index: 99;}
.login-button a {padding: 17px 20px; background-color: #5dc878; border-radius: 50px; color: #fff; display: block; border: 2px solid #fff;font-size: 18px;}
.login-button a:hover {color:rgba(255, 255, 255, 0.7); background-color: #414141;}


/* login modal style */
.login-out-formmodal .modal-dialog {max-width: 560px;border-radius: 20px !important;overflow: hidden;}
.login-out-formmodal .modal-body{position: relative;padding: 40px 32px;}
.login-out-formmodal .modal-body .btn-close {position: absolute;top: 24px;right: 24px;padding: 8px 10px;color: #1B263A;z-index: 1000;background-color: #ffffff;transition: box-shadow .3s, background-color .3s;}
.login-out-formmodal .modal-body .btn-close:hover{box-shadow: 0 0 8px #00000026;background-color: #ffffff;}
.login-out-formmodal .modal-body h3 {font-size: 28px;line-height: 35px;margin-bottom: 12px;}
.login-out-formmodal .modal-body p{color: #5D6E8C;font-size: 16px;line-height: 22px;margin-bottom: 32px;}
.login-out-formmodal .modal-body p a{color: #2a7ff4;}
.continuegoogle a {display: block;width: 100%;padding: 16px 15px;border: 1px solid #747775;border-radius: 8px;text-align: center;margin-bottom: 24px;}
.loginor {position: relative;padding: 5px 0px;}
.loginor::after {content: "";width: 40%;height: 1px;background-color: #5D6E8C;position: absolute;left: 0;top: 10px;}
.loginor::before{content: "";width: 40%;height: 1px;background-color: #5D6E8C;position: absolute;right: 0;top: 10px;}
.loginor span {font-size: 14px;color: #5D6E8C;font-weight: 500;display: block;text-align: center;}
.login-out-formmodal .modal-body input{border: 1px solid #a5a5a5;padding: 15px 15px;}
.login-out-formmodal .modal-body form button{padding: 20px 30px;background-color: #202020;color: #fff;font-size: 16px;font-weight: 500;display: block;width: 100%;border-radius: 10px;margin: 25px 0px 0px;border: none;}
.login-out-formmodal .modal-body input[type="password"]{position: relative;}
.forgotpassdiv {display: flex;justify-content: space-between;align-items: center;}
.login-out-formmodal label{font-size: 14px;}
a.forgotpass {font-size: 14px;}
.passwordcls {position: relative;}
a.passwordshowhide {position: absolute;right: 18px;bottom: 14px;font-size: 20px;color: #202020;opacity: 0;}
.passwordcls:hover a.passwordshowhide{opacity: 1;}
.modalfoot {color: #5D6E8C;font-size: 10px;text-align: center;line-height: 16px;letter-spacing: -.3px;padding: 20px 0 0;opacity: .7;}
.modalfoot a{color: #5D6E8C;text-decoration: underline;}
.modalfoot a:hover{opacity: .75;}

/* #toggle span:before{display: none;} */
.wpb_content_element {margin: 0px !important;}

@media screen and (max-width: 999px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
    .dropdown .dropdown-menu {
      display: none;
    }
    .dropdown:hover .dropdown-toggle::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
    #navbarNavDropdown a.nav-link {color: #fff; font-weight:bold; margin: 0 13px;}
    #navbarNavDropdown a:hover.nav-link {text-decoration: underline;}
    #navbarNavDropdown .dropdown-menu {background-color:#0e0e0e!important; line-height: 0.9;}
    .navbar-nav .nav-link {color: #fff;}
    .dropend .dropdown-toggle {color: #fff;}
    .dropdown-item {color: #fff; padding:15px 20px; font-weight:bold; margin: 0;}
    .dropdown-item:hover {color: #fff; background-color: #0e0e0e; text-decoration: underline;}
    .dropdown .dropdown-menu {display: none;}
    .dropdown:hover > .dropdown-menu,
    .dropend:hover > .dropdown-menu {display: block;margin-top: 0.125em;margin-left: 0.125em;}
    .for-desktop {display: none;}
.for-mobile {display: block;}
  }
  
  @media screen and (max-width: 999px) {
    .dropdown-toggle.show::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }

.signupforminfo {
    display: none;
}



/* inner page style */
section.workingsession {padding: 100px 0px 50px;}
section.workingsession.leveltwo {padding: 50px 0px 50px;}
.workingsessioninner {display: flex;align-items: center;justify-content: space-between;}
.workingsessiontext {width: 48%;}
.workingsessionimage {width: 48%;}
.workheading h2 {font-size: 20px;color: #0E0E0E;font-weight: 800;text-transform: uppercase;line-height: 150%;}
.workingsessiontext ul li {list-style: none;padding: 24px 0px;border-bottom: 1px solid #0E0E0E;}
.workingsessiontext ul li:nth-last-child(1) {border: 0px;}
.workingsessiontext h3{font-size: 26px;color: #0E0E0E;font-weight: 800;line-height: 130%;}
.workingsessiontext h3 span {font-family: "Inter", sans-serif;display: block;font-size: 16px;text-transform: uppercase;line-height: 130%;}
.workingsessiontext p{color: #0E0E0E;line-height: 130%;}
.workingsessionimage img {width: 100%;height: auto;object-fit: cover;}

.greatselfinner {display: flex;align-items: flex-end;justify-content: center;padding: 80px 0px;}
.greatselfhead {width: 100%;color: #fff;}
.greatselfbtn {width: max-content;margin-left: 70px;}
.greatselfhead h2 {font-size: 80px;font-weight: 900;line-height: 80%;}
.greatselfhead h2 span {font-size: 18px;display: block;line-height: 140%;padding-bottom: 15px;font-weight: 700;}
.greatselfbtn a {display: inline-block;padding: 16px 40px;background: #fff;color: #0E0E0E;transition: all 0.2s ease-out;font-size: 16px;font-weight: 700;border: 2px solid #fff;}
.greatselfbtn a:hover{border-color: #0E0E0E;}
.greatselfbtn a:nth-child(2) {padding: 16px 0px;background: transparent;border: 0px;color: #fff;margin-left: 50px;}
.greatselfbtn a:nth-child(2) i {transform: translateX(0em);}
.greatselfbtn a:nth-child(2):hover a i {transform: translateX(0.2em);}

section.righthere {background: #F7D003;}
.righthere .greatselfhead {color: #0E0E0E;}
.righthere .greatselfbtn a {background-color: #0E0E0E;color: #fff;border-color: #0E0E0E;}
.righthere .greatselfbtn a:hover {background-color: #fff;color: #0E0E0E;}
.righthere .greatselfbtn a:nth-child(2){background: transparent;color: #0E0E0E;}

section.levelonesession {padding: 80px 0px 80px;}
.sectionheading h1{font-size: 74px;font-weight: 900;line-height: 120%;text-align: center;color: #0E0E0E;}
.sectionheading h1 span {font-size: 18px;display: block;line-height: 140%;padding-bottom: 15px;font-weight: 700;}
.sectionbutton {text-align: center;margin-top: 40px;}
.sectionbutton a {display: inline-block;padding: 16px 40px;background: #fff;color: #0E0E0E;transition: all 0.2s ease-out;font-size: 16px;font-weight: 700;border: 2px solid #0E0E0E;}
.sectionbutton a:hover {background-color: #0E0E0E;color: #fff;}
.levelonelists ul {padding: 0px;margin: 0px;padding-bottom: 10px;}
.levelonelists ul li {list-style: none;display: flex;justify-content: space-between;padding: 0px 0px 25px;margin-bottom: 25px;border-bottom: 1px solid #0E0E0E;}
.levelonelists ul li:nth-last-child(1) {padding: 0px;margin: 0px;border: none;}
.levelonelists h3 {font-size: 44px;font-weight: 800;line-height: 135%;margin-bottom: 8px;}
.levelonelists h3 span {font-size: 20px;display: block;line-height: 28px;font-family: "Inter", sans-serif;}
.levelheading .moduleheading, .moduleheading {font-size: 28px;}
.levelonelists h4 {font-size: 20px;line-height: 28px;font-family: "Inter", sans-serif;font-weight: 800;}
.leveleft {min-width: 50%;}
.levelheading {min-width: 40%;max-width: 40%;}
.levelright {margin-left: 50px;}
.levelonelists {margin-top: 100px;}
section.bohomapicsec img {width: 100%;height: auto;object-fit: cover;}
.levelonelists ol li {list-style-type: square !important;}
.levelcenter {min-width: 12%;max-width: 12%;margin-left: 50px;}
.levelheading h4 {font-size: 20px;line-height: 150%;padding-bottom: 10px;}
.levelcenter h4 {line-height: 44px;}

section.innerpagesec {padding: 80px 0px 80px;}

.levelright h4 {
  font-size: 26px;
  line-height: 150%;
  padding-bottom: 10px;
}
.button-block {
  margin: 25px 0px;
}
.levelright p {
  padding-bottom: 10px;
}
.ekowquoteinner p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.ekowquoteinner h3 {
  font-size: 48px;
  font-weight: 800;
  line-height: 135%;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.ekowquoteinner h3 span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 10px;
}
.ekowquoteinner h4 {
    font-size: 38px;
    font-weight: 800;
    line-height: 135%;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
.ekowquote {
  background-color: #0e0e0e;
  padding: 50px 0px 20px;
}
.ekowquotemain {
  width: 60%;
  margin: 0 auto;
  padding: 65px 0px 65px;
  position: relative;
  z-index: 1;
}
.ekowquotemain p {
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 35px;
}
.ekowquotemain img {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  opacity: 0.1;
  z-index: -1;
}
.thebiglie .levelonelists {margin: 0px;}

.thebigliecont table {
  width: 100%;
  margin: 35px 0px 0px;
}
.thebigliecont table tr th, .thebigliecont table tr td {
  padding: 12px 20px;
}
.thebigliecont table tr th {
  font-size: 20px;
  line-height: 28px;
  background: #dddddd;
}
.thebigliecont table tr td {
  font-size: 18px;
  line-height: 24px;
}
.thebigliecont table thead tr {
  border-bottom: 1px solid #919191;
}
.thebigliecont table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.thebigliecont h3 {
  font-size: 44px;
  font-weight: 800;
  line-height: 135%;
  margin-bottom: 8px;
}
.thebigliecont {
  margin: 0px 0px 50px;
}
.thebiglie .thebigliecont:nth-child(2) {
  margin: 0px;
}
.faqsectext .accordion-button::after {background-image: url(https://propertyaskekow.karmickdev.com/wp-content/uploads/2025/08/accrodion-plus-white.png);}
.faqsectext .accordion-button:not(.collapsed)::after {background-image: url(https://propertyaskekow.karmickdev.com/wp-content/uploads/2025/08/accrodion-plus-white.png);}
.faqsectext h2.accordion-header {line-height: auto;padding: 0px;}
.faqsectext h2.accordion-header button.accordion-button {padding: 26px;font-size: 20px;line-height: 139%;color: #fff;font-weight: 300;background: #1c1c1c;}
.faqsectext .accordion.accordion-flush {padding-top: 20px;margin-bottom: 50px;}
.faqsectext .accordion-item {border-bottom: 1px solid #666666;}
.faqsectext .accordion-button:focus {border: 0px;box-shadow: none;}
.faqsectext .accordion-button:not(.collapsed) {background-color: transparent;}
.faqsectext .accordion-collapse .accordion-body {background: #454545;padding: 20px;}
.faqsectext .accordion-collapse .accordion-body p {line-height: 30px;color: #ffffff;text-align: left;font-size: 18px;}
.faqsecimage {position: relative;}
.faqgivecall {position: absolute;bottom: -40px;right: 90px;background: #fff;padding: 22px 30px;border-radius: 24px;box-shadow: 0px 4px 20px 0px #B4B4B440;}
.faqsection {margin-bottom: 0px;}

.greatselfcont {padding: 45px 0px 80px;}
.stackmasterclass {padding-bottom: 80px;}
.thebiglie {padding: 80px 0px;}
.thebiglie .levelonelists ul li {border: none;padding: 10px 0px;margin: 0px;}
.greatselftext h3 {font-size: 32px;font-weight: 800;letter-spacing: -0.01em;line-height: 1.2;color: #0e0e0e;text-transform: capitalize;margin-bottom: 30px;}
.greatselftext p {font-size: 18px !important;font-weight: 500 !important;line-height: 160%;margin-bottom: 15px;}
.greatselftext p strong {font-weight: 700 !important;}
.greatselftext p a {display: inline-block;margin: 20px 0px 20px 10px;color: #000;text-decoration: underline;text-underline-offset: 3px;}
.vc_custom_1753784578914 .vc_column-inner {padding: 0px !important;}

ul.lvlrightlist {margin: 0px 0px 0px;}
ul.lvlrightlist li {padding: 6px 0px 6px 30px !important;margin: 0px;border: none;position: relative;display: block;}
ul.lvlrightlist li::after {content: "";position: absolute;top: 16px;left: 10px;width: 6px;height: 6px;background: #000;}

section.faqsectionblk .faqsectext .accordion-button::after {background-image: url(https://propertyaskekow.karmickdev.com/wp-content/uploads/2025/08/plus.png);}
section.faqsectionblk .faqsectext .accordion-button:not(.collapsed)::after {background-image: url(https://propertyaskekow.karmickdev.com/wp-content/uploads/2025/08/minus.png);}
section.faqsectionblk {background: #fff;padding: 80px 0px 0px;}
section.faqsectionblk .faqsectext h2.accordion-header button.accordion-button {background: #ffffff;color: #242424;font-weight: 500;padding: 26px 0px;}
section.faqsectionblk .faqsectext .accordion-item {border-bottom: 1px solid #242424;}
section.faqsectionblk .faqsectext .accordion-collapse .accordion-body {background: #efefef;}
section.faqsectionblk .faqsectext .accordion-collapse .accordion-body p {color: #242424;}
section.faqsectionblk .faqsectext .accordion-collapse .accordion-body p a {text-decoration: underline;text-underline-offset: 3px;}
section.faqsectionblk .ekowquoteinner h3 {color: #242424;}
section.faqsectionblk .faqsectext p {color: #242424;font-size: 18px;margin-bottom: 0px;}

.credibilitysec .credibility-bar h2 {font-size: 48px;font-weight: 800;line-height: 135%;margin-bottom: 10px;}
.credibilitysec .vc_column-inner {padding: 0px !important;}
.credibilitysec .vc_column-inner .wpb_raw_code {padding: 0px !important;}
.credibilitysec {padding: 50px 0px;}
.faqmodule .vc_column-inner {padding: 0px !important;}

ul.homebannerul {padding-left: 32px !important;}
ul.homebannerul, ul.homebannerul li {list-style: disc !important;}
ul.homebannerul li {padding-bottom: 10px;}
.bannerbutton a:nth-child(2) {font-weight: 500 !important;}
.bannerbutton a:nth-child(2) strong {display: inline-block;margin-left: 5px;}
.vc_custom_1753781892362 .vc_column-inner {padding: 0px !important;}
.paddingless {padding-bottom: 80px !important;}
.sectionheading sup {top: -40px;font-size: 20px;}
.modulbadgeimg {width: 200px;margin: 0 auto;}
.modulbadgeimg img {width: 100%;height: auto;object-fit: cover;}
.modulebadge {padding: 80px 0px 0px;}
.greatselfinner .row {width: 100%;}
.greatselfbody ul {padding-left: 30px;}
.greatselfbody ul, .greatselfbody ul li {list-style: auto;color: #fff;}
.greatselfbody ul li {line-height: 165%;padding-bottom: 5px;}
.alwaysvisible {margin-top: 80px;}
.nopadding .vc_column-inner {padding: 0px !important;}
section.faqsectionblk .faqsectext .accordion-collapse .accordion-body ul, section.faqsectionblk .faqsectext .accordion-collapse .accordion-body ul li {list-style: disc;}
section.faqsectionblk .faqsectext .accordion-collapse .accordion-body ul {padding-left: 32px;}
section.faqsectionblk .faqsectext .accordion-collapse .accordion-body ul li {line-height: 165%;padding-bottom: 5px;}

.greatselfhead .legacyheading {font-size: 38px !important;word-wrap: break-word !important;line-height: 1.3 !important;}
.postid-73 .stayinner input.button1, .postid-75 .stayinner input.button1, .postid-77 .stayinner input.button1, .postid-79 .stayinner input.button1, .postid-81 .stayinner input.button1, .postid-416 .stayinner input.button1 {background: #ff3131 !important;border-color: #ff3131;}
.postid-73 .stayinner input.button1:hover, .postid-75 .stayinner input.button1:hover, .postid-77 .stayinner input.button1:hover, .postid-79 .stayinner input.button1:hover, .postid-81 .stayinner input.button1:hover, .postid-416 .stayinner input.button1:hover {background: #fff !important;}

.stayinner input.button1 {background: #ff3131 !important;border-color: #ff3131;}
.stayinner input.button1:hover {background: #fff !important;}

.whatsappsupport {display: inline-flex;justify-content: center;align-items: center;position: fixed;width: 60px;height: 60px;bottom: 100px;right: 20px;background-color: #5dc878;border-radius: 50px;z-index: 100;border: 2px solid #fff;}
.whatsappsupport img {width: 52%;margin-left: 4px;}
.whatsappsupport:hover {background-color: #414141;}
.credibility-bar ul {display: flex;justify-content: center;max-width: 800px;margin: 0 auto;}
.credibility-bar ul li {display: flex;flex-direction: column;align-items: center;font-size: 16px;font-weight: 500;color: #000;margin: 0px 30px;width: 33.33%;}
.credibility-bar ul li img {width: 100px;margin-bottom: 10px;opacity: .6;transition: .3s ease-in-out all;}
.credibility-bar ul li:hover img {opacity: 1;transform: scale(1.1);}

.bookingscalender h2 {font-size: 48px;font-weight: 800;line-height: 135%;color: #242424;text-align: center;margin-bottom: 15px;}
.bookingscalender form label {font-size: 16px;font-weight: 700;line-height: 25px;padding-bottom: 10px;color: #0e0e0e;}
.bookingscalender form select {padding: 15px 20px;border-radius: 0px;}
.bookingscalender .progress-bar {background: #ff3131 !important;}
.bookingprogressbar label {color: #ff3131;font-weight: 700;}

.bookingscalender {max-width: 1100px;margin: 0 auto;}
.propertyinvestors {display: flex;align-items: center;}
.propertyinvestorsimg {min-width: 120px;margin-right: 50px;border-radius: 50%;overflow: hidden;}
.propertyinvestortxt h3 {font-size: 26px;line-height: 1.3;font-weight: 600;color: #000;padding-bottom: 10px;}
.propertyinvestortxt p {font-size: 16px;line-height: 1.5;}



/* wordpress style */
.greatselfinner {display: flex;align-items: flex-end;justify-content: center;padding: 45px 0px 80px;}
.greatselfhead {width: 100%;color: #fff;}
.greatselfbtn {width: max-content;margin-left: 70px;}
.greatselfhead h2 {font-size: 75px !important;font-weight: 900;line-height: 80% !important;}
.greatselfhead h2 span {font-size: 18px !important;display: block;line-height: 140%;padding-bottom: 15px;font-weight: 700;}
.greatselfbtn a {display: inline-block;padding: 16px 40px;background: #fff;color: #0E0E0E;transition: all 0.2s ease-out;font-size: 16px;font-weight: 700;border: 2px solid #fff;}
.greatselfbtn a:nth-child(2) {padding: 16px 0px;background: transparent;border: 0px;color: #fff;margin-left: 50px;}
.page-id-354 section.workshop {padding-top: 20px;}
.page-id-354 .wpb_wrapper h2.vc_custom_heading {font-size: 28px;font-weight: 800;line-height: 1.5;}
.page-id-354 .wpb_wrapper .wpb_raw_code p {font-size: 16px;font-weight: 800;}
.page-id-354 .wpb_wrapper h3.vc_custom_heading {font-size: 26px;font-weight: 800;padding: 5px 0px 10px;}
.page-id-354 .wpb_wrapper .wpb_raw_code h2 {font-size: 28px;font-weight: 800;line-height: 1.5;}
.vc_custom_1753451364289 .wpb_wrapper p {font-size: 16px !important;margin-bottom: 15px;}
.vc_custom_1753451364289 .wpb_wrapper p a {color: #000;}
.page-id-354 .wpb_wrapper .wlthlgcy .greatselfhead {color: #0e0e0e;}
.wpb_wrapper .wlthlgcy .greatselfhead {color: #0e0e0e;}
.page-id-354 section.innerpagesec {padding-bottom: 0px;}
.page-id-354 .wpb_wrapper .greatselfbtn a {background: #fff;border: 2px solid #ffff;color: #0e0e0e;}
.page-id-354 .wpb_wrapper .greatselfbtn a:hover {border-color: #0e0e0e;}
.page-id-354 .wpb_wrapper .greatselfbtn a:nth-child(2) {color: #fff;background: transparent;border-color: transparent;}
.page-id-354 .wpb_wrapper .greatselfbtn a:nth-child(2):hover {text-decoration: underline;}

.page-id-354 .wpb_wrapper .wlthlgcy .greatselfbtn a {background: #0e0e0e;border: 2px solid #0e0e0e;color: #fff;}
.page-id-354 .wpb_wrapper .wlthlgcy .greatselfbtn a:hover {background: #fff;color: #0e0e0e;}
.page-id-354 .wpb_wrapper .wlthlgcy .greatselfbtn a:nth-child(2) {color: #0e0e0e;background: transparent;border-color: transparent;}
.page-id-354 .wpb_wrapper .wlthlgcy .greatselfbtn a:nth-child(2):hover {text-decoration: underline;}

.wpb_wrapper .wlthlgcy .greatselfbtn a {background: #0e0e0e;border: 2px solid #0e0e0e;color: #fff;}
.wpb_wrapper .wlthlgcy .greatselfbtn a:hover {background: #fff;color: #0e0e0e;}
.wpb_wrapper .wlthlgcy .greatselfbtn a:nth-child(2) {color: #0e0e0e;background: transparent;border-color: transparent;}
.wpb_wrapper .wlthlgcy .greatselfbtn a:nth-child(2):hover {text-decoration: underline;}

.page-id-193 section.innerpagesec {padding-bottom: 0px !important;}

@media screen and (max-width: 767px) {
.vc_column-inner.vc_custom_1753681677254 {padding: 0px 20px 50px !important;}
.vc_column-inner.vc_custom_1753681688603 {padding: 50px 20px 0px !important;}
.greatselfinner {align-items: flex-start;padding: 25px 0px 40px;flex-direction: column;}
.greatselfbtn {width: max-content;margin: 50px 0px 0px;}

}







