
        body {
            font-family: Arial, sans-serif;
        }
        .header-box {
            background: #007bff;
            color: white;
            padding: 20px 40px;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
        }
      
        .sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1001;
            top: 0;
            left: 0;
            background-color: #6495ED;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 60px;
        }
        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #ffffff;
            display: block;
            transition: 0.3s;
        }
        .sidenav a:hover {
            color: #6495ED;
        }
        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }
        .main-side-container {
            padding: 20px;
        }
        .main-content {
            margin-top: 100px;
            padding: 20px;
        }
        .category-title {
            text-align: center;
            margin-bottom: 20px;
        }
       
        
		.hero {
    position: relative;
    text-align: center;
    color: white;
    background-image: url('21.png'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the entire area */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: 400px; /* Set a specific height for the hero section */
}

@media (max-width: 767.98px) {
    .hero {
        height: 200px; /* Adjust height for smaller screens */
	    max-width: 100%;
    }
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 2px 2px 4px #000;
}
        .carousel-item {
            height: 400px;
        }
        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .hero-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-shadow: 2px 2px 4px #000;
        }
        .why-choose-us {
            padding: 10px 30px;
            background-color: #f9f9f9;
        }
        .why-choose-us h2 {
            text-align: center;
            margin-bottom: 40px;
            font-size: 2.5em;
        }
        .why-choose-us .feature {
            text-align: center;
            margin-bottom: 20px;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 10px;
            background-color: #fff;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .why-choose-us .feature i {
            font-size: 40px;
            color: #007bff;
            margin-bottom: 10px;
        }
        .why-choose-us .feature:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
      
        @media (max-width: 767.98px) {
            .carousel-item {
                height: 200px;
            }
            .why-choose-us h2 {
                font-size: 2em;
            }
            .why-choose-us .feature {
                margin-bottom: 20px;
            }
        }
		
   
        #myBtn {
          display: none;
          position: fixed;
          bottom: 20px;
          right: 30px;
          z-index: 99;
          font-size: 18px;
          border: none;
          outline: none;
          background-color: red;
          color: white;
          cursor: pointer;
          padding: 15px;
          border-radius: 4px;
        }

        #myBtn:hover {
         
          animation-name: rotate;
             animation-duration: 3s;
             animation-timing-function: linear;
             animation-iteration-count: infinite;
        }
		
		
 /* Services Section */
 
        .services {
            background: #f7f8fa;
            padding: 10px 30;
        }

        .services .icon-box {
            background: #fff;
            box-shadow: 0px 0 30px rgba(78, 78, 78, 0.1);
            padding: 30px;
            transition: all 0.3s ease-in-out;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .services .icon-box:hover {
            box-shadow: 0px 0 30px rgba(78, 78, 78, 0.2);
            transform: translateY(-5px);
        }

        .services .icon-box .icon {
            margin: 0 auto 15px auto;
            padding: 10px;
            width: 50px;
            height: 50px;
            background: #4caf50;
            border-radius: 50%;
        }

        .services .icon-box .icon i {
            color: #fff;
            font-size: 18px;
        }

        .services .icon-box h4 {
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 10px;
        }
        .services .icon-box p {
            line-height: 24px;
            font-size: 15px;
            margin-bottom: 0;
        }
		
	
        .services .icon-box p {
            line-height: 24px;
            font-size: 15px;
            margin-bottom: 0;
        }
		
        .section-title {
            text-align: center;
        }
        .social-icons {
            display: flex;
            order: 1;
            flex: 1;
			margin: 5px;
          justify-content: center;
        }
        .social-icons a {
            color: white;
            padding: 10px;
			margin: 10px 0;
           padding: 10px 8;
            text-decoration: none;
            font-size: 20px;
        }
		
      
		
	
   
	@media (max-width: 768px) {
        .vision-mission-goals .icon-box {
            text-align: center;
        }
        .vision-mission-goals .icon {
            margin-bottom: 15px;
        }
		
		   .header-box {
			width:100;   
		}
		.social-icons a {
            color: white;
            padding: 10px;
			margin: 10px 0;
            font-size: 20px;
        }
		
	.contact-info {
            display: flex;
            flex-direction: row;
            align-items: center;
			margin-left: 305px;
			padding-bottom:-20px;
			margin-bottom:15px;
			
        }	
		
    }

		

        .social-icons a {
            margin: 0 0px;
            color: #40E0D0;
            text-decoration: none;
        }
        .social-icons a:hover {
            color:#00CCFF;
        }
        .header-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 20px;
            background-color: #1da1f2;
            color: #fff;
            position: relative;
        }
        .header-box .menu-icon {
            font-size: 20px;
            cursor: pointer;
        }
        .header-box .logo {
            width: 200px;
            height: 100px;
            position: absolute;
            left: 50px;
        }
        .header-box .brand {
            margin-left: 50px;
            font-size: 24px;
        }
        .header-box .brand a {
            color: #fff;
            text-decoration: none;
        }
        .header-box .brand a span {
            color: red;
        }
        .top-nav {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }
        .top-nav a {
            color: #fff;
            text-decoration: none;
        }
        .top-nav li {
            margin: 0 15px;
        }
        @media (max-width: 768px) {
            .header-box .brand {
                font-size: 20px;
            }
            .header-box .logo {
                width: 150px;
                height: 75px;
                left: 20px;
            }
            .top-nav {
                display: none;
            }
            .header-box .menu-icon {
                display: block;
            }
			
		.hero-text {
        top: 70%;
		}	
	.contact-info span {
            flex-direction: row;
        }
           
			
        
			
		}
		
        @media (max-width: 480px) {
            .header-box {
                flex-direction: row;
                align-items: flex-start;
            }
            .header-box .logo {
                width: 100px;
                height: 50px;
                left: 20px;
            }
            .header-box .brand {
                font-size: 18px;
            }
			
			
        }
	.contact-info {
           
            flex-direction: column;
            align-items: center;
			margin-left: 300px;
			padding-bottom:-20px;
			margin-bottom:15px;
			
        }
        .contact-info span {
            margin-right: 45px;
            color: #A4DDED;
			 font-size: 15px;
			 margin-left: 180px;
        }
        .contact-info span:last-child {
            margin-right: 0;
			font-size: 18px;
			 margin-left: 180px;
        }
		
		.header-box .logo {
                width: 160px;
                height: 90px;
                left: 80px;
				top:5px;
            }
	




	
    