@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
body , html
{
	overflow-x:hidden!important;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%); /* Start off-screen to the right */
    opacity: 0;
  }
  to {
    transform: translateX(0); /* Move to its original position */
    opacity: 1;
  }
}

.slide-right {
  animation: slideInRight 1s ease-in-out;
}



.banner-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}
.banner-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.banner-slide.active {
    opacity: 1;
}
.banner-slide:nth-child(2) {
    animation: fade 15s infinite 5s;
}
.banner-slide:nth-child(3) {
    animation: fade 15s infinite 10s;
}
.banner-slide:nth-child(1) {
    animation: fade 15s infinite 15s;
}

.partners-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
}
.partners-heading {
    font-size: 36px;
    margin-bottom: 30px;
    color: #232323;
}
.partners-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 66px; /* Smaller gap to fit more items in a row */
    margin-bottom: 20px;
}

.partner-logo {
    flex: 0 0 calc(20% - 20px); /* 100% / 5 = 20% */
    max-width: 210px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
    .partner-logo {
        flex: 0 0 calc(50% - 20px); /* 2 per row on tablet */
    }
}
@media (max-width: 480px) {
    .partner-logo {
        flex: 0 0 100%; /* 1 per row on mobile */
    }
}
.partner-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bi{
    line-height: 4.25rem !important;
    color: #000 !important;
}
.partner-logo:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    filter: brightness(1.1) contrast(1.05);
}
.cta-container {
    margin-top: 20px;
}
.cta-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #121212;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.cta-button:hover {
    background-color: #e0e0e0;
    transform: scale(1.05);
}
.carousel-wrapper {
    display: flex;
    position: relative;
    width: 90%;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.carousel-container {
    overflow: hidden;
    padding: 40px 0;
}

.carousel {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

/* Modern Card Design */
.carousel-card {
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 10px;
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    
    box-shadow: rgb(0 0 0 / 3%);
    transition: all 0.3s ease;
    color: #222;
    text-align: left;
    font-family: 'Helvetica Neue', sans-serif;
    position: relative;
}
.slide-left {
  animation: slideInLeft 1s ease forwards;
}
.slide-right {
  animation: slideInRight 1s ease forwards;
}
@keyframes slideInLeft {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
  0% { opacity: 0; transform: translateX(50px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* CSS */
.more-btn {
  background-color: #FFFFFF;
  border: 0;
  border-radius: .5rem;
  box-sizing: border-box;
  color: #044197;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.more-btn:hover {
  background-color: rgb(249,250,251);
}

.more-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.more-btn:focus-visible {
  box-shadow: none;
}
 
/* Gradient Number Styling */
.carousel-card h1 {
    font-size: 48px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: bold;
    background: linear-gradient(90deg, #039dfd, #0071e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
    line-height: 1;
    letter-spacing: 1px;
}

/* Date */
.carousel-card span {
    color: #0071e3;
    font-weight: 600;
     font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
    display: block;
    margin-bottom: 0px;
    text-transform: uppercase;
}

/* Title */
.carousel-card h3 {
    color: #232323;
    font-weight: bold;
     font-family: "Open Sans", sans-serif !important;
    font-size: 20px;
    margin: 0px 0px 15px 0px;
    line-height: 1.5;
}

/* Description */
.carousel-card p {
    color: #444;
  
     font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
}

/* Carousel Nav Buttons */
.carousel-btn-div {
    z-index: 10;
    width: 48px;
    background: linear-gradient(135deg, #0071e3, #039dfd);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}



.carousel-btn {
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

/* Positioning */
.carousel-btn-div.prev {
    margin-right: 15px;
}

.carousel-btn-div.next {
    margin-left: 15px;
}

/* Responsive Behavior */
@media (max-width: 992px) {
    .carousel-card {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .carousel-card {
        flex: 0 0 100%;
    }
}

.image-gallery {
    overflow: hidden;
    padding: 30px;
    justify-content: center;
    display: flex;
  gap: 20px; /* Space between images */
}

.image-gallery img {
  border-radius: 10px; /* Rounded corners */
  width: 400px; /* Set fixed width */
  height: auto; /* Maintain aspect ratio */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Optional shadow effect */
}
  .my-button {
 border: none;
 color: #fff;
 background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
 border-radius: 20px;
 background-size: 100% auto;
 font-family: inherit;
 font-size: 17px;
 padding: 0.6em 1.5em;
}

.my-button:hover {
 background-position: right center;
 background-size: 200% auto;
 -webkit-animation: pulse 2s infinite;
 animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
 0% {
  box-shadow: 0 0 0 0 #05bada66;
 }

 70% {
  box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
 }

 100% {
  box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
 }
}
.custom-button {
    position: absolute;
 
    background-color: #000;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border: none;
    transition: background-color 0.3s;
    border-radius: 20px;
    color: white;
    font-weight: bold; /* Makes text bold */
}

.custom-button:hover {
    background-color: black;
    color: white;
}

:root{
    
    --header-underline: #000;
    --btn-color: #fdfdfd;/* button color*/
    --btn-bg: #000;/* button bg color*/

    --primary-text-color: #242524fd;
    --input-border-color: #000;
}

html {
    scroll-behavior: smooth;
   font-family: Helvetica Neue !important;
}

.khula-font {
    font-family: "Khula", sans-serif;
    font-style: normal;
}

header > .collapsible-header{
    display: flex;
    gap: 1rem;
    width: 100%;
    background-color: none;
    place-content: center;
    overflow: hidden;
    transition: width 0.3s ease;
}

.animated-collapse{
    transition: width 0.3s ease;
}

.header-links {
    display: flex;
    position: relative;
    align-items: center;
    min-width: fit-content;
    border-radius: 25px;
    padding: 5px 10px;
    transition: background-color 0.3s, color 0.3s;
}

/*.header-links:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--header-underline);
    transition: width 0.6s ease 0s, left 0.6s ease 0s;
    width: 0;
  }*/

.header-links a:hover {
   color: blue !important;
}
/*------------------------ footer-section----------------------*/
.footer-section {
  position: relative;
  padding: 60px 0px;
  background: #0A0F2C !important;
}
.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 20px 0px;
}
.footer-logo img {
  width: 150px;
}
.social-icons {
  padding: 10px 0px;
  text-align: center;
}
.social-icons {
  text-align: center;
  margin: 20px 0;
}

.social-icons a {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  color: #ffffff;
  transition: transform 0.3s ease, color 0.3s ease;
}

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


.connect-us{
  padding: 0px 0px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.connect-uss{
  padding: 0px 0px 0px 0px;
  text-align: center;

}
.connect-us i {
  margin-right: 10px;
  color: #03a9f4;
  font-size: 18px;
}

.main-footer .footer-bottom {
    position: relative;
    background: #020b2a;
    padding: 20px 0px;
}
.border-shape {
  background: #039dfd none repeat scroll 0 0;
  color: #232323;
  display: block;
  height: 3px;
  left: 0;
  margin: 20px auto;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 80px;
}
.border-shape::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 80px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 100px;
}
.border-shape::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  right: 80px;
  text-align: center;
  top: 1px;
  width: 100px;
}
.connect-us a{
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  color: #c8c8c8;
}
a{
    text-decoration: none !important;
}
.connect-uss a{
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 100;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  color: #cbcbcb;
  margin: 0px 10px;
}
.copyright p{
    font-size: 15px;

     font-family: "Open Sans", sans-serif !important;
}
.copyright{
  padding:10px 10px 5px 10px;
  background-color:#fff;
  text-align:center;
  color:#232323;
  font-size:12px;
}
.header-white-bg{
    color:white;
}
.footer-bottom{
    background-color: #fff !important;
}

q {
    color: #192650;
    quotes: none;
}

q::before {
    content: "“"; /* Open quote */
    color: #192650; 
    font-size: xx-large; 
    font-family: Revalia;
}

q::after {
    content: "”"; /* Close quote */
    color: #192650; 
    font-size: xx-large; 
    font-family: Revalia;
}


.overlay-gradient{
    background: #00000078;
   
}

.primary-text-color{
    color: var(--primary-text-color);
}

.btn{
    padding: 10px 15px;
    width: max-content;
    color: var(--btn-color);
    background-color: var(--btn-bg);
    justify-content: center;
    align-items: center;
    display: flex;
}

.btn:hover{

}

.input, .input-light{
    padding: 10px 15px;
    outline: none;
    min-width: 100px;
    border: 2px solid #929292;
    transition: border 0.3s;
    color: #000;
    background-color: transparent;
}

.input-light{
    color: #fff;
    border: 2px solid #f0e8e8;
}

.input-light:active, .input-light:focus, .input-light:focus-within{
    border: 2px solid #eaeaeafd;
}

.input:active, .input:focus, .input:focus-within{
    border: 2px solid var(--input-border-color);
}

.slides {
    display: none;
    position: relative;
    height: 100%;
}

/* Navigation dots styling */
.dots-container {
    text-align: center;
    margin-top: 20px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.dots-container .active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}



.footer-link{
    display: flex;
    position: relative;
    align-items: center;
    min-width: fit-content;
    color: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-toggle {
    width: 100%;
    outline: none;
    /* background-color: #000; */
    /* border: 1px solid #ccc; */
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    color: #fff;
    background-color: #000000;
    border: 1px solid #f2f2f2;
    list-style-type: none;
    padding: 0;
    width: 100%;
    left: 0px;
    top: 105%;
    border-radius: 10px;
    overflow: hidden;
}

.dropdown-menu li {
    padding: 8px 12px;
    /* cursor: pointer; */
}

.dropdown-menu li:hover {
    background-color: #6c6c6c84;
}

.review-container {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.review-slide {
    display: none;
    padding: 20px;
    text-align: center;
}

.fade {
    animation: fadeEffect 1s ease-in-out;
}

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


.stars {
    display: inline-block;
    font-size: 40px;
    cursor: pointer;
}
.stars .star {
    color: #ccc;
    transition: color 0.2s;
}
.stars .star:hover,
.stars .star.active {
    color: gold;
}


@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@media not all and (min-width: 1024px) {
    header .collapsible-header {
        position: absolute;
        right: 0px;
		top: inherit;
        flex-direction: column;
        opacity: 0;
        height: 100vh;
        height: 100dvh;
        width: 0vw;
        justify-content: space-between;
        padding: 5px;
        padding-top: 10%;
        padding-bottom: 5%;
        place-items: end;
        background-color: #fff;
        color: white;
        overflow-y: scroll;
        box-shadow: 2px 0px 5px #000;
    }

    .header-links{
        color: white;
    }
    
    .overlay-gradient{
        background: unset;
        background: unset;
    }

}

@media screen and (max-width: 960px) {
	.order1 {
    order: 1!important;
  }

  .order2 {
    order: 2!important;
	margin-top:1em!important;
  }
      .tw-fixed 
  {
    background: transparent !important;
	border-radius:0px!important;
	margin-left:0em!important;
	margin-top:0em!important;
	align-items:center!important;
	width:100%!important;
  }
  .tw-text-7xl {
    font-size: 2.5rem!important;
    line-height: 1;
}
.carousel-card
{
	flex: 0 0 calc(94% - 0px)!important;
}
.tw-text-5xl {
    font-size: 1.5em!important;
}
.d-none
{
	display:none!important;
}
.bdr
{
	width:20%!important;
	align-items:center!important;
	text-align:center!important;
	display: flex;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto !important; /* Centers the element */
}
.partner-logo {
flex: 0 0 calc(50% - 40px)!important;}

.ft.tw-flex {
    display: block!important;
	align-items:center!important;
	text-align:center!important;
}
.image-gallery .img-50
{
	width:50%!important;
}
  .f-25
  {
  font-size:15px!important;
  }
 .m-w 
  {
    max-width:100%!important;
  }
}

.button1 {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff !important;
  cursor: pointer;
  background-color: #7d2ae8;
  transition: all 0.2s ease;
}

.button1:hover {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff !important;
  cursor: pointer;
  background-color: #6225e6;
  transition: all 0.2s ease;
}