@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
:root {
	--primary: #F47B20;
	--white: #fff;
	--black: #000;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	overflow-x: hidden !important;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-family: "Manrope", serif;
	scroll-behavior: smooth;
	overflow: inherit !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
	background: none;
	border: solid 1px #f1f1f12e;
	color: #fff !important;
	font-size: 14px;
	line-height: normal;
	margin: 0 0 10px;
	padding: 12px 20px;
	width: 100%;
	outline: 0;
	border-radius: 15px;
	background: #ffffff17;
}
input[type="submit"] {
	background: transparent;
	text-transform: capitalize;
	border: none;
	font-size: 18px;
	color: #fff;
}
input[type="submit"]:hover {
	background: var(--secondary);
	color: #fff;
	transition: 0.8s;
}
textarea {
	height: 100px;
	margin-bottom: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px 0;
	color: #444444;
	font-weight: 500;
	text-transform: inherit;
	line-height: normal;
}
h1 {
	font-size: 28px
}
h2 {
	font-size: 24px
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px
}
h6 {
	font-size: 16px
}
p {
	padding: 0;
	margin: 0 0 10px 0;
	color: #454a50;
	font-size: 15.5px;
	font-weight: 400;
	line-height: 28px;
}
ul,
li,
a {
	list-style-type: none;
	color: #fff;
	line-height: 24px;
	font-size: 15px;
	letter-spacing: 0;
}

a:hover {
	transition: 0.8s;
	text-decoration: none;
}

/* Header */

img.hdr-img {
    width: 100px;
    height: auto;
}
/* NAVBAR */
.navbar-wrapper {
	position: fixed;
	top: 20px;
	width: 100%;
	z-index: 999;
}
.navbar {
	width: 100%;
	margin: 0 auto;
	padding: 16px 40px;
	background: #111;
	color: #fff;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgb(0 0 0 / 2%);
	backdrop-filter: blur(45px);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 30px;
	transition: backdrop-filter 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.logo a {
	margin: 10px 0;
	color: #f47b20;
	margin-bottom: 10px;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	font-family: "monument_extendedregular";
	opacity: 0.8;
}
.menu li {
	cursor: pointer;
	margin: 10px 0;
	color: #f47b20;
	margin-bottom: 10px;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	font-family: "monument_extendedregular";
	opacity: 0.8;
}
/* MENU */
.menu {
	list-style: none;
	display: flex;
	gap: 30px;
}
.menu li {
	cursor: pointer;
}
.nav-btn {
    background: #d36e20;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    font-family: "monument_extendedregular";
    transition: 0.3s ease;
	border: 1px solid #d36e20;
}
.nav-btn:hover {
	background: #fff;
}
@media (max-width: 768px){
	.nav-btn {
		display: none;
	}
}
/* Homepage */

/* Banner Section */
@font-face {
	font-family: "monument_extendedregular";
	src: url("https://www.yudiz.com/codepen/photography-banner/monumentextended-regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Extenda Trial 20 Micro";
	src: url("https://www.yudiz.com/codepen/photography-banner/Extenda-20Micro.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Extenda Trial 30 Deca";
	src: url("https://www.yudiz.com/codepen/photography-banner/Extenda-30Deca.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

::selection {
	background-color: rgba(241, 231, 40, 0.2);
	color: #ffffff;
}

.info-section {
	height: 100%;
	position: relative;
	z-index: 1;
	user-select: none;
	background: radial-gradient(circle at center, #f1e728 -65%, #000 80%);
	padding: 200px 0 100px;
}

.info-section::before {
	content: "";
	border-radius: 197.5px 0px;
	opacity: 0.4;
	background: var(--yellow, #f1e728);
	filter: blur(162px);
	height: 35%;
	width: 55%;
	position: absolute;
	top: -40%;
	left: -66%;
	transform: translate(50%, 50%);
	z-index: -1;
}

.left-part {
	padding: 20px 0 0;
	overflow: hidden;
}

.left-part h1 {
	margin: 0;
	color: #fff;
/* 	font-family: "Extenda Trial 30 Deca"; */
	font-size: 75px;
	line-height: 1;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.left-part h1 .text {
	color: #d36d24;
	display: block;
/* 	height: 200px; */
}

.left-part h1 .d-flex {
	display: flex;
	align-items: center;
}

.left-part h1 .char {
	transform: translateY(-515px);
	transition: transform 0.5s;
}

.typed-cursor {
	display: none !important;
}

.left-part p {
	width: 72%;
	margin: 20px 0 0;
	color: #fff;
	font-size: 16px !important;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	font-family: 'Manrope';
	opacity: 0.8;
}

.book-link {
	margin: 40px 0 0;
	padding: 0;
	border: 0;
	font-size: 22px;
	line-height: 2;
	color: #f1f1f1;
	letter-spacing: 0.25px;
	text-transform: uppercase;
/* 	font-family: "Extenda Trial 20 Micro"; */
	font-weight: 700;
	font-style: normal;
	display: inline-flex;
	align-items: center;
	gap: 28px;
	position: relative;
	text-decoration: none;
}

.book-link .linktext {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.book-link .linktext::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	transform: scaleX(1);
	transition: transform 250ms ease-in-out;
	transform-origin: 0 0;
}

.book-link:hover .linktext:before {
	transform: scaleX(0);
	transform-origin: 100% 100%;
}

.book-link .arrow {
	height: 22px;
	width: 22px;
	top: 3px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.book-link .arrow::before,
.book-link .arrow::after {
	position: absolute;
	content: "";
	background-color: #f1e728;
	transition: all ease-in-out 0.35s;
	transform-origin: 0 0;
	border-radius: 30px;
}

.book-link .arrow::before {
	height: 2px;
	width: 100%;
	top: 0;
	right: 0;
}

.book-link .arrow::after {
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
}

.book-link:hover .arrow::before {
	width: 65%;
}

.book-link:hover .arrow::after {
	height: 65%;
}

.book-link .arrow span {
	background-color: #f1e728;
	height: 2px;
	width: 100%;
	display: inline-block;
	transform: rotate(-45deg) translate(-3px, -1px);
	transform-origin: right top;
	border-radius: 30px;
	position: relative;
	transition: all ease-in-out 0.35s;
	position: absolute;
	top: 0;
	left: 0;
}

.book-link .arrow span::before {
	background-color: #f1e728;
	content: "";
	height: 100%;
	width: 15px;
	left: -15px;
	top: 0;
	position: absolute;
}

.right-part {
	background-color: transparent;
	height: 588px;
	width: 588px;
	margin: 0 0 0 auto;
	margin-right: -14px;
	display: block;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
}

.right-part::before {
	content: "";
	border-radius: 197.5px 0px;
	opacity: 0.4;
	background: #f1e728;
	filter: blur(112px);
	height: 35%;
	width: 55%;
	position: absolute;
	top: 50%;
	right: 33%;
	transform: translate(50%, -50%);
	z-index: -1;
}

.right-part .d-flex {
	height: 100%;
	gap: 24px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	position: relative;
}

.main-grid {
	position: relative;
}

.box {
	width: calc((100% / 3) - 16px);
	height: calc((100% / 3) - 16px);
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #555555;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	color: #ffffff;
	font-family: "monument_extendedregular";
	border-radius: 120px;
	position: absolute;
	animation: 30s infinite;
}

.box:nth-child(1) {
	left: 0;
	top: 0;
	animation-name: box-1;
}

.box:nth-child(2) {
	left: calc(100% / 3);
	top: 0;
	animation-name: box-2;
}

.box:nth-child(3) {
	left: calc((100% / 3) * 2);
	top: 0;
	animation-name: box-3;
}

.box:nth-child(4) {
	left: 0;
	top: calc(100% / 3);
	animation-name: box-4;
}

.box:nth-child(5) {
	left: calc((100% / 3) * 2);
	top: calc(100% / 3);
	animation-name: box-5;
}

.box:nth-child(6) {
	left: 0;
	top: calc((100% / 3) * 2);
	animation-name: box-6;
}

.box:nth-child(7) {
	left: calc(100% / 3);
	top: calc((100% / 3) * 2);
	animation-name: box-7;
}

.box:nth-child(8) {
	left: calc((100% / 3) * 2);
	top: calc((100% / 3) * 2);
	animation-name: box-8;
}

@keyframes box-1 {

	0%,
	90%,
	100% {
		left: 0;
		top: 0;
	}

	2.5%,
	12.5% {
		left: calc(100% / 3);
	}

	15%,
	25% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	27.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
	}

	29.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	31.5%,
	33.5% {
		left: calc(100% / 3);
		width: 100%;
	}

	35.5%,
	37.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	40%,
	50% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	52.5%,
	62.5% {
		left: calc(100% / 3);
	}

	65%,
	75% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	77.5%,
	87.5% {
		top: calc(100% / 3);
	}
}

@-webkit-keyframes box-1 {

	0%,
	90%,
	100% {
		left: 0;
		top: 0;
	}

	2.5%,
	12.5% {
		left: calc(100% / 3);
	}

	15%,
	25% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	27.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
	}

	29.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	31.5%,
	33.5% {
		left: calc(100% / 3);
		width: 100%;
	}

	35.5%,
	37.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	40%,
	50% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	52.5%,
	62.5% {
		left: calc(100% / 3);
	}

	65%,
	75% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	77.5%,
	87.5% {
		top: calc(100% / 3);
	}
}

@keyframes box-2 {

	0%,
	90%,
	100% {
		left: calc(100% / 3);
	}

	2.5%,
	12.5% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	15%,
	17% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	19%,
	21% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}

	23%,
	25% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	27.5%,
	37.5% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	40%,
	50% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}

	52.5%,
	62.5% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	65%,
	75% {
		left: 0;
		top: calc(100% / 3);
	}

	77.5%,
	87.5% {
		left: 0;
		top: 0;
	}
}

@-webkit-keyframes box-2 {

	0%,
	90%,
	100% {
		left: calc(100% / 3);
	}

	2.5%,
	12.5% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	15%,
	17% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	19%,
	21% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}

	23%,
	25% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	27.5%,
	37.5% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	40%,
	50% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}

	52.5%,
	62.5% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	65%,
	75% {
		left: 0;
		top: calc(100% / 3);
	}

	77.5%,
	87.5% {
		left: 0;
		top: 0;
	}
}

@keyframes box-3 {

	0%,
	90%,
	100% {
		left: calc((100% / 3) * 2);
	}

	2.5%,
	12.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
	}

	4.5%,
	10.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	6.5%,
	8.5% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}

	15%,
	25% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	27.5%,
	37.5% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}

	40%,
	50% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	52.5%,
	62.5% {
		left: 0;
		top: calc(100% / 3);
	}

	65%,
	75% {
		left: 0;
		top: 0;
	}

	77.5%,
	87.5% {
		left: calc(100% / 3);
		top: 0;
	}
}

