@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cinzel:wght@400..900&family=Kalnia:wght@100..700&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sigmar+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar-brand{
    font-family: "Playfair Display SC", serif;
    font-size: 17px;
    font-weight: bold;
    padding-right:20px;
}

.navbar-toggler{
  background: white;
  transform:translateY(-2px);
}





.head1{
    text-align: center;
    color:#ffffff ;
    margin-top: 150px;
    font-size: 40px;
    font-weight: bold;
}

.offcanvas-body .navbar-nav .nav-link{
    font-family: "Parkinsans", sans-serif;
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

.offcanvas-body{
    gap: 0.5rem;
}


.par1,.par2{
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
    font-weight: bold;
   background: linear-gradient(45deg, #078be4 , rgb(235, 25, 182));
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.card-img-top{
    width: 100%;
    height: auto;
    max-width: 1200px;
}

.card-title{
    font-weight: bold;
    
}


.offcanvas-body .navbar-nav .nav-link.active{
    color:#0cf0be;
    font-weight: bold;
    }

    .offcanvas-body .navbar-nav .nav-link:hover{
        color:#0cf0be;
        transform: scale(1.3);
        transition: 0.3s ease;
    }


 .Socials:hover{
 transform: scale(1.3);
transition: 0.3s ease;
}


.Socials{
    display: flex;
    gap: 0.5rem;
    font-size: 14px;
    align-items: center;
    margin-left: auto;
    order: 3;
   
}                                                                                                           

.navbar .offcanvas > .offcanvas-body {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar .offcanvas > .offcanvas-body > .offcanvas-body {
    flex: 0 0 auto;
    padding: 0;
}

@media (max-width: 991px) {
    .navbar .offcanvas > .offcanvas-body {
        align-items: flex-start;
        flex-direction: column;
    }

    .navbar .offcanvas > .offcanvas-body > .offcanvas-body {
        width: 100%;
    }

    .navbar .Socials {
        margin-left: 0;
        order: 2;
    }
}

.img-d{
    padding-right: 1.2rem;
}

.logo1{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
    
}

.dropdown-item{
    color: rgb(255, 255, 255);

}

.carousel-item{
    display: flex; 
    justify-content: center;     
     padding-left: 50px;
     padding-right: 50px;
    
}

.navbar{
    background: linear-gradient(45deg, #1E6FB8 ,  rgb(224, 34, 34));
}

.navbar .nav-link{
    font-size: 18px;
    font-weight: bold;
    color: white;
}


.fa-brands{
    color: white;
}


/* FOOTER BACKGROUND */
.fort {
  background: linear-gradient(45deg, rgb(140, 0, 255), #0da6ff);
   background-attachment: fixed;
  padding-top: 20px;
  padding-bottom: 20px;
  
}

/* PREVENT COLUMN STRETCHING */
.fort .row {
  align-items: flex-start;
}

/* COLUMN TEXT */
.fort .col {
  font-weight: 500;
  font-size: 15px;
  color: white;
}

/* HEADINGS */
.fort h3 {
    color: white;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

/* PARAGRAPH */
.parAbout {
  
  font-size: 20px;
  line-height: 1.6;
  max-width: 250px;
  margin-bottom: 8px;
  color: white;
}

/* LIST STYLE (SCOPED TO FOOTER ONLY) */
.fort ul {
  margin: 0;
  padding: 0;
}

.fort ul li {
  list-style: none;
  color: white;
  margin-bottom: 6px;
  transition: 0.3s;
}

/* LINK STYLE */
.opts a {
  color: white;
  text-decoration: none;
}

/* LINK HOVER */
.opts ul li:hover {
  text-decoration: underline;
  transform: translateX(5px);
}

/* SMALL ICONS */
.fa-arrow-right {
  font-size: 14px;
  margin-right: 5px;
}

/* SOCIAL CONTAINER */
.social {
  display: flex;
  gap: 12px;
  padding-left: 10px;
}

/* SOCIAL ICONS */
.social i {
  font-size: 22px;
  transition: 0.3s ease;
  display: inline-block;
}

/* HOVER EFFECT */
.social i:hover {
  transform: scale(1.2);
}

/* INDIVIDUAL COLORS */
.fa-x-twitter:hover {
  color: #000;
}

.fa-facebook:hover {
  color: #1877f2;
}

.fa-instagram:hover {
  background: linear-gradient(
    45deg,
    #f58529,
    #dd2a7b,
    #8134af,
    #515bd4
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-youtube:hover {
  color: #ff0000;
}

.fa-tiktok:hover {
  color: #25f4ee;
}

/* ACTIVE CLICK EFFECT */
.social i:active {
  color: rgb(53, 245, 28);
}

.fa-square-phone{
  font-size: 28px;
}


/* DIVIDER LINE */
.footerhr {
  border: none;
  height: 1px;
  background:white;
  margin: 20px 0;
}

/* COPYRIGHT */
.copyright {
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 500;
}

/* COPYRIGHT ICONS */
.fa-heart {
  color: red;
  font-size: 14px;
}

.fa-circle {
  font-size: 10px;
}

.fa-circle-dot{
  font-size: 7px;
}

.icon-circle {
  width: 30px;              /* circle size */
  height: 30px;
  border-radius: 50%;       /* makes it a circle */
  background-color: orange; /* your background color */
  
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  
  font-size: 20px;          /* emoji size */
  color: white;             /* optional */
  
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* optional glow */
}

.fa-link{
  width: 30px;              /* circle size */
  height: 30px;
  border-radius: 50%;       /* makes it a circle */
  background-color: rgb(0, 140, 255); /* your background color */
  
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  
  font-size: 20px;          /* emoji size */
  color: white;             /* optional */
  
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* optional glow */
}

.fa-briefcase{
    width: 30px;              /* circle size */
  height: 30px;
  border-radius: 50%;       /* makes it a circle */
  background-color: rgb(223, 37, 213); /* your background color */
  
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  
  font-size: 20px;          /* emoji size */
  color: white;             /* optional */
  
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* optional glow */
}

.fa-globe{
   width: 30px;              /* circle size */
  height: 30px;
  border-radius: 50%;       /* makes it a circle */
  background-color: rgb(37, 223, 121); /* your background color */
  
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  
  font-size: 20px;          /* emoji size */
  color: white;             /* optional */
  
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* optional glow */

}

.phone{
  width: 30px;              /* circle size */
  height: 30px;
    border-radius: 50%;       /* makes it a circle */
  background-color: rgb(255, 255, 255); /* your background color */
  
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  
  font-size: 20px;          /* emoji size */
  color: white;             /* optional */
  
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* optional glow */
}

.style-phone{
    display: flex;
    gap: 0.5rem;
}





/* Make nav item relative */
.program-item {
    position: relative;
}

/* Hide dropdown initially */
.program-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 200px;
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    z-index: 9999;
}

/* Show on hover (DESKTOP ONLY) */
@media (min-width: 992px) {
    .program-item:hover .program-dropdown {
        display: block;
    }
}

/* Dropdown links */
.program-dropdown li a {
    font-family: "Parkinsans", sans-serif;
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
}

.program-dropdown li a:hover {
    background: #f2f2f2;
}

/* Mobile: always show dropdown as normal list */
@media (max-width: 991px) {
    .program-dropdown {
        display: block;
        position: static;
        background: transparent;
        box-shadow: none;
        padding-left: 15px;
    }

    .program-dropdown li a {
        color: #fff;
    }
}



/* GROUP DROPDOWN */
.group-item {
    position: relative;
}

.group-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 200px;
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    z-index: 9999;
}

/* Desktop hover */
@media (min-width: 992px) {
    .group-item:hover .group-dropdown {
        display: block;
    }
}

/* Links */
.group-dropdown li a {
    font-family: "Parkinsans", sans-serif;
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
}

.group-dropdown li a:hover {
    background: #f2f2f2;
}


@media (max-width: 991px) {
    .group-dropdown {
        display: block;
        position: static;
        background: transparent;
        box-shadow: none;
        padding-left: 15px;
    }

    .group-dropdown li a {
        color: #fff;
    }
}




