
    @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
    
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
    
    
    body { 
        margin: 0;
        background: #cceded; /*linear-gradient(-45deg, #1abc9c, #1abc9c, #23a6d5, #23d5ab);*/
        overflow-x: hidden; /* Hide horizontal overflow */
        overflow-y: auto; /* Enable vertical scrolling */
        height: 100%;
        font-family: 'Montserrat', sans-serif;
        padding-top:120px;
    }     

        .carousel { 
   
            height:100vh;
  
        }
        .carousel-item {
            
            max-width:100%;
         
            overflow: hidden; /* This ensures that any overflow is hidden */
            
        }
        
        .carousel-image {
            width: 100%;
            height: 50%;
            object-fit: cover; /* This makes the image cover the entire container while maintaining its aspect ratio */
        }
      .social-icons a {
            font-size: 18px;
            margin-right: 10px;
            color: white;
        }
        .circular {
        
        position: relative;
        width: 200px;
        height: 200px;
        overflow: hidden;
        border-radius: 50%;
      }

    
     .icon-box {
            position: relative;
            text-align: center;
            padding: 40px 20px;
            background: #f8f9fa;
            border-radius: 10px;
            transition: all 0.3s ease-in-out;
            height: 360px; /* Adjust height as needed */
            
        }
        .icon-box .icn{
            
            margin-top: 60px;
           
            
        }
        
        .icon-box .details {
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
            vertical-align:middle;
            margin-bottom:60px;
        }
        .icon-box:hover {
            background: #1abc9c;
            color: #fff;
        }
        .icon-box:hover .icon {
            color: #1abc9c;
        }
        .icon-box:hover .details {
            opacity: 1;
        }
        .icon-box:hover .summary {
            opacity: 0;
        }
        .details {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .contact-form .form-control {
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            box-shadow: none;
            transition: border-color 0.2s, box-shadow 0.2s;
            margin-bottom: 0.8rem; /* Adjust this value as needed */
        }
        .contact-form .form-control:focus {
            border-color: #80bdff;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }
        .contact-form .btn-primary {
            background-color: #007bff;
            border-color: #007bff;
            transition: background-color 0.2s, border-color 0.2s;
        }
        .contact-form .btn-primary:hover {
            background-color: #cceded;
            border-color: #004085;
            color:white;
        }
        
   


.container-contact {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
 /* background-color: #fafafa; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:50px;
  
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #1abc9c;
  position: relative;
}
.contact-form .title
{ 
    text-align:center;
}
.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #1abc9c;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 0.5px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 99;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 0.5px solid #fafafa;
  font-size: 0.95rem;
  color: #1abc9c;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;

}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
  align-items:center;
}

.contact-info .title {
  color: #1abc9c;
 /* margin-top:150px; */
 text-align:center;
}

/*
@media (max-width:992px)
{
    .contact-info .title {
      margin-top:20px;
    }
}
*/

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}
/*
.information {
  display: flex;
  color: #555;
  margin: 1rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #1ABC9C;
 
}
*/

.information {
            display: flex;
            align-items: center;
            color: #555;
          /*  margin: 1rem 0; */
            font-size: 0.95rem;
        }

        .information i {
            color: #1ABC9C;
        /*    margin-right: 0.8rem; */
           
        }

        .information a {
            text-decoration: none;
            color: inherit;
        }

        .information a:hover {
            color: #1ABC9C;
        }

        .information p {
            margin: 0; /* Remove default margin */
            font-size: 0.95rem;
            margin-left:15px;
            
        }
        @media (max-width: 768px) {
             .information p {
            margin: 0; /* Remove default margin */
            font-size: 0.8rem;
            margin-left:15px;
            
            }
        }
.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1abc9c, #149279);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #1abc9c;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .social-media p {
    font-size: 0.8rem;
  }

 
  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

  .floating-button {
            position: fixed;
            top: 70%;
            right: 30px;
            z-index: 10000;
            transform: translateY(-50%);
            animation: float 1s ease-in-out infinite;
            width:200px;
            height:50px;
            background:#da0000;
            color:white;
            font-size:1.2rem;
            padding:5px 5px 5px 5px ;
            border:none;
            border-radius:25px;
           
          
        }
        
        .floating-button:hover, .floating-button:focus, .floating-button:active { 
            background:#149279;
            color:white;
            border:none;
        }

        @keyframes float {
            0% {
                transform: translateY(-50%);
            }
            50% {
                transform: translateY(-60%);
            }
            100% {
                transform: translateY(-50%);
            }
        }
        
        @media (max-width:992px)
        {
            .floating-button { 
                width:125px;
                height:50px; 
            }
        }
 

.section-img {
    padding: 50px 0;
    
} 


/*
.shadow-image {
    width: 300px; 
    height: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); 
} */


.content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.content img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
    
}
.text {
    flex: 1;
    padding: 0 20px;
}

.heading { 
    font-weight:900;
    text-align:center;
}
.heading, .description {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}
@media (max-width: 767px) {
    .content {
        flex-direction: column;
        text-align: center;
    }
    .image {
        order: 3;
    }
    .text {
        order: 1;
        padding: 20px 0;
    }
}
@media (prefers-reduced-motion: no-preference) {
    .image[data-direction="right"] {
        transform: translateX(100%);
    }
    .image[data-direction="left"] {
        transform: translateX(-100%);
    }
}

@keyframes translateLeftToRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

