 /*
Theme Name: mft
Author: Technogenesis
Version: 1.0
*/
/* Reset and Base Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
}
.contact-info,
.nav-content,
.hero-content,
.about-enquiry-content,
.programs-overview,
.steps-container,
.course-info,
.action-cards,
.student-projects,
.testimonials-container,
.logo-section,
.footer-content
{
   max-width: 1440px;
   margin: 0 auto;
}


@font-face {
    font-family: 'Ethoma Script';
    src: url('fonts/eathoma-sans.script.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Sequel-sans-roman';
    src: url('fonts/Sequel Sans Medium Disp.woff2') format('woff2');
    font-weight: 410;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Sequel-sans';
    src: url('fonts/Sequel Sans Roman Disp.woff2') format('woff2');
    font-weight: 415;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Erotique-bold';
    src: url('fonts/Erotique-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Coolvetica';
    src: url('fonts/Coolvetica Rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;'
	font-display: swap;
}
.break-space{
	margin-top: 10px !important;
}
.section-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding-inline: clamp(20px, 6vw, 110px);
}
.ethoma-text {
   font-family: 'Ethoma Script', sans-serif;
}
.section-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding-inline: clamp(20px, 6vw, 110px);
}
.main-container {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
}

/* Header Section */
.header-section {
    z-index: 10;
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 20px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.32px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 14px 80px;
    font: 415 16px/2 'Sequel Sans', -apple-system, Roboto, Helvetica, sans-serif;
    background: linear-gradient(246.61deg, #4C043C 10.83%, #090008 84.12%);
	display: none;

}
.header-section i.fa-brands {
    color: white;
    font-size: 20px;
}
.contact-info {
    align-self: start;
    display: flex;
    align-items: center;
    gap: 11px;
    justify-content: space-between;
    width: 100%;
}

.phone-numbers {
    display: flex;
    align-items: center;
    gap: 11px;
}

.phone-number {
    align-self: stretch;
    flex-grow: 1;
    margin: auto 0;
	color: rgba(255, 255, 255, 1);
}
.contact-number, .landline-number{
	color: rgba(255, 255, 255, 1);
}
.phone-number img{
	position: relative;
    top: 4px;
}
.social-media{
   display: flex;
   gap: 15px;
   position: relative;
   top: 2px;
}
.separator-line {
    width: 1px;
    height: 18.5px;
    border-right: 1px solid #FFFFFF;
}

.header-logo {
    aspect-ratio: 2.96;
    object-fit: contain;
    object-position: center;
    width: 65px;
    flex-shrink: 0;
}


/* Hero Section */


.navigation-bar {
    position: relative;
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    border-bottom-width: 2px;
    width: 100%;
    padding: 20px 80px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: inset -2px 4px 11px 0px rgba(255, 255, 255, 0.44);
}

.nav-content {
    gap: 20px;
    display: flex;
	justify-content: space-between;
}

.nav-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 48%;
    margin-left: 0px;
}

.institute-logo {
    width: 80%;
}

.institute-details {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    width: fit-content;
    margin: auto 0;
}

.institute-name {
    text-transform: uppercase;
    font: 700 20px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
}

.institute-recognition {
    letter-spacing: 0.28px;
    font: 410 14px/2 'Sequel Sans', -apple-system, Roboto, Helvetica, sans-serif;
}

.nav-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    margin-left: 20px;
	justify-content: center;
}
.nav-right .cta-arrow{
    position: relative;
    top: -3px;
}
.nav-menu {
    position: relative;
    display: flex;
    margin-top: 6px;
    width: 100%;
    align-items: center;
    gap: 40px 51px;
    color: rgba(18, 18, 18, 1);
    letter-spacing: -0.4px;
    flex-wrap: wrap;
    font: 600 20px/1.4 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
}

.nav-item {
    align-self: stretch;
    flex-grow: 1;
    margin: auto 0;
	cursor: pointer;
}
.n2-ss-slider, .n2-ss-slider .n2-ss-slide{
	text-align: left !important; 
}

.apply-button {
    border-radius: 8px;
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 1);
    justify-content: center;
    padding: 20px 18px;
    background: linear-gradient(231.41deg, #090008 -17.07%, #4C043C 72.89%, #090008 150.36%);
    height: 54px;
    border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
}

