@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-decoration: none;
	outline: none !important;
}
 :root {
            --primary-color: #8b1538;
            --secondary-color: #2c3e50;
            --accent-color: #e74c3c;
            --light-bg: #f8f9fa;
            --dark-text: #2c3e50;
            --light-text: #6c757d;

            --success-color: #27ae60;
            --warning-color: #f39c12;
        }
@import url('../css/innerpage.css');

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Standard */
input[type=number] {
    appearance: textfield;
}

/* Vendor Prefixes */
input[type=number] {
    -webkit-appearance: textfield; /* Chrome, Safari, Opera */
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield; /* Standard */
}


:root {
	--font1: 'Roboto', sans-serif;
	--font2: 'Open Sans', sans-serif;
	--color1: #450004;
	--color2: #034d97;
	--color3: #650c1b;
	--white: #ffffff;
	--black: #000000;
	--bgcolor:#f6f6f6;
	--box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%);

}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: var(--font2);
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	color: #666666;
	overflow-x: hidden;
	line-height: 1.9;
}

a {
	outline: medium none !important;
	color: #242323;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:focus {
	color: var(--black);
	text-decoration: none !important;
}

a:hover {
	color: var(--black);
	text-decoration: none !important;
}

input {
	outline: medium none !important;
	color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font1);
	color: #242323;
	margin-top: 0px;
	font-weight: 600;
	line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

label {
	font-weight: normal;
}

h1 {
	font-size: 48px;
	font-style: normal;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

p {
	line-height: 1.9;
}
/* .header_bg{
 background-color: var(--color3);
} */
 main .header_fixed{
	position: fixed;
	width:100%;
	top:0;
	z-index: 99;
 }
.top_header{
	background-color: var(--color1);
	padding: 10px 0px;
	position: relative;
	border-bottom:2px solid var(--color3);
}
.top_header .auto-container{
	position: static;
    max-width: 1300px;
    padding: 0px 15px;
    margin: 0 auto;
}
.top_header .auto-container  .inner-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.top_header .left-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.top_header .reg-form_div p {
    margin-bottom: 10px;
    color: var(--white);
    font:600 21px/1.5em var(--font1);
   
}
.top_header .reg-form_div a{
	background-color: var(--color3);
	color: var(--white);
	font:500 16px/1.5em var(--font1);
	padding:5px 15px;
	border-radius:5px;
	text-decoration: none;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
}
.top_header .center_img_logo img {
    position: relative;
    padding: 0px;
    outline: 0px;
    width: 130px;
    height: 150px;
    object-fit: contain;
}
.top_header .right-img-content h1{
	color: var(--white);
	font:600 25px/1.5  var(--font1);
	margin-bottom:2px;
}
.top_header .right-img-content h4{
	color: var(--white);
	font: 600 20px/1.5 var(--font1)
}
.top_header .right-column ul{
	list-style: none;
	padding:0;
	margin:0;
}
.top_header .right-column ul >li{
	color: var(--white);
	font:400 15px/1.5 var(--font1);
	margin-bottom:5px;
}
.top_header .right-column ul >li a{
	color: var(--white);
	text-decoration: none;
}
.top_header .right-column ul >li a span{
	color: var(--white);
}
.top_header .enquire_modal {
	background-color: var(--color3);
    color: var(--white);
    font: 500 16px / 1.5em var(--font1);
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
}
.top_header .enq-whats img {
	width:40px;
	height:40px;
	object-fit: contain;
} 
.banner_home  .owl-prev ,.banner_home  .owl-next{
	width: 45px;
    height: 45px;
    position: absolute;
	top: 50%;  
	margin: 0px !important;
    display: block !important;
	border: 0px;
    background-color: var(--color3) !important;
    line-height: 53px;
    transition: 1s;
    border-radius: 30px !important;
}
.banner_home .owl-theme .owl-nav{
	margin:0px;
}
.banner_home  .owl-prev {left: .5%;}.banner_home .owl-next {right: .5%;}
.banner_home  .owl-prev i ,.banner_home  .owl-next i{color:var(--white);font-size:15px;}

.odm_notice {
	background: #e6e6e6;
	border-top:2px dashed var(--color3);
	border-bottom: 2px dashed var(--color3);
}
.odm_notice .Notice{
	background-color: var(--color3);
    font-size: 18px;
    font-weight: bold;
	padding:6px;
	color: var(--white);
    margin-bottom: 10px;
}
.about_odm h2{
	color: var(--color1);
	font-size: 26px;
	font-weight:800;
	font-family: var(--font1);
	margin-bottom:14px;
}
.about_odm p{
	color: var(--black);
	font:400 16px/31px var(--font1);
	text-align: justify;
}
.about_odm a{
	background-color: #fff3f6;
	padding:10px;
	border-radius:5px;
	text-decoration: none;
	font:700 15px/25px var(--font1);
	color: var(--color1);
	transition: all .8s ease-in-out;
}
.about_odm a:hover i{
	padding-left:5px;
	transition: all .8s ease-in-out;
}
.img_video  .owl-prev ,.img_video  .owl-next{
	width: 45px;
    height: 45px;
    position: absolute;
	top: 50%;  
	margin: 0px !important;
    display: block !important;
	border: 0px;
    background-color: var(--color3) !important;
    line-height: 53px;
    transition: 1s;
    border-radius: 30px !important;
}
.img_video .owl-theme .owl-nav{
	margin:0px;
}
.img_video  .owl-prev {left: .5%;}.img_video .owl-next {right: .5%;}
.img_video  .owl-prev i ,.img_video  .owl-next i{color:var(--white);font-size:15px;}
.img_video {
	background-color: var(--white);
	border: 1px solid #d7def4;
	box-shadow: 0 1px 2px 0 #d7def4;
	padding:10px;
	border-radius:4px;
}

.notice_bg {
	background-color: #ededed;
	padding:40px 0;
}
.notice_bg .feature_item {
    background-color: var(--white);
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    height: 600px;
}
.notice_bg .feature_item .widget_title {
    position: relative;
    overflow: hidden;
    background-color: var(--color1);
    margin: 0 0 20px 0;
    text-align: left;
    color: var(--white);
    padding: 10px 10px;
    border-radius: 10px 10px 0 0;
}
.notice_bg .feature_item .widget_title h4{
	color: var(--white);
	font:500 22px/30px var(--font1);
}
.notice_bg .feature_item  ul {
	padding: 0px;
	margin:0px;
}
.notice_bg .feature_item  ul li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
	position: relative; 
    line-height: normal;
	margin-bottom:10px;
}
.notice_bg .feature_item  ul li:nth-child(even){
	background-color: #f1f1f1;
	padding-top: 10px;
	padding-bottom:10px;
	border-radius:5px;
}
.notice_bg .feature_item  ul li>a{
	color: var(--black);
	text-decoration: none;
	font:600 14px/1.5 var(--font1);
	padding: 5px 15px;
}
.notice_bg .feature_item  ul li> span{
	color: var(--color2);
    font:600 13px/1.5 var(--font1);
	color: var(--color3);
    padding-left:15px;

}
.notice_bg .feature_item  marquee{
	padding:20px;
}