/*index styles*/


    .heading
    {
        color:#1abc9c;
        text-align:center;
        padding:15px;
        text-transform:uppercase;
    }

    .parallax {
            background-image: url('img/parallax.jpeg');
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 50vh;
            display: flex;
            justify-content: center;
            align-items: center;
            
            
          
    }
    
    @media (max-width:992px)
    {
        .parallax {
            height: 60vh ;
        }
    }
    .rising-star
        {
            background-color:#B7FAD5;
            padding-top :20px;
            border-radius:0px 0px 20px 20px; 
            
    }
    
    .student-profile {
            color:black;
            text-align:center;
    }
    
    .student-profile h5 {
            padding:5px;
    }
    .student-profile p {
            padding:5px;
    }
    
    .section-counter {
            width:100%;
            background:#B7FAD5;
            display: inline-flex;
            align-items: center;
        
    }
    
    .counter-section {
           padding-top:10px;
        /*    background-color: #B7FAD5;  */
            text-align: center;
            width:100vw;
        /*    border-bottom:10px solid #40e0d0; */
            padding:20px 0;
        /*    border-radius:20px 20px 0px 0px; */
            
    }
    .counter-box { 
       position: relative;
       text-align: center;
       border-right:1px solid #1abc9c;
       border-left:1px solid #1abc9c; 
       padding-bottom:15px;
 
    }
    

    .counter-section .type {
    
            color:#1abc9c;
            font-size:3em;
            padding:30px;
    }
    .counter {
            font-size: 3rem;
            font-weight: bold;
            color: #343a40;
            
    }
    .counter-title {
            font-size: 1.25rem;
            margin-top: 5px;
            padding:5px;
    }
    .mvv .icn{
            
            font-size: 3em;
            margin-bottom: 20px;
            color: #1abc9c;
            vertical-align:middle;
    }
    
    .marquee-wrapper {
            position: relative;
            width: 100vw;
          
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
    }
    .marquee-container {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
            background-color: #8ff7ed; /* Red background to act as a ribbon */
            color: black;
            padding: 20px 0; /* Padding to make the ribbon thicker */
            transform: rotate(0deg);
    }
    .marquee {
            display: inline-block;
            animation: marquee 6s linear infinite;
            white-space: nowrap;
    }
    .marquee span {
            display: inline-block;
            padding-left: 50%;
    }
    .marquee span::after {
            content: attr(data-text);
            padding-left: 50%; /* Space between the repetitions */
    }
        
    @keyframes marquee {
            0% {
                transform: translateX(0%);
            }
            100% {
                transform: translateX(-100%);
            }
    }
        
    .twinkle {
            animation: twinkle 1.5s infinite;
        }

    @keyframes twinkle {
            0%, 100% {
                opacity: 1;
                transform: scale(1);
            }
            50% {
                opacity: 0.2;
                transform: scale(1.2);
            }
    }

    .about-us {
            padding: 50px 20px;
            width:100%;
            margin: 0 auto;
            background-color: rgba(0, 0,0, 0.6);
        /*    border-radius: 10px; */
            height:100%;
            overflow-y:hidden;
            z-index: 2; /* Ensure it appears above the background overlay */
            display: flex;
            justify-content: center;
            align-items: center;
        /*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
    }

    .about-us h1 {
            font-family: 'Lora', serif;
            font-size: 2.5em;
            text-align: center;
            color: white;
            text-transform:uppercase;
            
    }

        .about-us p {
            font-size: 1.2em;
            line-height: 1.6;
            color: white;
            margin-bottom: 20px;
    }

    .about-us p.important {
            font-family: 'Montserrat', serif;
            font-weight: 500;
            color: #333;
    }

    .about-us p.mission {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            color: #333;
    }
         @media (max-width: 576px) {
        
             .carousel, .marquee-wrapper, .counter-section, .rising-star, .parallax, .container-contact, .footer, .navbar {
            
                 min-width:100%;
                 overflow-x:hidden;
                
             }
           
             .about-us p {
            
                 font-size:1rem;
             }
             .about-us h1
             {
            
                 font-size:1.6rem;
             }
             .counter-section, .rising-star { 
            
                border-radius:0px;
            }
        }
        
        .text-with-lines {
            display: flex;
            align-items: center;
            text-align: center;
        }

        .text-with-lines::before,
        .text-with-lines::after {
            content: '';
            flex: 1;
            border-bottom: 2px solid black;
            margin: 0 10px; /* Space between text and line */
        }

        .text-with-lines span {
            white-space: nowrap; /* Prevent text from breaking */
        }
        .input-container input::placeholder, textarea::placeholder{
            color: white;
        }
        
.join-community {
 /* background-color: #007bff; /* Light navy background color */
 /* color: #fff; /* White text color */
  padding: 50px 20px; /* Padding around the section */

}

.join-container {
  width: 90%;
  
  margin: 0 auto; /* Center the container */
  display: flex;
  align-items: center;
  padding:50px 50px;
/*  border-radius:10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
}

@media (max-width:992px)
{ 
    .join-community { 
        width:100%;
        
    }
}

.join-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.join-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.join-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.enquire-btn {
  padding: 10px 20px;
  background-color: #007bff; /* Button background color */
  color: #fff; /* Button text color */
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-self: flex-start; /* Align the button to the start of the flex container */
}

.enquire-btn:hover {
  background-color: #0056b3; /* Button hover color */
}

.join-image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; /* Optional: Add some rounding to the corners of the image */
}


