.contact-appointment-left-item .contact-appointment-image img{
    width: 100%;
    height: 692px !important;
    object-fit: cover;
    border-radius: 10px;
}



/* Icon Circle */
.contact-info-box-items .icon {
    width: 75px;
    height: 75px;
    min-width: 75px;
    border-radius: 50%;
    background: #00984a;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon */
.contact-info-box-items .icon i {
    font-size: 32px;
    color: #ffffff;
    line-height: 1;
}



/* Content */
.contact-info-box-items .content h6 {
    font-size: 16px;
    font-weight: 600;
    color: #1c2940;
    margin-bottom: 10px;
}

.contact-info-box-items .content a,
.contact-info-box-items .content span {
   
    font-size: 16px;
    color: #333;
    
    text-decoration: none;
}

/* Hover */
.contact-info-box-items .icon:hover {
    background: #00aeee;
}


/* Responsive */
@media(max-width:991px){

    .contact-info-box-items {
        margin-bottom: 20px;
        padding: 25px 20px;
    }

}


@media(max-width:576px){

    .contact-info-box-items {
        gap:15px;
    }

    .contact-info-box-items .icon {
        width:60px;
        height:60px;
        min-width:60px;
    }

    .contact-info-box-items .icon i {
        font-size:24px;
    }

    .contact-info-box-items .content a,
    .contact-info-box-items .content span {
        font-size:14px;
    }

}

/* Equal height contact cards */
.contact-info-section .row {
    display: flex;
    flex-wrap: wrap;
}

.contact-info-section .col-lg-4 {
    display: flex;
}

.contact-info-box-items {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 35px 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.05);
}


.success-message{

    background:#d4edda;
    color:#155724;
    padding:12px 15px;
    border-radius:6px;
    margin-bottom:15px;
    font-size:15px;

}


.error-message{

    background:rgba(0, 128, 0, 0.293);
    color:green;
    padding:12px 15px;
    border-radius:6px;
    margin-bottom:15px;
    font-size:15px;

}


/* Contact Appointment Responsive */

/* Tablet Devices (992px and below) */
@media (max-width: 991px) {

    .contact-appointment-section {
        padding: 70px 0;
    }

    .contact-appointment-wrapper-5 .row {
        flex-direction: column;
    }

    .contact-appointment-left-item,
    .contact-appointment-box {
        width: 100%;
    }

    .contact-appointment-image img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 10px;
    }

    .contact-appointment-box {
        padding: 35px 30px;
    }

    .contact-appointment-box h3 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 25px;
    }

    .form-clt span {
        font-size: 15px;
    }

    .form-clt input,
    .form-clt textarea,
    .single-select {
        font-size: 15px;
    }
       .contact-appointment-left-item .contact-appointment-image img{
        height: 400px !important;
    }
}


/* Mobile Devices */
@media (max-width: 767px) {

    .contact-appointment-section {
        padding: 50px 0;
    }

    .contact-appointment-wrapper-5 {
        padding: 0 10px;
    }

    .contact-appointment-wrapper-5 .row {
        gap: 25px !important;
    }

    .contact-appointment-image img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .contact-appointment-box {
        padding: 25px 15px;
        border-radius: 10px;
    }

    .contact-appointment-box h3 {
        font-size: 26px;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 20px;
    }


    .contact-appointment-box .row {
        gap: 15px !important;
    }


    .contact-appointment-box .col-lg-6,
    .contact-appointment-box .col-lg-12 {
        width: 100%;
    }


    .form-clt span {
        font-size: 14px;
        margin-bottom: 8px;
    }


    .form-clt input,
    .form-clt textarea,
    .single-select {
        width: 100%;
        height: 48px;
        font-size: 14px;
    }


    .form-clt textarea {
        height: 120px;
    }


    .theme-btn {
        width: auto;
    }
       .contact-appointment-left-item .contact-appointment-image img{
        height: 400px !important;
    }

}


/* Small Mobile Devices */
@media (max-width: 480px) {

    .contact-appointment-section {
        padding: 40px 0;
    }


    .contact-appointment-wrapper-5 {
        padding: 0 5px;
    }


    .contact-appointment-image img {
        height: 250px;
    }


    .contact-appointment-box {
        padding: 20px 12px;
    }


    .contact-appointment-box h3 {
        font-size: 24px;
    }


    .form-clt input,
    .single-select {
        height: 45px;
    }


    .form-clt textarea {
        height: 110px;
    }
       .contact-appointment-left-item .contact-appointment-image img{
        height: 400px !important;
    }

}


