    html{
        scroll-behavior: smooth;
        
    }

    ::-webkit-scrollbar {
    width: 12px;
    background: #FAFAFA; /* Track color */
    }
    
    ::-webkit-scrollbar-thumb {
    background: #D9D9D9; /* Thumb color */
    border-radius: 1ex;
    }
      .Roboto{
        font-family:"Roboto", sans-serif;
      }
     @font-face {
        font-family:"Roboto", sans-serif;
        src: url('./fonts/Roboto/Roboto-VariableFont_wdth\,wght.ttf');
     }

       .Roboto-Flex{
        font-family:"Roboto Flex", sans-serif ;
      }

     @font-face {
        font-family: "Roboto Flex", sans-serif;
        src: url('./fonts/Roboto_Flex/RobotoFlex-VariableFont_GRAD\,XOPQ\,XTRA\,YOPQ\,YTAS\,YTDE\,YTFI\,YTLC\,YTUC\,opsz\,slnt\,wdth\,wght.ttf');
     }

     .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box{
    box-shadow: 0px 1px 5px 4px #F3F4F6;
}
.box1{
    box-shadow: 20px 22px 0px -2px #F9B232;
}

.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper2 {
    height: auto;
    padding-bottom: 40px !important;
}

.mySwiper2 .swiper-pagination {
    bottom: 0;
}

.swiper-slide img {
    display: block;
    /* width: 100%;
            height: 100%; */
    object-fit: cover;
}

.iti{
    width: 100%;
}

.pgcroll{
    overflow-y: auto;
    scrollbar-color:#F3F4F6;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px !important;
    color: black !important;
}

  .thin{
            scrollbar-width:none;
            scroll-behavior: smooth;
            overflow-x: auto;
        }
  .thin1{
            scrollbar-width:none;
            scroll-behavior: smooth;
            overflow-y: auto;
      
        }
        .thin:hover{
            scrollbar-width: thin;
        }


    /* call icon */

    header {
	position: sticky;
	top: 0%;
	z-index: 999;
	background-color: #ffffff;
	width: 100%;
	border-bottom: 1px solid #1268b3;
}

.sticky {
	background-color: #ffffff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1280px;
	margin: auto;
    gap: 10px;
	/* width: 90%; */
}



.apply {
	display: flex;
	justify-content: end;
	align-items: center;
	padding-right: 2em;
}

.apply a {
	font-family: 'poppins';
}


/* whatapp */
.circel {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	color: white;
	border: 1px solid black;
	padding: 12px 14px;
	border-radius: 50px;
	text-decoration: none;
}

.circle1::after {
	position: absolute;
	content: "";
	inset: 0;
	animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
	background-color: green;
	border-radius: 100%;
}

.circle1 {
	height: 30px;
	width: 30px;
	position: relative;
	background-color: green;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	border-radius: 100%;
}


@keyframes ping {

	75%,
	100% {
		transform: scale(2);
		opacity: 0;
	}
}


.circle1 i {
	color: white;
}

.num a {
	color: black;
	text-decoration: none;
}

@media (max-width: 600px) {
	.sticky {
		grid-template-columns: 1fr;
		width: 100%;
	}

	/* .sticky img {
		width: 80%;
	} */

	.apply {
		justify-content: center;
		padding: 0;
	}

	body {
		padding-bottom: 60px;
	}
}

.connect-section {
	text-align: center;
	padding: 40px 20px;
	font-family: 'poppins';
}

.contact-table {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: Arial, sans-serif;
	width: auto;
	max-width: max-content;
	margin: auto;
}

.contact-table td {
	border: 1px solid #000;
	padding: 20px 20px;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'poppins';
}

.contact-table .name {
	font-weight: bold;
	font-family: 'poppins';
}

.contact-table .email a {
	color: #0a58ca;
	text-decoration: underline;
	font-family: 'poppins';
}

.contact-table .phone {
	font-weight: bold;
	font-family: 'poppins';
}

.curriculum__title {
	margin-bottom: 1em;
	font-family: 'poppins';
	font-weight: 600;
	font-size: 30px;
	color: #101828;
	text-align: center;
}

@media (max-width: 600px) {

	.box-con {
		width: 50%;
		margin: auto;
		justify-items: center;
		border: 1px solid;
	}

	.box-con p {
		padding: 10px;
		border: 1px solid;
		width: 100%;
		text-align: center;
		font-weight: bold;
	}

	.box-con p a {
		color: #0a58ca;
	}
}


/* CTA Popup */
#ctaPopupOverlay > div {
    max-height: 90vh;
    overflow-y: auto;
}
