.elementor-547 .elementor-element.elementor-element-4bdd420{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-0c80ac2 */.custom-contact-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 40px;
    background: #f7f3ef;
    flex-wrap: wrap;
}

.cc-left img {
    width: 480px;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

.cc-right {
    flex: 1;
    min-width: 350px;
}

.cc-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.cc-form-box {
    display: flex;
    gap: 40px;
    border: 2px solid #000;
    padding: 25px 30px;
    border-radius: 4px;
    background: #f7f3ef;
}

.cc-form-left {
    flex: 1;
}

/* WPForms input styling */
.cc-form-left input,
.cc-form-left textarea {
    border: none !important;
    border-bottom: 2px solid #000 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    background: transparent;
    font-size: 16px;
}

.cc-form-left button.wpforms-submit {
    background: #000 !important;
    color: #fff !important;
    border-radius: 25px !important;
    padding: 10px 30px !important;
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
}

/* Right Info Section */
.cc-info-right {
    width: 200px;
    min-width: 180px;
}

.cc-info-right h2 {
    margin-top: 10px;
    margin-bottom: 0px;
}

.cc-info-right p {
    font-size: 20px;
    margin: 5px 0 15px;
    color: #333;
}

/* Social Icons */
.cc-social i {
    font-size: 50px;
    margin-right: 15px;
    cursor: pointer;
}


.cc-social {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cc-social img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    cursor: pointer;
    transition: 0.2s ease;
}

.cc-social img:hover {
    transform: scale(1.1);
    opacity: 0.8;
}



/* ---------------------------------------------------------
   RESPONSIVE CSS FOR CONTACT PAGE
---------------------------------------------------------- */

/* Tablet & Small Laptop */
@media (max-width: 992px) {

    .custom-contact-wrapper {
        padding: 30px 20px;
        gap: 30px;
    }

    .cc-title {
        font-size: 38px;
    }

    .cc-form-box {
        gap: 25px;
        padding: 20px 25px;
    }

    .cc-left img {
        width: 400px;
    }
}

/* Tablet Vertical / Large Mobile */
@media (max-width: 768px) {

    .custom-contact-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cc-left img {
        width: 100%;
        max-width: 380px;
        margin: 0 auto 20px;
    }

    .cc-right {
        width: 100%;
    }

    .cc-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .cc-form-box {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }

    .cc-info-right {
        width: 100%;
        text-align: center;
    }

    .cc-info-right h3 {
        margin-top: 10px;
    }

    .cc-social {
        justify-content: center;
    }
}

/* Mobile Phones */
@media (max-width: 480px) {

    .custom-contact-wrapper {
        padding: 20px 15px;
    }

    .cc-title {
        font-size: 26px;
    }

    .cc-form-box {
        padding: 15px;
        gap: 20px;
        border-width: 1.5px;
    }

    .cc-form-left input,
    .cc-form-left textarea {
        font-size: 14px;
        border-bottom-width: 1.5px !important;
    }

    .cc-form-left button.wpforms-submit {
        width: 100%;
        padding: 10px 0 !important;
        border-radius: 20px !important;
    }

    .cc-info-right h3 {
        font-size: 16px;
    }

    .cc-info-right p {
        font-size: 18px;
    }

    .cc-social img {
        width: 35px;
        height: 35px;
    }
}/* End custom CSS */