.apply-text {
    align-self: stretch;
    margin: auto 0;
}
.banner .n2-ss-slider .n2-ss-slide-background-image img{
/*	object-fit: CONTAIN;
	height: unset !important; */
}
.n2-ss-layer{
	margin-bottom: 0px !important;
}
.red-dot{
    color: red;
    font-size: 50px !important;
    position: relative;
    bottom: 3px;
    padding-right: 7px;
}
/* Toggle Icon */
.menu-toggle {
    font-size: 26px;
    cursor: pointer;
    display: none;
	color: #121212;
}

/* Side Navigation */
.side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    right: 0;
    background: #111;
    overflow-x: hidden;
    transition: 0.4s;
    padding-top: 60px;
    z-index: 999;
}

/* Close Icon */
.close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

/* Side Links */
.side-nav a {
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    display: block;
    font-size: 18px;
}
.side-nav a:hover {
    background: #4c043cad;
}

/* Responsive */


.hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    margin-top: 135px;
    padding: 0 80px;
}
.gradient-text{
	background: linear-gradient(
  135deg,
  #f9c400 0%,
  #ff3b3b 25%,
  #ff007a 45%,
  #b000b5 65%,
  #6a5cff 85%,
  #3aa0ff 100%
);
 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero-subtitle{
	font-family: 'Erotique-bold';
	position: relative !important;
    z-index: 1 !important;
}
.hero-subtitle span{
	color: red;
}
.hero-title {
    margin-left: 0px;
	background: linear-gradient(
  135deg,
  #f9c400 0%,
  #ff3b3b 25%,
  #ff007a 45%,
  #b000b5 65%,
  #6a5cff 85%,
  #3aa0ff 100%
);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 2.2;
  position: relative !important;
    z-index: 2 !important;
}

.hero-description {
    color: white;
    width: 470px;
    margin: 17px 0 0 0px;
    font: 500 22px/28px 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif !important;
}
.hero-description span{
	color: grey;
}
.hero-course{
	color: #e8d7f6;
}
.hero-cta {
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: -0.47px;
    justify-content: center;
    margin: 22px 0 0 0px;
    padding: 20px 18px;
	text-decoration: none;
    font: 600 23px/1.4 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
	background: linear-gradient(231.41deg, #090008 -17.07%, #4C043C 72.89%, #090008 150.36%);
}

.cta-text {
    align-self: stretch;
    margin: auto 0;
}

.cta-arrow {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 25px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

.statistics-container {
    border-radius: 30px;
    background-color: rgb(255 255 255);
    
    width: 100%;
    padding: 12px 0 28px;
	z-index: 3;
	margin-bottom: -227px;
    position: relative;
	margin-top: -130px;
}
.statistics-container:before{
	content: "";
    position: absolute;
    inset: -2px;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(90deg, transparent, #ff00cc, transparent);
    background-size: 200% 200%;
    animation: borderRun 2s linear infinite;
    transition: opacity 0.3s ease;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.stats-content {
    width: 100%;
}

.stats-grid {
    gap: 20px;
    display: flex;
 border-bottom: 1px solid #DEDEDE;
}

.stats-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 21%;
    margin-left: 0px;
}

.stats-images {
    display: flex;
    align-items: stretch;
    
}

.stats-visual {
    aspect-ratio: 1.45;
    object-fit: contain;
    object-position: center;
    width: 223px;
    background-blend-mode: multiply;
    flex-shrink: 0;
    max-width: 100%;
}

.stats-separator {
    aspect-ratio: 0.02;
    object-fit: contain;
    object-position: center;
    width: 2px;
    align-self: start;
    margin-top: 11px;
    flex-shrink: 0;
}

.stats-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 100%;
    margin: 0 60px;
}

.stats-items {
    display: flex;
    margin-top: 11px;
    align-items: center;
    gap: 40px 48px;
	justify-content: flex-start;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.stat-number {
    color: #950D77;
    letter-spacing: -2.1px;
    align-self: start;
    font: 600 35px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
}

.stat-label {
    color: rgba(51, 51, 51, 1);
    letter-spacing: -0.4px;
    font: 500 20px/23px 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
}

.stat-separator {
    aspect-ratio: 0.02;
    object-fit: contain;
    object-position: center;
    width: 2px;
    align-self: stretch;
    flex-shrink: 0;
}

.stats-divider {
    aspect-ratio: 1000;
    object-fit: contain;
    object-position: center;
    width: 100%;
}
.partner-logo-title{
    text-align: center;
    font: 400 24px / 37px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
    padding: 14px;
}
.partner-logos {
    align-self: center;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-left: 40px;
    padding-right: 40px;
}

.partner-logo {
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

.partner-logo:nth-child(1) {
    aspect-ratio: 1;
    width: 86px;
}

.partner-logo:nth-child(2) {
    aspect-ratio: 1.46;
    width: 104px;
    max-width: 100%;
}

.partner-logo:nth-child(3) {
    aspect-ratio: 2.15;
    width: 118px;
    max-width: 100%;
}

.partner-logo:nth-child(4) {
    aspect-ratio: 2.2;
    width: 156px;
    max-width: 100%;
}

.partner-logo:nth-child(5) {
    aspect-ratio: 2.3;
    width: 136px;
    max-width: 100%;
}

.partner-logo:nth-child(6) {
    aspect-ratio: 1.96;
    width: 112px;
    max-width: 100%;
}

.partner-logo:nth-child(7) {
    aspect-ratio: 2.6;
    width: 117px;
    max-width: 100%;
}

.partner-logo:nth-child(8) {
    aspect-ratio: 1.7;
    width: 92px;
}

.partner-logo:nth-child(9) {
    aspect-ratio: 1.89;
    width: 106px;
    max-width: 100%;
}


/* About & Enquiry Section */
.about-enquiry-section {
    width: 100%;
    padding: 260px 80px 57px;
    background: linear-gradient(224.04deg, #090008 45.4%, #4E043E 54.96%, #090008 61.18%);
	background-size: 300% 300%;
    animation: gradientMove 35s ease-in-out infinite;
}

.about-enquiry-content {
    gap: 20px;
    display: flex;
	padding-left: 50px;
    padding-right: 50px; 
}

.about-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 55%;
    margin-left: 0px;
}

.about-container {
    border-radius: 30px;
    background-color: rgba(5, 5, 5, 0.5);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    font-family: 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    padding: 44px 29px;
    border: 2px solid #FFFFFF4D;
}

.about-title {
    font: 600 36px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
}

.about-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    align-self: stretch;
    margin-top: 22px;
	 text-align: justify;
  hyphens: auto;
}

.feature-item {
    display: flex;
    margin-top: 50px;
    align-items: stretch;
    gap: 12px;
    flex-wrap: wrap;
}

.feature-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 64px;
    flex-shrink: 0;
}

.feature-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    width: fit-content;
    margin: auto 0;
}

.feature-title {
    font-size: 24px;
    font-weight: 600;
}

.feature-description {
    font-size: 18px;
    font-weight: 300;
    align-self: start;
}

.faculty-title {
    font-size: 24px;
    font-weight: 600;
    margin: 43px 0 0 76px;
}

.faculty-description {
    font-size: 18px;
    font-weight: 300;
    margin-left: 76px;
}

.enquiry-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 45%;
    margin-left: 20px;
}

.enquiry-form {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px rgba(223, 223, 223, 0.25);
    display: flex;
    width: 100%;
    padding-bottom: 59px;
    flex-direction: column;
    align-items: stretch;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 1);
}

