/* Feature Section Styling */
.feature-item {
    border: 1px solid #e0e0e0;
    padding: 30px 20px;
    border-radius: 12px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    height: 450px;
    margin-bottom: 20px;
}
.feature-item:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.feature-title h3 {
    font-size: 20px;
    color: #2a2a2a;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
.feature-content p {
    color: #666;
    font-size: 14px;
}

/* Section Titles */
.section-title .title {
    font-size: 32px;
    font-weight: 700;
    color: #a10b40;
    position: relative;
}
.section-title .title::after {
    content: "";
    width: 60px;
    height: 3px;
    /* background-color: #007bff; */
    display: block;
    margin: 0 auto 0;
}

/* Age Criteria Table */
.table-primary td, .table-primary th {
    background-color: #f3f8ff;
    border-color: #d1e7ff;
    color: #333;
    vertical-align: middle;
    text-align: center;
}
.table-primary p {
    margin: 0;
}

/* School Timings */
.about-content-two .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}
.about-content-two p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 10px;
}

.feature-item {
	padding: 35px 15px;
	box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	height: 100%;
}
.feature-item:hover, .class-item:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}
.feature-item .feature-shape {
	width: 100px;
	height: 100px;
	display: inline-block;
	line-height: 100px;
	margin-bottom: 38px;
	border-radius: 50%;
	background-image: linear-gradient( 145deg, rgb(35,204,136) 0%, rgb(142,207,53) 100%);
	box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.36);
}
.feature-item .feature-shape-2 {
	background-image: linear-gradient( 145deg, rgb(255,79,88) 0%, rgb(255,180,0) 100%);
	box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
}
.feature-item .feature-shape-3 {
	background-image: linear-gradient( 145deg, rgb(1,203,173) 0%, rgb(71,161,242) 100%);
	box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}
.feature-item .feature-shape-4 {
	background-image: linear-gradient( 145deg, rgb(232,90,202) 0%, rgb(252,78,101) 100%);
	box-shadow: 0px 18px 24px 0px rgba(233, 89, 197, 0.36);
}
.feature-content .feature-title h3 {
	position: relative;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 36px;
	color: #00394f;
}
.feature-item .feature-content .feature-title h3::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 80px;
	height: 4px;
	background-image: linear-gradient( 145deg, rgb(35,204,136) 0%, rgb(142,207,53) 100%);
	margin: auto;
	bottom: -22px;
	box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.36);
}
.feature-item .feature-content .feature-title-2 h3::after {
	background-image: linear-gradient( 145deg, rgb(255,79,88) 0%, rgb(255,180,0) 100%);
	box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
}
.feature-item .feature-content .feature-title-3 h3::after {
	background-image: linear-gradient( 145deg, rgb(1,203,173) 0%, rgb(71,161,242) 100%);
	box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}
.feature-content .feature-title-4 h3::after {
	background-image: linear-gradient( 145deg, rgb(232,90,202) 0%, rgb(252,78,101) 100%);
	box-shadow: 0px 18px 24px 0px rgba(233, 89, 197, 0.36);
}
.feature-content p {
	margin: 0;
	font-size: 16px;
	color: #555555;
	padding: 0px 8px;
}


 /* contact */
--------------------------------------------------------------*/
.contact-from-wrap {
	padding: 50px;
	padding-top: 55px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.contact-from-title {
	margin-bottom: 34px;
}
.contact-from-title .title {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 0;
}
.contact-from-title .icon {
	margin-right: 14px;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
}
.contact-from input, .contact-from textarea {
	height: 55px;
    padding: 0 20px !important;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 1px solid #ccc;
}
.contact-from input:focus, .contact-from textarea:focus {
	border-color: #1B2E5A;
}
.contact-from select {
	color: #ACACB5;
	appearance: none;
	border-radius: 0 !important;
    min-height: 55px !important;
}
.contact-from select option {
	color: #212121 !important;
}
.contact-from textarea {
	padding: 20px !important;
	min-height: 200px;
}
.contact-from ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ACACB5;
}

.contact-from :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ACACB5;
    opacity: 1;
}

.contact-from ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ACACB5;
    opacity: 1;
}

.contact-from :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ACACB5;
}

.contact-from ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ACACB5;
}

.contact-from ::placeholder { /* Most modern browsers support this now. */
    color: #ACACB5;
}
.mr--22-lg-none {
	margin-right: -22px;
}
.contact-info {
	margin-left: 32px;
	background-color: #403380;
	padding: 50px;
	padding-bottom: 0;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.contact-info-title {
	margin-bottom: 30px;
}
.contact-info-title .icon {
	margin-right: 14px;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
}
.contact-info-title img {
	margin-right: 15px;
}
.contact-info .title {
	font-size: 30px;
	color: #fff;
	margin-bottom: 0;
	line-height: 1;
}
.contact-info .ci-text {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}
.contact-info .ci-text p {
	margin-bottom: 0;
}
.contact-info .contact-info-head {
	padding: 0 50px 46px 50px;
	margin-left: -50px;
	margin-right: -50px;
	margin-bottom: 33px;
	border-bottom: 1px solid #514399;
}
.contact-info .oh-title {
	margin-bottom: 23px;
}
.contact-info .contact-mail {
	font-size: 18px;
	color: #DDB06F;
	margin-top: 23px;
	font-weight: 500;
	text-decoration: underline;
}
.contact-info .social-icon {
	margin-top: 32px;
	background: #372C72;
	margin-left: -50px;
	margin-right: -45px;
	padding-top: 45px;
	padding-bottom: 45px;
}
.contact__info--item {
	padding: 50px 30px;
	padding-bottom: 40px;
	background: #fff;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
	min-height: 275px;
}
.contact__info--item .icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	margin-bottom: 22px;
	height: 70px;
	align-items: center;
	justify-content: center;
}
.contact__info--item .icon svg {
	max-height: 65px;
}
.contact__info--item .icon::before {
	position: absolute;
	top: 2px;
	left: -18px;
	width: 50px;
	height: 50px;
	background: #F4F2F6;
	content: "";
	z-index: -1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%; 
}
.contact__info--item .title {
	font-size: 24px;
	margin-bottom: 7px;
	text-transform: capitalize;
}
.contact__info--item p {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 28px;
}
.contact__info--item a {
	display: block;
	color: #555555; 
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
}
.google-map {
	height: 700px; 
}
.google-map iframe {
	height: 700px;
	width: 100%;
	border: 0; 
}
.contact-from-inner {
	padding: 80px 110px;
	background: #fff;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.mb--none-140 {
	margin-bottom: -140px;
}

.thm-btn {
    background-color: #c20044;
    color: white;
    border-radius: 10px;
    padding: 5px 15px;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    margin-top: 10px;
}

.thm-btn:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

