@font-face {
  font-family: 'AvantGarde';
  src: url('../AvantGarde/AvantGarde.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'AvantGarde', sans-serif;
}


.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: white;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-block: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Optional */
}

.nav-links ul {
	display: flex;
	gap: 44px;

	li {
		font-weight: 400;
		font-size: 18px;
	}
}

.btn {
	background-color: #ff914d;
	border: none;
	border-radius: 40px;
	padding: 10px 40px;
	color: white;
	font-weight: 600;
	font-size: 18px;
	width: 200px;
	cursor: pointer;
}

.first-page {
    background-image: url(https://res.cloudinary.com/ddojupohf/image/upload/v1748349886/itbrains/zbcat4sqioo4vavaovmt.png);
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    background-color: black;
    min-height: 300px;
    background-size: cover;
}

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

.bg-right-img {
	width: 37.6%;
	right: 0;
}

.first-page-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5% 9%;

	p {
		font-weight: 400;
		font-size: 14px;
		color: white;
	}

	h2 {
		color: white;
		font-weight: 600px;
		font-size: 20px;
	}

	h3 {
		color: white;
		font-weight: 600px;
		font-size: 16px;
	}

	div {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}
.slogan {
	color: white;
	font-weight: 600;
	font-size: 30px;
}

.container {
	max-width: 1300px;
	margin: auto;
	padding: 40px 20px;
}

.second-page {
	h1 {
		text-align: center;
		margin-bottom: 30px;
		font-weight: 600;
		font-size: 36px;
	}

	.tabs {
		display: flex;
		justify-content: center;
		gap: 35px;
		margin-bottom: 40px;
		flex-wrap: wrap;
	}

	.tab {
		padding: 10px 20px;
		border: none;
		background-color: #fff;
		box-shadow: 0px 5px 5px rgba(132, 132, 132, 0.521);
		border-radius: 10px;
		cursor: pointer;
		font-weight: 500;
		font-size: 16px;
	}

	.tab.active {
		background-color: #ff9550;
		color: white;
	}

	.cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
	}

.card {
    display: flex;
    flex-direction: column;
    width: 300px;
    min-height: 300px;
    gap: 15px;
    background-color: white;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0px 5px 5px rgba(132, 132, 132, 0.521);
}

.card > div:last-child {
    margin-top: auto;
}


	.card h3 {
		margin-top: 0;
		font-size: 20px;
		font-weight: 600;
	}

	.card p {
	    width: 100%;
		margin: 10px 0;
		font-weight: 400;
		font-size: 14px;
	}

	.duration {
		align-self: start;
		font-weight: 400;
		font-size: 20px;
		margin: 15px 0;
	}

	.join {
		background-color: #ff9550;
		border: none;
		padding: 10px 25px;
		border-radius: 10px;
		color: white;
		font-weight: bold;
		cursor: pointer;
		transition: 0.3s;
	}

	.join:hover {
		background-color: #ff7b29;
	}
}

.third-page {
	display: flex;
	flex-direction: column;
	gap: 25px;
	text-align: center;

	h1 {
		font: 600px;
		font-size: 36px;
	}

	p {
		font: 400px;
		font-size: 20px;
	}
}

