/*Blog Banners*/
.bannersim {
  display: inline-block;
    margin: 50px;
    width: 85%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
   background-color: #009ee3;
   background-repeat: no-repeat;
}

.consim {
  padding: 20px 35px;
  color: #fff;
  display: flex;
	max-width: calc(100% - 200px);
}

.btext {
    clear: both;
    font-family: 'Work Sans', Helvetica, sans-serif;
    text-transform: none;
    text-rendering: optimizeLegibility;
    font-weight: 500;
    line-height: 1.5;
    word-wrap: break-word;
    margin: 1em 0 0.5em;
    margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
    word-wrap: break-word;
  font-size: 1zpx;
   text-transform: capitalize;
  margin-bottom: 40px;
}

.bbtn {
    background-color: white;
    display: inline-block;
    padding: 12px 38px;
    color: black;
    text-decoration: none;
    font: 500 15px 'Work Sans', Helvetica, sans-serif;
    line-height: 1.5;
    text-align: center;
    border: none !important;
    position: relative;
    text-transform: uppercase;
    font-weight:500;
	 box-shadow:0 2px 4px 0 rgba(0,0,0,.2);
}

.bbtn:hover{
	background-color: #009ee3;
	color:white;
	
}
.bimage {
  width : 35%;
  padding-top:30px;
  fill: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0
}
.bhead{
  font-size:2.5rem !important;
  font-family: 'Work Sans',      Helvetica, sans-serif;
	color:#fff;
	font-weight:600;
}

@media screen and (max-width: 700px) {
	.bimage {
  display:none;
}
	.consim {
  padding: 20px 35px;
  color: #fff;
	display:table-cell;
}
	.bannersim{
    margin-left: 1rem !important;
    width: 95%;
}
	.bbtn{
		font-size:10px;
}
}
/* End of Blog Banners*/

/* Start of CF7 Phone Field */

.elementor-template-canvas input.wpcf7-form-control.wpcf7-text.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-validates-as-phonetext {
    padding-right: 6px !important;
    padding-left: 5rem !important;
	word-spacing: 5px !important;

}

input.wpcf7-form-control.wpcf7-text.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-validates-as-phonetext {
    padding-right: 6px !important;
    padding-left: 10rem !important;
	  word-spacing: 5px !important;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px !important;
    font-size: 15px !important;
}



/* End of CF7 Phone Field */

/* Start of Blog Scroll */

@media only screen and (max-width: 700px) {
  	html, body{
    overflow-x: hidden !important;
}
}
/* End  of Blog Scroll */

/* Start of Whatsapp */

#wa-float-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  #wa-float-btn:hover {
    transform: scale(1.05);
  }

  #wa-float-btn img {
    width: 32px;
    height: 32px;
  }

  #wa-popup {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 320px;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    z-index: 9998;
    display: none;
    animation: slideUp 0.3s ease-out forwards;
    font-family: "Segoe UI", sans-serif;
  }

  @keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  .wa-header {
    background-color: #0a5f54;
    color: white;
    padding: 16px;
    display: flex;
    align-items: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
  }

  .wa-header img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 12px;
  }

  .wa-header-text {
    line-height: 1.2;
  }

  .wa-header-text .name {
    font-size: 15px;
		font-weight: 700 !important;
  }

  .wa-header-text .status {
    font-size: 12px;
    color: #cfcfcf;
		font-weight: 500 !important;
  }

  .wa-close {
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
    font-size: 18px;
		font-weight: 500 !important;
  }

  .wa-body {
    padding: 16px;
    font-size: 14px;
    color: #333;
		font-weight: 400 !important;
  }

  .wa-body .chat-button {
    margin-top: 12px;
    display: block;
    text-align: center;
    background-color: #25d366;
    color: white;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600 !important;
  }

  @media (max-width: 500px) {
    #wa-popup {
      width: 90%;
      right: 5%;
    }
  }

/* End of Whatsapp */

/* Hide Zendesk Chat Widget */
#launcher,
#webWidget,
iframe[src*="zendesk.com"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}


/* Start of Easy webinar */

button.ew-md-close {
    margin-right: 3rem !important;
}
.ewp_popup_container h3 {
    padding-top: 20px !important;
}

.ew-md-modal {
    overflow: auto !important;
}
@media only screen and (max-width: 767px){
.ew-md-overlay.activePopup .ew-md-close {
    right: 0 !important;
    top: auto !important;
    z-index: 999;
    border-radius: 0;
    height: 35px;
    width: 35px;
    position: absolute;
    background: #000 !important;
    padding: 0;
	margin-right: 2rem !important;
}
}
/* End of Easywebinar */

.elementor-template-canvas #tpbr_topbar{
	display: none !important;
}

section#k21_category_widget-3 {
    display: none;
}

body:not(.logged-in) section#custom_html-62 {
    display: none !important;
}
body.logged-in #media_image-591 {
  display: none !important;
}
body:not(.logged-in) section#media_image-558 {
    display: none !important;
}

body:not(.logged-in) section#text-35 {
	display: none !important;
}
body:not(.logged-in) section#custom_html-129 {
    display: none !important;
}
body:not(.logged-in) section#custom_html-134 {
    display: none !important;
}
/* Start of Learndash Pager CSS */
.learndash-pager .pager-legend .pagedisplay {
    display: inline;
    float: none !important;
    margin-left: 5px;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center !important;
}
.learndash-pager span.pager-right {
    display: inline;
    float: none !important;
    font-size: 30px;
    font-weight: 600;
}