@-webkit-keyframes box-3 {

	0%,
	90%,
	100% {
		left: calc((100% / 3) * 2);
	}

	2.5%,
	12.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
	}

	4.5%,
	10.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	6.5%,
	8.5% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}

	15%,
	25% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	27.5%,
	37.5% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}

	40%,
	50% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	52.5%,
	62.5% {
		left: 0;
		top: calc(100% / 3);
	}

	65%,
	75% {
		left: 0;
		top: 0;
	}

	77.5%,
	87.5% {
		left: calc(100% / 3);
		top: 0;
	}
}

@keyframes box-4 {

	0%,
	90%,
	100% {
		top: calc(100% / 3);
	}

	2.5%,
	12.5% {
		left: 0;
		top: 0;
	}

	15%,
	25% {
		left: calc(100% / 3);
		top: 0;
	}

	27.5%,
	37.5% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	40%,
	42%,
	48%,
	50% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	44%,
	46% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}

	52.5%,
	62.5% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	65%,
	75% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}

	77.5%,
	87.5% {
		left: 0;
		top: calc((100% / 3) * 2);
	}
}

@-webkit-keyframes box-4 {

	0%,
	90%,
	100% {
		top: calc(100% / 3);
	}

	2.5%,
	12.5% {
		left: 0;
		top: 0;
	}

	15%,
	25% {
		left: calc(100% / 3);
		top: 0;
	}

	27.5%,
	37.5% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	40%,
	42%,
	48%,
	50% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	44%,
	46% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}

	52.5%,
	62.5% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	65%,
	75% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}

	77.5%,
	87.5% {
		left: 0;
		top: calc((100% / 3) * 2);
	}
}

@keyframes box-5 {

	0%,
	90%,
	92%,
	98%,
	100% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	2.5%,
	12.5% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	15%,
	25% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}

	27.5%,
	37.5% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	40%,
	50% {
		left: 0;
		top: calc(100% / 3);
	}

	52.5%,
	62.5% {
		left: 0;
		top: 0;
	}

	65%,
	75% {
		left: calc(100% / 3);
		top: 0;
	}

	77.5%,
	87.5% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	94%,
	96% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}
}