.notice_bg .feature_item .link_notice{
    display: block;
    color: var(--color1);
    margin: 40px 0 0 0;
    background-color: #fff3f6;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    font-size: 14px;
    line-height: 45px;
    border-radius: 5px 5px 0 0;
	text-decoration: none;
    bottom: 0px;
	width:100%;
    /* width: calc(100% - 40px); */
	font-family: var(--font1);
}

.cta_fixed ul{
	position: fixed;
    bottom: 5%;
    right: 0;
    list-style: none;
    z-index: 10;
    margin: 0;
}
.cta_fixed ul li{
	list-style:none;
}

.cta_fixed li a {
    background: #25d366;
    display: -webkit-box;
    display: -ms-flexbox;
	color: var(--white);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 54px;
	text-decoration: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    float: right;
    font-size: 22px;
}

.cta_fixed li a:hover {
    width: 54px;
    padding-left: 0;
    text-decoration: none;
}
.cta_fixed .phone_cta {
	background-color: var(--color1);
}
.contact_us_form{
	background-color: #f7f5f5;
}
.contact_us_form .card{
	padding:30px 20px;
	border:0px;
}
.contact_us_form form .form-group {
	position: relative;
}

.contact_us_form form .form-group i {
	position: absolute;
	right:10px;
	top:46px;
	font-size:17px;
	color: #666;
}
.contact_us_form form .form-group label{
	color: #222;
	font-family: var(--font1);
	font-weight:600;
	margin-bottom:5px;
	font-size:15px;
}
.contact_us_form form .form-group .form-control{
	border-radius:0px;
	box-shadow: none;
	height:45px;
	font-family: var(--font1);
	color: var(--black);
	font-weight:500;
}
.contact_us_form form .form-group textarea{
	height:100px !important;
	resize: none;
}
.contact_us_form form button{
	background-color: var(--color1);
    padding: 10px 30px;
    border-radius: 0px;
    text-decoration: none;
    font: 700 15px / 25px var(--font1);
    color: var(--white);
    transition: all .8s ease-in-out;
	border:0px;
}
.contact_us_form form .form-group .form-control:focus{
	border-color: var(--color1);
}

