
/* Hero Section */

.hero-section {
    width: 120vw;
    height: calc(70vh);
    /* background-image: url('./Images/Hero-bg-transparent.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 45px 245px 0 118px;
    position: relative;
    background: linear-gradient(90deg, #0798ff0d 0%, #ffffff 100%);
}
.second-bg {
    position: absolute;
    background-image: url(./Images/contact-bg-transparent.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 138vw;
    height: calc(62vh);
    top: 4rem;
    z-index: 99;
}
.bg-gradent {
    position: absolute;
    left: -150px;
    top: 0;
    width: 520px;
    height: 500px;
    background: radial-gradient(ellipse at center, #0799ff73 0%, rgba(7, 153, 255, 0.25) 40%, rgba(7, 153, 255, 0.1) 65%, rgba(7, 153, 255, 0) 75%);
    filter: blur(120px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.bg-gradent {
    position: absolute;
    left: -150px;
    top: 0;
    width: 520px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(7, 153, 255, 0.45) 0%, rgba(7, 153, 255, 0.25) 40%, rgba(7, 153, 255, 0.1) 65%, rgba(7, 153, 255, 0) 75%);
    filter: blur(120px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.bg-gradent-right {
    position: absolute;
    right: 30%;
    top: -50px;
    width: 520px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(7, 153, 255, 0.45) 0%, rgba(7, 153, 255, 0.25) 40%, rgba(7, 153, 255, 0.1) 65%, rgba(7, 153, 255, 0) 75%);
    filter: blur(220px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.hero-section-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 450px;
    width: 1080px;
    margin-left: -4rem;
    /* background: linear-gradient(90deg, #FFFFFF 0%, #ffffff1d 100%); */
    background-color: rgba(255, 255, 255, 0.158);
    padding: 150px 446px 228px 96px;
    border-radius: 44px;
    backdrop-filter: blur(50px);
    border: 1px solid #ffffffe9;
    position: relative;
    z-index: 9;
}
.hero-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: lef;
    gap: 10px;
}
.hero-logo {
    height: 53px;
    width: 187px;
}
.hero-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #000;
    font-family: "CircularStd", sans-serif !important;
}
.hero-title span {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #000;
    font-family: "CircularStd", sans-serif !important;
}
.hero-subtitle {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: auto;
    text-align: left;
    color: #000;
}


.contact-section{
    padding:60px 0;
    width: 100%;
    background-color: #fff;
    position: relative;
}
.contact-container {
    width: 100%;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-header h1 {
    font-size: 35px;
    line-height: 44px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "CircularStd", sans-serif !important;
    background: linear-gradient(to bottom, #1A212A, #2D5689);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-content {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.contact-form-section{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form-section h2 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 500;
    color: #1A212A;
    font-family: "Manrope", sans-serif;
}

.contact-form-section p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: gray;
    font-family: "Manrope", sans-serif;
    max-width: 340px;
}
.contactForm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    gap: 1.5rem ;
}
.contact-form-title-wrapper{
    display: flex;
    flex-direction: column;
}

.form-groups {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 25px;
}

.form-groups label {
    font-size: 1rem;
    line-height: 23px;
    font-weight: 400;
    color: gray;
    font-family: "Manrope", sans-serif;
}

.contact-input,
.form-groups textarea {
    width: 100% !important;
    padding: 12px 15px;
    border: 1px solid #1a212a9c !important;
    border-radius: 2px;
    font-size: 12px;
    font-family: inherit;
    transition: all 0.3s ease;
    font-family: "Manrope", sans-serif;
    max-width: 100% !important;
    border-radius: 5px;
    color: #000 !important;
}

.form-groups input:focus,
.form-groups textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-groups textarea {
    resize: vertical;
    min-height: 120px;
}

.char-count {
    text-align: right;
    color: #a0aec0;
    font-size: 0.85rem;
    margin-top: 5px;
}