@-webkit-keyframes box-5 {

	0%,
	90%,
	92%,
	98%,
	100% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	2.5%,
	12.5% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	15%,
	25% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}

	27.5%,
	37.5% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	40%,
	50% {
		left: 0;
		top: calc(100% / 3);
	}

	52.5%,
	62.5% {
		left: 0;
		top: 0;
	}

	65%,
	75% {
		left: calc(100% / 3);
		top: 0;
	}

	77.5%,
	87.5% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	94%,
	96% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}
}

@keyframes box-6 {

	0%,
	90%,
	100% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	2.5%,
	12.5% {
		left: 0;
		top: calc(100% / 3);
	}

	15%,
	25% {
		left: 0;
		top: 0;
	}

	27.5%,
	37.5% {
		left: calc(100% / 3);
		top: 0;
	}

	40%,
	50% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	52.5%,
	54.5%,
	60.5%,
	62.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	56.5%,
	58.5% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}

	65%,
	75% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	77.5%,
	87.5% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}
}

@-webkit-keyframes box-6 {

	0%,
	90%,
	100% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	2.5%,
	12.5% {
		left: 0;
		top: calc(100% / 3);
	}

	15%,
	25% {
		left: 0;
		top: 0;
	}

	27.5%,
	37.5% {
		left: calc(100% / 3);
		top: 0;
	}

	40%,
	50% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	52.5%,
	54.5%,
	60.5%,
	62.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	56.5%,
	58.5% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}

	65%,
	75% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	77.5%,
	87.5% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}
}

@keyframes box-7 {

	0%,
	90%,
	100% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}

	2.5%,
	12.5% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	15%,
	25% {
		left: 0;
		top: calc(100% / 3);
	}

	27.5%,
	37.5% {
		left: 0;
		top: 0;
	}

	40%,
	50% {
		left: calc(100% / 3);
		top: 0;
	}

	52.5%,
	62.5% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	65%,
	67%,
	73%,
	75% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	69%,
	71% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}

	77.5%,
	87.5% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}
}

@-webkit-keyframes box-7 {

	0%,
	90%,
	100% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}

	2.5%,
	12.5% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	15%,
	25% {
		left: 0;
		top: calc(100% / 3);
	}

	27.5%,
	37.5% {
		left: 0;
		top: 0;
	}

	40%,
	50% {
		left: calc(100% / 3);
		top: 0;
	}

	52.5%,
	62.5% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	65%,
	67%,
	73%,
	75% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
	}

	69%,
	71% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}

	77.5%,
	87.5% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}
}

@keyframes box-8 {

	0%,
	90%,
	100% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	2.5%,
	12.5% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}

	15%,
	25% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	27.5%,
	37.5% {
		left: 0;
		top: calc(100% / 3);
	}

	40%,
	50% {
		left: 0;
		top: 0;
	}

	52.5%,
	62.5% {
		left: calc(100% / 3);
		top: 0;
	}

	65%,
	75% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	77.5%,
	79.5%,
	85.5%,
	87.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
		border-radius: 100%;
	}

	81.5%,
	83.5% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}
}

@-webkit-keyframes box-8 {

	0%,
	90%,
	100% {
		left: calc((100% / 3) * 2);
		top: calc((100% / 3) * 2);
	}

	2.5%,
	12.5% {
		left: calc(100% / 3);
		top: calc((100% / 3) * 2);
	}

	15%,
	25% {
		left: 0;
		top: calc((100% / 3) * 2);
	}

	27.5%,
	37.5% {
		left: 0;
		top: calc(100% / 3);
	}

	40%,
	50% {
		left: 0;
		top: 0;
	}

	52.5%,
	62.5% {
		left: calc(100% / 3);
		top: 0;
	}

	65%,
	75% {
		left: calc((100% / 3) * 2);
		top: 0;
	}

	77.5%,
	79.5%,
	85.5%,
	87.5% {
		left: calc((100% / 3) * 2);
		top: calc(100% / 3);
		width: calc((100% / 3) - 16px);
		border-radius: 100%;
	}

	81.5%,
	83.5% {
		left: calc(100% / 3);
		top: calc(100% / 3);
		width: 100%;
	}
}

.box span {
	position: absolute;
	display: block;
	opacity: 0.8;
	z-index: 5;
	top: 76px;
	left: 67px;
}

.box:nth-child(1) span {
	top: 52%;
	left: 60px;
	transform: translateY(-50%);
}

.box:nth-child(3) span {
	left: 60px;
	bottom: 75px;
}

.box:nth-child(4) span {
	top: 50%;
	left: 32%;
	transform: translate(-50%, -50%);
}

.box:nth-child(8) span {
	top: 50%;
	transform: translate(-50%, -50%);
	left: 15%;
}

.box .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 120px;
	overflow: hidden;
}

.box .bg-img,
.box .bg-img img {
	height: 100%;
	width: 100%;
}

.box .bg-img img {
	max-width: 100%;
	object-fit: cover;
	object-position: center center;
}

.bg-line {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 85px;
	z-index: -1;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	white-space: nowrap;
}

.bg-line img {
	position: relative;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	animation: 26s linear infinite;
}

.bg-line img:nth-child(1) {
	animation-name: first-text;
}

.bg-line img:nth-child(2) {
	animation-name: second-text;
}

@keyframes first-text {
	50% {
		transform: translateX(-100%);
		opacity: 1;
	}

	50.05% {
		opacity: 0;
	}

	50.1% {
		transform: translateX(100%);
		opacity: 1;
	}

	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes first-text {
	50% {
		transform: translateX(-100%);
		opacity: 1;
	}

	50.05% {
		opacity: 0;
	}

	50.1% {
		transform: translateX(100%);
		opacity: 1;
	}

	100% {
		transform: translateX(0%);
	}
}

@keyframes second-text {
	50% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(-200%);
	}

	0% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes second-text {
	50% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(-200%);
	}

	0% {
		transform: translateX(0%);
	}
}

.bg-dash-circle {
	position: absolute;
	bottom: -35px;
	right: -13px;
	z-index: -1;
	width: 180px;
	aspect-ratio: 1/1;
}

.bg-dash-circle img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	animation: cirlce-rotate 18s linear infinite;
}

@keyframes cirlce-rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cirlce-rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.bg-circle-h-line {
	bottom: 42px;
	left: -68px;
	z-index: 1;
	width: 181px;
	height: 111px;
	position: relative;
}

