*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Arial, sans-serif;
}

html, body{
  overflow-x:hidden;
}

body{
  width:100%;
  margin:0;
  padding-top:160px; 
}

.container{
  width:100%;
  overflow-x:hidden;
}

.site-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
  background:white;
  box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

/* TOP NAV */
.topnav{
  font-size:12px;
  background:#0a4a7a;
  color:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:8px 20px;
}

.icons a{
  font-size:14px;
  margin-left:12px;
  color:white;
}

.topnav p{
  font-size:10px;
}

/* MIDDLE NAV */
.middlenav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 20px;
}

.logo{width:180px;}

.info{
  display:flex;
  gap:15px;
  font-size:12px;
}

.info i{
  font-size:16px;
  color: #0a4a7a;
}
.info p{
  font-size: 13px;
  color: #0a4a7a;
}

/* NAVBAR */
.navbar{
  background:#0a4a7a;
  position:relative;
  z-index:1000;
}

.menu{
  display:flex;
  justify-content:center;
  gap:40px;
  list-style:none;
  padding:15px 0;
}

.menu li{position:relative;}

.menu a{
  color:#fff;
  text-decoration:none;
  font-size:10px;
}

.menu li:hover>a{color:#ff9800;}

/* MEGA MENU */
.services{position:static;}

.mega-menu{
  display:none;                  
  position:fixed;
  left:0;
  right:0;
  top: 190px;
  width:1000px;             
  margin:auto;             
  background:#fff;
  padding:15px 20px;       
  box-shadow:0 4px 10px rgba(0,0,0,0.2);
  border-radius: 10px;
  min-height:220px;        
}

.services:hover .mega-menu{display:block;}

.mega-inner{
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:40px;
}

.section { 
    flex:1;                                            
    opacity:0.8; 
    line-height: 1.5;
}

.section h3{
  margin-bottom:15px;
  color:#0a4a7a;                    
  font-size:12px;
}

.section p{
  font-size:10px;              
  text-align:justify;
}

.section ul{list-style:none;}

.section li{
  padding:7px 0;
  cursor:pointer;
  font-size:11px;                              
}

.section li:hover{color:#ff9800;}

.section img{
  width:100%;
  max-width:200px;
  border-radius:10px;
  object-fit:cover;
}

/* READ MORE BUTTON */
.read-more{
  display:inline-block;
  margin-top:15px;
  padding:8px 18px;
  background:#e53935;     
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  border-radius:4px;
  transition:0.3s ease;
}

.read-more:hover{
  background:#b71c1c;      
}
/*==================================navbar code end=============================================*/

/*-----------------------------main section-------------------------------------------------------*/

      .about_main {
            width: 100%;
            height: 500px;    
        }
        .about_main_image {
            position: relative;
            width: 100%;
            height: 500px;
            opacity: 1;
        }
        .about_main_image img {
            width: 100%;
            height: 500px;
        }
        .about_main_content {
            position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
             font-size: 30px;
			
        }
         .about_main_content h1{
            color: white;
           
         }

    
.attendence-container{
  width:90%;
  max-width:900px;
  margin:40px auto;
}


.attendence-box{
  padding:28px;
  border-radius:12px;
  margin-bottom:25px;
  box-shadow:0 6px 18px rgba(0,0,0,0.05);
}

.attendence-box h2{
  text-align: center;
  color:#192c65;
  font-size: 30px;
  margin-bottom:12px;
}
.attendence-box p{
  font-size: 12px;
  line-height: 1.5;
  padding: 0px 40px;
  opacity: 0.7;
}
.attendence-highlight-list{
  list-style:none;
}

.attendence-highlight-list li{
  font-size: 12px;
  padding:8px 0;
  /* border-bottom:1px solid #eee; */
  line-height: 20px;
  opacity: 0.8;
}

.attendence-highlight-list li::before{
  content:"➜ ";
  color:#192c65;
  font-weight:bold;
}

.attendence-benefits-list{
  margin-top:10px;
}

.benefit-row{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 15px;
  margin-bottom:10px;
  background:#f8f9ff;
  border-left:5px solid #192c65;
  border-radius:6px;
  transition:0.3s;
}

.benefit-row span{
  font-size:14px;
  color:#192c65;
  font-weight:bold;

}

.benefit-row p{
  margin:0;
  font-size: 12px;
}

.benefit-row:hover{
  background:#192c65;
  color:white;
  transform:translateX(5px);
}

.benefit-row:hover span{
  color:white;
}

@media(max-width:600px){
  .attendence-banner h1{
    font-size:24px;
  }
}

 /*========================================  footer  code ====================================*/

 
   .footer {
     width: 100%;
    height: 250px;
    display: flex;
    border: 1px solid rgb(198, 195, 195);
     background-color: #fdfdfe;
      color:#122736;
      opacity: 0.9;
    text-align: center;
    justify-content: space-around;
    margin-top: 5px;
    padding: 20px;
    box-sizing: border-box;
}
.footer1 {
    width: 300px;
    display: block;
    text-align: justify;
    padding-left: 20px;
    font-size: 12px;
     opacity: 0.9;
}
.footer1 img{
  width: 230px;
  height: 120px;
}
.footer1 a{
    color:#122736;
    font-size: 25px;
    padding-left: 15px;
  
      opacity: 0.9;
}
.footer2 {
    width: 300px;
    flex-direction: column;
     color:#122736;
      opacity: 0.9;
    
}
.footer2 h3{
    font-size: 16px;
}
.footer2 a{
    display: flex;
    padding-left: 120px;
      color:#122736;
      opacity: 0.9;
     font-size: 12px;
	text-decoration: none;
}
.footer3 {
      width: 300px;
     flex-direction: column;
    margin-left: 10px;
     font-size: 20px;
}
.footer3 h3{
    font-size: 16px;
}
.footer3 a{
    display: flex;
    padding-left: 100px;
	padding-bottom:5px;
  color:#122736;
      opacity: 0.9;
    font-size: 12px;
	text-decoration: none;
}
.footer4 {
    width: 300px;
   flex-direction: column;
  text-align: justify;
    font-size: 12px;
     opacity: 0.9;
  
   
}
.footer4 i{
	  font-size: 12px;
	padding-bottom: 10px;
	
}

/*=========================================================campus management inner pages code========================*/
.multi-user-main-section{
 height: 450px;
  background:linear-gradient(135deg,#10296d,#1f59b1);   
    justify-content: center;    
    align-items: center;        
    text-align: center;                    
}
.multi-user-main-section h1{
  color: white;
  font-size: 45px;
  padding-top: 100px;
  padding-bottom: 20px;
}
.multi-user-main-section p{
  color: white;
  font-size: 14px;
 padding: 0px 50px;
 line-height: 1.5;
}
/*------------------------------------about section---------------------------*/
.our-company{
  width:100%;
  display:flex;
  justify-content:space-between;
}

.our-company-content{
  width:60%;
  text-align:justify;
  padding:10px 20px;
  margin:10px 20px;
  margin: 10px 10px 10px 60px;
}

.our-company-content h3{
  font-size:30px;
  color:rgb(19,19,91);
}
.our-company-content h4{
   font-size:20px;
  color:rgb(19,19,91);
  padding-bottom: 10px;

}
.our-company-content p {
  font-size:14px;
  padding-bottom: 5px;
  padding-bottom: 10px;
  line-height: 1.5;
  opacity: 0.7;
}
.our-company-content a{
   text-decoration: none;
  color: white;
  border: 0px solid black;
  padding: 10px 20px;
  background-color: rgb(26, 4, 138);
  border-radius: 100px;
  box-shadow: 0px 2px 2px black;
}
.our-company-content a:hover{
  background-color: white;
  color: black;
}
.our-company-image{
  width:40%;
  margin:30px 20px 40px;
}

.our-company-image img{
  max-width:100%;    
  height:600px;       
}


.our-company-content,
.our-company-image{
  opacity: 0;
  transition: all 5s ease;
}

.our-company-content{
  transform: translateX(-120px);
}

.our-company-image{
  transform: translateX(120px);
}


.our-company-content.show,
.our-company-image.show{
  opacity: 1;
  transform: translateX(0);
}

/*---------------------------------contact user code-------------------------------------*/
.contact_users{
  background-color: rgb(7, 68, 121);
  text-align: center;
  color: white;
  height: 250px;
  padding-top: 50px;
}
.contact_users h2{
  font-size: 35px;
  padding-bottom: 10px;
}
.contact_users p{
  font-size: 14px;
   padding-bottom: 30px;
}
.contact_users a{
  text-decoration: none;
  color: white;
  border: 0px solid black;
  padding: 10px 20px;
  background-color: rgb(53, 18, 227);
  border-radius: 100px;
  box-shadow: 0px 2px 2px black;
}
.contact_users a:hover{
  background-color: white;
  color: black;
}

/*--------------------------curve--------------------*/

    .digital_main {
     font-family: 'Segoe UI', sans-serif;
      background:rgb(237, 237, 239);
      min-height: 350px;
      overflow-x: hidden;
    }


    .digital_main_curved{
        padding-top: 27px;
    
       
    }
     .digital_main_curved_text{
    text-align: center;
    color: #466251;
    text-shadow: 5px 5px 20px rgb(123, 119, 119);
   padding-top: 114px;
    
    }
    .digital_main_curved_text h1 {
     font-size: 50px;
     font-family:Georgia, 'Times New Roman', Times, serif;
     transition: color 0.8s ease-in;
    }
    .digital_main_curved_text p{
      font-size: 12px;
      line-height: 1.5;
    }
     .digital_main_curved_text h2:hover{
        color: #45758d;
        
       
     }
    /*--------------------go back--------------------*/


.sticky-back-btn{
position: fixed;
right: 25px;
top: 50%;
transform: translateY(-50%);
background: linear-gradient(135deg,#0a4a7a,#1f59b1);
color: white;
padding: 14px 22px;
border-radius: 40px;
text-decoration: none;
font-size: 14px;
font-weight: 600;
box-shadow: 0 8px 25px rgba(0,0,0,0.25);
z-index: 99999;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 8px;
}

.sticky-back-btn:hover{
background: linear-gradient(135deg,#1f59b1,#0a4a7a);
transform: translateY(-50%) scale(1.08);
box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}
