@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

* {
  font-family: "League Spartan", sans-serif;
}



/* h1,h2,h3{
  color: #1C428B;
} */
span {
  color: #F68C20 !important;
}


.hero-section {
background-image: url('assest/stud1.png');
  /* Add your image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  color: #fff;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.hero-btn {
  padding: 10px 20px;
  font-size: 1.3rem;
  transition: all 0.5s ease;
  background-color: #001a4a;
  color: #fff;
}

.hero-btn i {
  font-size: 15px !important;
}

.hero-btn:hover {
  background-color: #121212;
  color: #fff;
  transform: scale(1.1);
  border: none;

}

/* Custom Styles */
.navbar {
  padding: 15px;
}

.navbar-brand {
  font-size: 24px;
  font-weight: bold;
}

.navbar-toggler {
  border: none;
}

/* Custom Smooth Transition for Offcanvas */
.offcanvas-start {
  transition: transform 0.4s ease-in-out;
  /* Smooth sliding effect */
  width: 250px;
  /* Adjust the width if needed */
}

.nav-item {
  padding: 0 5px;
}

.nav-item .nav-link {
  font-size: 20px;
  font-weight: 400;
  /* text-transform: uppercase; */
  color: #000 ;
}

/* Add Line Below Nav Links on Hover */
.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 5px;
  /* Space for the line */
}

/*  */
/* Line Effect using ::after *
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #011b37;
  /* Line color (blue in this case) *
  transition: width 0.3s ease-in-out;
  /* Smooth transition */
/* } */

/* On hover, the line expands 
.navbar-nav .nav-link:hover::after {
  width: 100%;
  /* Full width on hover 
}

/* Customize the dropdown menu */
.dropdown-menu {
  /* border-radius: 0.5rem; */
  border: none;
  /*width: 300px !important;*/
  padding: 0.5rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  /* Adds shadow to the dropdown */
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* Adds smooth transition */
  transform: translateY(-10px);
  /* Initial position */
  opacity: 0;
  /* Initially invisible */
  display: none;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
  /* Smooth transition to visible state */
}

/* Dropdown link styling */
.dropdown-item {
  padding: 10px 20px;
  border-bottom: 1px solid rgb(189, 189, 189);
  font-size: 18px;
  color: rgb(66, 65, 65);
  transition: background-color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

#about-us {
  background-color: #F4F8FA;
  padding: 100px 20px 80px 20px !important;

}

/* Animation for Image */
.animated-img {
  animation: moveUpDown 2s ease-in-out infinite;
}

.about-img1 {
 width:100%;
  border-radius: 5px;
  border: 2px solid rgba(249, 200, 200, 0.331);
}

.about-img2 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -50px;
  right: 0px;
  border-radius: 10px
}

/* Keyframes for Up-Down Animation */
@keyframes moveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }
}

/* Centering content for each column */
#about-us h5,
#about-us h2,
#about-us p,
#about-us ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

/* Design enhancements for About Us */
#about-us h2 {
  font-weight: 700;
  font-size: 40px;
}

.why-choose-section h2 {
  font-weight: 700;
  font-size: 40px;
}

#about-us p {
  font-size: 18px !important;
  color: rgb(108, 108, 108);
}

#about-us ul {
  margin-top: 20px;
  text-align: left;
}

#about-us ul li {
  font-size: 17px;
  margin-bottom: 10px;
  color: rgb(70, 70, 70);
}

/* service */
.service-box {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.service-box i {
  font-size: 50px;
  color: #007bff;
  display: block;
  margin-bottom: 10px;
}

.service-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 14px;
}

/* Hover Effects */
.service-box:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  /* Shadow effect */
}

/* Title and Description Styles */
 h2 {
  font-size: 2.4rem;
  /* Adjust title size */
  font-weight: 700;
  /* Bold title */
  color: #333;
  /* Title color */
}

.service-description {
  font-size: 1rem;
  /* Description size */
  color: #666;
  /* Description color */
  margin-bottom: 40px;
  /* Space below description */
}