.form-header {
    border-radius: 30px;
    padding: 19px 0 0px;
}

.form-title-section {
    display: flex;
    margin-left: 36px;
    width: 263px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    color: rgba(18, 18, 18, 1);
	margin-bottom: 10px;
}

.form-title {
    text-transform: uppercase;
    align-self: start;
    font: 700 32px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
	color: #950D77;
}

.form-subtitle {
    letter-spacing: 0.32px;
    margin-top: 4px;
    font: 410 16px 'Sequel Sans', -apple-system, Roboto, Helvetica, sans-serif;
	font-family: Sequel-sans-roman;
}

.form-divider {
    aspect-ratio: 500;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.form-field {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    align-items: start;
    color: rgba(51, 51, 51, 1);
    letter-spacing: -0.36px;
    justify-content: center;
    margin: 18px 31px 0 32px;
    padding: 14px 21px;
    font: 500 18px/1 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
    border: 1px solid rgba(255, 255, 255, 1);
}

.form-field:first-of-type {
    margin-top: 22px;
}

.form-field:nth-of-type(2) {
    z-index: 10;
    margin-top: -26px;
}

.form-field.dropdown {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 14px 24px;
}
.wpforms-field-medium{
	background: #F8F8F8 !important;
    border-radius: 10px !important;
    height: 53px !important;
	margin-bottom: 12px !important;
}
.dropdown-arrow {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: start;
    flex-shrink: 0;
}

.submit-button {
    border-radius: 8px;
    display: flex;
    min-height: 64px;
    align-items: center;
    gap: 30px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: -0.5px;
    justify-content: center;
    margin: 29px 31px 0 32px;
    padding: 24px 163px 24px 164px;
    font: 600 25px/1 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
    background: linear-gradient(135deg, #4f0338 0%, #8b1538 100%);
}

.submit-button span {
    align-self: stretch;
    margin: auto 0;
}

.download-link {
    color: rgba(71, 3, 56, 1);
    align-self: center;
    text-align: center;
    margin-top: 5px;
    font: 600 26px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
   border-bottom: 1.18px dotted #470338;
    border-width: medium;
}

.download-visual {
    aspect-ratio: 250;
    object-fit: contain;
    object-position: center;
    width: 250px;
    align-self: center;
    margin-top: 5px;
    max-width: 100%;
}


/* Programs Overview Section */
.programs-overview {
    align-self: center;
    display: flex;
    margin-top: 54px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.programs-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
	padding: 0 80px;
}

.programs-title {
    color: rgba(34, 34, 34, 1);
    align-self: start;
    font: 600 36px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
}

.programs-grid {
    margin-top: 37px;
    gap: 20px;
    display: flex;
}

.program-card {
    border-radius: 21px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px rgba(197, 197, 197, 0.25);
    flex-grow: 1;
    width: 100%;
    padding: 47px 51px;
    border: 1px solid rgba(206, 206, 206, 1);
}

.card-title {
    color: rgba(18, 18, 18, 1);
    width: 353px;
    font: 600 30px/37px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
}

.card-description {
    color: rgba(51, 51, 51, 1);
    margin-top: 20px;
    font: 500 20px/28px 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
}
.social-medias{
	margin-top: 45px;
}
.footer-logo{
	position: relative;
    top: -18px;
}
.fa-linkedin { color: #0077b5; }
.fa-youtube { color: #FF0000; }
.fa-instagram { color: #E1306C; }
.fa-facebook { color: #1877F2; }

/* Application Steps Section */
.application-steps {
    margin-top: 54px;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    padding: 23px 0 40px;
    background: linear-gradient(243.95deg, #090008 30.66%, #4E043E 43.66%, #090008 58.78%);
	animation: gradientMove 35s ease-in-out infinite;
	background-size: 200% 200%;
}

.steps-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 29px 80px;
}

.steps-title {
    align-self: center;
    font: 500 32px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
}

.steps-numbers {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 20px;
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: space-between;
    font: 400 91px 'Coolvetica', -apple-system, Roboto, Helvetica, sans-serif;
}

.step-number-group {
    display: flex;
    align-items: stretch;
    gap: 40px 66px;
	font-family: Coolvetica;
	height: 119px;
}

.step-connector {
    aspect-ratio: 76.92;
    object-fit: contain;
    object-position: center;
    width: 157px;
    border-radius: 30px;
    align-self: end;
    margin-top: 60px;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
    left: -30px;
    margin-bottom: 57px;
	margin-left: 30px;
}

.steps-details {
    display: flex;
    margin-top: 60px;
    width: 100%;
    align-items: stretch;
    gap: 0px;
    justify-content: space-between;
}

.step-detail {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.step-title {
    font: 600 26px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
	margin-top: 28px;
}

.step-description {
    margin-top: 22px;
    font: 400 16px/22px 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
}

/* Course Details Section */
.course-details {
    z-index: 10;
    width: 100%;
}

.section-background {
    aspect-ratio: 2.44;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.course-content {
    display: flex;
    flex-direction: column;
    background-blend-mode: color_dodge;
    position: relative;
    z-index: 10;
    margin-bottom: -18px;
    width: 100%;
    padding: 0 120px 95px;
	background: linear-gradient(224.04deg, #090008 45.4%, #4E043E 54.96%, #090008 61.18%);
	background-size: 200% 200%;
    animation: gradientMove 35s ease-in-out infinite;
    margin-top: -7px;
}

.course-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
	display: none;
}

.course-info {
    position: relative;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 10;
    display: flex;
    margin-top: -214px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 36px 0 36px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.course-header {
    align-self: center;
    display: flex;
    width: 100%;
    align-items: start;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 0px 40px;
}

.course-title-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
	width: 70%;
}

.course-main-title {
    color: rgba(51, 51, 51, 1);
    letter-spacing: 0.25px;
    font: 400 25px 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
}

.course-subtitle {
    color: rgba(0, 0, 0, 1);
    letter-spacing: -0.32px;
    margin-top: 6px;
    font: 600 32px/1 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
}

.course-apply-button {
    border-radius: 8px;
    display: flex;
    margin-top: 4px;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: -0.47px;
    justify-content: center;
    padding: 20px 18px;
    font: 600 23px/1.4 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
    background: linear-gradient(231.41deg, #090008 -17.07%, #4C043C 72.89%, #090008 150.36%);
	cursor: pointer;
	height: 65px;
	text-decoration: none;
}

.apply-arrow {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 25px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

.course-divider {
    aspect-ratio: 500;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-top: 32px;
}

.universities-section {
    align-self: center;
    display: flex;
    margin-top: 25px;
    width: 100%;
    
    align-items: center;
    gap: 15px;
    font-family: 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 600;
    flex-wrap: wrap;
    justify-content: space-between;
}

.university-item {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 20px;
	padding-left: 30px;
    padding-right: 30px;
	opacity: 0.5;
	width: 32%;
}

.university-logo {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 92px;
    flex-shrink: 0;
}

.university-info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
	gap: 3px;
}

.university-name {
    color: rgba(18, 18, 18, 1);
    font-size: 27px;
    line-height: 1;
    letter-spacing: -0.53px;
}

.university-location {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.43px;
    align-self: start;
	width: 100%;
	font-weight: 500;
}

.university-separator {
    aspect-ratio: 0.89;
    object-fit: contain;
    object-position: center;
    width: 75px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}
#tamilnadu, #bharathiyar{
	display: none;
}
.programs-section {
    display: flex;
    width: 100%;
    align-items: end;
    gap: 20px;
    justify-content: space-between;
}
.program-section {
    display: flex;
    width: 100%;
    gap: 35px;
    justify-content: space-between;
	padding: 30px 20px;
	flex-wrap: wrap;
}
.programs-left {
    width: 48%;
    align-self: start;
}
.programs-right {
    width: 48%;
}
.program-category {
    width: 100%;
    max-width: 100%;
    align-items: stretch;
    font-family: 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
    flex-wrap: wrap;
}

.program-header {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    width: fit-content;
}

.program-icon {
    aspect-ratio: 100;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.program-category-title {
    color: #820274;;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.44px;
}
.program-list {
  display: flex;
  flex-direction: column;
 
}

.program-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.duration {
  font-weight: 400;
}

.program-list {
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 53px;
    letter-spacing: -0.4px;
}

.program-duration {
    align-self: end;
    margin-top: 80px;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    letter-spacing: -0.4px;
    line-height: 53px;
}

.duration-bold {
    font-weight: 400;
}

.duration-group {
    display: flex;
    padding-left: 13px;
    flex-direction: column;
    align-items: start;
    font-weight: 600;
}

.program-images {
    padding-left: 25px;
}

.program-image {
    width: 100%;
}

.program-image:first-child {
    aspect-ratio: 500;
    object-fit: contain;
    object-position: center;
}
.university-mobile .program-image:last-child{
	margin-top: 0px;
}
.program-image:last-child {
    aspect-ratio: 1.95;
    object-fit: contain;
    object-position: center;
    border-radius: 11px;
    margin-top: 18px;
}
#bharathiyar .program-image:last-child, #tamilnadu .program-image:last-child {
  margin-top: 0px;
}
.programs-right {
    font-family: 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
}

.distance-title {
    color: #820274;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.44px;
}

.distance-programs {
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 53px;
    letter-spacing: -0.4px;
}

.distance-duration {
    margin-top: 80px;
    color: rgba(51, 51, 51, 1);
    letter-spacing: -0.4px;
    font: 500 20px/53px 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
}

.duration-list {
    display: flex;
    padding-left: 17px;
    flex-direction: column;
    align-items: start;
}

.duration-months {
    margin-top: 54px;
}

.action-cards {
    position: relative;
    margin-top: 61px;
    gap: 20px;
    display: flex;
}

.action-card {
    border-radius: 28px;
    background-color: rgba(255, 255, 255, 0.24);
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: start;
    font-family: 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    padding: 35px;
    border: 2px solid rgba(255, 255, 255, 0.28);
}
.action-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 30px;
    padding: 2px;

    background: linear-gradient(
        90deg,
        transparent,
        #ff00cc,
        transparent
    );

    background-size: 200% 200%;
    opacity: 0;
    transition: opacity 0.3s ease;

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

.action-card:hover::before {
    opacity: 1;
    animation: borderRun 2s linear infinite;
}

@keyframes borderRun {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}


.action-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 70px;
}

.action-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 32px;
	margin-bottom: 8px;
}

.action-description {
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    align-self: stretch;
    margin-top: 0px;
}


/* Student Projects Section */
.student-projects {
    display: flex;
    margin-top: 44px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 0 80px;
}

.projects-title {
    color: rgba(34, 34, 34, 1);
    align-self: center;
    font: 600 36px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
}

.projects-gallery {
    margin-top: 25px;
    gap: 20px;
    display: flex;
}

.projects-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 58%;
    margin-left: 0px;
}

.project-row {
    gap: 20px;
    display: flex;
    margin-bottom: 11px;
}

.project-image {
    aspect-ratio: 0.7;
    object-fit: contain;
    object-position: center;
    width: 100%;
    flex-grow: 1;
}

.projects-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 42%;
    margin-left: 20px;
}

.featured-project {
    aspect-ratio: 0.78;
    object-fit: contain;
    object-position: center;
    width: 100%;
    flex-grow: 1;
}

.section-divider {
    margin-top: 77px;
    width: 1261px;
    flex-shrink: 0;
    max-width: 100%;
    height: 1px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.works-title {
    color: rgba(34, 34, 34, 1);
    align-self: center;
    margin-top: 34px;
    font: 600 36px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
}

.works-row {
    gap: 20px;
    display: flex;
    margin-bottom: 20px;
}

.work-image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 302px;
    flex-shrink: 0;
    max-width: 100%;
}


/* Alumni Testimonials Section */
.alumni-testimonials {
    background-color: rgba(0, 0, 0, 1);
    margin-top: 70px;
    width: 100%;
    padding-bottom: 26px;
}

.testimonials-container {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 482px;
    width: 100%;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 47px 80px;
}

.testimonial-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.quote-left {
    aspect-ratio: 0.36;
    object-fit: contain;
    object-position: center;
    width: 38px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

.testimonial-content {
    position: relative;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
	width: 100%;
}

.testimonial-title {
    color: rgba(255, 255, 255, 1);
    align-self: center;
    font: 600 36px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
}

.testimonial-card {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.12);
    margin-top: 28px !important;
    border: 2px solid rgba(255, 255, 255, 0.28);
    gap: 20px;
    display: flex;
    width: 75%;
    margin: auto;
}

.testimonial-left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 31%;
    margin-left: 0px;
}

.alumni-profile {
    display: flex;
    flex-direction: row;
	align-items: flex-end;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    aspect-ratio: 0.936;
    flex-grow: 1;
    font-family: 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
    color: rgba(18, 18, 18, 1);
    padding: 238px 0px 0px;
	width: 100%;
}

.alumni-photo {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.alumni-info {
    position: relative;
    background-color: rgb(255 255 255 / 92%);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 15px;
	border-bottom-left-radius: 28px;
	width: 100%;
}

.alumni-name {
    font-size: 19px;
    font-weight: 500;
    align-self: start;
	color: #121212;
	line-height: 22px;
	font-family: 'Host Grotesk';
}

.alumni-course {
    font-size: 14px;
    font-weight: 400;
	color: #5C5C5C;
	line-height: 20px;
	font-family: 'Host Grotesk';
}
.alumni-designation {
    font-size: 15px;
    font-weight: 500;
	color: #000000;
	font-family: 'Host Grotesk';
}
.alumni-location {
    font-size: 14px;
    font-weight: 400;
	color: #404040;
	font-family: 'Host Grotesk';
}
.testimonial-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 69%;
    padding-left: 20px;
    padding-right: 20px;
}

.testimonial-text {
    color: rgba(255, 255, 255, 1);
    letter-spacing: -0.4px;
    align-self: stretch;
    margin-top: 30px;
    font: 500 20px 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
}

.highlight {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.quote-right {
    aspect-ratio: 0.33;
    object-fit: contain;
    object-position: center;
    width: 38px;
    align-self: stretch;
    flex-shrink: 0;
    margin: auto 0;
}

.section-divider-line {
    aspect-ratio: 1000;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-top: 4px;
}

/* Footer Section */
.footer-section {
    display: flex;
    padding-top: 96px !important;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    color: rgba(255, 255, 255, 1);
    padding: 0 0px;
    background: #000000;
}
.footer-header {
    align-self: start;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: space-around;
}
.footer-content{
	    padding: 0 80px;
    width: 100%;
}
.footer-logo-mobile {
   width: 100%;
   margin: auto;
}

.footer-institute-info {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    width: fit-content;
    margin: auto 0;
}

.footer-institute-name {
    text-transform: uppercase;
    font: 700 33px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
}

.footer-institute-recognition {
    letter-spacing: 0.46px;
    margin-top: 4px;
    font: 410 23px/2 'Sequel Sans', -apple-system, Roboto, Helvetica, sans-serif;
}

.footer-divider {
    aspect-ratio: 500;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-top: 24px;
	border-bottom: 2px solid #8885836e;
}

.footer-contact {
    display: flex;
    width: 100%;
    letter-spacing: 0.61px;
    flex-wrap: wrap;
    font: 415 20px/2 'Sequel-sans', -apple-system, Roboto, Helvetica, sans-serif;
}
.footer-title{
	font: 500 22px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
	margin-bottom: 10px
}
.footer-contents{
	font: 400 20px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
	display: flex;
    gap: 12px;
	margin-bottom: 20px;
}	
.footer-border-y{
	border-right: 1.9px solid #FFFFFF;
    height: 35px;
	margin-left: 10px;
    margin-right: 10px;
}

.contact-numbers {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-icon {
    aspect-ratio: 1;
    width: 22px;
	height: 22px;
	position: relative;
    top: 3px;
    flex-shrink: 0;
}

.contact-number {
    flex-basis: auto;
    margin: auto 0;
}

.landline-numbers {
    align-self: start;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}


.contact-separator {
    aspect-ratio: 0.06;
    object-fit: contain;
    object-position: center;
    width: 2px;
    align-self: stretch;
    flex-shrink: 0;
}

.copyright {
    letter-spacing: -0.4px;
    align-self: center;
    margin: 25px 15px;
    font: 400 20px 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
	text-align: center;
}


.tabs-container {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  font-family: 'Poppins', sans-serif;
}

/* Tab Buttons */
.tab-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  gap: 20px;
}

.tab-btn {
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  background: #eee;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.tab-btn.active {
  background: #6a0dad;
  color: white;
}

.tab-btn:hover {
  background: #6a0dad;
  color: white;
}

/* Panels */
.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* Program List */
.program-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.program-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: #f9f9f9;
  border-radius: 10px;
  transition: 0.3s;
}

.program-item:hover {
  background: #f1e6ff;
}

.duration {
  font-weight: 600;
	font-size: 18px !important;
	white-space: nowrap;
}


.programs-section:first-of-type {
  display: block;
}

.university-item.active {
  border-bottom: 4px solid black;
  padding-bottom: 20px;
  opacity: 0.9;
}
.float-right{
    float: right;
}
.distance-programs {
  display: flex;
  flex-direction: column;

}

.program-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #333333;
  border-bottom: 1px solid #80808042;
}
.university-mobile .program-row {
  align-items: flex-end;
}
.university-mobile .program-row > span:first-of-type{
	line-height: 24px;
	padding-right: 15px;
    padding-bottom: 8px;
	padding-top: 8px;
}


label.wpforms-field-label {
    margin-bottom: 2px !important;
	color: #333333 !important;
	font-weight: 500!important;
	
}
.wpforms-container .wpforms-field{
    padding: 6px 0px !important;
}
.wpforms-form input,
.wpforms-form textarea {
    width: 100% !important;
    padding: 10px;
}
.div.wpforms-container-full input[type=text], select{
border-color: rgb(0 0 0 / 10%) !important;
}
.wpforms-container input.wpforms-field-medium{
    max-width: 100% !important;
}
.wpforms-container .wpforms-form *{
    padding-left: 20px;
    padding-right: 20px;
}
div#wpforms-6 {
    margin-top: 10px;
}
.wpforms-submit{
    border-radius: 8px !important;
    display: flex !important;
    min-height: 64px !important;
    align-items: center !important;
    gap: 30px !important;
    color: rgba(255, 255, 255, 1) !important;
    letter-spacing: -0.5px !important;
    justify-content: center !important;
    margin: 29px 31px 0 32px !important;
    font: 600 25px / 1 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif !important;
    background: linear-gradient(135deg, #4f0338 0%, #8b1538 100%) !important;
    width: 88% !important;
}
.work-video {
    width: 100%;
    aspect-ratio: 16 / 9;
border-radius: 8px;
height: 550px;
margin-top: 20px;
}
.hero-background-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-background.active {
    opacity: 1;
}

/* Keep content above background */

/* Slider */
.testimonial-slider {
    position: relative;
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
	
}

.testimonial-slide {
    min-width: 100%;
    box-sizing: border-box;
}

/* Arrow buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

.slider-btn.prev {
    left: 10px;
}

.slider-btn.next {
    right: 10px;
}


/* Responisive */


logo-section{
	background: #180114;
	padding-left: 80px;
	padding-right: 80px;
}
.call-float{
background: #ff000080;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    position: fixed;
    bottom: 95px;
    z-index: 999;
    right: 30px;
    text-align: center;
    line-height: 40px;
}
.admission-float{
	background: #4040b3c2;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    position: fixed;
    bottom: 150px;
    z-index: 999;
    right: 30px;
    text-align: center;
    line-height: 42px;
}
.call-float i {
  display: inline-block;
  transition: 0.3s;
}

/* Shake animation */
@keyframes shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  50% { transform: rotate(-15deg); }
  75% { transform: rotate(15deg); }
  100% { transform: rotate(0deg); }
}

.call-float:hover {
  animation: shake 0.5s ease-in-out;
}
.admission-float i {
  display: inline-block;
}
@keyframes rotateBounce {
  0%   { transform: rotate(0deg); }
  30%  { transform: rotate(20deg); }
  60%  { transform: rotate(-15deg); }
  100% { transform: rotate(360deg); }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.admission-float:hover {
  animation: rotateBounce 0.8s ease-in-out forwards;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fd8842 !important;
    border: 1px solid #fd8842 !important;
    box-sizing: border-box;
    border-radius: 10px !important;
	margin: 20px;
}
div.wpforms-container-full .wpforms-confirmation-container-full p{
	color: white !important;
	font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.course-action{
	height: 20px;
	text-align: right;
}
.course-apply{
	position: relative;
	top: -10px;
	color: #b41ea4;
    font: 600 14px 'Host Grotesk', -apple-system, Roboto, Helvetica, sans-serif;
	text-decoration: none;
	 white-space: nowrap;
}
.contact-buttons-container {
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 1000;
    background-color: rgb(76, 4, 60);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 4px;
    width: 130px;
}
.contactusBtnnew{
    background-color: rgb(76, 4, 60);
    color: #fff;
    padding: 4px 8px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 2px;
    transition: all 0.2s ease;
	font-family: 'DM Sans', -apple-system, Roboto, Helvetica, sans-serif;
}
.divider {
    height: 1px;
    background-color: #d7d7d7;
    margin: 2px 0;
}
.contactusBtnnew:hover {
    background-color: #2f0226;
    color: #fff;
    transform: scale(1.02);
}
.icon-spacing {
    margin-right: 6px;
    font-size: 14px;
	color: #fff;
}
.stats-items  .stat-item:nth-of-type(2),
.stats-items  .stat-item:nth-of-type(5) {
    border-right: 1.14px solid #DEDEDE;
}
.course-duration {
   line-height: 32px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}
.bottom-divider{
	border-bottom: 1.14px solid #DEDEDE;
	height: 1px;
    width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.university-mobile .university-item{
	opacity: 1;
}
.course-action i{
	 position: relative;
    top: 2px;
	animation: arrowMove 0.5s ease-in-out infinite alternate;
}

 .program-image:first-child{
	object-fit: cover !important;
}

.light-grey{
	color: #979797;
}
a{
	text-decoration: none;
}
.hero-title{
	margin-bottom: -50px !important;
}
.hero-title p{
	line-height: 2.9 !important;
}
.hero-course p{
	line-height: 0.5 !important;
	font-weight: 600 !important;
}
.n2-ss-slider .n2-ss-slide-background-image img{
	object-position: right;
}
.hero-cta a.n2-style-e9f237da090bb13d61f8cf2c6f846d91-heading div div::after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("/wp-content/themes/mft/images/enquire-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 5px;
    animation: arrowMove 0.6s ease-in-out infinite alternate;
}
.hero-cta:hover{
	background: linear-gradient(231.41deg, #090008 -17.07%, #4c043ca8 72.89%, #090008 150.36%);
}
#wpforms-confirmation-97{
	margin: 10px;
}
.logo-section{
	padding-left: 80px;
	padding-right: 80px;
}
.page-banner{
    background:linear-gradient(231.41deg, #090008 -17.07%, #4C043C 72.89%, #090008 150.36%);;
    height:250px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.page-banner h1{
    color:#fff;
    font-size:40px;
    font-weight:bold;
}
h3.wp-block-heading
 {
    margin-top: 20px;
	margin-bottom: 8px;
	font-size: 24px;
}
.page-content ul{
	margin-left: 25px;
	margin-bottom: 5px;
}
.page-content p{
	font-size: 18px;
}
.break-line{
	height: 12px;
}
.nav-menu a:hover .nav-item{
	color: #950D77 !important;
}
.social-medias a img:hover{
	opacity: 0.8;
}
.contact-number:hover, .landline-number:hover {
    color: #ccc5c5 !important;
}