body {
    margin: 0;
    padding: 0;
}




.main {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    background: url("./images/aboutus.jpg") center/cover no-repeat;
    
    text-align: justify;
    color: white;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.5);
}

/* Add an overlay to make the image lighter */
.main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background-color: rgb(227 217 217 / 0%); /* Adjust the opacity as needed */
}

.bg {
    width: 100%;
    max-width: 800px; /* Limit the width to ensure readability on larger screens */
    margin: 30px auto; /* Center the content horizontally */
    padding: 15px;
    color: black;
}

.bg h2 {
    font-size: 3rem; /* Decrease the font size for better readability */
    font-family: Montserrat, sans-serif; /* Specify a fallback font family */
    font-weight: bold;
    text-align: center !important;
    margin-bottom: 10px; /* Add some space below the heading */
}

.bg h4 {
    font-size: 1.5rem; /* Decrease the font size for better readability */
    text-align: center !important;
    font-weight: bold;
}

.bg p {
    color: black;
    font-size: 2rem; /* Decrease the font size for better readability */
    font-family: 'Open Sans', sans-serif; /* Specify a fallback font family */
    line-height: 1.6; /* Increase the line height for better readability */
}

/* For screens smaller than 768px (e.g., smartphones) */
@media (max-width: 767px) {
    .bg h2 {
        font-size: 2rem; /* Decrease the font size for smaller screens */
    }

    .bg h4 {
        font-size: 1.2rem; /* Decrease the font size for smaller screens */
    }

    .bg p {
        font-size: 1.4rem; /* Decrease the font size for smaller screens */
    }
}

/* For screens between 768px and 991px (e.g., tablets) */
@media (min-width: 768px) and (max-width: 991px) {
    .main {
        height: auto; /* Change height to auto for smaller screens */
    }

    .bg {
        margin: 15px; /* Decrease margin for smaller screens */
        padding: 10px; /* Decrease padding for smaller screens */
    }

    .bg h2 {
        font-size: 2.5rem; /* Adjust font size for smaller screens */
    }

    .bg h4 {
        font-size: 1.3rem; /* Adjust font size for smaller screens */
    }

    .bg p {
        font-size: 1.6rem; /* Adjust font size for smaller screens */
    }
}

/* For screens larger than 992px (e.g., desktops) */
@media (min-width: 992px) {
    .main {
        height: 600px; /* Reset height for larger screens */
    }

    .bg {
        margin: 30px auto; /* Reset margin for larger screens */
        padding: 15px; /* Reset padding for larger screens */
    }
}
@media (max-width: 350px) {
    .bg h2 {
        font-size: 2rem; /* Decrease the font size for smaller screens */
    }

    .bg h4 {
        font-size: 1.2rem; /* Decrease the font size for smaller screens */
    }

    .bg p {
        font-size: 1rem; /* Decrease the font size for smaller screens */
    }
}



.two {
    width: 100%;
    background-color: #f0f0f0; /* Background color for the section */
    padding: 30px 10px; /* Add padding to the section */
}

.card {
    display: inline-block;
    height: 90%;
    border: 5px solid orange; /* Orange border for the card */
    border-radius: 10px; /* Rounded corners for the card */
    background-color: white; /* White background for the card */
    margin-bottom: 30px; /* Add some space between cards */
}

.card-title {
    color: darkgreen; /* Dark green text color for card titles */
    font-size: 1.5rem; /* Font size for card titles */
    font-weight: bold; /* Bold font weight for card titles */
}

.card-text {
    color: darkgreen; /* Dark green text color for card content */
}

/* about usa page  */

.bg-image {
  background-image: url('https://www.studyaustralia.gov.au/adobe/dynamicmedia/deliver/dm-aid--aaed885e-5496-444c-9b2d-e18cd333731c/ravin-from-india-3x1.jpg?quality=82&width=1320&preferwebp=true');
  background-color: var(--color-primary);
  background-repeat: no-repeat;
  background-size: cover; /* Cover the entire background */
  padding: 20px 10px;
}

  .bg-image h2{
    
    color: white;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 40px;
  }

  .bg-image p{
    color: white;
    font-size: 2rem;
    letter-spacing: 10px;
    font-weight: bold;
  }
  
  
  .row {
    display: flex;
    align-items: center;
  }
  
  .cen{
    text-align: left;
  }

