h1, h2, h3, h4, h5, h6 {
    font-family: Oswald, sans-serif !important;
    font-weight: normal;
}
p{
    font-family: "Montserrat", Sans-serif !important;
}
.header-links ul li,
.header-links a{
    font-family: 'Roboto' !important;
    font-size: 16px !important;
    letter-spacing: 0.2px !important;
    font-weight: 300;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .menu-area .navbar-area {
        padding: 0 !important;
    }
}
#fixturbo_main_menu ul li a{
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.elementor-2055 .elementor-element.elementor-element-007e640.e-con{
    margin: 0 !important;
}
.elementor-2055 .elementor-element.elementor-element-09b3750 {
    margin: 0;
}
/* Header */
.header-layout1 .header-top .sc-header-links{
    padding: 0 !important;
}
.site-logo img, .footer-logo img{
    max-width: 100px !important;
}
.header-layout1 .header-navbar-logo{
    padding: 0 !important;
    position: static !important;
}
.header-layout1 .menu-area{
    background-color: #fff !important;
}
.header-layout1 .navbar-right-desc{
    justify-content: flex-end
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav{
    text-align: center !important;
}
nav .custom-container{
    padding: 10px !important;
}
/* .header-layout1 .sticky-wrapper{
    height: 13vh;
} */

/* Banner */
.banner-text .hero-title {
    font-size: 44px;
    width: 800px;
    margin-bottom: 30px;
}
.banner-text a.btn.style-border {
    display: none;
}
.banner-text p.hero-text {
    width: 550px !important;
}
.banner-text .hero-4{
    background-repeat: no-repeat;
    background-position: 75%;
    background-size: cover;
}
@media (max-width: 1500px) {
    .header-layout1 .header-navbar-logo {
        margin-top: 0 !important;
    }
}

/* Typewriter effect */
.hero-title.text-white {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom: 15px !important;
    line-height: 1.2; /* Adjust as needed */
}

.hero-constant-text {
    display: block;
    font-size: 48px;
    color: #ff0000;
}

.hero-typewriter-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #fff; /* Adjust the color as needed */
    animation: blink-caret 0.75s step-end infinite;
    transition: opacity 0.5s ease-in-out; /* Add smooth fade transition */
    min-height: 1.2em; /* Ensure consistent height */
}

.hero-text {
    font-size: 16px !important;
    font-weight: 300 !important;
}
.banner-text .btn-group a:nth-of-type(2){
	display: none;
}

.banner-text .btn-group .appt-btn{
	padding: 15px 40px !important;
	    font-weight: 500;
	border-radius: 10px;
}

@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #fff; }
}




