
        body {
            overflow-x: hidden;
        }
        /* General Styling */

.main-container {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping for responsiveness */
    gap: 30px; /* Space between the left and right sections */
    max-width: 100%; /* Max width for the entire layout */
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-container::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2c2c3d;
    opacity: .6;
    display: inline-block;
}

/* Left Section Styles (Flight Deal & Other Deals) */
.left-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    flex: 0 0 650px;
}

.flight-deal-card, .other-deals-section, .call-us-section {
    background-color: #333d47;
    border-radius: 0px;
    padding: 40px 32px 32px;
    box-sizing: border-box;
    position: relative;old-price
    overflow: hidden;
    background-image: url('assets/img/main-deal-bg.webp');
    background-size: cover;
    background-position: bottom;
}

.flight-deal-card {
    position: relative;
    overflow: hidden;
    background-image: url('assets/img/main-deal-bg.webp');
    background-size: cover;
    background-position: bottom;
}

.deal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.limited-time-offer {
    background-color: #009ED6;
    color: #fff;
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1;
}

.old-price {
    font-size: 14px;
    color: #ffffff80;
}

.deal-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.flight-route h1 {
    font-size: 32px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: -1.5px;
}

.flight-route p {
    font-size: 14px;
    color: #ccc;
    margin-top: 5px;
    font-weight: 500;
}

.price-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lowest-price-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #009ED6;
    text-align: center;
    width: 80px;
    line-height: 1.2;
}

.lowest-price-icon {
    width: 100%;
    filter: brightness(0) invert(1);
}

.current-price {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -2.5px;
    line-height: 1;
}

.current-price sup {
    font-size: 0.5em;
    vertical-align: super;
    font-size: 15px;
    position: relative;
    top: -18px;
    color: #009ED6;
}

.currency {
    font-size: 15px;
    color: #aaa;
    align-self: flex-end;
    padding-bottom: 0;
    color: #009ED6;
    font-weight: 600;
}

.exclusive-deal {
    display: flex;
    align-items: center;
    padding-top: 24px;
    border-radius: 0;
    margin-top: 24px;
    border-top: 1px solid #009ED640;
    text-align: center;
    justify-content: center;
}

.exclusive-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 10px;
    color: #009ED6;
    text-align: center;
    margin-right: 15px;
}

.exclusive-icon {
    width: 68px;
    filter: brightness(0) saturate(100%) invert(49%) sepia(62%) saturate(3230%) hue-rotate(164deg) brightness(93%) contrast(101%);
}

.exclusive-text {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: left;
}

/* Other Deals Section */
.other-deals-section {
    margin-top: 20px;
    background-color: transparent;
    padding: 0;
    background-image: none;
}

.other-deals-title {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.5px;
    min-width: 200px;
}

.heading-other-deals{
    margin-bottom: 24px;
}

.airline-deal {
    border-radius: 4px;
    background-color: #26263b;
    min-height: 68px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    border-radius: 0;
    margin-top: 4px;
}

.airline-deal:last-child {
    border-bottom: none;
}

.airline-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 9px;
    line-height: 1.2;
    margin-right: 15px;
    color: #ccc;
    width: 120px;
}

.airline-logo img {
    width: 100%;
}

