﻿
@media (max-width: 768px) {
    .contact-section {
        padding: 60px 30px;
        text-align: center;
        min-height: 70vh !important;
    }

}


.contact-section {
    background: linear-gradient(135deg, #0B0B0B, #111);
    overflow: hidden;
    position: relative;
}

    .contact-section input,
    .contact-section textarea {
        font-size: 1rem;
        background-color: #0b0b0b !important;
        border: 1px solid #333 !important;
        color: #ffffff !important;
        padding: 16px;
        border-radius: 10px;
        transition: all 0.3s ease;
    }

        .contact-section input:focus,
        .contact-section textarea:focus {
            border-color: #ff6436;
            box-shadow: 0 0 0 0.25rem rgba(255, 100, 54, 0.25);
        }



.form-dark {
    background-color: #1a1a1a;
    border: 1px solid #333;
    color: #fff;
}

    .form-dark::placeholder {
        color: #aaa;
    }


.text-gradient {
    background: linear-gradient(135deg, #FF5C33, #FF8040);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-gradient-c {
    border: 1px solid #333 !important;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
}

    .btn-gradient-c:hover {
        opacity: 0.9;
        border: 1px solid #FF5C33 !important;
    }


.contact-info {
    border: 1px solid #333 !important;
    background-color: #0b0b0b !important;
}

.contact-info h5{
    color: #ccc !important;
}



.custom-map iframe {
    filter: grayscale(90%) brightness(80%) contrast(110%);
    transition: all 0.3s ease;
}

.custom-map {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(255, 92, 51, 0.2);
    max-height: 360px;
}


    .custom-map iframe {
        filter: invert(0.95) hue-rotate(180deg) contrast(90%);
    }




.big-bg-icon {
    bottom: 10px;
    right: 20px;
    font-size: 90px;
    opacity: 0.05;
    pointer-events: none;
}

.info-gradient {
    background: linear-gradient(135deg, #626262, #2b2b2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}