.contact_us_form .border-title{
	font-size:25px;
	font-family: var(--font1);
	font-weight:700;

	color: var(--color1);
	position: relative;
}
.contact_us_form .border-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 80px;
    background-color: var(--color1);
}
.contact-info_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    background-color: #fff3f6;
    text-align: center;
    color: var(--color1);
    border-radius: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.contact-info_text , .contact-info_text a{
color: #000;
font-family: var(--font1);
text-decoration: none;
font-size:16px;
font-weight:500;
    line-height: 1.5;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.contact-info_text:hover , .contact-info_text a:hover{
	color: var(--color1);
}


#enquire_btn .btn_close{
	position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: var(--color1);
    opacity: 1;
    width: 35px;
    height: 35px;
	line-height:45px;
    border-radius: 0;
	border: 0px;
    box-shadow: none;
}
#enquire_btn .btn_close i{
	font-size: 25px;
    color: var(--white);
}
.enquire_form .form-control , .enquire_form  .form-select{
		box-shadow: none;
		color: var(--black);
		font-family: auto;
		height:45px;
		font-size:16px;
		/* box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05); */
		border: 1px solid #f0f0f0;		
}
.enquire_form .form-control:focus , .enquire_form  .form-select:focus{
	border-color: var(--color1);
}
.enquire_form .form-control::placeholder{
	color: var(--black);
	opacity: 1;
}
.enquire_form .form-control::-ms-input-placeholder { 
	color: var(--black);
  }