.airline-name {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.deal-details {
    font-size: 12px;
    color: #ccc;
    margin-right: 20px;
    white-space: nowrap;
    font-weight: 400;
}

.deal-price {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    letter-spacing: -1px;
}

.deal-price sup {
    font-size: 0.5em;
    vertical-align: super;
    position: relative;
    right: -5px;
    color: #009ED6;
}

.deal-price .currency {
    font-size: 11px;
    color: #009ED6;
    font-weight: 400;
}

/* Right Section Styles (Call Us Form) */
.right-section {
    flex-basis: 456px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.call-us-section {
    padding: 40px 32px 32px;
    background: linear-gradient(220deg, #1E1E2B 14.51%, #45455B 85.49%);
    border-radius: 4px;
}

.call-us-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 16px;
}

.call-text h2 {
    font-size: 24px;
    margin-bottom: -4px;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.call-text p {
    font-size: 13px;
    margin-top: 0;
    color: #ffffff80;
    font-weight: 500;
}

.call-text{flex: 1;}

.phone-number-box {
    border: 2px solid #009ED6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.phone-number-box:hover {
    background-color: #009ED6;
    color: #fff;
}

.phone-icon {
    margin-right: 10px;
    font-size: 20px;
}

.form-description {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
    color: #ffffff80;
    line-height: 1.5;
    min-width: 332px;
}

.booking-form .row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.booking-form .row:last-of-type {
    margin-bottom: 25px;
}

.form-group {
    flex: 1;
    position: relative;
    padding: 0;
}

.form-group label {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    width: auto!important;
    height: auto!important;
    color: #3a3e4a;
    top: 6px;
    left: 14px; 
    z-index: 29;
    line-height: 16px;
    font-weight: 400;
}

.form-control {
    padding: 26px 14px 10px;
    height: 56px;
    line-height: 19px;
    max-height: 56px;
    color: #171d2e;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: block;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.form-control::placeholder {
    color: #171d2e!important;
}

.no-label .form-control{
    padding: 12px 14px;
    height: auto;
}

.form-control::placeholder {
    color: #999;
}

.form-control:focus {
    border-color: #009ED6;
}

/* Custom Dropdown Styling */
.custom-dropdown {
    position: relative;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    background-color: rgba(150, 155, 163, .16);
    border-radius: 2px;
    padding: 4px 12px;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    justify-content: space-between;
}

.custom-dropdown .dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
    gap: 5px;
}

.custom-dropdown .dropdown-arrow {
    font-size: 11px;
    color: #999;
    transition: transform 0.3s ease;
}

.custom-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

.custom-dropdown .dropdown-menu {
    background-clip: padding-box;
    border: none;
    border-radius: 2px;
    min-width: 240px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    background-color: #fff;
    text-align: left;
    list-style: none;
    color: #171d2e;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    padding: 10px 0;
    margin: 5px 0 0;
    display: block;
}

.custom-dropdown .dropdown-menu.hidden {
    display: none;
}

.custom-dropdown .dropdown-menu label {
    display: flex;
    align-items: center;
    padding: 13px 26px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    left: auto;
    top: auto;
    color: #171d2e;
}

.custom-dropdown .dropdown-menu label:hover {
    background-color: #2121331a;
}

.custom-dropdown .dropdown-menu input[type="radio"] {
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

.custom-dropdown .dropdown-menu input[type="radio"]:checked {
    border-color: #009ED6; /* Gold border when checked */
}

.custom-dropdown .dropdown-menu input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #009ED6; /* Gold dot when checked */
}

/* Travelers Dropdown Specifics */
.travelers-menu .traveler-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    padding: 8px 24px;
}

.travelers-menu .traveler-row:last-of-type {
    border-bottom: none;
}

.travelers-menu .traveler-row span {
    font-size: 14px;
    color: #171d2e;
    font-weight: 500;
    line-height: 18px;
}

.travelers-menu .traveler-row span span.traveler-age {
    font-size: 12px;
    color: #3a3e4a;
    margin-left: 0;
    display: block;
    font-weight: 400;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-control button {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    padding: 0;
    line-height: 30px;
    background-color: #f1f2f3;
    color: #3a3e4a;
    border: none;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.quantity-control button:hover {
    background-color: #666f7f;
}

.quantity-value {
    min-width: 25px; /* Ensure space for number */
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 12px!important;
}

.done-btn {
    width: 100%;
    border: 1px solid #dddee1;
    font-weight: 500;
    border-radius: 2px;
    text-decoration: none;
    transition: all .3s;
    font-size: 14px;
    background-color: transparent;
    color: #171d2e;
    font-weight: 500;
    transition: background-color 0.3s ease;
    line-height: 38px;
}

.btn-wrapper {
    padding: 8px 16px;
}

.done-btn:hover {
    background-color:#171d2e;
    border-color: #171d2e;
    color: #fff;
} 

.inner-container{
    max-width: 1300px;    
    margin-left: auto;
    margin-right: auto;
}


/* Standard Select (Business Class) */
#class {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M192%20192H64v128h128v-128z%22%2F%3E%3C%2Fsvg%3E'); /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 30px;
}

.country-code-select {
    flex: 0 0 80px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M192%20192H64v128h128v-128z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 10px;
    padding-right: 20px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #DDDEE1;
}

.phone-input-group {
    display: flex;
    align-items: center;
}

.phone-number-input {
    flex: 1;
    border-radius: 0 4px 4px 0;
}

form.booking-form > .row {
    padding: 0 12px;
}

.get-quote-button {
    width: 100%;
    padding: 16px;
    background-color: #212E47;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.get-quote-button:hover {
    background-color: #050f23;
}

.disclaimer {
    font-size: 12px;
    text-align: center;
    color: #ffffff80;
    margin-top: 15px;
    line-height: 1.4;
}

.disclaimer a {
    color: #009ED6;
    text-decoration: none;
}

.disclaimer a:hover {
    text-decoration: underline;
}

/* Bottom Features Section */
.features-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto 0;
    gap: 15px;
    max-width: 1000px;
    position: relative;
}

.feature-item img {
    max-width: 70px;
    filter: brightness(0) invert(1);
}

.feature-item {
    text-align: left;
    font-size: 15px;
    color: #fff;
    line-height: 1.3;
    flex: 1;
    min-width: 70px;
    padding: 5px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    flex: 0 0 20%;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.top-content{
    display: flex;
    gap: 24px;
}
.booking-form .row.date-row{
    gap: 0;
}
.booking-form .row.date-row .form-control#departure{
    border-radius: 4px 0 0 4px;
}
.booking-form .row.date-row .form-control#return{
    border-radius: 0 4px 4px 0;
}
.depature-form-group{
    position: relative;
}
.depature-form-group:after{
    position: absolute;
    top: 8px;
    bottom: 8px;
    content: "";
    width: 1px;
    background-color: #DDDEE1;
    right: 0;
}