/* Extra Small Mobile - 320px */
@media (max-width: 320px) {

    .contact-appointment-section {
        padding: 35px 0;
    }


    .contact-appointment-wrapper-5 {
        padding: 0;
    }


    .contact-appointment-image img {
        height: 220px;
    }


    .contact-appointment-box {
        padding: 18px 10px;
    }


    .contact-appointment-box h3 {
        font-size: 22px;
    }


    .form-clt span {
        font-size: 13px;
    }


    .form-clt input,
    .single-select {
        height: 42px;
        font-size: 13px;
    }


    .form-clt textarea {
        height: 100px;
    }


    .theme-btn {
        width: auto;
    }
    .contact-appointment-left-item .contact-appointment-image img{
        height: 400px !important;
    }

}

/* Contact Info Mobile Responsive */

@media (max-width: 767px) {

    .contact-info-section .row {
        row-gap: 25px;
    }

    .contact-info-box-items {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 25px 15px;
    }

    .contact-info-box-items .icon {
        margin-bottom: 15px;
    }

    .contact-info-box-items .icon a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-info-box-items .content {
        text-align: center;
        width: 100%;
    }

    .contact-info-box-items .content h6 {
        margin-bottom: 10px;
    }

    .contact-info-box-items .content a {
        font-size: 14px;
        line-height: 1.7;
        word-break: break-word;
    }

}


/* Small Mobile */
@media (max-width: 480px) {

    .contact-info-box-items {
        padding: 20px 10px;
    }

    .contact-info-box-items .icon {
        margin-bottom: 12px;
    }

    .contact-info-box-items .content h6 {
        font-size: 16px;
    }

    .contact-info-box-items .content a {
        font-size: 13px;
    }

}


/* 320px Mobile */
@media (max-width: 320px) {

    .contact-info-box-items {
        padding: 15px 5px;
    }

    .contact-info-box-items .content a {
        font-size: 12px;
    }

}
/* Tablet Responsive - Contact Info */

@media (min-width: 768px) and (max-width: 991px) {

    .contact-info-section .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px;
    }


    .contact-info-section .col-lg-4 {
        width: 50%;
    }


    .contact-info-box-items {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 25px 20px;
    }


    .contact-info-box-items .icon {
        margin-bottom: 15px;
    }


    .contact-info-box-items .icon a {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .contact-info-box-items .content {
        width: 100%;
        text-align: center;
    }


    .contact-info-box-items .content h6 {
        margin-bottom: 10px;
    }


    .contact-info-box-items .content a {
        font-size: 14px;
        line-height: 1.7;
        word-break: break-word;
    }


    /* Last Card Center Alignment */
    .contact-info-section .col-lg-4:last-child {
        margin-left: auto;
        margin-right: auto;
    }

}
/* 1024px Tablet / Small Laptop Responsive */

@media (min-width: 992px) and (max-width: 1024px) {

    .contact-info-section .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px;
    }


    .contact-info-section .col-lg-4 {
        width: 50%;
    }


    .contact-info-box-items {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 20px;
    }


    .contact-info-box-items .icon {
        margin-bottom: 15px;
    }


    .contact-info-box-items .icon a {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .contact-info-box-items .content {
        width: 100%;
        text-align: center;
    }


    .contact-info-box-items .content h6 {
        margin-bottom: 10px;
    }


    .contact-info-box-items .content a {
        font-size: 14px;
        line-height: 1.7;
        word-break: break-word;
    }


    /* Third Card Center */
    .contact-info-section .col-lg-4:last-child {
        margin-left: auto;
        margin-right: auto;
    }

}

/* Disable icon background hover effect */
.contact-info-box-items:hover .icon,
.contact-info-box-items:hover .icon a {
    background-color: !important;
}

/* Keep the original icon background */
.contact-info-box-items .icon {
    background-color: #00984a !important; /* Change to your original background color */
}

/* Contact form submit button: keep it compact on mobile & tablet
   (overrides the full-width .theme-btn rule in the mobile media queries) */
@media (max-width: 991px) {
    #contactForm button[type="submit"].theme-btn {
        width: auto;
        padding: 6px 20px;
        padding-left: 6px;
        font-size: 14px;
    }

    #contactForm button[type="submit"].theme-btn i {
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin-right: 12px;
    }
}