.learndash-pager span.pager-left {
    display: inline;
    float: none !important;
    margin-right: 5px;
    font-size: 30px;
    font-weight: 600;
}
.learndash-pager .pager-legend {
    display: inline;
    float: none !important;
    position: relative;
}
.learndash-pager a {
    background-color: #a9a9a9 !important;
    color: #000;
}
.learndash-pager br {
display: none !important;
}
.learndash-pager {
    text-align: center !important;
}
/* End of Learndash Pager CSS */
body:not(.logged-out) #logpart{
	 display: none !important;
}
/* Start Fluent form */
.lity-close {
    position: absolute !important;
    color: black !important;
    box-shadow: none !important;
}
/* End Fluent form */
/* Start of zoom hover */
.zimg:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.3); 
  z-index:2;
}
/* End of zoom hover */
/* Fluent Form Popup */

.ff_modal_container {
    background: #fff;
    max-height: 90vh!important;
    max-width: 600px !important;
    overflow: auto;
    padding: 50px !important;
    border-radius: 5px !important;
}
/* Fluent Form Popup End */

/* Trustpilot */
p.review-text {
    font-size: 15px;
    font-family: 'Poppins';
	   color:black !important;
}

.trustbox {
 display: flex;
 gap:40px;
	margin-top:15px;
    }
@media only screen and (max-width: 700px) {
 p.review-text {
    font-size: 10px;
}
}
/* End of Trustpilot */

/* sharewin-portal */
  .container-sharew {
    position: relative;
    max-width: 350px; /* Adjust this width as needed */
    margin: 0 auto;
    overflow: hidden;
    text-align:center;
    background:#f4f7fa;
		font-family: 'Poppins';
  }

  .image-sharew{
    width: 100%;
    height: auto;
    display: block;
  }
 
  .text-share {
    margin-top: 20px; /* Adjust space between image and text */
    margin-bottom: 20px; /* Adjust space between text and button */
    color: #333;
    font-size: 13px;
    padding:20px;
    line-height:1.5em;
    text-align: justify;
    text-justify: inter-word;
		font-family: 'Poppins';
    
  }
  .texthead {
    margin-top: 20px; /* Adjust space between image and text */
    font-size: 18px;
    padding-top:20px;
    padding-left:20px;
    font-weight:700;
    text-align:left !important;
		font-family: 'Poppins';
  }

  .share-butn {
    padding: 15px 20px;
    background-color: #009ee3;
    margin-bottom:25px;
    color: white;
    border: none;
    width:70%;
    border-radius: 2px;
		font-size:13px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-align:center;
    vertical-align: middle;
    text-decoration:none;
    text-transform: capitalize;
  }

  .share-butn:hover {
    background-color:#000;
		color:white;
  }
/* sharewin-portal-End */

li#menu-item-190966:active,
li#menu-item-190966:hover {
    border-radius: 20px !important; /* Ensure the same border-radius when clicked and hovered */
}
li#menu-item-190966{
	border-radius:20px;
}

.eael-contact-form-7 .wpcf7-form input[type="submit"] {
    cursor:pointer !important;
}
#bookedbtn{
	pointer-events:none !important;
}
.onbutn {
    background-color: #fbe70c;
    border: none;
    color: #000000;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    font-family: 'Montserrat';
}
.onbutn:hover {
    background-color: #000;
	   color:#ffffff !important;
}
*{
    margin: 0;
    padding: 0;
}
.h2-faq{
  font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 1em;
    font-weight: 700;
}
.faqc-card {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    border-radius: 4px;
    background: #fff;
    margin: 2em auto;
    width: 100%;
    overflow: hidden;
    padding: 1em;
    box-sizing: border-box;
}
a.bkcall {
    background-color: #009ee3;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50px;
    width: 100%;
}

.fcbtn {
    border: 1px solid #ffd130;
    background-color: #ffd130;
    color: black;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.26;
    transition: all .2s;
}

.hiddenpop {
    height: 35px !important;
	 margin-bottom: 0px;
}
@media only screen and (max-width: 768px){
    .hiddenpop {
    height: 80px !important;
	  margin-bottom: 0px;
}
}
.elementor-template-canvas .hiddenpop
 {
    display: none !important;
}
@media (max-width: 767px) {
  .elementor-template-canvas .elementor-309348 .elementor-element.elementor-element-12907e3b {
        margin-top: 0em;
        margin-bottom: 0em;
        padding: 0px 0px 0px 0px;
    }
}
/* Style the existing button */
#menu-item-312014 > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: #009ee3;
  color: white !important;
  padding: 12px 16px !important;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  transition: background-color 0.3s;
}

#menu-item-312014 > a:hover {
  background-color: #fff;
	border:1px solid #009ee3;
	color:black !important;
}

/* Add blinking dot using ::before */
#menu-item-312014 > a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  margin-right: 8px;
  animation: blink 1s infinite;
  display: inline-block;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
  /* Hide by default */
  .mobile-cta-button {
    display: none;
  }

  /* Show only on mobile */
  @media only screen and (max-width: 768px) {
    .mobile-cta-button {
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      bottom: 5px;
      left: 20px;
      background-color: #009ee3;
      color: #fff;
      padding: 10px 18px;
      border-radius: 30px;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      font-family: sans-serif;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      z-index: 9999;
    }
		#menu-item-312014{
			display:none;
		}
    .mobile-cta-button .cta-dot {
      width: 10px;
      height: 10px;
      background-color: white;
      border-radius: 50%;
      margin-right: 8px;
      animation: blink 1s infinite;
    }

    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.3; }
    }
  
body.logged-in .mobile-cta-button {
  display: none !important;
}