/* footer----------- */


.services-section {
  background-color: #f8f9fa;
}

.service-column {
  /* padding: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-column a{
    text-decoration:none;
}
.service-item {
  display: flex;
  height: 120px;
  /* Fixed height */
  border-radius: 10px;
  padding: 20px 0;
  overflow: hidden;
  width: 100%;
  transition: transform 0.3s ease;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
}

.service-item:hover {
  transform: scale(1.05);
}

/* Image Section (Left) */
.image-section {
  /* width: 80%;  Takes half of the space */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
}

.image-section img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  /* border-radius: 50%;  Circular Image */
}

/* Service Tag Section (Right) */
.service-tag {
  width: 50%;
  /* Takes half of the space */
  display: flex;
  justify-content: center;
  align-items: left;
  text-align: left;
}

.service-tag h4 {
  margin: 0;
  padding: 10px;
  font-size: 1.2rem;
  color: #333;
  transition: color 0.3s ease;
}

.service-item:hover .service-tag h4 {
  color: #007bff;
}

/* Unique background colors for each service column */
.service-column-1 .service-item {
  background-color: #DBF1F4;
}

.service-column-2 .service-item {
  background-color: #F4F1E4;
}

.service-column-3 .service-item {
  background-color: #f4e0e9;
}

.service-column-4 .service-item {
  background-color: #EBF6E8;
}

.service-column-5 .service-item {
  background-color: #EBF6E8;
}
#mobile-business{
  display: none !important;
}
/* Responsive Design */
@media (max-width: 767.98px) {
  .service-item {
    flex-direction: column;
    height: auto;
  }

  .image-section {
    width: 90px;
    /* Full width on mobile */
  }

  .image-icon {
    width: 150px;
    height: 150px;
    padding: 40px;

  }
.business-section{
  display: none !important;
}
  .service-tag {
    width: 100%;
    /* Full width on mobile */
  }
  #mobile-business{
    display: block !important;
  }
  .image-section img {
    width: 60px;
    height: 60px;
    /* Reduce size for mobile */
  }
  .about-img1{
    width: 100%;
    height: 100%;
  }
  .about-img2{
    width: 160px;
    height: 160px;
    left: 0;
  }
  .service-title, .business-section h2, .why-choose-section h2{
font-size: 30px !important;
  }
}

.info-box {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; /* Default margin between boxes */
}

/* Adjust spacing for mobile (screens below 576px) */
@media (max-width: 576px) {
  .business-content .row {
      display: flex;
      flex-direction: column; /* Stack boxes vertically */
      justify-content: space-between; /* Ensure equal space between boxes */
  }

  .business-content .row > div {
      margin-bottom: 20px; /* Consistent margin for all boxes */
  }

  .info-box {
      margin-bottom: 20px; /* Ensure all boxes have equal space */
  }

  /* Add extra padding/margin adjustments if needed */
  .business-section {
      padding-left: 15px;
      padding-right: 15px;
  }
}


/* Hide mobile-section by default and show only on mobile and tablet */
.mobile-section {
  display: none; 
}




@media (min-width: 993px) { 
  .desktop-section {
      display: block; 
  }

  .mobile-section {
      display: none; 
  }
}

/* .info-box {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
} */

/* Ensure consistent spacing on all screen sizes */


@media (max-width: 576px) {
  .business-content .row {
      display: flex;
      flex-direction: column;
  }

  .business-content .row > div {
      display: block;
      margin-bottom: 20px;
  }

  .info-box {
      margin-bottom: 20px;
  }
}




.why-choose-section {
  padding: 50px 0;
}

.carousel-box {
  padding: 20px;
  background-color: #edfffa72;
  /* White background for boxes */
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 200px;
  /* Equal height */
  display: flex;
  margin: 15px;
  flex-direction: column;
  justify-content: center;
  /* Center content vertically */
  align-items: center;
  /* Center content horizontally */
}