/* Appointment */
#appointment-date {
    cursor: pointer;
}
.appt-btn{
    background-color: #E8092E !important;
    color: #fff;
    border: 1px solid #E8092E !important;
	padding: 22px !important;
}
input[type=text]:focus, 
input[type=email]:focus, 
input[type=url]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=number]:focus, 
textarea:focus, 
input[type=button]:focus, 
input[type=reset]:focus, 
input[type=submit]:focus, 
select:focus {
    border: 1px solid #000 !important;
}
.appt-btn:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}
.sc-appointment-sec .row{
    justify-content: center;
}
.service-form-wrap{
	border-radius: 10px !important;	
}
.sc-appointment-sec .btn {
    font-size: 14px;
    font-family: "Montserrat", Sans-serif;
    padding: 22px;
    border-radius: 10px !important;
    letter-spacing: 0.4px;
}
.service-btn .btn {
    border-radius: 10px !important;
    font-size: 14px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.service-form-wrap h3 {
    font-size: 26px !important;
    margin-bottom: 30px;
    margin-top: 10px;
	font-weight: 600;
}

.contact-form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.contact-form p {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-form input, 
.contact-form textarea {
    width: 100%;
    padding: 10px;
    padding-right: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form input[type="submit"] {
    background-color: #000;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 16px;
}

.contact-form input[type="submit"]:hover {
    background-color: #555;
}
.wpcf7-response-output {
    background-color: #fff;
    border: 1px solid #cfcfcf !important;
    font-size: 16px !important;
    padding: 15px !important;
    margin: 35px 0 !important;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.footer-container .wpcf7-response-output {
    display: none !important;
}
.service-form-wrap input,
.service-form-wrap select{
    border: 1px solid #ccc;
}
.service-form-wrap{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.pointer {
  cursor: pointer;
}
.form-control:focus, input:focus {
    border: 1px solid #000000;
}
.calendar-wrapper {
  position: relative;
  width: 100%;
}

.calendar-wrapper input.flatpickr-date {
  padding-right: 2.5rem;
}

.calendar-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  pointer-events: none;
  font-size: 1rem;
}
input.flatpickr-input[readonly] {
    background-color: #fff;
    cursor: pointer;
}

input.flatpickr-date:not(.flatpickr-input) {
    display: none !important; /* Hide the original input */
}


input[name="select-date"]::placeholder {
  color: #1a1a1a !important;
  opacity: 1 !important;
}



/*  */
.sc-about-us{background: linear-gradient(to left, #f1f1f1 70%, white 30%);
    padding: 120px 0;
    margin: 0;
}
.checklist li {
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}


 .service-filter .service-buttons {
    margin-bottom: 30px;
}
.service-filter .service-buttons .service-btn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    margin: 0 10px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
	    border-radius: 10px;
}
.service-filter .service-buttons .service-btn.active,
.service-filter .service-buttons .service-btn:hover {
    background: #f91942;
    color: #fff;
    border: none;
}
.service-filter .service-cards {
    display: flex;
    flex-wrap: wrap;
}
.service-filter .service-cards .card-wrapper {
    display: none;
}
.service-filter .service-cards .card-wrapper.active {
    display: block;
}


.item {
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
	    border-radius: 10px;
}

.item svg {
    width: 80px !important;
    height: 100%;
    margin-bottom: 25px !important;
    fill: #ff6d6d !important;
}

.item:hover {
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
}
.item:hover .icon {
    background: #fff;
    border-radius: 10px;
}

.item .icon {
    margin-bottom: 25px;
    color: #7e7e7e;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one {
    background: rgba(247, 198, 5, 0.20);
    color: #f91942;
}
.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #f91942;
}
.item .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: #f91942;
}
.item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #f91942;
}
.item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: #f91942;
}
.item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: #f91942;
}
.item p {
    font-size: 15px;
    line-height: 26
}
.item p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.item h6 {
    margin-bottom: 15px;
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.section-head {
    margin-bottom: 60px;
}
.section-head h4 {
    position: relative;
    padding: 0;
    color: #f91942;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}
.section-head h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f;
}
p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.section-head p, p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.item {
    min-height: 300px; 
}

/* /* Responsive Styling */
@media (max-width: 767px) {
    .item {
        padding: 20px;
        min-height: 280px; 
    }
    .item .icon {
        font-size: 30px;
        width: 70px;
        height: 70px;
        line-height: 74px;
    }
    .item h6 {
        font-size: 16px;
    }
    .item p {
        font-size: 14px;
        line-height: 22px;
    } 
}

@media (min-width: 768px) and (max-width: 991px) {
    .item {
        padding: 25px;
        min-height: 300px; 
    }
    .item .icon {
        font-size: 35px;
        width: 80px;
        height: 80px;
        line-height: 86px;
    }
    .item h6 {
        font-size: 17px;
    }
    .item p {
        font-size: 14px;
        line-height: 23px;
    }
}

/* Further responsive tweaks if necessary */
@media (min-width: 992px) and (max-width: 1200px) {
    .item {
        padding: 30px;
        min-height: 330px; 
    }
    .item .icon {
        font-size: 38px;
        width: 85px;
        height: 85px;
        line-height: 90px;
    }
    .item h6 {
        font-size: 18px;
    }
    .item p {
        font-size: 15px;
        line-height: 25px;
    }
}

/* Ensure filter buttons stack vertically on small screens */
@media (max-width: 767px) {
    .service-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service-btn {
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box; 
     }
}

/* Responsive adjustments for medium screens (tablets and smaller desktops) */
@media (min-width: 768px) and (max-width: 991px) {
    .service-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .service-btn {
        margin: 0 5px;
    }
}

/* Ensure buttons are centered and spaced evenly on larger screens */
 @media (min-width: 992px) {
    .service-buttons {
        display: flex;
        justify-content: center;
    }
    .service-btn {
        margin: 0 10px;
    }
} 










footer {
    background-color: #111111;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.footer-logo img {
    width: 100%;
    margin-bottom: 10px;
}

.footer-logo p {
    font-size: 18px;
    font-weight: bold;
    color: #FF0000; /* Red color for logo text */
}

.footer-links h4, .footer-contact h4, .footer-subscribe h4 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #FFFFFF;
    font-weight: 600;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 5px;
}

