/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* Hero Section */
.hero {
    /* height: 110vh; */
    background-image: url('images/background.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 1px 20px;
    text-align: center;
}

.image-container {
    text-align: center;
    margin-top: 20px;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

.logo-container {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 25px;

}

.agent-image {
    max-width: 100%;
    height: 250px;

    border-radius: 50%;
    border: 4px solid #e31837;
}

.status-badge {
    position: absolute;
    top: 254px;
    margin-left: -225px;
    margin-right: 0px;
    color: white;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 15px;
    white-space: nowrap;
    font-style: italic;
}

.hero-title {
    font-size: 40px;
    margin-bottom: 0px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #d6d6d6;
    font-style: italic;
    margin-top: 10px;
}

.hero-subtitle {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ff3366;
}

.reserve-text {
    color: #ff0000;
    font-style: italic;
}

.reserve-text a {
    text-decoration: none;
    color: #ff0000;
    font-size: 28px;

}

.underline {
    text-decoration: underline;
}

.rating {
    margin-bottom: 20px;
}

.star {
    color: #ffd700;
    font-size: 24px;
}

.elementor-widget-container {
    display: flex;
    justify-content: center;
}

.elementor-button-wrapper {
    display: inline-block;
}

.elementor-widget-container {
    display: flex;
    justify-content: center;
}

.elementor-button-wrapper {
    display: inline-block;
}

.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff0000;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 50px;
    border-radius: 8px;
    text-decoration: none;
    gap: 10px;
    border: none;

    transition: background-color 0.3s ease;
}

.elementor-button-icon {
    display: flex;
    align-items: center;
}

.elementor-button i {
    font-size: 20px;
}

.elementor-button:hover {
    background-color: #cc0000;
}

.elementor-button-icon {
    display: flex;
    align-items: center;
}

.elementor-button i {
    font-size: 20px;
}

.elementor-button:hover {
    background-color: #cc0000;
}





.no-hold {
    color: #22c55e;
    font-size: 18px;
}

.service-card {
    text-align: center;
    flex: 1;
    max-width: 30%;
}

.service-icon {
    font-size: 50px;
    color: #e51937;
    margin-bottom: 15px;
}

.service-icon-link {
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s;
}

.service-icon-link i {
    font-size: 50px;
    color: #e51937;
}

.service-icon-link:hover i {
    color: #c21827;
}

h3 {
    font-size: 26px;

    font-weight: bold;
}

.service-card p {
    font-size: 14px;
    color: #333;
}

.service-card a {
    text-decoration: none;
    color: #e51937;
}

.service-card a:hover {
    text-decoration: underline;
}

.flash-text {
    font-size: 20px;
    font-weight: bold;
    animation: flash 1s infinite alternate;
    margin-top: 10px;

}

.flash-text a {
    text-decoration: none;
}

.green-dot {
    color: #1acc21;
}

.white-text {
    color: #ffffff;
    font-size: 15px;

}

.spacer {
    height: 30px;
    /* Adjust height as needed */
}

/* Flash Animation */
@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/* Container */

.all-in-one-section {
    padding: 10px;
    background-color: #F2F2F2;

}

.save-big-container {
    text-align: center;
    background-color: #F2F2F2;
    padding: 7px 0px 7px 0px;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #C0C0C0;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    max-width: 548px;
    margin: 0 auto;
    padding: 1px 20px;
    text-align: center;
    margin-bottom: 12px;

}

/* Title Styles */
.save-big-title {
    font-style: normal;
    color: #000724;
    text-decoration: underline;
    font-weight: bold;
}

.save-big-title a {
    color: inherit;
    text-decoration: none;
}

.call-save-big-text {
    color: #e51937;
    text-decoration: underline;
    font-size: 38px;
    font-style: italic;
}

/* Subtitle Styles */
.save-big-subtitle {
    font-style: normal;
    font-size: 2rem;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: inherit;
    color: #000000;
}

.save-big-subtitle a {
    color: inherit;
    text-decoration: none;
}

.airline-text {
    color: inherit;
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
}

.custom-text-section {
    padding: 20px;
}

.custom-text-container {
    text-align: center;
}

.custom-heading {
    font-style: normal;
    color: #000724;
    font-size: 32px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -1px;

}

.highlight-text {
    color: #000724;
}

.bold-text {
    font-weight: bold;
}


/* Action Buttons Section */
.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 548px;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(180deg, #E51937 0%, #E51937 100%);
}

.buttons1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 548px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #E51937 0%, #E51937 100%);
}

