/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    line-height: 1.6;
    overflow-x: hidden;
    background-color: #f4f4f4;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    background-image: url('https://marwadiuniversity.online/wp-content/uploads/2026/07/hero-section-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 60px;
    box-sizing: border-box;
    position: relative;
}



.hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    padding: 0 80px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

/* Left Content */
.hero-left {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
}

.hero-content {
    color: #ffffff;
    max-width: 400px;
}

.hero-subtitle {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 1px;
	color:#fff;
}

.hero-title {
    font-size: 68px;
    font-weight: 800;
    line-height: 1.1;
	color:#fff;
}

.hero-title-highlight {
    display: block;
    font-size: 60px;
    margin-top: 10px;
	color:#fff;
}

/* Center Image */
.hero-center {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-image {
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

/* Right Form Card */
.hero-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 100px;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}

.enquiry-card {
    background-color: #ffffff;
    width: 100%;
    max-width: 400px;
    padding: 35px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid #d4af37;
}

.form-title {
    color: #4a3b32;
    text-align: center;
    font-size: 25px !important;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

/* Form Styles */
.enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group {
    width: 100%;
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;

    font-size: 14px;
    color: #333;
    outline: none;
    transition: 0.3s ease;
    background-color: #fcfcfc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select {
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.form-control::placeholder {
    color: #999;
}

.form-control:focus {
    border-color: #d4af37;
    background-color: #ffffff;
}

/* Phone Group Layout */
.phone-group {
    display: flex;
    gap: 12px;
}

.country-code {
    flex: 0 0 90px;
}

.phone-number {
    flex: 1;
}

/* Button */
.btn-apply {
    width: 100%;
    height: 50px;
    background-color: #d4af37;
    color: #4a3b32;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;

    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.btn-apply:hover {
    background-color: #c9a330;
}


.hero-main-left {
    display: flex;
    width: 70%;
    padding-left: 100px;
    flex-wrap: wrap;
}

.hero-image{
	max-width:none;
}




/* Responsive Behavior */

@media (max-width:1366px) {

    .hero-image {
        width: auto;
        height: 600px;

    }
	
	.enquiry-card{
		width:350px;	
	}
	
	.form-title{
		font-size:18px !important;	
	}
	
	.enquiry-card{
		padding:25px;	
	}
	
	.enquiry-form .form-control{
	line-height:37px;
	height:auto;
}
}

@media (max-width:1280px) {

    .hero-image {
        width: auto;
        height: 500px;
    }
}

@media (max-width:1100px) {
    .hero-main-left {
        padding-left: 50px;
    }

    .enquiry-card {
        width: 80%;
        padding: 20px;
    }
	
	.hero-right {
		right:70px;
	}
	

}

@media (max-width:991px) {
    .hero-section {
        background: none;
        padding: 0;
        flex-direction: column;
    }

    .hero-main-left {
    background-image: url('https://marwadiuniversity.online/wp-content/uploads/2026/07/hero-section-bg.png');
        padding: 60px;
        padding-top: 60px;
        padding-bottom: 0;
        width: 100%;
        overflow: hidden;
    }

    .hero-right {
        position: relative;
        top: 0;
        transform: none;
        right: 0;
        margin-top: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media (max-width:767px) {
	.hero-title {
		font-size: 58px;
	}
	
	    .hero-image {
        width: auto;
        height: 400px;
    }
}

@media (max-width:600px) {

    .hero-image {
        width: auto;
        height: 350px;
    }
	    .hero-image {
        transform: translateX(50px);
		}
		
		.hero-main-left {
    	    padding: 30px;
        	padding-top: 60px;
			padding-bottom:0;
		}
		
		    .hero-title {
        font-size: 38px;
    }
	.hero-subtitle {
    font-size: 25px;
	}
	.hero-title-highlight {
    display: block;
    font-size: 30px;
	}
}