.carousel-box h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #001a4a;
}

.carousel-box p {
  font-size: 17px;
  color: #666;
  padding: 5px 10px;
}

footer {
background-image: url(assest/blue-background-zoom.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  color: #ffffff;
}

footer h6 {
  color: #fff !important;
  font-weight: 600 !important;
}

footer p,
footer a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

footer a:hover {
  color: #FF3131;
}



/* ABOUT CSS  */

#about-banner {
  background-image: url('assest/banner.avif');
  background-position: center;
  background-size: cover;
  padding: 3rem 0rem;
}

.about-banner-container {
  max-width: 70%;
  padding: 2rem;
}

.banner-button a {
  padding: 12px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.expertiese-box a {
  padding: 12px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.expertiese-box {
  padding: 1rem 0rem 0rem 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.expertiese-img img {
  width: 8rem;
  height: 8rem;

}
.why-us-box{
  background-color: #fff;
  padding: 1rem;
  border-radius: 12px;
}
.why-box-logo img{
  width: 3.5rem;
  height: 3.5rem;
  object-fit: cover;
}
#why-us{
  background-image: url('assest/whyus-bg.jpg');
  background-position: center;
  background-size: cover;
  padding: 3rem 0rem;
}
.why-box-txt p{
  font-size: 17px;
}
.why-us-box{
  margin-bottom: 2rem;
}
.bussiness-card{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
padding:1rem;
margin: 2rem 0rem;
border-radius: 8px;
}
.bussiness-need-img img{
width: 28rem;
height: 28rem;
}
#testimonials{
background-image: url('assest/white-bg.png');
background-size: cover;
background-position: center;
}
#expertiese{
padding: 4rem 0rem !important;
background-image: url('assest/white-bg.png');
background-size: cover;
background-position: center;
}
@media (max-width: 768px) {
 
}


/* CONTACT US BANNER  */
#contact-banner {
  background-color: #001a4a; /* Main background color */
  padding: 60px 0;
}

#contact-banner h2 {
  font-size: 2rem;
  color: #fff;
}

#contact-banner p {
  font-size: 1.1rem;
  color: #fff;
  text-align: justify;
}

#contact-banner .message-text {
  font-size: 1.1rem;
  color: #fff;
}


#contact-banner .btn {
  background-color: #F68C20; /* Button background */
  color: #fff;
  border: none;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}
.contact-banner-button {
  padding: 0 6rem;
}

#contact-banner .btn:hover {
  background-color: #B24A3B; /* Button hover color */
  color: #fff;
}



