:root {
    --primary: #0066CC;
    --secondary: #E8F1F9;
    --dark: #1A1A1A;;
    --accent: #FC6217;
    --light: #F8F9FA;
}

body {
    font-family: 'Inter', sans-serif;
}
pre{
     font-family: 'Inter', sans-serif;
     font-size:16px;
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word; 
}
p{
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;
}
.text-custom{
    color:var(--primary);
}
.bg-custom{
    background-color:var(--primary);
    color:var(--light);
}
.custom-line{
    width: 50px; 
    height: 3px; 
    background-color: var(--primary);
}
.btn-custom{
    border:2px solid var(--primary);
    color:var(--primary);
    background-color:white;
}
.btn-custom:hover{
    color:var(--dark);
    background-color:var(--secondary);
}

.section-badge {
   background:rgba(0,102,204,0.6);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 500;
}
/* Navbar */
  .nav-link {
    position: relative;
    transition: color 0.3s ease;
  }

  .nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0d6efd;
    transition: width 0.3s ease;
  }

  .nav-link:hover::after,
  .nav-link.active::after {
    width: 100%;
  }

  .navbar-brand img {
    border-radius: 50%;
  }



/* Hero Section */
.hero-section {
    background: var(--secondary);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.hero-image {
    position: relative;
}

.hero-image img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

/* About Us */
.about-image {
    border-radius: 20px;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}



.service-card {
    padding: 30px;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
}
.service-card .btn{
    width:60px;
    height:60px;
    border-radius:50%;
    padding:15px;
    font-size:25px;
}
.service-card.featured {
    background: var(--primary);
    color: white;
}

.service-card:not(.featured) {
    background: #fff;
    border: 1px solid #eee;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-top:5px solid var(--primary);
}
.service-card:hover .btn{
    background-color:var(--primary);
    color:white;
    
}


/* why-choose-us */
.why-choose-us {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}


.why-choose-us .number-badge {
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.why-choose-us .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.why-choose-us .feature-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.why-choose-us .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.why-choose-us .icon-wrapper {
    width: 50px;
    height: 50px;
    background-color: rgba(252, 98, 23, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary);
    flex-shrink: 0;
}

.why-choose-us .content h4 {
    margin-bottom: 8px;
    font-size: 18px;
}

.why-choose-us .content p {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
}

.why-choose-us .image-wrapper {
    position: relative;
    padding: 20px;
}

.why-choose-us .main-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.why-choose-us .experience-card {
    position: absolute;
    bottom: 40px;
    left: 0;
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.why-choose-us .exp-icon {
    width: 40px;
    height: 40px;
    background: rgba(13, 110, 253, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #0d6efd;
}

.why-choose-us .experience-card h3 {
    margin: 0;
    color: #0d6efd;
}

.why-choose-us .experience-card p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

.why-choose-us .clients-card {
    position: absolute;
    top: 40px;
    right: 0;
    background: #0d6efd;
    color: white;
    padding: 15px 25px;
    border-radius: 15px;
    text-align: center;
}

.why-choose-us .clients-card .number {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.why-choose-us .clients-card .text {
    font-size: 14px;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .why-choose-us .features-grid {
        grid-template-columns: 1fr;
    }

    .why-choose-us .image-wrapper {
        margin-top: 40px;
    }

    .why-choose-us .experience-card, .clients-card {
        position: static;
        margin-top: 20px;
        display: inline-block;
    }
}

/* Team Section */
.team-member {
  text-align: center;
  padding: 20px;
}
.team-member img {
  width: 150px;
  height: 150px;
  border: 5px solid #2196f3;
  border-radius: 50%;
  object-fit: cover;
}
.team-member h5 {
  margin-top: 15px;
  font-weight: bold;
}
.team-member .role {
  color: #2196f3;
  text-transform: lowercase;
}
.team-member .social-icons a {
  width:35px;
  height:35px;
  color: white;
  background: #2196f3;
  padding: 5px;
  
  border-radius: 50%;
  display: inline-block;
  object-fit:cover;
}
.team-member .social-icons a:hover{
  background-color: black;
}
.team-member .social-icons i{
  font-size:13px;
}

    
    
/* Facilities */
.facility-card {
  border: none;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.facility-card:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
.facility-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
    


/* Event */
.event-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.event-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card:hover .event-img img {
    transform: scale(1.1);
}

.event-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
}

.event-date .day {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
}

.event-date .month {
    display: block;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}

.event-content {
    padding: 20px;
}

.event-content h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.event-content p {
    color: #666;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.btn-outline-primary {
    border-color: #2c3e50;
    color: #2c3e50;
}

.btn-outline-primary:hover {
    background: #2c3e50;
    color: white;
}

@media (max-width: 768px) {
    .event-img {
        height: 180px;
    }
}



/* gallery */
.gallery-card {
  cursor: pointer;
  transition: transform 0.4s ease;
}

.gallery-img {
  transition: transform 0.5s ease;
  width:100%;
  height:250px;
  object-fit:cover;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-card:hover .gallery-img {
  transform: scale(1.08);
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}
    
/*Vision Mission */
.dots-pattern {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 50%;
}

.icon-box {
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-item {
    transition: transform 0.3s ease;
}

.mission-item:hover {
    transform: translateX(10px);
}

.vision-box {
    background: linear-gradient(135deg, var(--primary), #FDBFA1);
    position: relative;
    overflow: hidden;
}

.vision-box::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -75px;
    right: -75px;
}

.vision-icon {
    width: 70px;
    height: 70px;
    background: rgba(0, 102, 204, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .vision-box {
        margin-top: 2rem;
    }
}

/* Footer */
.footer {
    background: linear-gradient(45deg, #1a1a1a, #2c2c2c);
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.footer-links a:hover {
    opacity: 1;
    padding-left: 5px;
    color: var(--bs-primary);
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--primary);
    transform: translateY(-3px);
}

.contact-info li i {
    color: var(--secondary);
}

.contact-info li p {
    opacity: 0.8;
}


.btn-primary {
    padding: 8px 20px;
}

@media (max-width: 768px) {
    .footer-bottom {
        text-align: center;
    }
}

/* Contact */

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

.contact-section .contact-info {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background-color: white;
}




.contact-section .contact-info h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-section .contact-info p {
    color: #6c757d;
    margin-bottom: 0;
}

.contact-section .contact-form {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.contact-section .form-control {
    height: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
}

textarea.form-control {
    height: 150px;
    resize:none;
}



.info-card {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
}

.info-card .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    background: #f8f9fa;
    color: #007bff;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.info-card:hover .icon {
    background: #007bff;
    color: white;
}

.info-card h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}



.contact-section .btn-submit {
    background-color: var(--primary);
    color: white;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.3s;
    border: none;
}

.contact-section .btn-submit:hover {
    background-color: var(--secondary);
}



/* description section */
.description-section {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.image-block {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.image-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.content-block {
  padding: 4rem 2rem;
}

@media (max-width: 991.98px) {
  .description-section {
    flex-direction: column;
  }

  .image-block {
    position: relative;
    height: auto;
  }

  .image-block img {
    height: auto;
  }
}
.logo{
    height:40px;
}

/* Parallax */
.parallax-section {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}


.parallax-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to bottom right, rgba(0,0,0,0.6), rgba(0,0,0,0.7));
  z-index: 1;
}

.parallax-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
  max-width: 800px;
  backdrop-filter: blur(4px);
  border-radius: 1rem;
}

.parallax-content h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.parallax-content p {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #ddd;
}


@media (max-width: 768px) {
  .parallax-content h1 {
    font-size: 2rem;
  }
  .parallax-content p {
    font-size: 1rem;
  }
}
    
    
    
/* Testimonial */
    .testimonial-section {
      padding: 60px 0;
    }

    .testimonial-card {
      background: #ffffff;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease-in-out;
      height: 100%;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    }

    .testimonial-content {
      font-size: 1rem;
      color: #555;
      font-style: italic;
      margin-bottom: 20px;
    }

    .testimonial-author {
      display: flex;
      align-items: center;
    }

    .testimonial-author img {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 15px;
    }

    .author-name {
      font-weight: 600;
      margin-bottom: 0;
    }

    .author-role {
      font-size: 0.9rem;
      color: #888;
    }

    .testimonial-section .section-title {
      font-weight: 700;
      margin-bottom: 40px;
    }
        
        
        
        
/* Social Media Section */

.social-media-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media-section .view-icon {
  color: #fff;
  font-size: 30px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.social-media-section .social-icons {
  color: var(--secondary);
  font-size: 40px;
}

.social-media-section .social-icons i{
    font-size:40px;
}

.social-media-section .position-relative:hover .overlay {
  opacity: 1;
}

.social-media-section  .position-relative:hover .view-icon {
  transform: scale(1);
}

/* CTA section */
.cta-section {
  background: var(--primary);
  color: #fff;
  padding: 60px 0;
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.cta-section .btn-white {
  background-color: #ffffff;
  color: var(--primary);
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 1rem;
  transition: 0.3s ease-in-out;
  border: none;
}

.cta-section .btn-white:hover {
  background-color: #BFDAFF;
  color: #007c91;
}

@media (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }

  .cta-section p {
    font-size: 1rem;
  }
}

/* Banner */
.carousel-section {
	background: #f8f9fa;
	overflow: hidden;
}

.min-vh-75 {
	min-height: 75vh;
}

.carousel-item {
	padding: 4rem 0;
}

.carousel-control-prev,
.carousel-control-next {
	width: 5%;
	opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 2rem;
	border-radius: 50%;
}

.carousel-indicators {
	bottom: 2rem;
}

.carousel-indicators button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 5px;
}

.fade-in-left {
	animation: fadeInLeft 0.5s ease-out;
}

.fade-in-right {
	animation: fadeInRight 0.5s ease-out;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.btn-primary {
	padding: 12px 30px;
	border-radius: 50px;
	transition: all 0.3s ease;
}

.btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0,123,255,0.3);
}

@media (max-width: 991.98px) {
	.carousel-item {
		padding: 2rem 0;
	}
	
	.min-vh-75 {
		min-height: auto;
	}
	
	.col-lg-6:last-child {
		margin-top: 2rem;
	}
}
		
		
		
/* End Banner */


.qualification-badge {
    background: var(--light);
    color: var(--primary);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin: 5px;
    display: inline-block;
}

.heading{
    color: var(--primary);
}
.btn-outline-primary{
    border:2px solid var(--primary);
    color:var(--primary);
}

.btn-outline-primary:hover{
    color:white;
    background-color:var(--primary);
}

.text-primary{
    color:var(--primary)!important;
}
.bg-primary{
    background-color:var(--primary)!important;
}
.bg-custom-color{
    background: linear-gradient(135deg, rgba(252,98,23,0.9), rgba(252,98,23,0.4));
    color:white;
}
.list-unstyled li a{
    color: rgba(255,255,255,0.7);
}
.list-unstyled li a:hover{
    color: rgba(252,98,23,0.8);
}

.img-fit{
    height:50vh;
    width:100%;
    object-fit:cover;
}

.social-card .btn-light{
    padding:20px;
    border-radius:50%;
    background:transparent;
}
.social-card:hover .btn-light{
    color:black;
    background:rgba(255,255,255,0.7);
}
.social-card .btn-light:hover i{
    color:var(--primary);
}
.social-card .btn-light i{
    font-size:18px;
}