.bg-circle-h-line img {
	width: 100%;
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 0;
}

.bg-circle-h-line img:nth-child(1) {
	top: 0;
	animation: top-ring-move 2.5s linear infinite;
}

.bg-circle-h-line img:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.bg-circle-h-line img:nth-child(3) {
	bottom: 0;
	animation: bottom-ring-move 2.5s linear infinite;
}

@keyframes top-ring-move {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes top-ring-move {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes bottom-ring-move {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes bottom-ring-move {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(0);
	}
}

@media screen and (min-width: 1500px) {
	.info-section {
		padding-left: 120px;
	}
}

@media screen and (min-width: 1400px) {
	.info-section {
		padding-left: 100px;
	}
}

@media screen and (max-width: 1199px) {
	.bg-line {
		height: 68px;
	}

	.right-part {
		height: 400px;
		width: 400px;
	}

	.d-flex {
		gap: 20px;
	}

	.main-grid::before,
	.box {
		height: 118px;
	}

	.box {
		width: 118px;
		font-size: 12px;
	}

	.left-part p {
		font-size: 14px;
		line-height: 1.8;
		width: 85%;
	}

	.left-part h1 .text {
		height: 132px;
	}

	.bg-dash-circle {
		width: 130px;
	}

	.bg-circle-h-line {
		width: 156px;
		height: 92px;
	}

	.book-link {
		font-size: 48px;
		gap: 24px;
	}

	.book-link .arrow {
		height: 28px;
		width: 28px;
	}
}

@media screen and (max-width: 767px) {
	.info-section {
		display: block;
		padding: 0;
	}

	.box:nth-child(3) span {
		left: 8px;
		bottom: 20px;
	}

	.box:nth-child(1) span {
		left: -8px;
	}

	.showcase-wrapper {
		height: 400px;
	}

	.bg-line {
		height: 52px;
	}

	.left-part {
		padding: 145px 16px 60px;
	}

	.right-part {
		height: 334px;
		width: 100%;
	}

	.left-part h1 .text {
		height: 88px;
	}

	.left-part p {
		font-size: 12px;
		width: 96%;
	}

	.main-grid::before,
	.box {
		height: 96px;
	}

	.box {
		width: 96px;
		font-size: 10px;
	}

	.book-link .arrow {
		height: 24px;
		width: 24px;
	}

	.book-link {
		font-size: 30px;
		gap: 20px;
		margin-top: 24px;
	}

	.bg-dash-circle {
		width: 80px;
	}

	.bg-circle-h-line {
		width: 126px;
		height: 65px;
	}

	.founders-container {
		width: 135%;
	}
}
.tutoring-experience {
  background: radial-gradient(circle at center, #cc661e 0%, #fff 70%);
  text-align: center;
}

.section-padding {
  padding: 80px 0;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  margin: 30px 0;
  color: #2b2b2b;
}

.section-title span {
  color: #d9732b;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px !important;	
}

.feature-item {
  max-width: 300px;
  margin: 0 auto;
}

.icon-box {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.feature-item h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    font-family: "monument_extendedregular";
    opacity: 0.8;
    text-align: center;
}

.feature-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
	font-weight: 700;
}

/* Icons (CSS-based for clean look) */
.icon-cap::before { content: "🎓"; font-size: 24px; }
.icon-clock::before { content: "⏱"; font-size: 24px; }
.icon-like::before { content: "👍"; font-size: 24px; }
.icon-shield::before { content: "🛡"; font-size: 24px; }
.icon-rupee::before { content: "₹"; font-size: 22px; font-weight: bold; }
.icon-help::before { content: "?"; font-size: 24px; font-weight: bold; }

/* Feature card hover */
.feature-item {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: #0b2a1f2e;
    padding: 10px;
    border-radius: 20px;
    height: 100%;
    width: 100%;	
}

.feature-item:hover {
  transform: translateY(-8px);
}

/* Icon box hover */
.icon-box {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.feature-item:hover .icon-box {
  transform: scale(1.08);
  box-shadow: 0 18px 35px rgba(59, 111, 232, 0.25);
}

/* Icon rotation */
.icon-box i {
  transition: transform 0.35s ease, color 0.35s ease;
}

.feature-item:hover .icon-box i {
  transform: rotate(-8deg) scale(1.1);
  color: #2f5de0;
}

/* Title color hover */
.feature-item h4 {
  transition: color 0.3s ease;
}

.feature-item:hover h4 {
  color: #318739;
}

/* Description subtle fade */
.feature-item p {
  transition: color 0.3s ease;
}

.feature-item:hover p {
  color: #4b5563;
}
.feature-card h4 {
    color: #fff;
    font-weight: 700;
	margin-top: 10px;
}

/* Responsive */
@media (max-width: 991px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 28px;
  }
}
/* Video and Courses section */

.course-showcase {
	background: radial-gradient(circle at center, #cc661e 0%, #fff 70%);
	padding: 40px 0;
	overflow: hidden;
}

.showcase-wrapper {
	position: relative;
	margin: auto;
	height: 600px;
	perspective: 2000px;
	perspective-origin: center;
}

.center-card {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 600px;
	height: 375px;
	transform: translate(-50%, -50%) translateZ(260px) rotateX(4deg);
	border-radius: 28px;
	background: #1a1a1a;
	z-index: 20;
	border: 4px solid #ffffff8c;
	box-shadow:
		0 0 30px rgba(255, 255, 255, 0.4),
		0 120px 260px rgba(0, 0, 0, .9);
	padding: 45px 15px 15px 15px;
	box-sizing: border-box;
}

.center-card::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 20px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #555;
	box-shadow: 15px 0 0 #555, 30px 0 0 #555;
}

.center-card video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.live-badge {
	position: absolute;
	top: 60px;
	right: 30px;
	background: rgba(0, 0, 0, .6);
	backdrop-filter: blur(8px);
	padding: 4px 12px;
	border-radius: 20px;
	color: #2cff9a;
	font-size: 12px;
	font-weight: bold;
	z-index: 21;
}

.side-cards {
	position: absolute;
	top: 50%;
	width: 560px;
	height: 360px;
	transform-style: preserve-3d;
}

.side-cards.left {
	left: -140px;
	transform: translateY(-50%) rotateY(6deg);
}

.side-cards.right {
	right: -140px;
	transform: translateY(-50%) rotateY(-6deg);
}

.side-cards .card {
	position: absolute;
	width: 280px;
	height: 375px;
	border-radius: 22px;
	overflow: hidden;
	background: #111;
	transform-style: preserve-3d;

	box-shadow: 0 60px 160px rgba(0, 0, 0, .75);
}

.side-cards.left .card:nth-child(1) {
	transform:
		translateX(220px) translateY(-40px) translateZ(-120px) rotateY(-10deg);
	opacity: 1;
}

.side-cards.left .card:nth-child(2) {
	transform:
		translateX(140px) translateY(0) translateZ(-260px) rotateY(-14deg);
	opacity: .6;
	filter: blur(2px);
}

.side-cards.left .card:nth-child(3) {
	transform:
		translateX(60px) translateY(40px) translateZ(-420px) rotateY(-18deg);
	opacity: .35;
	filter: blur(4px);
}

.side-cards.right .card:nth-child(1) {
	transform:
		translateX(60px) translateY(-40px) translateZ(-120px) rotateY(10deg);
	opacity: 1;
}

.side-cards.right .card:nth-child(2) {
	transform:
		translateX(140px) translateY(0) translateZ(-260px) rotateY(14deg);
	opacity: .6;
	filter: blur(2px);
}

.side-cards.right .card:nth-child(3) {
	transform:
		translateX(220px) translateY(40px) translateZ(-420px) rotateY(18deg);
	opacity: .35;
	filter: blur(4px);
}

.side-cards img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.05) contrast(1.05);
}