@media (max-width:576px) {
    .bg-image{
        background-size: cover;
        /* height: 189px; */
    }
    .bg-image h2 {
        font-size: 0.7rem;
        margin-top: 10px;
      }
      .bg-image P{
          font-size: 0.5rem;
          letter-spacing: 2px;
      }
}

  @media (min-width: 576px) and (max-width: 768px) {
    .bg-image h2 {
      font-size: 2rem;
    }
    .bg-image P{
        font-size: 1.5rem;
        letter-spacing: 5px;
    }
    .bg-image{
        background-size: contain;
        height: 256px;
        
    }
  }
  
  @media (min-width: 768px) and (max-width: 992px) {
    .bg-image h2 {
      font-size: 2.3rem;
    }

    .bg-image{
        background-size: contain;
        
    }
  }

 
  
  @media (min-width: 1025px){
    .bg-image h2 {
      font-size: 2.4rem;
    }

    .bg-image{
        background-size: cover;
        height: 480px;
        
    }
    .nav-link{
        margin: 10px !important;
        font-size: 1.5rem;
    }
  }

  /* for the about usa div box  */

  .maincontainer {
    padding: 50px 0;
  }
  
  .sechead {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bolder;
    color: orange;

  }
  
  /* .row {
    display: flex;
    justify-content: center;
  } */
  
  .content-box {
    background-color: #fff;
    padding: 20px;
    color: green;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
    border: 2px solid orange;
  }
  
  .content-box h2 {
    text-align: left;
    font-weight: bold;
    font-size: 2.5rem;
  }
  
  .content-box p {
    text-align: justify;
  }


  /* why choose us section  */

  .feature-box {
    background-color: #fff;
    padding:50px;
    height: 350px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 30px;
  }
  
  .feature-box i {
    color: #17a2b8; /* Adjust icon color as needed */
    margin-bottom: 20px;
    
  }

  
  .feature-box h3 {
    font-size: 2rem;
    text-align: center;
    margin: 15px;
    color: green;
    
  }
  
  .feature-box p {
    font-size: 16px;
    color: green;
  }
  
/* application process syste */

.applicaion {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
  }

  .cta-section {
    background-color: #17a2b8;
    color: #fff;
    padding: 30px;
  }
  .section-heading {
    text-align: center;
    margin-bottom: 30px;
    color: orange;
  }

  .admissions-process {
    padding: 30px 0;
  }

  .step {
    position: relative;
    margin-bottom: 40px;
  }

  .step .circle {
    position: absolute;
    left: -20px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(235, 185, 22); /* Adjust circle color as needed */
  }

  .step h3 {
    font-size: 24px;
    margin-left: 30px;
    color: orange;
  }

  .step p {
    font-size: 16px;
    line-height: 1.6;
    margin-left: 30px;
    color: green;
  }

  /* Style for the vertical line */
  .step:not(:last-child)::after {
    content: '';
    position: absolute;
    height: calc(100% - 10px); /* Adjust height to match your content */
    width: 2px;
    background-color:green; /* Adjust line color as needed */
    top: 10px;
    left: -9px; /* Adjust left position to align with circle */
  }

/* faq section for the site  */

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .faq {
    background-color: transparent;
    border: 1px solid #9fa4a8;
    border-radius: 10px;
    margin: 20px 0;
    padding: 30px;
    position: relative;
    overflow: hidden;
    
    transition: 0.5s ease;
  }
  
  .faq.active {
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  
  .faq.active::before,
  .faq.active::after {
    content: "\f086";
    font-family: "Font Awesome 5 Free";
    color: #2ecc71;
    font-size: 7rem;
    position: absolute;
    opacity: 0.2;
    top: 5px;
    left: 4px;
    z-index: 0;
  }
  
  .faq-title {
    margin: 0 35px 0 0;
    color: orange;
  }
  
  .faq-text {
    display: none;
    margin: 30px 0 0;
    color: green;
    line-height: 30px;
  }
  .fa-answer{
    margin: 20px;
  }
  
  .bold{
    font-weight: bold;
  }
  .faq.active .faq-text {
    display: block;
    transition: 1s ease-in-out;
  }
  
  .faq-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
  }
  
  .faq-toggle:focus {
    outline: 0;
  }
  
  .faq-toggle .fa-times {
    display: none;
  }
  .faq.active .faq-toggle .fa-times {
    color: white;
    display: block;
  }
  
  .faq.active .faq-toggle .fa-chevron-down {
    display: none;
  }
  
  .faq.active .faq-toggle {
    background-color: #9fa4a8;
  }
  


  /* terms and condition pages */

  