.enquire_form  .iti{
width:100% !important;
}
.enquire_modal .custome_check {
	border-radius:0px;
	border-color: var(--color1);
	box-shadow: none;
}
.enquire_modal .custome_check:checked{
	background-color: var(--color1);
	box-shadow: none;
}
.enquire_modal .form-check label{
	color: var(--black);
	font-family: var(--font2);
}
.btn_enquire button{
	background-color: var(--color1);
	font-family: var(--font1);
	font-weight:600;
	font-size:16px;
	padding:8px 15px;
	margin:10px 0px 5px 0px;
	border-radius:0;
	color: var(--white);
}
.btn_enquire button:hover{
	background-color: var(--color3);
	transition: 0.2 ease-in-out;
}
.college_details{
	padding:40px 0px;
}

 .benefits-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 3rem;
            position: relative;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(45deg, #8b1538, #d63384);
            border-radius: 2px;
        }
        
        .benefit-item {
            background: white;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 2rem;
            border-left: 5px solid #8b1538;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .benefit-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(139, 21, 56, 0.05), transparent);
            transition: left 0.5s;
        }
        
        .benefit-item:hover::before {
            left: 100%;
        }
        
        .benefit-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        
        .benefit-icon {
            color: #8b1538;
            font-size: 1.5rem;
            margin-right: 1rem;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(139, 21, 56, 0.1);
            border-radius: 50%;
            flex-shrink: 0;
        }
        
        .benefit-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 0.75rem;
        }
        
       .benefit-description {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
    font-size: 0.825rem;
}
        
        .image-container {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
        }
        
        .meditation-image {
            width: 100%;
            height: 600px;
            object-fit: cover;
            border-radius: 20px;
            transition: transform 0.3s ease;
        }
        
        .image-container:hover .meditation-image {
            transform: scale(1.05);
        }
        
        .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(139, 21, 56, 0.1) 0%, rgba(44, 62, 80, 0.1) 100%);
            border-radius: 20px;
        }
        
        @media (max-width: 768px) {
            .benefits-section {
                padding: 40px 0;
            }
            
            .section-title {
                font-size: 2rem;
                text-align: center;
            }
            
            .section-title::after {
                left: 50%;
                transform: translateX(-50%);
            }
            
            .benefit-item {
                padding: 1.5rem;
                margin-bottom: 1.5rem;
            }
            
            .meditation-image {
                height: 400px;
            }
        }



		.contact-section {
           
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

     

      

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
            position: relative;
        }

        .section-title {
            font-size: 3rem;
            font-weight: 700;
            color: var(--secondary-color);
            margin-bottom: 1rem;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
            border-radius: 2px;
        }

        .section-subtitle {
            font-size: 1.2rem;
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto;
        }

        .contact-container {
            background: white;
            border-radius: 25px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
            overflow: hidden;
            position: relative;
        }

        .contact-info {
            background: linear-gradient(135deg, var(--primary-color) 0%, #a91d42 100%);
            color: white;
            padding: 3rem !important;
            position: relative;
            overflow: hidden;
			height: 100%;
        }

        .contact-info-header {
            margin-bottom: 2.5rem;
            position: relative;
            z-index: 2;
        }

        .contact-info h3 {
            font-size: 2.2rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .contact-info p {
            font-size: 1.1rem;
            opacity: 0.9;
            margin-bottom: 0;
        }

        .contact-item {
            display: flex;
            /* align-items: center; */
            margin-bottom: 2rem;
            position: relative;
            z-index: 2;
            transition: all 0.3s ease;
        }

        .contact-item:hover {
            transform: translateX(10px);
        }

        .contact-icon {
            width: 60px;
            height: 60px;
            background: rgba(255,255,255,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1.5rem;
            transition: all 0.3s ease;
            border: 2px solid rgba(255,255,255,0.3);
        }

        .contact-item:hover .contact-icon {
            background: rgba(255,255,255,0.3);
            transform: scale(1.1);
        }

        .contact-icon i {
            font-size: 1.4rem;
            color: white;
        }

      .contact-details h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;
}

        .contact-details p {
            font-size: 1rem;
            opacity: 0.9;
            margin: 0;
        }

        .contact-form {
            padding: 3rem;
        }

        .form-header {
            margin-bottom: 2.5rem;
        }

        .form-header h3 {
            font-size: 2.2rem;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 1rem;
        }

        .form-header p {
            color: #6c757d;
            font-size: 1.1rem;
            margin: 0;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-label {
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 0.5rem;
            font-size: 0.95rem;
        }

        .form-control {
            border: 2px solid #e9ecef;
            border-radius: 12px;
            padding: 0.8rem 1rem;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(139, 21, 56, 0.1);
            background: white;
        }

        .input-icon {
            position: relative;
        }

        .input-icon i {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #6c757d;
            z-index: 3;
        }

        .btn-submit {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
            border: none;
            color: white;
            padding: 1rem 2.5rem;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .btn-submit::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

        .btn-submit:hover::before {
            left: 100%;
        }

        .btn-submit:hover {
            background: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-color) 100%);
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(139, 21, 56, 0.3);
        }

      

        /* Responsive Design */
        @media (max-width: 768px) {
            .contact-section {
                padding: 60px 0;
            }

            .section-title {
                font-size: 2.2rem;
            }

            .contact-info,
            .contact-form {
                padding: 2rem;
            }

            .contact-info h3,
            .form-header h3 {
                font-size: 1.8rem;
            }

            .contact-item {
                margin-bottom: 1.5rem;
            }

            .contact-icon {
                width: 50px;
                height: 50px;
                margin-right: 1rem;
            }

            .btn-submit {
                width: 100%;
            }
        }

        /* Animation Classes */
        .fade-in-up {
            animation: fadeInUp 0.8s ease-out forwards;
            opacity: 0;
            transform: translateY(30px);
        }

        .fade-in-up.delay-1 { animation-delay: 0.2s; }
        .fade-in-up.delay-2 { animation-delay: 0.4s; }
        .fade-in-up.delay-3 { animation-delay: 0.6s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }


	


		.main-content {
            min-height: 60vh;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 100px 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .footer {
            background: linear-gradient(135deg, var(--secondary-color) 0%, #34495e 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-color) 100%);
        }

        .footer-main {
            padding: 60px 0 40px;
            position: relative;
        }

        .footer-logo {
            font-size: 1.8rem;
            font-weight: 700;
            color: white;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
        }

        .footer-logo i {
            color: var(--primary-color);
            margin-right: 10px;
            font-size: 2rem;
        }

        .footer-description {
            color: #bdc3c7;
            line-height: 1.6;
            margin-bottom: 2rem;
        }

        .footer-section h5 {
            color: white;
            font-weight: 600;
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
        }

        .footer-section h5::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 30px;
            height: 2px;
            background: var(--primary-color);
        }

        .footer-links {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 0.8rem;
        }

        .footer-links a {
            color: #bdc3c7;
            text-decoration: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }

        .footer-links a:hover {
            color: var(--primary-color);
            transform: translateX(5px);
        }

        .footer-links a i {
            margin-right: 8px;
            width: 16px;
            text-align: center;
        }

        .contact-infoo {
            list-style: none;
            padding: 0;
        }

        .contact-infoo li {
            margin-bottom: 1rem;
            display: flex;
            align-items: flex-start;
        }

        .contact-infoo i {
            color: var(--primary-color);
            margin-right: 12px;
            margin-top: 4px;
            width: 20px;
            text-align: center;
        }

        .contact-infoo span {
            color: #bdc3c7;
            line-height: 1.5;
        }

        .newsletter-form {
            max-width: 400px;
        }

        .newsletter-input {
            border: none;
            border-radius: 50px 0 0 50px;
            padding: 12px 20px;
            font-size: 0.95rem;
            outline: none;
            box-shadow: none;
        }

        .newsletter-btn {
            background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
            border: none;
            border-radius: 0 50px 50px 0;
            color: white;
            padding: 12px 20px;
            transition: all 0.3s ease;
        }

        .newsletter-btn:hover {
            background: linear-gradient(45deg, var(--accent-color), var(--primary-color));
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(139, 21, 56, 0.3);
        }

        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 2rem;
        }

        .social-link {
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #bdc3c7;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .social-link:hover {
            background: var(--primary-color);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(139, 21, 56, 0.3);
        }

        .footer-bottom {
            background: rgba(0, 0, 0, 0.2);
            padding: 25px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-bottom-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .copyright {
            color: #95a5a6;
            margin: 0;
        }

        .footer-bottom-links {
            display: flex;
            gap: 30px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .footer-bottom-links a {
            color: #95a5a6;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .footer-bottom-links a:hover {
            color: var(--primary-color);
        }

      

        /* Animation for elements */
        .footer-section {
            animation: fadeInUp 0.6s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

.inter_section::before{
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
 }
 .inter_section .title_breadcrumb{
        z-index: 9;
    bottom: 20px;
 }
  .inter_section .title_breadcrumb h3{
    font: 800 48px / 1.5 var(--font1);
  }
  .breadcrumbh-sec {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
}
.breadcrumbh-sec ol.breadcrumb {
    margin: 0;
    background: none;
    padding: 10px 0;
}
.breadcrumbh-sec ol.breadcrumb li a {
    color: #fff9e7;
    text-decoration: none;
     font: 500 15px / 1.5 var(--font1);
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
       content: ">";
}
.breadcrumbh-sec ol.breadcrumb li::before {
    color: #fff9e7;
}
 .left-nav .nav-link {
      background-color: #1f3840;
      color: #fff;
      margin-bottom: 10px;
      padding: 12px 15px;
      border-right: 5px solid #b0162f;
      font-weight: 500;
    }
    .left-nav .nav-link:hover {
      background-color: #2c4c55;
    }
    .inter_admission{
        padding:40px 0px;
    }
    .inter_admission h4{
    color: #333;
    padding: 0px 0px 5px 0px;    
    width: 100%;
    border-bottom: 2px solid #333;
    margin-bottom: 15px;
     font: 800 22px / 1.5 var(--font1);
    }

     .table thead {
      background-color: #1f3840;
      color: white;
    }
    .table-striped > tbody > tr:nth-of-type(odd) {
      background-color: #f2f2f2;
    }
    .border-custom {
      border-top: 3px solid #b0162f;
    }
    .badge-principal {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
}

.gallery img {
      width: 100%;
      border-radius: 10px;
      transition: transform 0.3s;
      cursor: pointer;
    }
    .gallery img:hover {
      transform: scale(1.05);
    }

.custom-tabs ul.nav.nav-tabs li a {
    font-weight: 500;
    background: #f7f7f7;
    color: #333;
    padding: 5px 20px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    border: 1px solid #666;
    margin-bottom: -1px;
    border-bottom-color: #666;
}
.custom-tabs ul.nav.nav-tabs li {
    margin-bottom: 0;
    margin-right: 5px;
    list-style: none;
    display: flex;
}
    .custom-tabs ul.nav.nav-tabs li a.active {
    background: #A4243B;
    color: #fff;
    border-color: #A4243B;
}
.quote-box{
    background-color: #e8e8e8;
    padding: 30px;
    margin: 0px 0;
    font-style: italic;
    border-left: 5px solid #8B2332;
}
.quote-box p:first-child{
     font: 500 18px / 1.5 var(--font1);
     font-style: italic;
     color:#000000
}
.quote-box p{
    color: #000000;
}
.desk-deisperation .content p{
  color: #000000;
     font: 400 15px / 1.5 var(--font1);
     margin-bottom:10px;
         word-wrap: break-word;
    letter-spacing: .2px;

}

.desk-deisperation .title-custom h3 {
    color: rgb(32, 32, 32);
    font-size: 20px;
    margin-bottom: 15px;
    background: rgba(164, 36, 60, 0.19);
    padding: 6px 15px 5px;
}

.desk-deisperation .content ul {
   padding: 0;
   margin: 20px 0 0px 0px;
    list-style: none;

}
.desk-deisperation .content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #000000;
     font: 400 15px / 1.5 var(--font1);
         word-wrap: break-word;
    letter-spacing: .2px;
}
.desk-deisperation .content ul li::before{
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #A4243B;
    font-size: 20px;
    line-height: 1;
}

.inter_admission .table-responsive table thead  th{
        background: #450004;
    color: var(--white);
     border-radius: 0px;
     overflow: hidden;
     
}
    .main-container {
            max-width: 1400px;
            margin: 30px auto;
        }

        .contact-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
        }

        .contact-section {
            background: #fef5ed;
            padding: 50px 40px;
            border-left: 5px solid #8b0000;
            min-height: 500px;
            display: flex;
            flex-direction: column;
            /* justify-content: center; */
        }

        .principal-header {
            border-bottom: 3px solid #8b0000;
            padding-bottom: 15px;
            margin-bottom: 35px;
        }

        .principal-header h1 {
            font-size: 26px;
            font-weight: 600;
            color: #000;
            margin: 0;
        }

        .contact-item {
            margin-bottom: 28px;
            display: flex;
            align-items: flex-start;
        }

        .contact-icon {
            width: 45px;
            height: 45px;
            background: #8b0000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .contact-icon i {
            color: white;
            font-size: 18px;
        }

        .contact-details {
            flex: 1;
            padding-top: 5px;
        }

       

        .contact-details a {
            color: #0066cc;
            text-decoration: none;
            transition: color 0.3s;
        }

        .contact-details a:hover {
            color: #8b0000;
            text-decoration: underline;
        }

        .map-section {
            padding: 0;
            position: relative;
            min-height: 500px;
        }

        .map-section iframe {
            width: 100%;
            height: 100%;
            border: none;
            min-height:560px;
        }


  /* Responsive Design */
        @media (max-width: 768px) {
            .left-column , .center_img_logo{
                display: none !important;
            }
            .inter_section img{
                height:150px;
            }
            .inter_section .title_breadcrumb h3{
                font:800 25px / 1.5 var(--font1);
            }
        .contact-section {
                border-left: none;
                border-top: 5px solid #8b0000;
                min-height: auto;
            }

            .map-section iframe {
                min-height: 400px;
            }
            
            .footer-main {
                padding: 40px 0 30px;
            }

            .footer-logo {
                font-size: 1.5rem;
                text-align: center;
            }

            .footer-description {
                text-align: center;
            }

            .social-links {
                justify-content: center;
            }

            .newsletter-form {
                max-width: 100%;
            }

            .footer-bottom-content {
                flex-direction: column;
                gap: 15px;
                text-align: center;
            }

            .footer-bottom-links {
                gap: 20px;
            }
        }

          @media (max-width: 576px) {
            .contact-section {
                padding: 30px 20px;
            }

            .principal-header h1 {
                font-size: 22px;
            }

            .contact-icon {
                width: 40px;
                height: 40px;
            }

            .contact-icon i {
                font-size: 16px;
            }
        }