@media (max-width: 991px) {
	.center-card {
		width: 92%;
		height: 260px;
		transform: translate(-50%, -50%);
	}

	.side-cards {
		display: none;
	}
}

/* About Section */

.about-gurucoool {
	background: radial-gradient(circle at center, #0b2a1f 0%, #000 70%);
	padding: 80px 0;
	overflow: hidden;
}

.col-lg-6.about-text {
	color: #fff;
}

.experience-heading {
	font-size: 32px;
	line-height: 1.5;
	color: #f1f1f1;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-family: "monument_extendedregular";
	font-weight: 500;
	font-style: normal;
	width: 60%;
}

.experience-heading span {
	color: #f1e728;
	position: relative;
}

.experience-heading span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 6px;
	background: #f5b642;
	opacity: 0.3;
	border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
	.experience-heading {
		font-size: 22px !important;
		width: 100%;
	}
}

.about-gurucoool .about-text p {
	margin-bottom: 1rem;
	line-height: 1.6;
	color: #fff;
}

.about-gurucoool .about-image img {
	width: 100%;
	border-radius: 8px;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
.col-lg-6.founder-image img {
    width: 100%;
	border-radius: 8px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
/* Founder Section */

.founders-section {
	overflow: hidden;
	background: radial-gradient(circle at center, #cc661e 0%, #fff 70%);
	padding: 200px 0 40PX 0;
}

.founders-container {
	display: flex;
	align-items: center;
	height: 100vh;
	width: 100%;
}

img.tiny-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
	margin-bottom: 20px;
}

.founders-heading {
	min-width: 400px;
	margin-right: 50px;
}

.founders-heading h2 {
	font-size: 22px;
	line-height: 2;
	color: #f1f1f1;
	letter-spacing: 0.20px;
	text-transform: uppercase;
/* 	font-family: "Extenda Trial 20 Micro"; */
	font-weight: 300;
	font-style: normal;
}

.cards-wrapper {
	display: flex;
	gap: 40px;
	padding-right: 10vw;
}

.founder-card {
	flex-shrink: 0;
	width: 325px;
	height: 575px;
	background: #f4f4f4;
	border-radius: 24px;
	padding: 20px;
	text-align: justify;
}

.founder-card h3 {
	color: #f47b20;
	margin-bottom: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	font-family: "monument_extendedregular";
	opacity: 0.8;
	text-align: center;
}

.founders-heading .book-link {
	font-size: 89px;
	letter-spacing: 1.25px;
}
/* MOBILE FIX */
@media (max-width: 767px) {
    .founders-container {
        height: auto;
        display: block;
    }
    .cards-wrapper {
        display: flex;
        flex-wrap: wrap;   
        gap: 15px;
        padding-right: 0;
        justify-content: center;
    }
    .founder-card {
        width: calc(50% - 10px); 
        height: auto;
    }
}
@media (max-width: 568px) {
    .founder-card {
        width: 100%;
    }
}
/* Process Section */

.process-section {
	background: linear-gradient(180deg, #000000d9 40%, #24302c 100%);
	color: #fff;
	padding: 100px 5%;
	position: relative;
	overflow: hidden;
	height: 120vh;
}

.section-title {
	text-align: center;
    font-size: 32px;
    line-height: 1.5;
    color: #000;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "monument_extendedregular";
    font-weight: 500;
    font-style: normal;
}

.journey-path {
	width: 100%;
	height: 300px;
	position: absolute;
	top: 290px;
	left: 0;
	z-index: 1;
}

.steps {
	position: relative;
	z-index: 2;
}

.step {
	max-width: 280px;
	position: absolute;
	opacity: 0;
	transform: translateY(40px);
}

.step h3 {
	margin: 10px 0;
	color: #f47b20;
	margin-bottom: 10px;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	font-family: "monument_extendedregular";
	opacity: 0.8;
	text-align: center;
}
}

.step p {
	font-size: 14px;
	color: #ccc;
}

.number {
	font-size: 64px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.08);
}

.step-1 {
	left: 0%;
	top: 220px;
}

.step-2 {
	left: 28%;
	top: -8px;
}

.step-3 {
	left: 60%;
	top: 150px;
}

.step-4 {
	left: 82%;
	top: -95px;
}

.step p {
	color: #fff !important;
}

section.process-section h2.section-title {
	margin-bottom: 58px;
}

.step::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #ffcc4d;
	border-radius: 50%;
	position: absolute;
	top: 115px;
	left: -25px;
	box-shadow: 0 0 20px rgba(255, 204, 77, 0.8);
}

