*{
	font-family:'Poppins',sans-serif;
	margin:0;
	padding:0;
	border:0;
	box-sizing: border-box;
}
html {
      font-size: 100%;
 }
html, body {
   min-height:100vh;
    overflow-x: hidden;
    overflow-y: auto;
}
iframe {
  	width: 100%;
}
body {
      display: block;
       overflow-y: auto;
}
button{
	background-color:#121130;
	color:white;
	border-radius:5em;
	width:10em;
	height:2em;
	font-family:'Poppins',sans-serif;
			
}
button:hover{
	color:#92C63E
}

/* Navigation Bar*/
    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1em 2em;
    }

    .logo {
      height: 50px;
    }

    #navLinks {
      display: flex;
      list-style: none;
      gap: 2em;
      align-items: center;
      margin-left: auto;
      margin-right: 1em;
    }

    #navLinks li a {
      text-decoration: none;
      color: #121130;
      font-size: 1.66em;
      font-weight: 500;
      transition: color 0.3s;
    }

    #navLinks li a:hover {
      color: #92C63E;
    }

    .contactus {
      background-color: #121130;
      color: white;
      border: none;
      border-radius: 2em;
      padding: 0.5em 1.5em;
      font-size: 1.66em;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 0.5em;
      cursor: pointer;
      margin-left: 1em;
    }

    .contactus:hover {
      color: #92C63E;
    }

    .menu-icon {
      display: none;
      font-size: 1.8em;
      cursor: pointer;
      color: #121130;
      background: none;
      border: none;
      margin-left: 1em;
    }

  
      
    /* Section 1*/
.sec1{
	padding: 9em 8em 2em 8em;
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
		
}
.p1{
	color:#92C63E;
	font-size:1.2em;
	font-weight:bold;
}
.h1{
	color:#121130;
	font-size:3.5em;
	font-weight:bold;
	
}
.h2{
	color:#92C63E;
	font-size:3em;
}
.p2{
	color:#121130;
	font-size:1.5em;
	
}

.catalogue{
	margin-top:1em;
	font-size:1.66em;	
}
.catalogue:hover{
	color:#92C63E;
	transition-duration:0.5s;
	
}
.catalogue i{
	margin-right:1em;
}
.imagecontent{
	width:40em;
	height:30em;
}
.homeimage{
	width:100%;
}
/* Section 2*/
.sec2{
	padding:5em 9em;
	
}
.p3{
	color:#121130;
	font-size:2.50em;
	text-align:center;
}
.p4{
	color:#92C63E;
	font-size:2em;
	text-align:center;
	
}
.imagequality{
	width:100%;
}
.imagequality1{
	display:none;
}
/*Section 3*/
.sec3{
	background-color: rgba(248, 250, 252, 1);
	padding: 5em 2em;
	width: 100%;
}
.division1 {
	background-color: rgba(255, 255, 255, 1);
	color: #121130;
	max-width: 50em;
	max-height:20em;
	padding: 2em;
	border-radius: 1em;
	box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.05);
}
.p5 {
	color: #121130;
	font-size: 2.70em;
	text-align: center;
}
.p6 {
	color: #92C63E;
	font-size:1.3em;
	text-align: center;
}
.p7 {
	font-size: 1.3em;
	line-height: 1.5;
	font-weight:bold;
}
.p8 {
	font-size: 1.2em;
	line-height: 1.5;
}

.icon {
	height: 3.3em;
	width: 3.3em;
	margin-bottom: 2.3em;
}
.offerings-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	gap: 3em;
  	padding: 2em;
  	width:100% ;
	max-width: 1440px;
 	 margin: 0 auto;
  	box-sizing: border-box
	
}

/*Section 4*/
.sec4{
	background-color:rgba(255, 255, 255, 1);
	padding-top:5em;
	padding-left:5em;
	padding-right:5em;
	padding-bottom:3em;
	
}
.p9{
	color:rgba(18, 17, 48, 1);
	font-size:2.50em;	
	text-align:center;
}	
.p10{
	color:rgba(146, 198, 62, 1);
	font-size:2em;
	text-align:center;
}
.processimage{
	width:100%;
	padding:5em;
}
 

/*Section 5*/
.sec5{
	background-color:rgba(248, 250, 252, 1);
	width:100%;
	padding: 4em 2em 0em 2em;	
}
.p11{
	color:rgba(18, 17, 48, 1);
	font-size:2.5em;	
	text-align:center;
	
}	
.p12{
	color:rgba(146, 198, 62, 1);
	font-size:2em;
	text-align:center;
}
.p13{
	color:rgba(146, 198, 62, 1);
	font-size:2em;
	text-align:center;
	margin-bottom:1em;
}
.sec5 iframe {
  	width: 100%;
  	height:100%;
  	min-height: 1040px;
  	display: block;
	
}
/*Section 6*/
.sec6{
	background-color:rgba(221, 237, 195, 1);
	border-radius:3em;
	width:auto;
	max-width:175em;
	 height: auto;
  	 max-height: none;
	margin:4em 6em;
	padding: 2em 5em;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	height: 530px;
	
}
.p14{
	color:rgba(177,27,31,255);
	font-size:2.5em;
	text-align:left;
	line-height:1.8;
	
}
.p15{
	color:rgba(18, 17, 48, 1);
	font-size:1.5em;
	text-align:left;
	line-height:2;
	list-style-image: url('bulletin.png');
	font-weight:bold;
}
.CU{
	font-size:1.66em;	
	margin-top:2em;
	align-items:left;
}
.CU:hover{
	color:#92C63E;
	transition-duration:0.5s;

}
.CU i{
	margin-right:1em;
}
.imagecontent1{
	width:70em;
	height:40em;
}
.Printer{
	Width:100%;
}

