/*
Theme Name: mangophase
*/


/* main css starts */
body{
     font-family: "Alumni Sans", sans-serif!important;  
     overflow-x: hidden;
}

html,
body {
    height: 100%;
  
}



.page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

 .mango-page-title,
.page-wrapper-content,
.about-page-wrapper-content {
    flex: 1;
}


.page-template-default section.mangophase-content-section {
    padding: 180px 0;
}

.page-template-default .page-wrapper p {
    font-size: 70px;
    color: #fff;
}

section.mangophase-content-section {
    width: 100%;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #e6e6e6;
    background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='1200'%3E%3Crect width='100%25' height='100%25' fill='black'/%3E%3Cg fill='white'%3E%3Ccircle cx='50' cy='80' r='1'/%3E%3Ccircle cx='120' cy='300' r='0.8'/%3E%3Ccircle cx='200' cy='150' r='1.2'/%3E%3Ccircle cx='340' cy='420' r='0.7'/%3E%3Ccircle cx='480' cy='90' r='1.1'/%3E%3Ccircle cx='560' cy='260' r='0.9'/%3E%3Ccircle cx='620' cy='480' r='1.3'/%3E%3Ccircle cx='710' cy='140' r='0.8'/%3E%3Ccircle cx='820' cy='360' r='1'/%3E%3Ccircle cx='900' cy='200' r='0.7'/%3E%3Ccircle cx='980' cy='520' r='1.1'/%3E%3Ccircle cx='1050' cy='100' r='0.9'/%3E%3Ccircle cx='1100' cy='420' r='1.2'/%3E%3Ccircle cx='150' cy='650' r='0.7'/%3E%3Ccircle cx='260' cy='720' r='1'/%3E%3Ccircle cx='380' cy='880' r='0.9'/%3E%3Ccircle cx='520' cy='760' r='1.2'/%3E%3Ccircle cx='640' cy='920' r='0.8'/%3E%3Ccircle cx='760' cy='680' r='1.1'/%3E%3Ccircle cx='880' cy='820' r='0.7'/%3E%3Ccircle cx='1000' cy='760' r='1'/%3E%3Ccircle cx='1120' cy='900' r='0.9'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 600px 600px;
}

section.mangophase-content-section .custom-container {
    padding: 0px 7%;
}

 p{
     line-height: 30px;
    font-size: 20px;
 }
 
a{
    text-decoration:none!important;
    color:#1893a6;
}

html {
    scroll-behavior: smooth;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 

::selection {
	background: #717171;
	color: #fff;
}

::-moz-selection {
	background: #ffcd38;
	color: #fff;
}

::-webkit-scrollbar {
	width: 3px;
    height: 5px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #ffcd38;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all .3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #747474;
}

/* main css ends */

/* Slider section starts */

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #00000000;
    border: none;
    outline: none;
    background: #ffffff00;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
    background-color: #FF6B00;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
    color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -50px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
    content: '\f177'; 
     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
     background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
     border: 1px solid #ffffff57;
}
[dir='rtl'] .slick-next:before {
    content: '\276E'; 
}

.slick-next {
	right: -50px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
      content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #ffffff57;
}

[dir='rtl'] .slick-prev:before {
    content: '\276F'; 
}


/* Dots */

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* slider section ends */

/* header section */

