
.contactdivider{
    border: 1px solid #FFFFFF14;
}
.formback{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
 
 .contactform{
    width: 100%;
    max-width: 1120px;          /* desktop max */
    min-height: 640px;
    display: flex;
    justify-content: space-between;
    padding: clamp(20px, 4vw, 48px)
             clamp(20px, 5vw, 56px);
    border-radius: clamp(20px, 3vw, 32px);
   
    opacity: 1;
    box-sizing: border-box;
    backdrop-filter: blur(32px);
 background-color: var(--contacform);
box-shadow: 0px 1px 2px 0px #00000066 inset;
/* border: 1px solid #0000001F; */
 }
 input{
    display: flex;
    width: 420px;
height: 56px;
border-radius: 16px;
border-width: 1px;
angle: 0 deg;
opacity: 1;
gap: 10px;
padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;
border: 1px solid #00000012;
background: var(--inputbackground);
box-shadow: var();
outline: none;
color: var(--text);

 }
 input::placeholder{
    color: var(--divider);
 }
.custom-select {
    position: relative;
    width: 420px;
    font-size: 14px;
    color: var(--divider);
}

/* Trigger */
.select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 16px 24px;
    background-color: var(--inputbackground);
    border-radius: 16px;
    cursor: pointer;
    user-select: none;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

/* Focus effect */
.custom-select.active .select-trigger {
    border: none;
    box-shadow: 1px 1px 10px 1px #132834;
}

/* Dropdown */
.select-options {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background-color: var(--bg);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 18px 32px 0px #00000070;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: all 0.25s ease;
    z-index: 99;
}

/* Open state */
.custom-select.active .select-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Option */
.option {
    padding: 16px 24px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.option:hover {
    background: #132834;
    color: #FFFFFF;
}

 /* ================== TABLET (≤ 992px) ================== */
@media (max-width: 992px) {
    .custom-select {
        width: 100%;
        max-width: 380px;
    }
}

/* ================== MOBILE (≤ 768px) ================== */
@media (max-width: 768px) {
    .custom-select {
        width: 100%;
        max-width: 100%;
    }

    .select-trigger {
        height: 52px;
        padding: 14px 20px;
        border-radius: 14px;
        font-size: 13px;
    }

    .select-options {
        border-radius: 14px;
    }

    .option {
        padding: 14px 20px;
        font-size: 13px;
    }
}

/* ================== SMALL MOBILE (≤ 576px) ================== */
@media (max-width: 576px) {
    .select-trigger {
        height: 48px;
        padding: 12px 18px;
        font-size: 12.5px;
    }

    .option {
        padding: 12px 18px;
        font-size: 12.5px;
    }
}

 .message-input {
  width: 420px;
    min-height: 140px;          /* ~5 lines */
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 16px;
   border: none;
    background:  var(--inputbackground);
    resize: vertical;          /* user can resize */
    outline: none;
    color:var(--text);
}
::placeholder{
    color: var(--divider);
 }
.message-input:focus {
    border: 1px solid #00A8FF;
    box-shadow: 1px 1px 10px 1px #00A8FF;
}   
.inputform h5{
    font-family: Sora;
font-weight: 500;
font-style: Medium;
font-size: 24px;
leading-trim: NONE;
line-height: 31.2px;
letter-spacing: 0%;
text-align: center;
 text-shadow: 1px 1px 20px  #FFFFFF  ;
}
 
/* Mobile tweak */
@media (max-width: 480px) {
    .message-input {
        font-size: 15px;
        min-height: 120px;
       width: 100%;
    }
}

 .inputform{

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
 
    width: 100%;
    max-width: 420px;          /* desktop size */
    min-height: 544px;

    display: flex;
    flex-direction: column;
    gap: clamp(16px, 4vw, 32px);

    opacity: 1;
    box-sizing: border-box;
    padding: 20px;
    
 }
 .officeinfo{
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
gap: 42px;
 }
 
 .icontextcont{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
 }
 .contacticons{
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
 }
 .socialicons{
    font-size: 30px;
 }
  
 .officeinfo h4{
font-family: Sora;
font-weight: 500;
font-style: Medium;
font-size: 32px;
leading-trim: NONE;
line-height: 41.6px;
letter-spacing: 0%;
 text-shadow: 1px 1px 20px  white  ;

 }
 .officeinfo p{
    font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #00A8FF;
text-shadow:  1px 1px 20px  #00A8FF;
 }
 .infotext{
    display: flex;
    flex-direction: column;
    gap: 20px;
 }
 
 input[type='submit']{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
height: 56px;
 
padding-top: 13px;
padding-right: 32px;
padding-bottom: 16px;
padding-left: 32px;
gap: 10px;
border-radius: 12px;
background: #00A8FF;
box-shadow: 1px 1px 30px 1px #00A8FF;
border: none;

 }
 input:focus{
    border: 1px solid #00A8FF;
    box-shadow: 1px 1px 10px 1px #00A8FF;
    outline: none;
 }
 .contactheader {
    position: relative; /* Required for pseudo-element positioning */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 150px 30px;
    height: auto;
    width: 100%;
    overflow: hidden; /* Keep glow inside */
      background:
        radial-gradient(
            800px 800px at right top,
            rgba(0, 168, 255, 0.4),
            transparent 100%
        );
}


 
 
/* ===================== TABLET (≤1024px) ===================== */
@media (max-width: 1024px) {

    .contactform {
        flex-direction: column;
        gap: 60px;
        padding: 40px;
    }

    .inputform {
        text-align: start;

        width: 100%;
    }

    input {
        width: 100%;
        
    }

    input[type='submit'] {
        width: 100%;
        max-width: 420px;
    }

    .officeinfo {
        align-items: center;
        text-align: center;
    }

    .contacticons {
        justify-content: center;
    }
     .inputformback{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

/* ===================== MOBILE (≤768px) ===================== */
@media (max-width: 768px) {
 .responsive-box {
        flex-direction: column;
        gap: 24px;
        min-height: auto;
    }
    .contactheader {
        margin-bottom: 60px;
    }

.formback{
    padding: 40px;
}
    .contactform {
        padding: 32px 24px;
        border-radius: 24px;
          background-color: var(--bg);
        border: 1px solid var(--border);
    }
    .inputformback{
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }
.officeinfo{
     display: flex;
     align-items: start;
     text-align: start;
     justify-content: start;
     flex-direction: column;
}
    input {
        height: 52px;
    }

    input[type='submit'] {
        height: 52px;
    }

    .officeinfo h4 {
        font-size: 26px;
        line-height: 34px;
    }

    .officeinfo p {
        font-size: 16px;
    }
}

/* ===================== SMALL MOBILE (≤480px) ===================== */
@media (max-width: 480px) {
.formback{
    padding: 20px;
}
    .contactheader h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .contactform {
        padding: 24px 16px;
        gap: 40px;
        background-color: var(--bg);
        border: 1px solid var(--border);
    }

    input {
        width: 100%;
        padding: 14px 18px;
        border-radius: 14px;
    }

    input[type='submit'] {
        width: 100%;
        padding: 14px 24px;
        border-radius: 10px;
    }
.officeinfo{
     display: flex;
     align-items: start;
     text-align: start;
     justify-content: start;
     flex-direction: column;
}
    .officeinfo h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .officeinfo p {
        font-size: 15px;
        line-height: 22px;
    }

    .contacticons {
        gap: 14px;
    }
     .socialmedia{
        p{
            font-size: 14px;
        }
        a{
            font-size: 10px;
        }
     }
}