/*Section 7*/
.sec7{
	background-color:rgba(255, 255, 255, 1);
	padding:5em;
}	
.p16{
	color:rgba(18, 17, 48, 1);
	font-size:2.5em;
	text-align:center;
	
}
.p17{
	color:rgba(146, 198, 62, 1);
	font-size:2em;
	text-align:center;
	
}

.rating-container{
	  flex-grow: 1;
	background-color:white;
	 min-width: 30em; 
	height:25em;
	padding:1em;
	border-radius:2em;
	 overflow: hidden;
 	 display: flex;
 	 justify-content: center;
  	align-items: center;
  	padding: 0.2em 0; 
}
.rating-container iframe {
  height: auto;
  min-height: 400px;
  margin:0 auto;
}

/* Section 8*/
.sec8{
	background-color:rgba(255, 255, 255, 1);
	padding:0em 5em;
	margin-top:1em;
	
}
.FAQuestion {
	max-width: 100%;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p18{
	color:rgba(18, 17, 48, 1);
	font-size:2.50em;
	text-align:center;
	
}
.p19{
	color:rgba(146, 198, 62, 1);
	font-size:2em;
	text-align:center;
	
}
.answer{
	background-color:rgba(248, 250, 252, 1);
	width:100%;
	margin-top:2em;
	border-radius:2em;
	padding:2em;
	font-size:1.6em;
	color:rgba(18, 17, 48, 1);	
	display: none;
  	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	
}

.movedown{
	background-color:rgba(248, 250, 252, 1);
	border:none;
	width:100%;
	height:5em;
	margin-top:1em;
	border-radius:2em;
	padding:1em 2em;
	font-size:1.6em;
	color:rgba(18, 17, 48, 1);	
	text-align:left;
	justify-content: space-between;
	align-items: center;
	display:flex;
}
.movedown:hover{
	color:rgba(18, 17, 48, 1);

}

/*Footer*/
.footercontainer{
	padding:2em 3em;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items: flex-start;
	color:rgba(18, 17, 48, 1);
	font-size:1.66em;
	margin-top:2.5em;
	 }
.footercontainer1{
	line-height:2.5em;
}
.footercontainer1 img{
	width:30%;
	height:auto;	
}
.footercontainer2 a {
  text-decoration: none;
  color: rgba(18, 17, 48, 1);
  display: block;
  margin-bottom: 1em;
  width: 15em;
  font-weight: bold;
  font-size: 20px;
}

.footercontainer3 {
	font-size: 20px;
}
.footercontainer3 i{
	margin-right:1.5em;
}
.footercontainer1 i{
	margin-right:1em;
}
.copyright-text {
  font-size: 0.75rem;
  color: #666;
}
.answer {
  display: none;
  transition: all 0.3s ease;
}

.answer.visible {
  display: block;
}
.footercontainer1 {
  text-align: center;
  padding: 2px 0; /* reduced top/bottom padding */
}

.footercontainer1 .logo {
  width: 100px;
  margin-bottom: 0.1px; /* tighter spacing under logo */
}

.follow-heading {
  line-height: 30px !important;

  font-size: 1.1rem;
  margin: 0.2px 0 0.1px; /* minimal space above/below text */
  color: #0A001F;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  margin-bottom: 0.2px;
  flex-wrap: wrap;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* space between icons */
  flex-wrap: nowrap; /* force single horizontal line */
  margin: 10px 0;
  overflow-x: auto; /* if screen is too narrow, allow horizontal scroll */
}

.social-icons a img {
  width: 36px;
  height: 36px;
  transition: transform 0.2s ease-in-out;
}

.social-icons a:hover img {
  transform: scale(1.15);
}


/* Copyright styling */
.copyright-text {
  font-size: 0.8rem;
  color: #777;
  margin-top: 0.2px;
}

  .social-icons a {
    font-size: 1.5rem;
  }

  .copyright-text {
    font-size: 0.75rem;
    color: #888;
  }

/* ✅ Hero image responsive handling */
.homeimage-desktop {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.homeimage-mobile {
  display: none;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* ✅ On mobile: show mobile version instead */
@media (max-width: 480px) {
  .homeimage-desktop {
    display: none;
  }

  .homeimage-mobile {
    display: block;
  }
}
.navbar-logo {
  height: 40px;
  width: auto;
  max-width: 150px;
}

@media (max-width: 480px) {
  .navbar-logo {
    height: 32px;
  }
}
@media (max-width: 480px) {
  .social-icons a img {
    width: 30px;
    height: 30px;
  }
}
.footer-nav {
  display: flex;
  justify-content: center; /* keep it centered */
  gap: 20px;
  margin-left: 30px; /* shift list slightly to the right */
}
@media (max-width: 480px) {
  .footer-nav {
    margin-left: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}


@font-face {
  font-family: 'bootstrap-icons';
  src: url('bootstrap-icons.woff2') format('woff2');
  font-display: swap;
}