@media (max-width: 767px) {
  .process-section {
    height: auto;
    padding: 60px 20px;
  }
  .section-title {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .journey-path {
    display: none;
  }
  .steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .step {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    transform: none;
    max-width: 100%;
    text-align: center;
  }
  .step-1,
  .step-2,
  .step-3,
  .step-4 {
    top: auto;
    left: auto;
  }
  .number {
    font-size: 40px;
  }
  .step::before {
    display: none;
  }
}
/* Courses Class */

.courses-section {
	padding: 100px 20px 50px 20px;
	background: radial-gradient(circle at center, #cc661e 0%, #fff 70%);
	color: #fff;
	overflow: hidden;
}
.page-id-45 .courses-section {
    padding: 200px 20px 50px 20px;
	background: radial-gradient(circle at center, #f1e728 -65%, #000 80%) !important;
}
.courses-heading {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 50px;
	letter-spacing: -1px;
	text-align: center;
	color: white;
}

.courses-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 24px;
}

.course-card-item {
	position: relative;
	height: 450px;
	border-radius: 24px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.course-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, transparent 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
	transition: background 0.4s ease;
}

.course-card-item:hover .course-card-overlay {
	background: rgba(0, 0, 0, 0.7);
}

.course-badge {
	display: inline-block;
	background: #f47b204d;
	color: #fff;
	padding: 4px 12px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 12px;
}
span.c17.c22 {
    color: #fff;
}
span.c10 {
    color: #fff;
}
.course-card-title {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 10px 0;
	transition: transform 0.4s ease;
	color: #fff;
	font-family: "monument_extendedregular";
	line-height: 1.5;
}

.course-hover-reveal {
	max-height: 0;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.4s ease-in-out;
	visibility: hidden;
}

.course-card-item:hover .course-hover-reveal {
	max-height: 250px;
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	margin-top: 10px;
}

.course-card-desc {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
	margin-bottom: 20px;
}

.course-btn {
	width: 100%;
	padding: 14px;
	background-color: #f1e728bf;
	color: #fff;
	border: none;
	border-radius: 12px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.3s ease;
	display: flex;
	justify-content: center;
}

.course-btn:hover {
	background-color: #6d472b;
}

@media (max-width: 600px) {
	.courses-heading {
		font-size: 32px;
	}

	.course-card-item {
		height: 400px;
	}
}

h2.courses-heading.aos-init.aos-animate {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    color: #f1f1f1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "monument_extendedregular";
    font-weight: 500;
    font-style: normal;
}

/* FAQs */

.tab-section-accordion-button {
	font-family: "monument_extendedregular";
	color: #333;
	font-size: 12px;
	font-weight: 300;
	border-radius: 10px;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.tab-section-accordion-button:not(.collapsed) {
	background-color: #4c86b7;
	color: #fff;
	transform: scale(1.05);
}

.accordion-item {
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #ddd;
	background-color: #e6f2ff;
	transition: background-color 0.3s ease;
}

.accordion-body {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}

section.faqs {
	padding: 80px 0px;
	background: radial-gradient(circle at center, #0b2a1f 0%, #000 70%);
}

.accordion-button:not(.collapsed) {
	color: white;
	background: linear-gradient(90deg, #f47b20, #fff);
	box-shadow: none;
}

h3.page-title.fade-up {
    margin-bottom: 45px;
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    color: #f1f1f1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "monument_extendedregular";
    font-weight: 500;
    font-style: normal;
}

/* CTA */

.spark-cta {
	position: relative;
	padding: 60px 70px;
	background: radial-gradient(circle at center, #cc661e 0%, #fff 70%);
	overflow: hidden;
}

.spark-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(40% 60% at 70% 50%, rgba(0, 255, 180, 0.35), transparent 60%),
		radial-gradient(30% 50% at 30% 60%, rgba(0, 200, 150, 0.25), transparent 60%);
	filter: blur(60px);
	animation: glowMove 10s ease-in-out infinite alternate;
	z-index: 1;
}

@keyframes glowMove {
	0% {
		transform: translate(-20px, -10px);
	}

	100% {
		transform: translate(20px, 10px);
	}
}

.spark-content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.spark-text h2 {
    font-size: 32px;
    line-height: 1.5;
    color: #000;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "monument_extendedregular";
    font-weight: 500;
    font-style: normal;
}

.spark-text p {
	color: #000;
	font-size: 18px;
	font-weight: 500;
/* 	max-width: 520px; */
}

.spark-btn {
	background: linear-gradient(180deg, #ffcf4a, #ffb800);
	color: #000;
	padding: 14px 26px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 10px 25px rgba(255, 184, 0, 0.35);
	font-family: "monument_extendedregular";
}

.spark-cta .container {
	border: 1px solid #2c9648;
	padding: 25px;
	border-radius: 20px;
	box-shadow: 0px 0px 5px #ffffff82;
}

.spark-btn span {
	transition: transform 0.3s ease;
}

.spark-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(255, 184, 0, 0.5);
}

.spark-btn:hover span {
	transform: translateX(4px);
}
section.tutoring-section h3.section-title {
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.spark-content {
		flex-direction: column;
		align-items: flex-start;
	}

    .spark-text h2 {
        font-size: 18px;
    }
}

/* Footer */

.animated-footer {
	background: #000;
	color: #fff;
	padding: 60px 20px 20px;
	position: relative;
	font-family: "Poppins", sans-serif;
	overflow: hidden;
}

/* Layout */
.animated-footer .footer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	max-width: 1200px;
	margin: auto;
}

.footer-left,
.footer-links,
.footer-social {
	flex: 1 1 250px;
}
img.ftr-img {
    width: 140px;
    height: auto;
}
/* Footer Logo Animation */
.footer-logo {
	margin: 10px 0;
	color: #f47b20;
	margin-bottom: 10px;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	font-family: "monument_extendedregular";
	opacity: 0.8;
}

.footer-left p {
	color: #fff !important;
}

ul#menu-primary-1 a {
	color: #fff !important;
}

.footer-left p {
	font-size: 1rem;
	max-width: 290px;
}

/* Links */
.footer-links h3,
.footer-social h3 {
	margin: 10px 0;
	color: #f47b20;
	margin-bottom: 10px;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	font-family: "monument_extendedregular";
	opacity: 0.8;
}
}

/* Underline animation */
.footer-links h3::after,
.footer-social h3::after {
	content: "";
	width: 0;
	height: 2px;
	background: #00eaff;
	position: absolute;
	left: 0;
	bottom: -6px;
	transition: 0.4s ease;
}

.footer-links h3:hover::after,
.footer-social h3:hover::after {
	width: 60px;
}

/* Link list & hover effect */
.footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links ul li a {
	color: #ccc;
	text-decoration: none;
	display: inline-block;
	margin: 6px 0;
	transition: color 0.3s ease;
}

.footer-links ul li a:hover {
	color: #00eaff;
}

/* Social icons */
.social-icons a {
	color: #fff;
	font-size: 1.4rem;
	margin-right: 14px;
	display: inline-block;
	transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
	color: #f47b20;
	transform: scale(1.2);
}

/* Footer bottom bar */
.footer-bottom {
	text-align: center;
	padding: 12px 0;
	border-top: 1px solid #222;
	margin-top: 30px;
	font-size: 0.9rem;
	color: #fff !important;
}

/* Fade in children */
@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsiveness */
@media (max-width: 768px) {
	.animated-footer .footer-content {
		flex-direction: column;
		text-align: center;
	}

	.footer-links,
	.footer-social {
		margin-top: 20px;
	}
	.navbar {
		padding: 16px 40px;
	}
}

.footer-links h3 {
	margin: 10px 0;
	color: #f47b20;
	margin-bottom: 10px;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	font-family: "monument_extendedregular";
	opacity: 0.8;
}

.footer-contact h3 {
	margin: 10px 0;
	color: #f47b20;
	margin-bottom: 10px;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	font-family: "monument_extendedregular";
	opacity: 0.8;
}

/* Scroll To Top Button */
#scrollTopBtn {
	position: fixed;
	bottom: 28px;
	right: 28px;
	width: 48px;
	height: 48px;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transform: scale(0.6);
	transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.3s ease;
	z-index: 999;
}

/* Show button */
#scrollTopBtn.show {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

/* Hover glow */
#scrollTopBtn:hover {
	box-shadow: 0 0 15px rgba(0, 234, 255, 0.8);
}