.contact-submit-btn {
    background: #1A212A;
    color: white;
    padding: 14px 35px;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background: #1a202c;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 6rem;
    gap: 35px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.icon-wrapper {
    height: 24px;
    width: 24px;
}
.icon-wrapper img{
    height: 24px;
    width: 24px;
}


.info-content h3 {
    font-size: 1.2rem;
    line-height: 23px;
    font-weight: 500;
    color: #1A212A;
    font-family: "Manrope", sans-serif;
}

.info-content p {
    font-size: 0.9rem;
    line-height: 23px;
    font-weight: 400;
    color: gray;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 768px) {
    .contact-content {
        grid-template-columns: 1fr;
        padding: 30px;
        gap: 40px;
    }

    .contact-header h1 {
        font-size: 2rem;
    }
}


/* Mobile Responsive - Contact Page */

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hero-section {
        width: 100vw;
        height: auto;
        min-height: 50vh;
        padding: 80px 20px 40px 20px;
    }

    .second-bg {
        width: 100vw;
        height: 60vh;
        background-size: cover;
        display: none;
    }

    .hero-section-wrapper {
        height: auto;
        width: 100%;
        margin-left: 0;
        padding: 2rem 1.5rem;
        border-radius: 24px;
    }

    .hero-content-wrapper {
        align-items: center;
        text-align: center;
    }

    .hero-logo {
        height: 40px;
        width: 140px;
    }

    .hero-title {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .hero-title span {
        font-size: 24px;
        line-height: 34px;
    }

    .bg-gradent,
    .bg-gradent-right {
        width: 300px;
        height: 300px;
        filter: blur(80px);
    }

    .bg-gradent {
        left: -100px;
        top: -50px;
    }

    .bg-gradent-right {
        right: -50px;
        top: -50px;
    }
}

/* Contact Section Mobile */
@media (max-width: 768px) {
    .contact-section {
        padding: 60px 20px;
    }

    .contact-header {
        margin-bottom: 30px;
    }

    .contact-header h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .contact-content {
        grid-template-columns: 1fr;
        padding: 25px 20px;
        gap: 40px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .contact-form-section {
        gap: 1rem;
    }

    .contact-form-section h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .contact-form-section p {
        font-size: 13px;
        line-height: 20px;
        max-width: 100%;
    }

    .contact-form-title-wrapper {
        gap: 0.5rem;
    }

    .form-groups {
        margin-bottom: 20px;
        gap: 0.3rem;
    }

    .form-groups label {
        font-size: 0.9rem;
        line-height: 20px;
    }

    .contact-input,
    .form-groups textarea {
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    .form-groups textarea {
        min-height: 100px;
    }

    .char-count {
        font-size: 0.8rem;
        margin-top: 3px;
    }

    .contact-submit-btn {
        padding: 12px 30px;
        font-size: 0.9rem;
        width: 100%;
    }

    .contact-info {
        padding: 0 1rem;
        gap: 30px;
    }

    .info-item {
        gap: 15px;
    }

    .icon-wrapper,
    .icon-wrapper img {
        height: 20px;
        width: 20px;
    }

    .info-content h3 {
        font-size: 1.05rem;
        line-height: 20px;
    }

    .info-content p {
        font-size: 0.85rem;
        line-height: 20px;
    }
}

/* Tablet Responsive (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-section {
        padding: 90px 60px 40px 60px;
    }

    .hero-section-wrapper {
        width: 100%;
        margin-left: 0;
        padding: 3rem 4rem;
    }

    .hero-title {
        font-size: 26px;
        line-height: 38px;
    }

    .hero-title span {
        font-size: 30px;
        line-height: 42px;
    }

    .second-bg {
        width: 100vw;
    }

    .contact-section {
        padding: 80px 40px;
    }

    .contact-header h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .contact-content {
        padding: 40px;
        gap: 50px;
    }

    .contact-form-section h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .contact-info {
        padding: 0 3rem;
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .hero-section {
        padding: 70px 15px 30px 15px;
        min-height: auto;
    }

    .hero-section-wrapper {
        padding: 1.5rem 1rem;
        border-radius: 20px;
    }

    .hero-logo {
        height: 35px;
        width: 120px;
    }

    .hero-title {
        font-size: 18px;
        line-height: 26px;
    }

    .hero-title span {
        font-size: 22px;
        line-height: 30px;
    }

    .bg-gradent,
    .bg-gradent-right {
        width: 250px;
        height: 250px;
        filter: blur(60px);
    }

    .contact-section {
        padding: 40px 15px;
    }

    .contact-header {
        margin-bottom: 25px;
    }

    .contact-header h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .contact-content {
        padding: 20px 15px;
        gap: 30px;
        border-radius: 15px;
    }

    .contact-form-section {
        gap: 0.8rem;
    }

    .contact-form-section h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .contact-form-section p {
        font-size: 12px;
        line-height: 18px;
    }

    .form-groups {
        margin-bottom: 15px;
    }

    .form-groups label {
        font-size: 0.85rem;
        line-height: 18px;
    }

    .contact-input,
    .form-groups textarea {
        padding: 8px 10px;
        font-size: 0.85rem;
    }

    .form-groups textarea {
        min-height: 90px;
    }

    .char-count {
        font-size: 0.75rem;
    }

    .contact-submit-btn {
        padding: 10px 25px;
        font-size: 0.85rem;
        border-radius: 6px;
    }

    .contact-info {
        padding: 0 0.5rem;
        gap: 25px;
    }

    .info-item {
        gap: 12px;
    }

    .icon-wrapper,
    .icon-wrapper img {
        height: 18px;
        width: 18px;
    }

    .info-content h3 {
        font-size: 1rem;
        line-height: 18px;
    }

    .info-content p {
        font-size: 0.8rem;
        line-height: 18px;
    }
}

/* Extra Small Mobile (max-width: 360px) */
@media (max-width: 360px) {
    .hero-section-wrapper {
        padding: 1.2rem 0.8rem;
    }

    .contact-content {
        padding: 15px 10px;
    }

    .contact-form-section h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .contact-submit-btn {
        padding: 9px 20px;
        font-size: 0.8rem;
    }

    .contact-info {
        gap: 20px;
    }
}
/* Mobile number field layout */
.contact-mobile-group {
    display: flex;
    gap: 10px;
}

/* Country code dropdown */
.contact-country-code {
    width: 90px;
    padding: 12px 10px;
    border: 1px solid #1a212a9c;
    border-radius: 2px;
    font-size: 0.95rem;
    background-color: #fff;
    font-family: "Manrope", sans-serif;
    cursor: pointer;
}

/* Remove default select arrow styling (clean look) */
.contact-country-code {
    appearance: none;
    border-radius: 5px;
}

/* Focus states */
.contact-country-code:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
