#sp-header .logo {
    position: relative;
    top: 25px;
}

#sp-header,
#sp-header.header-sticky {
   background-color: #f3be3c !important;
}

.sp-menu-item a:hover, .sp-menu-item a:focus, .sp-menu-item a:active, ul.sp-dropdown-items:has(li.active), 
#sp-menu .sp-menu-item.active > a,
#sp-menu .sp-menu-item.current-item > a{
    color: #3150a2!important;
}


  .logo-image {
    transition: transform 0.3s ease, bottom 0.3s ease; /* Smooth transition defined here */
}

#sp-header.header-sticky  .logo-image {
    height: 140px;
    transform: scale(0.6);
    position: relative;
    bottom: 22px;
    transition: transform 0.3s ease, bottom 0.3s ease; /* Smooth transition defined here */
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item>a, #sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item>span {
    font-size: 18px;
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner {
    background-color: #ffffff;
}

/* 1. Target the main element and force the Font Awesome configuration */
.sppb-testimonial-carousel-rating {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome" !important;
    font-weight: 400 !important;
    display: inline-block !important;
}

/* 2. Fix the pseudo-element rendering the filled stars */
.sppb-testimonial-carousel-rating::before {
    content: "\f005\f005\f005\f005\f005" !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome" !important;
    font-weight: 900 !important; /* Forces solid fill icons */
    display: block !important;
    overflow: hidden !important;
}

.sppb-testimonial-carousel-rating::after {
    display: none !important;
}

.badge {
  color: #000;
}

.sp-scroll-up {
  bottom: 20px;
}

.hidy {
  width: 113%;
  height: 60px;
  background-color:#ffffff;
  position: relative;
  bottom: 56px;
  right: 50px;
}


/* Error page styling */

html.error-page .error-code,
html.error-page .error-message,
body .error-wrapper .sppb-btn.sppb-btn-link:hover, body .error-wrapper .sppb-btn.sppb-btn-link:focus, body .error-wrapper .btn.sppb-btn-link:hover, body .error-wrapper .btn.sppb-btn-link:focus,
html.error-page .error-wrapper a.sppb-btn-link {
    color: #000!important;
        font-family: 'Bebas Neue', sans-serif;
}

html.error-page body {
    background-color: #fff!important;
        font-family: 'Bebas Neue', sans-serif;
}

html.error-page .error-logo {
    transform: scale(0.5);
}

html.error-page .error-wrapper {
    gap: 70px!important;
    margin-left: 25px!important;
}
html.error-page .error-code {
    font-size: 100px!important;
    font-weight: 700!important;
    color:#3150a2!important;
        margin: 0px!important;
            font-family: 'Bebas Neue', sans-serif;
}



/* iPhone bg fix */

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
.sp-page-builder .page-content #section-id-1783667390998 {
    background-size: unset !important;
    background-attachment: scroll !important;
    background-position: top !important;
  }
}

/* Extra small devices (phones, 600px and down) */
@media screen and (min-width:320px) and (max-width:932px) {
#sp-logo .logo-image-phone {
    height: 95px;
}

.header-sticky #sp-logo .logo-image-phone {
        transform: scale(0.5);
		position: relative;
        bottom: 1.55rem;
}

#sppb-addon-1783915890589 .sppb-addon-single-image-container img {
     max-width: 150px;
}

#section-id-1784160300151 .sppb-addon-text{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
	
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...} 

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width:1024px) {..}

/* Large devices (laptops/desktops, 992px and up) */
 @media screen and (min-width: 1024px) and (max-width:1366px) {
	#sp-menu {
    position: relative;
    right: 10rem;
}
	 
	 #menu-right {
display:none!important;
}
	 
 }


/* Large devices (laptops/desktops, 992px and up) */
 @media screen and (min-width: 900px) and (max-width:1440px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}

/* Codes for Bootstrap hidden elements on devices
Hidden XS
hidden-sm
hidden-md
B-lg
 */