/* Title Styles (for CALL FOR TICKET DEALS!) */
.action-title {
    font-style: normal;
    color: #dedede;
    font-weight: bold;
    text-align: center;
    text-shadow: -2px 3px 1px rgba(0, 0, 0, 0.3);
}

.action-title a {
    color: inherit;
    text-decoration: none;
}

.call-deals-text {
    color: #dedede;
    font-size: 36px;

}

/* Button Styles */
.buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0px;
}

.call-buton {
    text-align: center;
}

.call-buton a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;

}

.cal-buton {
    text-align: center;
    background-color: #005FDE;
    font-family: "Roboto", Sans-serif;
    font-size: 29px;
    font-weight: 900;
    text-shadow: -2px 3px 1px rgba(0, 0, 0, 0.3);
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: 15px;

}

.ticket-deals-btn {
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.call-now-btn {

    border: none;

    font-size: 29px;
    font-weight: bold;
    cursor: pointer;

}

/* Styles for ticket-deals-btn */
.ticket-deals-btn {
    background: #e31837;
    color: white;
}

.ticket-deals-btn:hover {
    background-color: #d1172f;
    /* Slightly darker on hover */
}

/* Styles for call-now-btn */
.call-now-btn {
    background: #005FDE;
    color: white;
    text-shadow: -2px 3px 1px rgba(0, 0, 0, 0.3);
}




/* Reservation Form Section */
.reservation-section {
    max-width: 580px;
    margin: 20px auto;
    padding: 0 15px;
}

/* Form Header */
.form-header {
    background: #e31837;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

/* Form Title */
.form-title {
    font-size: 20px;
    font-weight: bold;
}

/* Booking Form Styling */
.booking-form {
    background-color: #F2F2F2;
    margin: 0;
    padding: 13px;
    border-style: dashed;
    border-width: 2px;
    border-color: #C0C0C0;
    border-radius: 7px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* Full Form Section */
.form-full {
    margin: 24px auto;
}

/* Grouping and Spacing for Form Fields */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #4B4F58;
    font-size: 16px;
    font-weight: 600;
}

/* Required Label for Fields */
.required-label::after {
    content: '*';
    color: #e31837;
    margin-left: 2px;

    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
}

/* Style for Select and Text Input Fields */
.form-select,
.form-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/* Style for Date Picker */
.wpforms-field-date-time-date {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/* Name Group Layout */
.name-group {
    display: flex;
    gap: 15px;
}

.name-field {
    flex: 1;
}

.field-label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

/* Phone Input Styling */
.phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 8px;
}
.iti{
    width: 100%;
}
.iti__country-container {
    width: 100%;
    display: flex;
    align-items: center;
}

.iti__selected-country {
    width: 31px;
    padding: 0px;
    margin: 7px;
    font-size: 12px;
}

.form-input {
    flex-grow: 1;
}

/* Optional: Custom styles for the dropdown */
.iti__dropdown-content {
    max-height: 200px;
    overflow-y: auto;
}


.country-flag {
    margin-right: 8px;
}

.phone-input .form-input {
    border: none;
    flex: 1;
}

/* Submit Button Styling */
.reserve-flights-btn {

    border-radius: 5px;

    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    /* Make the anchor tag behave like a button */
    text-decoration: none;
    /* Remove underline */
    text-align: center;
    /* Center the text */

    padding: 10px !important;
    width: 100% !important;
    font-size: 1.5em !important;
    font-weight: 900 !important;
    background-color: #005FDE !important;
    color: #fff !important;
    border: 8px double #024488 !important
}


/* Disclaimer Text Styling */
.form-disclaimer {
    color: #BDBDBD;
    font-family: "Roboto", Sans-serif;
    font-size: 10px;
    font-weight: 400;
    margin-top: 25px;
    line-height: 25px;
    margin-bottom: 45px;

}

/* Select Box Customization */
.form-select {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
}

.form-select:focus {
    border-color: #0066cc;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 102, 204, 0.5);
}

/* Input fields focus effect */
.form-input:focus {
    border-color: #0066cc;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 102, 204, 0.5);
}


/* Services Section */
.services-section {
    padding: 0px 20px;
    background: #F2F2F2;
    text-align: center;
}

.services-title {
    font-size: 31px;
    color: #000724;

    text-align: center;
    font-style: italic;
}

.services-description {
    max-width: 733px;
    margin: 0 auto 40px;
    color: #7a7a7a;
    ;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
}

.service-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    flex: 1;
    min-width: 300px;
    padding: 20px;

}

.service-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.reserve-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="green"><path d="M21 12a9 9 0 1 1-9-9 9 9 0 0 1 9 9z"/></svg>');
}