@media (max-width: 1199px) {
    .top-content {
        flex-direction: column;
        max-width: 782px;
        margin: auto;
        width: 100%;
    }
    .other-deals-section{display: none;}
    .left-section {
        flex: auto;
    }
    .right-section {
        flex-basis: auto;
    }
}
@media (max-width: 1024px) {
    .feature-item {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .features-section{
        display: none;
    }
}

@media (max-width: 575px) {
    .main-container {
        flex-direction: column; /* Stack sections vertically */
        align-items: center;
        gap: 20px; /* Reduce gap when stacked */
        padding: 15px;
    }

    .flight-deal-card, .other-deals-section, .call-us-section, .features-section {
        padding: 20px; /* Adjust padding */
    }

    .deal-content {
        flex-direction: column; /* Stack content in deal card */
        align-items: flex-start;
        gap: 15px;
    }

    .price-section {
        flex-direction: row; /* Keep price and currency inline */
        width: 100%;
        justify-content: flex-start;
        gap: 5px;
    }

    .lowest-price-badge {
        width: 65px;
    }

    .flight-route p {
        font-size: 12px;
        margin-top: 2px;
    }

    .flight-route h1 {
        font-size: 26px;
    }

    .main-container {
        padding-left: 12px!important;
        padding-right: 12px!important;
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }

    .lowest-price-badge {
        order: -1; /* Move badge to the beginning */
        margin-right: 15px;
    }

    .current-price {
        font-size: 40px;
    }

    .call-us-header {
        flex-direction: column; /* Stack call us text and phone number */
        gap: 15px;
        align-items: center;
        text-align: center;
    }

    .phone-number-box {
        margin-top: 0;
    }

    .booking-form .row {
        flex-direction: column; /* Stack form inputs vertically */
        gap: 10px;
    }

    .phone-input-group {
        flex-direction: row; /* Keep phone inputs inline */
    }

    .country-code-select {
        flex: unset;
        width: 100px; /* Adjust width for country code */
    }

    .features-section {
        justify-content: center; /* Center features when they wrap */
        gap: 10px;
        padding: 15px;
    }

    .feature-item {
        flex: unset; /* Don't force them to grow equally */
        width: 100px; /* Provide a base width */
        margin: 0 5px; /* Add some margin for spacing */
    }
    .form-description {
        min-width: unset; 
    }
    .heading-other-deals hr{
        display: none;
    }
    .top-content {
        gap: 12px;
    }

    .deal-header {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    /* body {
        padding: 10px;
    } */

    .flight-deal-card, .other-deals-section, .call-us-section, .features-section {
        padding: 15px;
    }

    .call-text h2 {
        font-size: 20px;
    }

    .phone-number-box {
        font-size: 16px;
        padding: 8px 15px;
    }

    .exclusive-deal {
        padding-top: 16px;
        margin-top: 16px;
    }

    .current-price {
        font-size: 36px;
    }

    .exclusive-text {
        font-size: 12px;
    }

    .exclusive-icon {
        width: 55px;
    }

    .airline-deal {
        flex-wrap: wrap; /* Allow deal details to wrap */
        justify-content: center;
        text-align: center;
    }

    .airline-logo, .airline-name, .deal-details, .deal-price {
        width: 100%;
        margin: 5px 0;
    }

    .airline-logo {
        margin-bottom: 10px;
    }
}

/* Confirmation Message Styles */
    .confirmation-message {
        text-align: center;
        padding: 30px;
        background: rgba(0, 158, 214, 0.1);
        border: 1px solid #009ED6;
        border-radius: 8px;
    }
    
    .confirmation-message h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .confirmation-message p {
        color: #ccc;
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .confirmation-call-btn {
        background-color: #009ED6;
        color: white;
        border: none;
        padding: 12px 25px;
        font-size: 18px;
        border-radius: 5px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
    }
    
    .confirmation-call-btn:hover {
        background-color: #0085b2;
    }

    /* Responsive Styles */
    @media (max-width: 1199px) {
        .top-content {
            flex-direction: column;
            max-width: 782px;
            margin: auto;
            width: 100%;
        }
        .other-deals-section { display: none; }
        .left-section { flex: auto; }
        .right-section { flex-basis: auto; }
    }

    @media (max-width: 767px) {
        .features-section { display: none; }
    }

    @media (max-width: 575px) {
        .main-container {
            padding: 30px 12px !important;
        }
        .flight-route h1 {
            font-size: 26px;
        }
        .current-price {
            font-size: 40px;
        }
    }
    
    
     .confirmation-message {
        text-align: center;
        padding: 30px;
        background: rgba(0, 158, 214, 0.1);
        border: 1px solid #009ED6;
        border-radius: 8px;
    }
    .confirmation-message h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .confirmation-message p {
        color: #ccc;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .confirmation-call-btn {
        background-color: #009ED6;
        color: white;
        border: none;
        padding: 12px 25px;
        font-size: 18px;
        border-radius: 5px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
    }
    .confirmation-call-btn:hover {
        background-color: #0085b2;
    }
    .required-field::after {
        content: " *";
        color: red;
    }
    .error-message {
        color: #ff6b6b;
        font-size: 12px;
        margin-top: 5px;
        display: none;
    }
    .is-invalid {
        border-color: #ff6b6b !important;
    }
    .price-per-person {
        font-size: 12px;
        color: #ccc;
        display: block;
        margin-top: 5px;
    }
    
    
    <style>
    /* === Footer Wrapper === */
    footer.footer-four {
        background: #181c2a;
        color: #d5d9e0;
        font-size: 14px;
    }
    .footer-top {
        padding: 60px 0 40px;
        border-bottom: 1px solid #2e354a;
        background: #181c2a!important;
        color: #d5d9e0;
    }
    .footer-widget h5 {
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .footer-widget p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
        color: #d5d9e0;
    }
    .footer-widget ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer-widget ul.footer-menu li {
        margin-bottom: 10px;
    }
    .footer-widget ul.footer-menu li a {
        color: #d5d9e0!important;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    .footer-widget ul.footer-menu li a:hover {
        color: #ffffff;
    }
    .footer-widget .d-flex.align-items-center.gap-2.mb-2 {
        margin-bottom: 10px;
        display: flex !important;
        align-items: center;
        gap: 10px;
    }
    .footer-widget .avatar {
        width: 42px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333;
        background-color: #f3f3f3;
        font-size: 18px;
        border-radius: 50%;
        flex-shrink: 0;
    }
    .footer-widget .fs-14,
    .footer-top h6 {
        font-size: 13px;
        color: #d5d9e0!important;
        margin: 0;
        line-height: 1.3;
    }
    .footer-widget .fw-medium {
        color: #ffffff;
        font-size: 15px;
        margin: 0;
    }
    .avatar i{
        color: #333;
    }
    .footer-bottom {
        background-color: #111421!important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .footer-bottom p {
        margin: 0;
        font-size: 13px;
        color: #bbb;
    }
    .footer-bottom .policy-links img {
        max-height: 28px;
    }
    .footer-bottom .policy-links {
        display: flex;
        gap: 16px;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    @media (max-width: 991px) {
        .footer-top {
            padding: 40px 0 30px;
        }

        .footer-widget {
            margin-bottom: 32px;
        }
        .footer-bottom {
            flex-direction: column;
            text-align: center;
            gap: 12px;
        }
    }
    @media (max-width: 767px) {
        .footer-widget h5 {
            font-size: 15px;
        }
        .footer-widget .avatar {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }
        .footer-bottom {
            padding: 20px 0;
        }
        .footer-bottom .policy-links {
            justify-content: center;
            flex-wrap: wrap;
        }
    }
    .call-now-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg,rgb(0, 87, 118), #009ED6);
  color: #fff;
  padding: 14px 26px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  animation: boom-pop 0.6s ease-in-out 0.5s forwards, pulse-ring 2s infinite 1.2s;
  opacity: 0;
  transform: scale(0.7);
}

.call-now-btn i {
  font-size: 18px;
}

/* Boom Scale & Fade In */
@keyframes boom-pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Pulsing Glow Effect */
@keyframes pulse-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(9, 73, 136, 0.4);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(40, 167, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}

/* Responsive: Smaller text on small screens */
@media (max-width: 576px) {
  .call-now-btn {
    font-size: 15px;
    padding: 12px 22px;
  }
}