.mp-header {
    width: 100%;
   background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='1200'%3E%3Crect width='100%25' height='100%25' fill='black'/%3E%3Cg fill='white'%3E%3Ccircle cx='50' cy='80' r='1'/%3E%3Ccircle cx='120' cy='300' r='0.8'/%3E%3Ccircle cx='200' cy='150' r='1.2'/%3E%3Ccircle cx='340' cy='420' r='0.7'/%3E%3Ccircle cx='480' cy='90' r='1.1'/%3E%3Ccircle cx='560' cy='260' r='0.9'/%3E%3Ccircle cx='620' cy='480' r='1.3'/%3E%3Ccircle cx='710' cy='140' r='0.8'/%3E%3Ccircle cx='820' cy='360' r='1'/%3E%3Ccircle cx='900' cy='200' r='0.7'/%3E%3Ccircle cx='980' cy='520' r='1.1'/%3E%3Ccircle cx='1050' cy='100' r='0.9'/%3E%3Ccircle cx='1100' cy='420' r='1.2'/%3E%3Ccircle cx='150' cy='650' r='0.7'/%3E%3Ccircle cx='260' cy='720' r='1'/%3E%3Ccircle cx='380' cy='880' r='0.9'/%3E%3Ccircle cx='520' cy='760' r='1.2'/%3E%3Ccircle cx='640' cy='920' r='0.8'/%3E%3Ccircle cx='760' cy='680' r='1.1'/%3E%3Ccircle cx='880' cy='820' r='0.7'/%3E%3Ccircle cx='1000' cy='760' r='1'/%3E%3Ccircle cx='1120' cy='900' r='0.9'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 600px 600px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 0px;
    transition:
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        padding 0.35s ease;
}

.mp-header .mp-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 18px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: padding 0.35s ease;
}

.mp-header .mp-logo-area {
    display: flex;
    flex-direction: column;
}

.mp-header .mp-logo img {
    max-height: 48px;
    border-radius: 7px;
    transition:
        max-height 0.35s ease,
        border-radius 0.35s ease;
}

.mp-header .mp-logo-tagline {
     font-family: "Manjari", sans-serif;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 4px;
     transition:
        font-size 0.35s ease,
        opacity 0.3s ease,
        margin-top 0.3s ease;
}


.mp-header .mp-main-menu ul li a {
    font-size: 20px!important;
    font-weight: 500!important;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #ffffff;
    text-decoration: none!important;
    position: relative;
    transition: all 0.3s ease!important;
}

 

.mp-header .mp-main-menu ul li a:hover {
    color: #f5bc2f;
}

.mp-header .mp-main-menu ul li a:hover::after {
    width: 100%;
}

.mp-header .mp-social-area {
    display: flex;
    gap: 14px;
}

.mp-header .mp-social {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #f5bc2f 50%, #ffffff 50%);
    color: #000;
    font-size: 15px;
    transition: all 0.3s ease;
    background-size: 200% 100%;
    background-position: center;

}
 
 .f-nav .mp-header .mp-logo img {
        max-height: 40px;
        border-radius: 5px;
    }
      .f-nav .mp-header .mp-logo-tagline {
        font-size: 9px;
    }

.mp-header .mp-social:hover {
    transform: translateY(-3px);
     color: #000000;
    background-position: left;

}
 
 

/* banner section */

.mango-phase-banner {
    position: relative;
    width: 100%;
    height: 90vh;
    background: url('./assets/img/main-banner.webp') center/cover no-repeat;
    color: #ffffff;
    overflow: hidden;
    margin-top: 80px;
}

.mango-phase-banner .mp-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #f5bc2fe3 50%, #ffffffbf 50%);
    z-index: 1;
}

.mango-phase-banner .mp-viewfinder-lines span {
    position: absolute;
    background: rgb(255 255 255 / 29%);
    z-index: 2;
}

.mango-phase-banner .mp-viewfinder-lines span:nth-child(1),
.mango-phase-banner .mp-viewfinder-lines span:nth-child(2) {
    width: 100%;
    height: 1px;
    left: 0;
}

.mango-phase-banner .mp-viewfinder-lines span:nth-child(1) { top: 33%; }
.mango-phase-banner .mp-viewfinder-lines span:nth-child(2) { bottom: 33%; }

.mango-phase-banner .mp-viewfinder-lines span:nth-child(3),
.mango-phase-banner .mp-viewfinder-lines span:nth-child(4) {
    height: 100%;
    width: 1px;
    top: 0;
}

.mango-phase-banner .mp-viewfinder-lines span:nth-child(3) { left: 33%; }
.mango-phase-banner .mp-viewfinder-lines span:nth-child(4) { right: 33%; }

.mango-phase-banner .mp-rec {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 50px;
    letter-spacing: 2px;
    color: #0a0a0a;
    z-index: 3;
}

