/*
 Theme Name:   Webikka Child
 Theme URI:    https://example.com
 Description:  Child theme for the Webikka theme
 Author:       Your Name
 Template:     astra
 Version:      1.0.0
 Text Domain:  webikka-child
*/

/* Add your child theme CSS below */

.store-btn img {
    height: 55px;   /* Adjust size as needed */
    width: auto;
    transition: transform 0.2s ease;
  }
  
  .store-btn img:hover {
    transform: scale(1.05);
  }
  .pricing-switch {
    position: relative;
    display: flex;
    align-items: center;
    width: 220px;
    background: #f0f0f0;
    border-radius: 30px;
    padding: 5px;
    justify-content: space-between;
    font-family: sans-serif;
  }
  
  .pricing-switch input {
    display: none;
  }
  
  .pricing-switch label {
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding: 8px 0;
    z-index: 2;
    color: #555;
    transition: color 0.3s ease;
  }
  
  .pricing-switch input:checked + label {
    color: #fff;
  }
  
  .pricing-switch .switch-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50%;
    height: calc(100% - 10px);
    background: #055bc1; /* brand color */
    border-radius: 25px;
    transition: left 0.3s ease;
    z-index: 1;
  }
  
  #yearly:checked ~ .switch-slider {
    left: 50%;
  }
  .pricing-value {
    font-size: 20px;
    font-weight: bold;
    color: #055bc1;
    margin-top: 10px;
    text-align: center;
  }
  .wp-block-columns.alignwide.is-layout-flex.wp-container-14 {
    margin-top: -77px !important;
}
a{
	color:#111111;
} 
a:hover {
 color: #E8085E;
}
.menu-item{font-size:16px;}
#services:after, #contact-us:after{
	    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
	  border-radius:33px;
	  color:#FFFFFF;
    background: #E8085E;
    margin:1% 0 1% 0;
    left: calc(50% - 30px);
}
.wpcf7 input[type="submit"] {
	font-size:16px;
	color: #ffffff;
	border-radius:33px;
}
.ast-custom-button{font-size:16px;}
.hmls-logo-main-wrapper > .hmls-logo-item{ border: 0px !important;}

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    color: var(--ast-global-color-3);
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link:hover{
  color: #E8085E;
}


a.menu-link {
    padding-right: 67px;
}
.wp-block-columns.alignfull.has-ast-global-color-4-background-color.has-background.is-layout-flex.wp-container-15 {
    padding-top: 1px!important;
}
.block-editor-rich-text__editable{
    background-color: #E8085E!important;
}
.ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu{
	width:300px;
}
#ast-scroll-top{background-color: #E8085E !important;}
.services-heading{
	color: #111111 !important;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggle-slider {
  background-color: #2196F3;
}

input:focus + .toggle-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggle-slider.round {
  border-radius: 34px;
}

.toggle-slider.round:before {
  border-radius: 50%;
}
.site-title{
	font-size:13px;
}
.site-logo-img img{
	width:260px;
}
.whatsapp-link{text-decoration:none;}
/* Make Astra header sticky */
.main-header-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* Prevent content from hiding behind header */
.site-content {
    padding-top: 100px; /* adjust this value to match your header height */
}
.binifits-icon, .steps{text-align:center;}
.wp-block-buttons > .wp-block-button, .ast-header-button-1 .ast-custom-button,.ast-custom-button-footer {
  background: #168BDE;
}
.ast-header-button-1 .ast-custom-button:hover, .wp-block-buttons > .wp-block-button:hover,.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus,.ast-custom-button-footer:hover, input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #E8085E;
}

.register-form{
	padding:5% 5% 0% 5%;
	background-color:#F5F5F5;
}
.ast-custom-button-footer{
	border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;

}
[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap{
	text-align:center;
}
.app-buttons{text-align:center;}
.app-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.price-plan{color:#E8085E;font-size:18px;}
#price-value-free, #price-value-pro, #price-value-teams, #price-value-enterprise{color:#178CDE;font-size:18px;}
.wi-custom-button{
  background-color: #E8085E;
  border-radius: 19px 15px 15px 15px !important;
}
.has-vivid-red-background-color{background-color: #E8085E !important;border-radius: 19px 15px 15px 15px !important;}