* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Section */
.contact-section {
    padding: 50px 0;
    background: #fff;
}

/* Heading */
.contact-heading {
    text-align: center;
    margin-bottom: 50px;
}

.small-title {
    color: #1e88e5;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact-heading h2 {
    font-size: 16px;
    margin-top: 10px;
    color: #0f1b2d;
}

/* Info Boxes */
.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.info-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.info-box i {
    background: #1e88e5;
    color: #fff;
    font-size: 20px;
    padding: 14px;
    border-radius: 8px;
}

.info-box p {
    font-size: 14px;
    color: #555;
}

.info-box h4 {
    margin-top: 4px;
    font-size: 16px;
    color: #1e88e5;
}

/* Form + Map */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

/* Form */
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 18px;
    border: none;
    background: #f1f8ff;
    border-radius: 6px;
    font-size: 14px;
}

.contact-form textarea {
    resize: none;
    height: 120px;
}

.contact-form button {
    width: 100%;
    padding: 14px;
    background: #1e88e5;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.contact-form button:hover {
    background: #1565c0;
}

/* Map */
.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border-radius: 10px;
    border: none;
}

/* Responsive */
@media(max-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}
/*.contact-section{*/
/*    margin-top: 80px;*/
/*}*/
.info-box-2{
    display: flex;
    flex-direction: column;
}
.contact-heading span{
    font-size:25px;
}
.contact-form h2 {
    margin-bottom:20px;
}


.contact-form select,
.contact-form input {
    width: 100%;
    padding: 14px 14px 14px 45px;
    margin-bottom: 18px;
    background: #f1f8ff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
}

.contact-form select {
    padding-left: 14px;
}

.input-group {
    position: relative;
}

.input-group i {
    position: absolute;
    top: 36%  !important;
    left: 14px;
    transform: translateY(-50%);
    color: #1e88e5;
}

.phone-group input {
    padding-left: 80px !important;
}

.neet-status {
    margin-bottom: 20px;
}

.neet-status label {
    font-weight: 600;
}

.radio-group {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.radio-group label {
    font-size: 14px;
}

.contact-form button {
    width: 100%;
    padding: 14px;
    background: #1e88e5;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
}

.contact-form button:hover {
    background: #1565c0;
}

.neet-options{
        display: flex;
    justify-content: space-around;
}
/* Make intl-tel-input full width */
.iti {
    width: 100%;
}

.iti input {
    width: 100% !important;
    padding-left: 90px !important; /* space for flag + code */
}

/* Match margin with other fields */
.iti {
    margin-bottom: 18px;
}

.prefered-country{
    padding: 15px !important;
}
.raise-query{
    text-align:center;
}
.submit-button{
    text-align:center;
    width:100;
    margin-top:18px;
}
.neet-box p{
        text-align: center;
}
/*@media (max-width: 576px) {*/
/*    .contact-section{*/
/*        margin-top:50px !important ;*/
/*    }*/
/*}*/
.first-contact-section{
    margin-top:120px;
}

.second-contact-section{
    margin: 35px 0 0 0  !important;
    padding:0px;
}
@media (max-width: 576px) {
    .first-contact-section{
        margin-top:90px  ;
    }
}
.message-textarea{
    margin-top:18px;
}
.contact-form textarea{
    margin-bottom:0px;
}
.map-link {
    color: #1a73e8;
    font-weight: 600;
    text-decoration: none;
}

.map-link:hover {
    text-decoration: underline;
}