/*omr-sheet css */
  #omr-printing {
            background-image: url('assest/omr-sheet-banner.png');
            background-size: contain;
            height: 80vh;
        }


        #omr-defination,
        #omr-uses,
        #omr-benifit {
            padding: 2.5rem 0rem;
        }

        .omr-uses-card {
            text-align: justify;
            padding: 1rem;
            background-color: wheat;
            margin: 1rem;
        }

        .omr-benifit-box {
            padding: 1rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            margin-bottom: 2rem;
        }

        .omr-uses-card {
            text-align: justify;
            padding: 1rem;
            background-color: #ffffff;
            margin: 1rem;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            color: #000;
        }

        .omr-benefit-box {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            padding: 1rem;
            background-color: #ffffff;
            margin-bottom: 2rem;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .omr-uses-card:hover,
        .omr-benefit-box:hover {
            transform: translateY(-5px);
            transition: all 0.3s;
        }

        .omr-uses-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .omr-4-seg img{
            width: 100%;
            height: 25rem;
            object-fit: cover;
        }
        .omr-benifit-box {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .omr-benifit-box i {
            font-size: 34px;
            color: #fff;
            border-radius: 50%;
            padding: 20px;
            margin-right: 15px;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Custom colors for each icon */
        .icon-accuracy {
            background-color: #4CAF50; /* Green */
        }

        .icon-speed {
            background-color: #2196F3; /* Blue */
        }

        .icon-cost {
            background-color: #FFC107; /* Yellow */
        }

        .icon-efficiency {
            background-color: #FF5722; /* Orange */
        }

        .icon-security {
            background-color: #9C27B0; /* Purple */
        }

        .icon-standardization {
            background-color: #E91E63; /* Pink */
        }
        
        
        /*omr-sheet-printing css */
         #omr-defination,
    #omr-application,
    #omr-technology,
    #omr-casestudy {
        padding: 4rem 0rem;
    }

    .icon-circle {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        margin-bottom: 15px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .omr-application-card {
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
        transition: box-shadow 0.3s;
    }

    .omr-application-card:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    #omr-technology h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        color: #001a4a;
        /* Custom color matching your theme */
    }

    #omr-technology h4 {
        font-size: 1.3rem;
        color: #F68C20;
        margin-top: 15px;
    }

    #omr-technology p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    #omr-technology img {
        max-width: 100%;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

/* -------------------contact--------------------- */
        .form-control {
            border-radius: 5px;
            /* Rounded input fields */
            border: 1px solid #ced4da;
            /* Standard border */
        }

        .btn-primary {
            background-color: #007bff;
            /* Primary button color */
            border-color: #007bff;
            /* Border color matching the button */
        }

        .btn-primary:hover {
            background-color: #0056b3;
            /* Darker shade on hover */
            border-color: #0056b3;
            /* Darker border on hover */
        }

        .contact-info {
            background-color: #ffffff;
            /* White background for contact info */
            border-radius: 5px;
            /* Rounded corners */
            padding: 20px;
            /* Padding for spacing */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            /* Subtle shadow for depth */
        }

        .contact-info p {
            margin-bottom: 0;
            /* Remove margin for better alignment */
        }

        .contact-info .d-flex {
            font-size: 1.1em;
            /* Slightly larger font for icons */
        }

        .contact-info i {
            color: #007bff;
            /* Primary color for icons */
            font-size: 1.5em;
            /* Larger icon size for visibility */
        }


        input[type="text"],
        input[type="email"],
        input[type="tel"],
        textarea {
            border: none;
            border-bottom: 2px solid rgb(128, 126, 126);
            background: transparent;
            outline: none;
            width: 100%;
            text-transform: capitalize;
            padding: 1rem 0.4rem;
        }

        .aside {
            background-image: linear-gradient(to left bottom,
                    #051937,
                    #002350,
                    #002d69,
                    #003684,
                    #01409f);
            animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
            background-size: 400%;
        }

        @keyframes animateClr {
            0% {
                background-position: 0% 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0% 50%;
            }
        }

        ion-icon:not([name="logo-codepen"]) {
            border: 1px solid currentColor;
            border-radius: 20%;
            padding: 1rem;
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            border: 1px solid#faa957;
        }

        .contact-icon:hover {
            background-color: #faa957;
        }
        
        
        
        
        
        
/* Student Lifecycle */

    /* banner Section */
    #student-life {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      position: relative;
      background-image: url('assest/stud-life.jpg');
      background-size: cover;
      overflow: hidden;
  }

  .display-4 {
      font-family: "League Spartan", sans-serif;
      font-weight: 700;
  }

  .bg-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 1;
  }

  #pillars {
      padding: 40px 0 !important;
      background-color: #F4F8FA;
  }

  /* Pillar Boxes */
  .pillar-box {
      position: relative;
      /* border: 1px solid #e0e0e0; */
      border-radius: 5px;
      padding: 60px 20px 20px;
      text-align: center;
      transition: transform 0.3s, box-shadow 0.3s;
      background-color: #ffffff;
  }

  .icon-box {
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 80px;
      background-color: #f2f2f2;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); Optional shadow for the icon box */
      transition: background-color 0.3s;
  }

  h4 {
      margin-top: 40px;
      /* Added margin to provide space below the icon */
  }

  /* Hover Effects */
  .pillar-box:hover {
      transform: translateY(-5px);
      /* Lift effect */
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
      /* Deeper shadow on hover */
  }

  .pillar-box:hover .icon-box {
      background-color: #e0e0e0;
      /* Change background on hover */
  }

  .pillar-box:hover h4 {
      color: #F68C21;
      /* Change header color on hover */
  }

  /* Service Boxes */
  .stud-services-box {
      background-color: white;
      border: 1px solid #dee2e6;
      border-radius: 8px;
      transition: transform 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .stud-services-box:hover {
      transform: scale(1.05);
  }

  /* Timeline Section */
  #timeline {
      background-color: #FBF6FB;
      /* Light background color */
      padding: 40px 0;
      /* Padding around the section */
  }

  .timeline-container {
      display: flex;
      /* Use flexbox for layout */
      justify-content: space-between;
      /* Space out the items */
      flex-wrap: wrap;
      /* Allow items to wrap on smaller screens */
      padding: 20px;
      /* Adjust padding to maintain spacing */
  }

  .timeline-item {
      flex: 1 1 23%;
      /* Allow flex items to grow and shrink, setting base width */
      margin: 10px;
      /* Margin around each item for spacing */
      padding: 20px;
      /* Padding inside the item */
      background-color: #f8f9fa;
      /* Background color for items */
      border-radius: 8px;
      /* Rounded corners */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      /* Subtle shadow for depth */
      transition: transform 0.2s;
      /* Smooth transition for hover effect */
  }
  .timeline-icon{
      font-size: 25px;
      color: #1C428B;
  }

  .timeline-item:hover {
      transform: scale(1.05);
      /* Slightly scale up on hover */
  }

  .timeline-item h4 {
      font-size: 1.5rem;
      /* Heading font size */
      margin-bottom: 10px;
      /* Space below heading */
      color: #333;
      /* Darker color for better readability */
  }

  .timeline-item p {
      font-size: 1rem;
      /* Body font size */
      color: #666;
      /* Subtle color for body text */
  }

  /* Responsive Styles */
  @media (max-width: 768px) {
      .timeline-item {
          flex: 1 1 100%;
          /* Full width for smaller screens */
          margin: 10px 0;
          /* Margin only on top and bottom */
      }

      .timeline-container {
          justify-content: center;
          /* Center items on small screens */
      }
      .pillar-box{
          margin: 20px 10px;
      }
  }

  /* CTA Section */
  #cta-join {
      background-color: #1C428B;
      color: white;
  }

  /* piller-box */
  .piller-icon-box {
      width: 100px;
      height: 100px;
      background-color: #f2f2f2;
      border-radius: 10px;
      margin: 0 auto;
  }

  h4 {
      font-size: 25px;
      font-family: "League Spartan", sans-serif;
  }


  /* service Section */
  #stud-services {
      padding: 40px 0;
      background-color: #dee2e6;
  }

  .stud-services-box {
      border: 1px solid #ddd;
      /* Border color */
      border-radius: 8px;
      /* Rounded corners */
      transition: transform 0.3s, box-shadow 0.3s;
      /* Animation effects */
  }

  .stud-services-box:hover {
      transform: translateY(-5px);
      /* Lift effect on hover */
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      /* Shadow effect */
  }

  .card-img-top {
      width: 100%;
      /* Full width for the image */
      height: auto;
      /* Maintain aspect ratio */
      border-top-left-radius: 8px;
      /* Rounded corners for top */
      border-top-right-radius: 8px;
      /* Rounded corners for top */
  }

  /* .card-body {
  padding: 5px; /* Padding for the text 
} */

  .card-title {
      font-size: 1.5rem;
      /* Adjust title font size */
      margin-bottom: 10px;
      /* Space between title and text */
  }

  .card-text {
      font-size: 1rem;
      /* Adjust text font size */
      margin-bottom: 15px;
      /* Space between text and button */
  }
  
  
 