/* Progress ring */
.progress-ring {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-90deg);
}

.progress-ring circle {
	fill: none;
	stroke: #d67023;
	stroke-width: 3;
	stroke-dasharray: 138;
	stroke-dashoffset: 138;
	transition: stroke-dashoffset 0.2s linear;
}

ul.contact-info li {
	margin-bottom: 10px !important;
}

/* About Page */

.about-idea {
	padding: 200px 0;
	background: radial-gradient(circle at center, #f1e728 -65%, #000 80%);
	overflow: hidden;
}

span.small-title.aos-init.aos-animate {
    font-size: 32px;
    line-height: 1.5;
    color: #f1f1f1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "monument_extendedregular";
    font-weight: 500;
    font-style: normal;
}

p.intro-text.aos-init.aos-animate {
	font-size: 18px;
	width: 100%;
	text-align: justify;
}

h2.section-title.aos-init.aos-animate {
    width: 100%;
    text-align: left;
    font-size: 32px;
    line-height: 1.5;
    color: #f1f1f1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "monument_extendedregular";
    font-weight: 500;
    font-style: normal;
}

.idea-content.aos-init.aos-animate {
	font-size: 18px;
	width: 100%;
	color: #787b7a;
	line-height: 1.8;
}
.idea-content.aos-init.aos-animate {
    color: #fff;
}
.small-title {
	color: #c9a14a;
	font-size: 13px;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 1px solid #c9a14a;
	padding-bottom: 8px;
}

.intro-text {
	max-width: 800px;
	font-size: 15px;
	line-height: 1.7;
	color: #bfbfbf;
	margin-bottom: 50px;
}

.idea-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

.idea-content p {
	font-size: 15px;
	line-height: 1.8;
	color: #cfcfcf;
	margin-bottom: 20px;
}

.profiles {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.profile-card {
	background: #0c0c0c;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
	transition: transform 0.4s ease;
}

.profile-card:hover {
	transform: translateY(-8px);
}

.profile-card img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 20px;
	border: 2px solid #c9a14a;
}

.profile-card h4 {
	margin-bottom: 5px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    color: #f1f1f1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "monument_extendedregular";
    font-weight: 500;
    font-style: normal;
}

.profile-card span {
	margin: 10px 0;
	color: #f47b20;
	margin-bottom: 10px;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	font-family: "monument_extendedregular";
	opacity: 0.8;
}

.profile-card p {
	line-height: 1.6;
	color: #bdbdbd;
	font-size: 14px;
	width: 100%;
	text-align: justify;
}

@media (max-width: 991px) {
	.idea-grid {
		grid-template-columns: 1fr;
	}

	.section-title {
		font-size: 30px;
	}
}

/* =======================
   Contact Page Styles
   ======================= */

#contact-page {
	padding: 200px 0 80px 0;
	background: radial-gradient(circle at center, #f1e728 -65%, #000 80%);
	text-align: center;
}

.contact-header h1 {
	text-align: center;
    margin-bottom: 8px;
    animation: fadein 1s ease forwards;
    width: 100%;
    font-size: 36px;
    line-height: 1.5;
    color: #f1f1f1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "monument_extendedregular";
    font-weight: 500;
    font-style: normal;
}

.contact-header p {
	margin-bottom: 40px;
	opacity: 0;
	animation: fadein 1s ease forwards;
	animation-delay: 0.25s;
/* 	font-family: "monument_extendedregular"; */
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	border-radius: 10px;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	max-width: 1100px;
	margin: auto;
}

.contact-info {
	flex: 1 1 300px;
	max-width: 350px;
	text-align: left;
	animation-duration: 1s;
}

.info-box {
	display: flex;
	margin-bottom: 24px;
}

.info-box .icon {
    font-size: 26px;
    background: #fff !important;
    margin-right: 15px;
    height: 50px;
	width: 50px;
	text-align: center;
    padding: 7px;
    border-radius: 10px;
}

.info-box h4 {
	margin: 0;
	animation: fadein 1s ease forwards;
	animation-delay: 0.25s;
/* 	font-family: "monument_extendedregular"; */
	color: #fff;
	font-size: 18px;
    margin-bottom: 8px;
	font-weight: 500;
	border-radius: 10px;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.wpcf7-spinner{
	width: 0px !important;
	margin: unset !important;
}
.info-box p {
	margin: 10px 0 0;
	color: #fff;
}

.info-box p:hover {
	color: #be601a;
}

.cf7-animated-form {
	border: 1px solid #ffffff29;
	padding: 30px;
	border-radius: 10px;
	width: 500px;
	background: #ffffff47;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #b6b0206b;
	border-radius: 4px;
	color: #757575;
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(15px);
	}

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

@media(max-width: 768px) {
	.contact-container {
		flex-direction: column;
	}
}

/* PopUp */

.pum-theme-95,
.pum-theme-default-theme {
	background-color: unset !important;
}

.pum-theme-95 .pum-container,
.pum-theme-default-theme .pum-container {
	background-color: #0b2a1f !important;
}

.pum-theme-95 .pum-title,
.pum-theme-default-theme .pum-title {
	font-size: 80px !important;
	line-height: 1 !important;
	color: #fff !important;
	letter-spacing: 3.2px !important;
	text-transform: uppercase !important;
	font-family: "Extenda Trial 20 Micro" !important;
	font-weight: 500 !important;
	font-style: normal !important;
	text-align: center !important;
	margin-bottom: 8px !important;
	animation: fadein 1s ease forwards !important;
}

.pum-content.popmake-content .cf7-animated-form {
	width: 85%;
	margin: 0 auto;
}

.pum-content.popmake-content .course-btn {
	text-align: center;
}

.pum-theme-95 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
	background: #00000080 !important;
}
section.tutoring-section.ib-section h3.section-title {
    color: #fff !important;
}
.pum-theme-95 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
	width: 50px !important;
	border-radius: 6px !important;
	font-weight: 700 !important;
	font-size: 24px !important;
}