.mango-phase-banner .mp-dot {
    width: 30px;
    height: 30px;
    background: #000000;
    border-radius: 50%;
    animation: mpBlink 1.2s infinite;
}

@keyframes mpBlink {
    0%,100% { opacity: 1; }
    50% { opacity: 0; }
}

.mango-phase-banner .mp-top-right {
    position: absolute;
    top: 40px;
    right: 40px;
    text-align: right;
    font-size: 30px;
    letter-spacing: 2px;
    color: rgb(0 0 0);
    z-index: 3;
    line-height: 1;
    font-weight: 600;
    background: linear-gradient(to right, #f5bc2f 0%, #f5bc2f 50%, rgb(0 0 0) 75%, rgb(0 0 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mango-phase-banner .mp-center-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
   
}

@keyframes mpZoomIn {
    from { transform: scale(0.85); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.mango-phase-banner .mp-center-content h1.mp-smooth-typing {
    font-size: 150px;
    letter-spacing: 8px;
    font-weight: 600;
    color: #000000c4;
    line-height: .9;
    margin-bottom: 0;
}

.mango-phase-banner .mp-smooth-typing span {
    display: inline-block;
    opacity: 0;
    transform: translateY(6px);
    animation: mpLetterFade 0.6s ease forwards;
}

@keyframes mpLetterFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.mango-phase-banner .mp-center-content h3 {
    font-size: 90px;
    font-weight: 400;
    color: #000000;
    line-height: .9;
     animation: mpZoomIn 1.2s ease forwards;
}

.mango-phase-banner .mp-center-content p {
    font-family: "Manjari", sans-serif;
    font-size: 30px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 500;
    padding: 8px 20px 5px;
    border-radius: 7px;
    margin-bottom: 20px;
    animation: mpZoomIn 1.2s ease forwards;
    display: flex;
    align-items: center;
}

.mango-phase-banner .mp-bottom-left, .mango-phase-banner .mp-bottom-right {
    position: absolute;
    bottom: 40px;
    font-size: 30px;
    letter-spacing: 2px;
    color: rgb(0 0 0 / 62%);
    z-index: 3;
    line-height: 1;
    font-weight: 600;
}
.mango-phase-banner .mp-bottom-left {
    left: 40px;
}

.mango-phase-banner .mp-bottom-right {
    right: 40px;
    text-align: right;
}

.mango-phase-banner .mp-scroll {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    letter-spacing: 3px;
    color: #00000075;
    z-index: 3;
    font-weight: 600;
}

.mango-phase-banner .mp-scroll span {
    display: block;
    margin: 8px auto 0;
    width: 10px;
    height: 15px;
    background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
    animation: mpScroll 1.5s infinite;
}

@keyframes mpScroll {
    0% { opacity: 0; transform: translateY(-6px); }
    50% { opacity: 1; }
    100% { opacity: 0; transform: translateY(6px); }
}

.mango-phase-banner .mp-action-buttons {
    margin-top: 17px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.mango-phase-banner .mp-btn {
    padding: 8px 15px;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    transition: all 0.35s ease;
    position: relative;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 31%), inset -2px -2px 4px rgb(85 85 85 / 51%);
}

.mango-phase-banner .mp-btn.primary {
    background: #ffffff;
    color: #000;
}

.mango-phase-banner .mp-btn.primary:hover {
    background: #000;
    color: #f5bc2f;
}

.mango-phase-banner .mp-btn.secondary {
     background: #000;
    color: #f5bc2f;
    
}

.mango-phase-banner .mp-btn.secondary:hover {
     background: #ffffff;
    color: #000;
}


/* about us section */
.mango-about-section {
    width: 100%;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #e6e6e6;
    background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='1200'%3E%3Crect width='100%25' height='100%25' fill='black'/%3E%3Cg fill='white'%3E%3Ccircle cx='50' cy='80' r='1'/%3E%3Ccircle cx='120' cy='300' r='0.8'/%3E%3Ccircle cx='200' cy='150' r='1.2'/%3E%3Ccircle cx='340' cy='420' r='0.7'/%3E%3Ccircle cx='480' cy='90' r='1.1'/%3E%3Ccircle cx='560' cy='260' r='0.9'/%3E%3Ccircle cx='620' cy='480' r='1.3'/%3E%3Ccircle cx='710' cy='140' r='0.8'/%3E%3Ccircle cx='820' cy='360' r='1'/%3E%3Ccircle cx='900' cy='200' r='0.7'/%3E%3Ccircle cx='980' cy='520' r='1.1'/%3E%3Ccircle cx='1050' cy='100' r='0.9'/%3E%3Ccircle cx='1100' cy='420' r='1.2'/%3E%3Ccircle cx='150' cy='650' r='0.7'/%3E%3Ccircle cx='260' cy='720' r='1'/%3E%3Ccircle cx='380' cy='880' r='0.9'/%3E%3Ccircle cx='520' cy='760' r='1.2'/%3E%3Ccircle cx='640' cy='920' r='0.8'/%3E%3Ccircle cx='760' cy='680' r='1.1'/%3E%3Ccircle cx='880' cy='820' r='0.7'/%3E%3Ccircle cx='1000' cy='760' r='1'/%3E%3Ccircle cx='1120' cy='900' r='0.9'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 600px 600px;
}


.mango-about-section .mango-about-inner {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.mango-about-section .mango-about-left {
    max-width: 780px;
}

.mango-about-section .mp-section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}

.mango-about-section .mp-section-title::before,
.mango-about-section .mp-section-title::after {
    color: #f5bc2f;
    font-weight: 500;
}

.mango-about-section .mp-section-title::before {
    content: "[ ";
}

.mango-about-section .mp-section-title::after {
    content: " ]";
}

/* QUOTE */
.mango-about-section h2 {
    font-size: 46px;
    line-height: 1.35;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.mango-about-section h2 .light {
    font-weight: 400;
}

.mango-about-section h2 .muted {
    color: rgb(245 188 47);
    font-weight: 400;
}

.mango-about-section h2 .strong {
    font-weight: 700;
}

.mango-about-section .mp-author {
    font-size: 25px;
    opacity: 1;
    margin-bottom: 40px;
    font-family: "Cedarville Cursive", cursive;
}

.mango-about-section .mp-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 34px;
 
    border-radius: 11px;
    font-size: 25px;
    letter-spacing: 1.5px;
    transition: background-position 0.5s ease;
    background: linear-gradient(90deg, #f5bc2f 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: center;
    color: #000;
    font-weight: 600;
}

.mango-about-section .mp-about-btn:hover {
    background-position: left;
}

/* RIGHT */
.mango-about-section .mango-about-right {
    text-align: right;
}

.mango-about-section .mp-since {
    font-size: 30px;
    letter-spacing: 4px;
    opacity: 0.7;
}

.mango-about-section .mango-about-right h3 {
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    margin-top: 6px;
}

.mango-about-section {
    position: relative;
}

.mango-about-section .mp-center-image {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    
}

.mango-about-section .mp-center-image img {
    max-width: 260px;
    width: 100%;
    opacity: 0.8;
    animation: mpSlowRotate 5s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes mpSlowRotate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(4deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-4deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


.mango-footer {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 25px 0;
    font-size: 18px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, #edbb1c1f 50%, #ffffff30 50%) 1;
}


.mango-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 

.mp-footer-right {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 18px;
}

.mp-footer-contact {
    display: inline-flex;
    gap: 10px;
    font-weight: 500;
    height: 36px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 15px;
    padding: 0px 10px;
    letter-spacing: 1.5px;
    transition: background-position 0.5s ease;
    background: linear-gradient(90deg, #f5bc2f 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: center;
}

.mp-footer-contact:hover {
    background-position: left;
    color: #000;
}

.mp-footer-contact i {
    font-size: 18px;
}

.mp-footer-contact:hover {
    text-decoration: underline;
}

.mp-footer-sep {
    opacity: 0.4;
}

.mp-footer-icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #f5bc2f 50%, #ffffff 50%);
    color: #000;
    font-size: 15px;
    background-size: 200% 100%;
    background-position: center;
    transition: all 0.3s ease;
}

.mp-footer-icon.whatsapp:hover {
    color: #000000;
    background-position: left;

}

.mp-footer-icon.call:hover {
    color: #000000;
    background-position: left;

}

/* Page title */

.mango-page-title {
    position: relative;
    width: 100%;
    min-height: 320px;
    background: url('../img/page-title-bg.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.mango-page-title .mango-page-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(109 86 14), rgb(0 0 0));
    z-index: 1;
}

.mango-page-title .mango-page-inner {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0px 25px;
    text-align: left;
    animation: mpFadeUp 2.2s ease forwards;
    margin: 90px 0px 0px;
}

.mango-page-title .mp-page-heading {
    font-size: 78px;
    letter-spacing: 6px;
    font-weight: 600;
    color: #f5bc2f;
    opacity: 0;
    animation: mpTitleReveal 1.4s ease forwards;
    line-height: 1;
        margin-bottom: 0px;
}

.mango-page-title .mp-breadcrumbs {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    opacity: 0;
    animation: mpFadeUp 1.6s ease forwards;
}

.mango-page-title .mp-breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
}

.mango-page-title .mp-breadcrumbs span {
    margin: 0 8px;
}

/* Film scan lines */
.mango-page-title .mp-film-lines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        to bottom,
        rgba(255,255,255,0.03) 0px,
        rgba(255,255,255,0.03) 1px,
        transparent 1px,
        transparent 4px
    );
    animation: mpScanMove 6s linear infinite;
    z-index: 2;
    pointer-events: none;
}

/* Animations */
@keyframes mpFadeUp {
    from {
        transform: translateY(25px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes mpTitleReveal {
    from {
        letter-spacing: 14px;
        opacity: 0;
    }
    to {
        letter-spacing: 6px;
        opacity: 1;
    }
}

@keyframes mpScanMove {
    from {
        background-position-y: 0;
    }
    to {
        background-position-y: 100%;
    }
}
.custom-container{
    padding: 20px 5%;
}


/* About Page */


.about-page-wrapper-content .mp-about-grid {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr;
    gap: 120px;
    align-items: center;
}

.about-page-wrapper-content .mp-about-left {
    position: relative;
}

.about-page-wrapper-content .mp-about-title {
    font-size: 100px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1;
    margin-bottom: 20px;
}

.about-page-wrapper-content .mp-about-title .yellow {
    color: #f5bc2f;
}

.about-page-wrapper-content .mp-about-title .white {
    color: #ffffff;
}


.about-page-wrapper-content .mp-about-subtitle {
    font-size: 30px;
    letter-spacing: 3px;
    color: #fff;
}

.about-page-wrapper-content .mp-about-right {
    font-size: 20px;
    line-height: 1.9;
}

.about-page-wrapper-content .mp-about-text {
    margin-bottom: 10px;
    color: #ffffff;
    line-height: 30px;
    font-size: 20px;
}

.about-page-wrapper-content .mp-about-mission {
    margin-top: 40px;
    padding-left: 30px;
    border-left: 3px solid #f5bc2f;
}

.about-page-wrapper-content .mp-mission-label {
    display: block;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
}

.about-page-wrapper-content .mp-about-mission p {
    font-size: 21px;
    font-weight: 500;
    color: #ffffff;
     line-height: 1.7;
}

/* Contact Page */


.contact-page-wrapper-content .mp-contact-title {
    text-align: center;
    font-family: 'Alumni Sans', sans-serif;
    font-size: 52px;
    letter-spacing: 4px;
    margin-bottom: 60px;
}

.contact-page-wrapper-content .mp-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 120px;
}

.contact-page-wrapper-content .mp-contact-box {
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.12);
    padding: 32px;
    border-radius: 16px;
    display: flex;
    gap: 20px;
    align-items: center;
    background: radial-gradient(circle at top left, rgba(245,188,47,0.12), transparent 60%);
    transition: all 0.45s ease;
    color: #fff;
}

.contact-page-wrapper-content .mp-contact-box i {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #f5bc2f 50%, #ffffff 50%);
    color: #000;
    font-size: 15px;
    transition: all 0.3s ease;
    background-size: 200% 100%;
    background-position: center;
}

.contact-page-wrapper-content .mp-contact-box p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.6px;
    margin: 0;
    opacity: 0.9;
}

.contact-page-wrapper-content .mp-contact-box:hover {
    transform: translateY(-6px);
    border-color: #f5bc2f;
    background: radial-gradient(circle at top left, rgba(245,188,47,0.25), transparent 65%);
}

.contact-page-wrapper-content .mp-form-cinema {
    padding: 60px 55px;
    border-radius: 22px;
    background: linear-gradient(90deg, #ffffff30 50%, #ffffff08 50%);
}

.contact-page-wrapper-content .mp-form-cinema input,
.contact-page-wrapper-content .mp-form-cinema textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.35);
    padding: 18px 4px;
    color: #fff;
    font-size: 15px;
       margin-bottom: 20px;
    letter-spacing: 1.2px;
}

.contact-page-wrapper-content .mp-form-cinema textarea {
    min-height: 100px;
    resize: none;
    height: 100px;
}
.contact-page-wrapper-content .mp-form-cinema input::placeholder,
.contact-page-wrapper-content .mp-form-cinema textarea::placeholder {
    color: rgba(255, 255, 255, 0.984);
}

.contact-page-wrapper-content .mp-form-cinema input:focus,
.contact-page-wrapper-content .mp-form-cinema textarea:focus {
    outline: none;
    border-color: #f5bc2f;
}

.contact-page-wrapper-content .mp-form-cinema .wpcf7-submit {
    background: linear-gradient(90deg, #f5bc2f 50%, #ffffff 50%);
    border: 1px solid #f5bc2f;
    color: #000000;
    padding: 10px 48px;
    font-size: 25px;
    letter-spacing: 3px;
    width: fit-content;
    border-radius: 7px;
    background-size: 200% 100%;
    background-position: center;
    transition: all 0.3s ease;
}

.contact-page-wrapper-content .mp-form-cinema .wpcf7-submit:hover {
    color: #000000;
    background-position: left;

}

.follow-us{
    margin-bottom: 40px;
}

.follow-us .mp-social-area {
    display: flex;
    gap: 14px;
    justify-content: center;
}

.mp-followus-title {
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.follow-us .mp-social {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #f5bc2f 50%, #ffffff 50%);
    color: #000;
    font-size: 25px;
    transition: all 0.3s ease-in-out;
    background-size: 200% 100%;
    background-position: center;
}

.follow-us .mp-social:hover {
 
    background: linear-gradient(90deg, #fff 50%, #f5bc2f 50%);
 
}

@media (max-width: 768px) {

    .contact-page-wrapper-content .mp-contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-page-wrapper-content .mp-contact-title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .contact-page-wrapper-content .mp-form-cinema {
        padding: 40px 30px;
    }
}


/* Programmes */


.programmes-page-wrapper-content .programmes-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

.programmes-page-wrapper-content .programmes-tag {
    font-size: 14px;
    letter-spacing: 3px;
    color: #bbb;
}

.programmes-page-wrapper-content .programmes-title {
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: 6px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
}

.programmes-page-wrapper-content .programmes-grid {
    row-gap: 50px;
}

.programmes-page-wrapper-content .programme-card {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.programmes-page-wrapper-content .programme-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
    transform: scale(1.05);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.programmes-page-wrapper-content .programme-frame {
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    pointer-events: none;
}

.programmes-page-wrapper-content .programme-frame::before,
.programmes-page-wrapper-content .programme-frame::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: #fff;
    border-style: solid;
    transition: all 0.5s ease;
}

.programmes-page-wrapper-content .programme-frame::before {
    top: -10px;
    left: -10px;
    border-width: 2px 0 0 2px;
}

.programmes-page-wrapper-content .programme-frame::after {
    bottom: -10px;
    right: -10px;
    border-width: 0 2px 2px 0;
}

.programmes-page-wrapper-content .programme-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.programmes-page-wrapper-content .programme-icon {
    font-size: 28px;
    color: #c9a24d;
    margin-bottom: 20px;
}

.programmes-page-wrapper-content .programme-content h3 {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #fff;
}

.programmes-page-wrapper-content .programme-content p {
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
}

.programmes-page-wrapper-content .programme-card:hover .programme-image {
    opacity: 0.6;
    transform: scale(1);
}

.programmes-page-wrapper-content .programme-card:hover .programme-frame::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.programmes-page-wrapper-content .programme-card:hover .programme-frame::after {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.programmes-page-wrapper-content  .mp-section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}

.programmes-page-wrapper-content .mp-section-title::before,
.programmes-page-wrapper-content .mp-section-title::after {
    color: #f5bc2f;
    font-weight: 500;
}

.programmes-page-wrapper-content .mp-section-title::before {
    content: "[ ";
}

.programmes-page-wrapper-content .mp-section-title::after {
    content: " ]";
}

/*form*/

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #edbc1d;
}

.wpcf7 form .wpcf7-response-output {
   margin: auto;
    border: 2px solid #edbc1d;
    width: fit-content;
    padding: 6px 60px;
    text-align: center;
}

/* 404 */

.mp-404-page {
    position: relative;
    min-height: 100vh;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mp-404-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(255,255,255,0.04), transparent 60%),
        linear-gradient(180deg, rgba(0,0,0,0.85), rgba(0,0,0,1));
    pointer-events: none;
}

.mp-404-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
    padding: 40px;
    animation: fadeUp404 1.2s ease forwards;
}

.mp-404-reel {
    font-family: 'Alumni Sans', sans-serif;
    font-size: 160px;
    font-weight: 600;
    letter-spacing: 15px;
    color: transparent;
    -webkit-text-stroke: 3px rgb(255 255 255);
}

.mp-404-reel span {
    position: relative;
    display: inline-block;
}

.mp-404-title {
    font-size: 32px;
    letter-spacing: 6px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}

.mp-404-text {
    font-size: 19px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 40px;
}

.mp-404-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.mp-404-btn {
   position: relative;
    text-transform: uppercase;
    overflow: hidden;
    display: inline-flex;
    gap: 10px;
    font-weight: 500;
    height: 36px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 0px 10px;
    letter-spacing: 1.5px;
    transition: background-position 0.5s ease;
    background: linear-gradient(90deg, #f5bc2f 50%, #ffffff 50%) !important;
    background-size: 200% 100%;
    color: #000;
}

 

.mp-404-btn.secondary {
    background: transparent;
}

.mp-404-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #c9a24d;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: -1;
}

.mp-404-btn:hover::after {
    transform: translateX(0);
}

.mp-404-btn:hover {
    color: #000;
    border-color: #c9a24d;
}

@keyframes fadeUp404 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .mp-404-reel {
        font-size: 110px;
    }

    .mp-404-title {
        font-size: 24px;
        letter-spacing: 4px;
    }
}


/* RESPONSIVES */

@media (max-width: 767px) {

    .mp-header .mp-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
            padding: 9px 14px;
    }

    .mp-header .mp-social-area {
        display: none!important;
    }

    .mp-header .mp-logo-area {
        display: flex;
        align-items: center;
    }

    .f-nav .mp-header {
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

    .mp-header .mp-logo img {
        max-height: 45px; 
    }

   .f-nav .mp-header .mp-logo img {
        max-height: 35px;
        border-radius: 5px;
    }
      .f-nav .mp-header .mp-logo-tagline {
        font-size: 8px;
    }

    .mp-header .mp-main-menu {
        margin-left: auto;
    }
    
    .mango-phase-banner {
        margin-top: 50px;
    }
    .mp-header .mp-logo-tagline {
        font-size: 10px;
    }

    .mango-phase-banner .mp-center-content h1.mp-smooth-typing {
        font-size: 50px;
    }

    .mango-phase-banner .mp-top-right {
        font-size: 25px;
        right: 15px;
    }

    .mango-phase-banner .mp-rec {
        left: 15px;
    }

    .mango-phase-banner .mp-bottom-left {
        left: 15px;
        font-size: 20px;
    }

    .mango-phase-banner .mp-bottom-right {
        right: 15px;
        font-size: 20px;
    }

    .mango-phase-banner .mp-scroll {
        bottom: -10px;
        left: 50%;
        font-size: 10px;
    }

    .mango-phase-banner .mp-scroll span {
        height: 8px;
    }

    .mango-about-section h2 {
        line-height: 1.25;
    }

    .about-page-wrapper-content .mp-about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .about-page-wrapper-content .mp-about-title {
        font-size: 48px;
        line-height: 1.1;
        letter-spacing: 2px;
    }

    .about-page-wrapper-content .mp-about-subtitle {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .about-page-wrapper-content .mp-about-right {
        font-size: 16px;
        line-height: 1.7;
    }

    .about-page-wrapper-content .mp-about-text {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 14px;
    }

    .about-page-wrapper-content .mp-about-mission {
        margin-top: 30px;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #f5bc2f;
        padding-top: 20px;
        text-align: center;
    }

    .about-page-wrapper-content .mp-mission-label {
        font-size: 20px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .about-page-wrapper-content .mp-about-mission p {
        font-size: 16px;
        line-height: 1.6;
    }
    section.mangophase-content-section {
        padding: 70px 0;
    }

    .mango-page-title .mp-page-heading {
      font-size: 40px;   
    }


    .custom-container {
        padding: 20px 0%;
    }

    .mango-page-title {
        min-height: 230px;
     
    }

    .mango-page-title {
        justify-content: center;
    }

    .mango-page-title .mango-page-inner {
        text-align: center;
    }

    .programmes-page-wrapper-content .programmes-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
        flex-direction: column;
    }

    .programmes-page-wrapper-content .programmes-title {
        text-align: left;
    }

    .page-template-default section.mangophase-content-section {
        padding: 70px 0;
    }

    .page-template-default .page-wrapper p {
        text-align: center;
        line-height: 1;
        font-size: 50px;
    }







    .mango-phase-banner .mp-center-content h3 {
        font-size: 50px;
    }

    .mango-about-section .mp-center-image {
        top: auto;
        left: 70%;
        bottom: 20%;
    }
    .mango-about-section .mango-about-inner {
        padding: 0 20px;
        flex-direction: column;
    }

    .mango-about-section .mp-about-btn {
        padding: 14px 20px;
        border-radius: 10px;
        font-size: 20px;
    }
    .mango-about-section {
        padding: 60px 0;
    }
    .mango-footer-inner {
        flex-direction: column;
    }
    .mp-footer-left {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .mango-footer {
        padding: 15px 0;
    }

}

@media only screen and (max-width:991px){
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #f5bc2f 50%, #ffffff 50%)!important;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    width: 50px;
}
}


@media only screen and (min-width:768px) and (max-width:991px) {

    .mp-header .mp-logo-area {
        order: 1;
    }

    .mp-header .mp-social-area {
        order: 2;
    }
    .mp-header .mp-main-menu {
        order: 3; 
    }
    .mango-about-section .mp-center-image {
        top: 30%;
    }
    .about-page-wrapper-content .mp-about-grid {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: flex-start;
    }

    .about-page-wrapper-content .mp-about-title {
        font-size: 64px;
        line-height: 1.05;
        letter-spacing: 3px;
    }

    .about-page-wrapper-content .mp-about-subtitle {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .about-page-wrapper-content .mp-about-right {
        font-size: 18px;
        line-height: 1.8;
    }

    .about-page-wrapper-content .mp-about-text {
        font-size: 18px;
        line-height: 28px;
    }

    .about-page-wrapper-content .mp-about-mission {
        margin-top: 30px;
        padding-left: 20px;
    }

    .about-page-wrapper-content .mp-mission-label {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .about-page-wrapper-content .mp-about-mission p {
        font-size: 18px;
        line-height: 1.6;
    }
        .contact-page-wrapper-content .mp-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .mango-phase-banner .mp-center-content h1.mp-smooth-typing {
        font-size: 130px;
        }
}

body {
  opacity: 0;
  transition: opacity 0.4s ease;
}

body.fonts-loaded {
  opacity: 1;
}