.change-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%230066cc"><path d="M21 12a9 9 0 1 1-9-9 9 9 0 0 1 9 9z"/></svg>');
}

.cancel-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="red"><path d="M21 12a9 9 0 1 1-9-9 9 9 0 0 1 9 9z"/></svg>');
}

.service-card h3 {
    color: #7a7a7a;
    line-height: 36px;

    font-size: 25px;
}

.service-card p {
    color: #666;
    font-size: 15px;
}

.service-card a {
    text-decoration: none;
    /* Remove underline from links */
    color: #000724;
    /* Inherit color from parent */
}

.service-card a:hover {
    color: #0066cc;
    /* Optional: Add color change on hover */
}


/* Operators Section */
.operators-section {


    padding: 40px 20px;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.operators-section h2 {
    color: #000724;
    margin-bottom: 30px;
    font-size: 33px;
    font-style: italic;
}

.operator-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.reserve-flight-btn,
.change-cancel-btn {
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: white;
}

.reserve-flight-btn {
    background: #e31837;
}

.change-cancel-btn {
    background: #dc3545;
}

/* Footer Section */
.call-section {
    position: relative;
    padding: 40px 20px;
    background-color: #000724;

    height: 100vh;
    background-image: url('images/background.webp');
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;

}

.call-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.call-column {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.call-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #d6d6d6;
}

.call-icon {
    margin-bottom: 20px;
}

.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.icon-link {
    font-size: 50px;
    color: #d6d6d6;
    transition: color 0.3s ease;
    background-color: #E51937;
    color: #FFFFFF;
    border-radius: 50px;
}

.icon-link i {
    display: block;
    height: 2em;
    position: relative;
    width: 2em;
}

.image {}

.icon-link:hover {
    color: #0066cc;
}


.call-text {
    margin-bottom: 30px;
}

.heading {
    font-size: 40px;
    color: #d6d6d6;
    font-weight: bold;
}

.subheading {
    font-size: 26px;
    color: #d6d6d6;
}

.highlight-text1 {
    color: #d6d6d6;
}
.highlight-text2 {
    color: #d6d6d6;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-link {

    padding: 22px 50px;
    border-radius: 14px;
    text-decoration: none;
    color: white;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
    background-color: #E51937;
    font-family: "Roboto", Sans-serif;

    font-weight: 700;
}



.button-content-wrapper {
    display: flex;
    align-items: center;
}

.button-icon {
    margin-right: 10px;
    font-size: 9px;
}

.button-text {
    font-size: 25px;
    font-style: none;
}

.main-section {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

.overlay {}

.best {
    font-size: 32px;
    color: #3a3a3a;

}

.container {
    padding: 20px;
    margin-top: 60px;
    background-color: white;
}

.column {
    margin-bottom: 40px;
    font-style: normal;
}

.widget-wrap {
    margin-bottom: 20px;
}

.text-editor h1 {
    font-size: 32px;
    font-weight: bold;
    color: #3a3a3a;
}

.text-editor p {
    font-size: 15px;
    color: #7A7A7A;
    line-height: 1.6;


}

.text-editor .underline-text {
    text-decoration: underline;
}

.text-editor a {
    text-decoration: none;
    color: #0066cc;
}

.text-editor a:hover {
    color: #004fa3;
}

.tips-list,
.benefits-list,
.travel-tips {

    padding-left: 0;
    margin-left: 20px;
}

.tips-list li,
.benefits-list li,
.travel-tips li {
    font-size: 15px;
    margin-bottom: 4px;
    line-height: 1.6;
}

.tips-list li strong,
.benefits-list li strong,
.travel-tips li strong {
    font-weight: bold;
    color: #7A7A7A;

}

.tips-list li {
    color: #7A7A7A;
}

.benefits-list li {
    color: #7A7A7A;
}

.travel-tips li {
    color: #7A7A7A;
}

.widget-heading h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0066cc;
    margin-bottom: 20px;
}

.post-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.post-grid .elementor-post__thumbnail__link {
    display: block;
}

.post-grid .elementor-post__thumbnail img {
    width: 100%;
    height: auto;
}

.spacer {
    height: 40px;
}

.disclaimer {
    margin-top: 20px;
}

.footer {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 768px) {
    .main-section {
        padding: 15px;
    }

    .widget-heading h2 {
        font-size: 20px;
    }
    .call-now-btn{
        font-size: 33px;
    }
    .form-select, .form-input {
        width: 100%;
        padding: 1rem;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
    }
    .booking-form{
        padding: 10px;
    }
    .text-editor h1 {
        font-size: 30px;
        font-weight: 700;
        color: #3a3a3a;
    }
    h3 {
        font-size: 20px;
        font-weight: 700;
        color: #3a3a3a;
        line-height: normal;
    }
    .tips-list li {
        color: #7A7A7A;
        font-size: 13.68px;
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .best {
        font-size: 25px;
        color: #3a3a3a;
        line-height: normal;
    }
    .tips-list li, .benefits-list li, .travel-tips li {
        font-size: 15px;
        margin-bottom: 8px;
        line-height: 1.4;
    }

    .text-editor {
        font-size: 16px;
    }

    .post-grid {
        grid-template-columns: 1fr;
    }
    .custom-heading{
        width: 100%;
    }
    .travel-tips{
    padding: 15px !important;
    }
    .tip-box h4 {
        font-size: 18px !important;
        color: #54595F !important;
        margin-bottom: 0px !important;
    }
    .tip-box p {
        font-size: 13px !important;
        color: #777777 !important;
        margin-bottom: 10px !important;
    }
    .text-container {
        padding: 15px 0 !important;
        font-size: 12px !important;
    }
}

.header {
    margin-bottom: 1.75em;

}

.header h2 {
    font-size: 26px;
    color: #3a3a3a;

}

.header p {
    font-size: 15px;
    line-height: 1.6;
    color: #7a7a7a;

}

.airlines-list {
    margin-left: 20px;
    color: #7a7a7a;
    margin-bottom: 22.5px;

    padding-left: 0;
}

.airlines-list li {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 8px;
}

.travel-tips {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;

}

.tips-header {
    padding: 10px 0;
    text-align: center;
}

.tips-header h3 {
    font-size: 32px;
    font-style: italic;
    color: #000000;
    font-weight: 600;
}


.tips-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}

.tip-box {
    border: solid 1px #ddd;
    border-radius: 8px;
    box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.tip-thumbnail {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.tip-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tip-box h4 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.tip-box p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.tip-box a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.tip-box a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .tips-grid {
        grid-template-columns: 1fr;
    }
    .container{
        padding: 0px;
    }
}


.disclaimer {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.6;
}

.disclaimer p {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .main-section {
        padding: 15px;
    }

    .header h2 {
        font-size: 25px;
        line-height: normal;
    }

    .header p {
        font-size: 13.68px;

    }
    .highlight-text1 {
        color: white;
        font-size: 30px;
    }
    .subheading {
        font-size: 18px !important;
        
        font-weight: 700;
        line-height: normal;
    }

    .call-section{
        height: 75vh;
    }

    .tips-header h3 {
        font-size: 24px;
    }

    .tips-grid {
        grid-template-columns: 1fr;
    }
}

.content-wrapper {
    margin-bottom: 30px;
    font-size: 12px;
    color: #7A7A7A;

}

.text-container {
    padding: 10px 0;
}

p {
    margin-bottom: 21px;
    line-height: 22px;
}

strong {
    font-weight: bold;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.city-highlight {
    font-weight: normal;
}

.spacer {
    height: 20px;
}

.disclaimer-section {
    font-size: 12px;
    color: #7a7a7a;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 12px;
}

.footer-links {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;

}

.footer-links a {
    margin: 0 8px;
    color: black;
}

.call-now-button {
    position: relative;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e51937;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
    width: 100%;
    margin-top: -125px;

}

.call-now-button img {
    width: 24px;
    height: 84px;
    margin-right: 10px;
}

.call-now-button:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .call-now-button {
        display: none;
    }
}