.fourth-page {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	.left-section {
		flex: 1 1 500px;
		background: #111;
		padding: 30px;
		border-radius: 20px;
		position: relative;
		background-image: url('https://res.cloudinary.com/ddojupohf/image/upload/v1748349886/itbrains/lzn6ywbhnzzl4zfvb6u6.png');
		background-repeat: no-repeat;
		background-position: top right;
		text-align: center;
	}

	.program {
		margin-bottom: 40px;
	}

	h2 {
		font-size: 28px;
		font-weight: 700;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	p {
		color: white;
		font: 300px;
		font-size: 14px;
	}

	.number {
		color: #ff6100;
		font-size: 80px;
		font-weight: 600;
		margin-left: 10px;
	}

	.right-section {
		flex: 1 1 400px;
		text-align: center;
	}

	.video {
		border-radius: 15px;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.partners-title {
		font-size: 32px;
		margin-bottom: 20px;
		color: black;
	}

	.partners {
		display: flex;
		flex-wrap: wrap;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
		justify-items: center;
		align-items: center;
		justify-content: space-between;
	}

	.partners img {
		/* max-width: 80px; */
		height: auto;
		width: 30%;
	}
}

.swiper {
	width: auto;
	padding: 20px 0;
}

.swiper-wrapper {
	display: flex;
}

.swiper-slide img {
	width: auto;
	height: auto;
	display: block;
	border-radius: 8px;
}

.fifth-page {
	position: relative;
	background-image: url('https://res.cloudinary.com/ddojupohf/image/upload/v1748349886/itbrains/fpcsksou8wrwd8z7kixy.png');
	background-repeat: no-repeat;
	background-position: top;
	min-height: 200px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
	color: white;
	background-size: cover;
    padding: 20px 0px;
	/* div {
		align-items: center;
		justify-content: center;
		width: 50%;
		padding: 50px;
	} */

	.innofusin-3 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 35px;
		width: 100%;
		padding: 50px;
	}

	h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		font: 600px;
		font-size: 40px;
		width: 70%;
		text-align: center;
	}

	h4 {
		text-align: center;
		font: 600px;
		font-size: 32px;
		margin-top: 10%;
	}

	p {
		font: 300px;
		font-size: 16px;
		text-align: center;
	}

	    .partners {
            display: flex;
            flex-direction: column;
            /* align-items: center; */
            width: 70%;
            justify-content: space-around;
            min-height: 475px;
        }

	.partners-img {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.number {
		color: #ff6100;
		font-size: 80px;
		font-weight: 600;
		margin-left: 10px;
	}
}

.faq-section {
	font-family: 'AvantGarde', sans-serif;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
	color: #333;
}

.container {
	width: 100%;
}

.faq-title {
	text-align: center;
	font-size: 36px;
	font: 600px;
	margin-bottom: 30px;
	color: #222;
}

.faq-item {
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 0;
}

.question {
	font-size: 1.2rem;
	margin: 0 0 15px 0;
	color: #444;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font: 500px;
	font-size: 18px;
}

.question::after {
	display: flex;
	align-items: center;
	justify-content: center;
	content: '+';
	font-size: 1.5rem;
	font-weight: bold;
	color: #555; /* Slightly darker color for better visibility */
	background-color: #fff4e5; /* Match the section background */
	width: 20px;
	height: 40px;
	padding: 0 10px;
	border-radius: 20%;
}

.question.active::after {
	content: 'x';
	background-color: #fff4e5; /* Keep consistent when active */
}

.answer {
	display: none;
	padding: 0 0 0 15px;
	animation: fadeIn 0.3s ease;
	font: 400px;
	font-size: 16px;
}

.answer.show {
	display: block;
}

.requirements-list {
	margin: 15px 0 0 20px;
	padding: 0;
}

.requirements-list li {
	margin-bottom: 8px;
	line-height: 1.5;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

footer {
    color: white;
    background-color: black;
    min-height: 140px;
    padding-top: 40px;
    padding-inline: 65px;
}

    .partners-grid {
        display: flex;
        width: 33%;
        align-items: center;
        height: 140px;
    }

    .partner img {
         height: 268px;
         object-fit: cover;
         width: 300px;
    }



    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.8);
        animation: fadeIn 0.3s ease forwards;
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    .modal-content {
        margin: auto;
        display: block;
        max-width: 90%;
        max-height: 90%;
        margin-top: 5%;
        border-radius: 8px;
        animation: zoomIn 0.3s ease;
    }

    @keyframes zoomIn {
        from {
            transform: scale(0.8);
            opacity: 0;
        }
        to {
            transform: scale(1);
            opacity: 1;
        }
    }

    .close {
        position: absolute;
        top: 20px;
        right: 35px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 1001;
        transition: color 0.2s ease;
    }

    .close:hover {
        color: #aaa;
    }


.swiper-slide img {
    width: auto;
    height: 100px !important;
    display: block;
    border-radius: 8px;
}


@media (max-width: 768px) {
  .slide-image {
    max-width: 300px;
    height: 180px;
  }
}

@media (max-width: 480px) {
  .slide-image {
    max-width: 100%;
    height: 150px;
  }
}