.footer-links ul li a {
        color: #d4d4d4;
        text-decoration: none;
        font-size: 15px;
        font-weight: 300;
        font-family: 'Montserrat';
}
.email-text{
    color: #fff;
}

.footer-contact p {
    font-size: 15px;
    margin-bottom: 13px;
    color: #d4d4d4;
    font-family: 'Montserrat';
    margin-top: 18px;
}

.footer-subscribe p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #d4d4d4;
}

.footer-subscribe .sub-field {
    display: flex;
    align-items: center;
}

.footer-subscribe input[type="email"] {
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    flex: 1;
    width: 17rem;
}

.footer-subscribe button {
    padding: 17px 24px;
    background-color: #FF0000; /* Red color for button */
    color: #FFFFFF;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
    background-color: #0D0D0D;
}

.footer-bottom p {
    margin: 0;
    font-size: 12px;
    color: #d4d4d4;
}

.footer-subscribe {
    -webkit-transform: translateY(-90px);
    transform: none !important;
}

.footer-links {
    flex-direction: column;
	justify-content: flex-start !important;
}
.footer-subscribe .sub-field{
    margin-top: 30px;
}





@media (max-width: 767px) {
    .sub-title {
        font-size: 10px;
    }
    .sub-title:before {
        width: 30px;
    }
    h1.hero-title.text-white {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px !important;
    }
    .hero-text {
        font-size: 14px !important;
        width: 350px;
        margin-bottom: 20px !important;
    }
    a.btn {
        font-size: 13px;
        padding: 15px 20px !important;
    }
    .hero-style4 {
        padding: 180px 0 80px;
    }
    .elementor-2055 .elementor-element.elementor-element-031ba04{
        margin: 0;
    }
    .checklist li {
        margin-bottom: 15px;
    }
    .footer-logo img{
        width: 150px !important;
        height: 128px !important;
       
    }
    .footer-container {
        flex-direction: column;
    }
    .footer-logo{
        text-align: center;
        margin-bottom: 20px;
    }

}


.service-buttons {
    margin-bottom: 20px;
}

.service-btn {
    margin: 0 5px;
}

.service-select {
    width: 100%;
    padding: 10px;
    padding-right: 20px;
    font-size: 16px;
    background: #fff;
    margin-bottom: 15px;
}

.sc-service-sec{
    background: #f1f1f1;
    margin-top: 0;
    padding: 120px 0;
}
.section-container {
    display: flex;
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
	    border-radius: 10px;
}

.left-side {
    flex: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 20px;
    color: white;
    transition: background-image 1s ease;
}

.content {
    text-align: left;
    max-width: 600px;
    z-index: 2;
    margin: 0 10rem;
}

#main-title {
    font-weight: 600;
    font-size: 46px;
    font-weight: bold;
    color: #fff;
}

h1 {
    font-size: 3em;
    margin-bottom: 15px;
}

.choose-sec-container .sub-title{
    color: #fff !important;
}
.choose-sec-container .sub-title:before{
    background: #fff !important;
}

#main-title {
    line-height: 54px;
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

#description {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

/* Right side styling */
.right-side {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    color: white;
    z-index: 3;
	    border-radius: 10px;
    background: rgb(0 0 0 / 49%);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(2.7px);
-webkit-backdrop-filter: blur(2.7px);
}
.left-side::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000080;
}

ul.hover-item-list {
    list-style: none;
    margin: 0;
    color: white;
    width: 420px;
}

.hover-item-list li {
    padding: 20px 60px;
    cursor: pointer;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: background 0.3s, padding-left 0.3s ease;
}
.hover-item-list li:last-child{
    border: 0;
}

.hover-item-list li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    padding-left: 40px;
}

.hover-item-list li.active {
    background-color: rgba(255, 255, 255, 0.3);
}

.hover-item-list li::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-chevron-right" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"%2F%3E%3C%2Fsvg%3E');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
}




.choose-section .e-con-inner{
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

#motorcycle-container {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s ease-in-out;
}