.courses-section a.book-link {
	display: flex;
	justify-content: center;
}

/* Popup */
.course-popup {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999;
}

.course-popup.active {
	display: block;
}

.popup-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.popup-content {
	position: relative;
	max-width: 1000px;
	margin: 2% auto;
	background: #000;
	padding: 40px;
	border-radius: 16px;
	z-index: 2;
	max-height: 90vh;
	overflow-y: auto;
}
.intro h2 {
    color: #f47b20;
    font-size: 15px;
}
.popup-close {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 26px;
	border: none;
	background: none;
	cursor: pointer;
	color: #fff;
}

@keyframes popupFade {
	from {
		transform: scale(0.8);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

p#popupDesc {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

a.know-more-btn {
	width: 100%;
	padding: 14px;
	background-color: #f1e728bf;
	color: #fff;
	border: none;
	border-radius: 12px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.3s ease;
}

a.know-more-btn:hover {
	background-color: #6d472b;
}

.sparkl-edge {
	padding: 40px 20px;
	/*   background: #fff; */
}

.sparkl-title {
	color: #f47b20;
	margin-bottom: 40px;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	font-family: "monument_extendedregular";
	opacity: 0.8;
	text-align: center;
}

.edge-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 50px;
}

.edge-item {
	position: relative;
	padding-top: 25px;
}

/* .edge-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
 */
.edge-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: #ffcc4d57;
	font-size: 20px;
	margin-bottom: 16px;
}

.edge-item:hover {
	background: linear-gradient(135deg, rgba(0, 200, 150, 0.12), rgba(255, 230, 120, 0.25));
	transition: 0.3s ease-in-out;
}

.edge-item {
	padding: 30px 20px 20px;
	border-radius: 16px;
}

.edge-item h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #fff;
}

.edge-item p {
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	max-width: 300px;
}

/* Soft gradient highlight like screenshot */
.edge-item.highlight {
	background: linear-gradient(135deg, rgba(0, 200, 150, 0.12), rgba(255, 230, 120, 0.25));
	padding: 30px 20px 20px;
	border-radius: 16px;
	transition: 0.3s ease-in-out;
}
h3#popupTitle {
	text-align: center;
	font-size: 45px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Manrope';
	font-weight: 600;
	font-style: normal;
}
div#popupDesc p {
    color: #fff !important;
	font-size: 14px;
}
ul.program-list li
 {
    font-size: 14px;
}
.program-list {
  list-style: none;
  padding-left: 0;
}

.program-list li {
  position: relative;
  padding-left: 18px;
}

.program-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff; /* change color if needed */
  font-size: 18px;
}
.feature-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

/* Custom dot */
.feature-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #fff; /* change color if needed */
  border-radius: 50%;
}




/* Responsive Css */

@media (max-width: 1024px) {
    #rmp_menu_trigger-170 {
        display: none !important;
    }
	.admin-bar .rmp-container, .admin-bar .rmp_menu_trigger{
		margin-top: 0px !important;
	}
	.word {
    font-size: 64px !important;
	}
	.line {
    font-size: 64px !important;
	}
	.left-part p{
		width: 100% !important;
	}
	span.linktext {
    	font-size: 26px;
	}
	.founders-container{
		height: unset;
	}
	.process-section{
	  height: 165vh;
	}
	.pum-theme-95 .pum-title, .pum-theme-default-theme .pum-title{
		font-size: 18px !important;
	}
}
@media (max-width: 1024px){
	#rmp-container-170 {
		height: 100vh !important;
	}
}
@media (max-width: 991px) {
	.edge-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.pum-theme-95 .pum-title, .pum-theme-default-theme .pum-title{
		font-size: 18px !important;
	}
	.word {
        font-size: 48px !important;
    }
	.line {
        font-size: 48px !important;
    }
	span.linktext {
        font-size: 16px;
    }
	.book-link .arrow {
        height: 18px;
        width: 18px;
        left: -15px;
        top: -1px;
    }
	.experience-heading{
		width: 100%;
	}
	.footer-left, .footer-links, .footer-social {
    	flex: 1 1 190px;
	}
}

@media (max-width: 767px){
	#rmp_menu_trigger-170 {
        display: block !important;
/* 		top: 30px !important; */
    }
	nav.navbar {
    	top: -25px;
	}
	.process-section {
        height: 150vh !important;
    }
	.info-box h4 {
		margin-top: 8px;
	}
	h2.courses-heading.aos-init.aos-animate{
		font-size: 28px;
	}
	.section-title {
        font-size: 28px !important;
    }
	section.founders-section {
    	padding: 100px 0px 40px !important;
	}
	#contact-page {
		padding: 150px 20px 80px 20px;
	}
	.cf7-animated-form{
		width: 100%
	}
}

@media (max-width: 600px) {
	.edge-grid {
		grid-template-columns: 1fr;
	}

	.sparkl-title {
		font-size: 28px;
	}
}

@media(max-width: 568px){
	.features-grid {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

@media (max-width: 360px){
	#rmp_menu_trigger-170 {
        top: 0px !important;
    }
	    .process-section {
        height: 200vh;
    }
	    .section-title {
        font-size: 22px !important;
        margin-bottom: 35px !important;
    }
	.courses-section {
		
}
}

/* Contact Form Color */

/* Placeholder color */
.wpcf7-form-control::placeholder {
    color: #fff !important; /* your desired color */
    opacity: 1 !important; /* ensures full visibility */
}

/* For better browser support */
.wpcf7-form-control::-webkit-input-placeholder {
    color: #fff !important;
}
.wpcf7-form-control:-ms-input-placeholder {
    color: #fff !important;
}
/* Dropdown selected text */
.wpcf7-select {
    color: #000;
}

/* Dropdown options */
.wpcf7-select option {
    color: #000;
}