.wheel {
    animation: spin 0.5s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.road {
    position: absolute;
    bottom: 32%;
    width: 100%;
    height: 1px;
    background-color: #333;
}

@media (max-width: 767px) {
	.banner-text .btn-group .appt-btn {
		padding: 10px 25px !important;
		font-weight: 500;
		font-size: 14px !important;
	}
	.site-logo img{
   		 max-width: 95px !important;
	}
    button.navbar-toggler {
        border: none !important;
        padding: 0 !important;
    }
    ul#menu-main-menu-2 {
        background: none !important;
    }
    .navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .custom-container .navbar-collapse .navbar-nav li {
        border-color: #c5c5c5;
    }
    .banner-text .hero-4 {
        max-height: 78vh !important;
    }
    .hero-style4 .sub-title {
        font-size: 10px;
    }
    .hero-constant-text{
        font-size: 30px;
    }
    .hero-typewriter-text{
        font-size: 20px !important;
    }
    .p.hero-text.text-white{
        line-height: 34px;
        margin-bottom: 10px !important;
    }
    .banner-text p.hero-text {
        width: 350px !important;
        font-size: 13px !important;
		margin-top: 0 !important
    }
    .service-btn .btn{
        font-size: 12px;
    }
    input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=number]:focus, textarea:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, select:focus
    {
        border-bottom: 1px solid #000 !important;
        background-color: #fff !important;
    }
    .sc-about-us{
        background: none !important;
        padding: 20px 0;
    }
    #motorcycle-container{
        left: 45%;
        transform: translateX(-45%);
    }
    .footer-links ul li {
        margin-bottom: 0px;
    }
    .footer-links ul{
        margin-bottom: 15px;
    }
    .footer-contact p{
        margin-top: -5px;
        margin-bottom: 15px;
    }
    .footer-bottom p{
        font-size: 10px !important
    }
	.footer-links{
		display: block !important
	}
	.footer-links h4, 
	.footer-contact h4, 
	.footer-subscribe h4{
		margin-bottom: 10px;
	}
    .email-text {
        color: #ffffff;
        font-weight: 400;
        font-size: 14px;
    }
    #motorcycle-container svg{
        width: 10rem;
    }
    .road{
        bottom: 35%;
    }
    .sc-about-us  h4.title{
        font-size: 32px !important;
    }
    h2.mob-choose-sec-title {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
}


@media (max-width: 768px) {
    .section-container {
        display: none; /* Hide desktop version on mobile */
    }
    .mobile-accordion {
        display: block;
    }
    .mobile-accordion-item {
        margin-bottom: 10px;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }
    .mobile-accordion-trigger {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 20px 15px;
        color: white;
        cursor: pointer;
        transition: all 0.5s ease;
        height: 100px; /* Slightly increased height when closed */
        background-size: cover;
        background-position: center;
    }
    .mobile-accordion-trigger::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #00000050;

    }
    .mobile-accordion-trigger h5 {
        margin: 0;
        position: relative;
        z-index: 2;
        color: #fff;
    }
    .mobile-accordion-content {
        max-height: 0;
        opacity: 0;
        padding: 0 15px;
        background-color: rgba(240, 240, 240, 0.9);
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }
    .mobile-accordion-item.active .mobile-accordion-trigger {
        height: 200px; /* Increased height when open */
    }
    .mobile-accordion-item.active .mobile-accordion-content {
        max-height: 1000px; /* Adjust based on your content */
        opacity: 1;
        padding: 15px;
    }
}

/* Desktop styles */
@media (min-width: 769px) {
    .mobile-accordion {
        display: none; /* Hide mobile version on desktop */
    }
}

/* base hidden (desktop-first) */
.call-btn { display: none; }

/* mobile: show button (max-width approx mobile) */
@media (max-width: 768px) {
  .call-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 25px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px)); /* respects iPhone safe area */
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f55f78, #E8092E); /* change colors if you want */
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(2, 10, 20, 0.2);
    z-index: 9999;
    transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
    -webkit-tap-highlight-color: transparent;
    will-change: transform;
  }

  .call-btn svg { display: block; }
	.back-to-top{ display: none !important;}

  /* small bounce on hover/tap */
  .call-btn:active{ transform: translateY(2px) scale(.98); }
  .call-btn:focus{ outline: 3px solid rgba(255,255,255,0.12); outline-offset: 3px; }

	.call-btn:hover{
		color: white;
	}
  /* optional pulsing ring (subtle) */
  .call-btn::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(24,169,153,0.35);
    animation: pulse 2.6s infinite;
    pointer-events: none;
  }
  @keyframes pulse{
    0% { box-shadow: 0 0 0 0 rgba(24,169,153,0.30); }
    70% { box-shadow: 0 0 0 14px rgba(24,169,153,0.02); }
    100% { box-shadow: 0 0 0 0 rgba(24,169,153,0.00); }
  }
}

/* ensure hidden on larger screens (defensive) */
@media (min-width: 769px) {
  .call-btn { display: none !important; }
}
