 body {
      font-family: 'Roboto', sans-serif;
      margin: 0;
      padding: 0;
      background: #FFF;
      color: #333;
    }
    header {
      display:block;
	  position:sticky;
	  top:0px;
	  left:0px;
	  width:100%;
	  height:auto;
      background: #FFF;
      color: #000a7b;
	  z-index:9999;
    }
	#top{
		display:flex;
		justify-content: space-between;
      	align-items: center;
		padding: 10px 20px;
	}
    header img {
      height: 50px;
    }
    nav a {
     color: #000a7b;
      margin-left: 15px;
      text-decoration: none;
    }
	#navbar{
		text-align:right;
		background-color:#CCC;
		padding-top:10px;
		padding-bottom:10px;
		padding: 10px 20px;
	}
	#navbar a {
      color: #000a7b;
      margin-left: 15px;
      text-decoration: none;
    }
#producticon{
	width:100%;
}
#producttitle{
	text-align:center;
	font-size:25px;
	font-weight:bold;
	color:#00F;
}
	#Imagebanner{
	width:90%;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#banner{
	width:303%;
	height:auto;
	position:relative;
	left:0%;
	white-space: nowrap;
	animation: fade 9s infinite;
}
	
	.shadow-box {
      width: 100%;
      height:auto;
	  padding-bottom:25px;
      background-color: #ffffff;
      box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .shadow-box:hover {
      transform: scale(1.1); /* Zoom in */
      box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.35); /* Slightly deeper shadow */
    }
	.pimg{
		width:100%;
	}
	
	.column-break {
      break-before: column;        /* Modern way */
      /* column-break-before: always; */ /* Old syntax for compatibility */
    }
	#banner img {
		display:inline-block;
		width: 33.30%;
		margin:0px;
		
	}
	
	@keyframes fade {
		0% { left:0%; }
		30% {left:0%; }
		33% { left:-101%; }
		66% { left:-101%; }
		69% { left:-201%; }
		100% { left:-201%; }
	}
	
	
.hero {
  background-color:#FFF;
  color: #000;
  width:100%;
  text-align:justify;
}

.hero h1 {
  font-size: 20px;
}

.hero p {
  font-size: 15px;
}
.hero-content-left{
	width:65%;
	float:left;
	padding:2%;
}
.hero-content-right{
	width:25%;
	float:left;
	padding:2%;
}

 .box {
      border: 1px solid #ccc;
      width: 300px;
      background: white;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .box-header {
      background: #007bff;
      color: white;
      padding: 10px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
    }

    .box-content {
      padding: 15px;
	  display:flex;
	  align-items: justify;
	  flex-wrap: wrap;
	  gap:20px;
    }


.allitem{
	clear:both;
	display:block;
	column-count: 5;
	gap:25px;
	width:95%; 
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#FFF;
}
.item{
	width:100%;
	flex: 1; /* makes each column take 50% width */
	margin:0px;
	padding:20px;
	text-align:center;
	background-color:#FFF;
}
.item1{
	width:220px;
	display:inline-block; 
	margin:5px;
	padding:5px;
	vertical-align: top;
	text-align:center;
	background-color:#FFF;
}
.item img{
	width:20%;
	border:1px solid #999;
	padding:5px;
	margin:10px;
}
.item a{
	font-size:14px;
}
.enquiry-form {
	width:100%;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .enquiry-form h2 {
      margin-bottom: 20px;
      font-size: 24px;
      color: #333;
    }

    .form-group {
      margin-bottom: 10px;
    }

    .form-group label {
      display: block;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 16px;
    }

    .form-group textarea {
      resize: vertical;
    }

    .submit-btn {
      background: #007BFF;
      color: white;
      border: none;
      padding: 12px 20px;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .submit-btn:hover {
      background: #0056b3;
    }	
 
    footer {
		clear:both;
      background: #CCC;
      color: #000;
      padding: 20px;
      font-size: 14px;
    }
    .contact-info, .address {
      margin-bottom: 10px;
    }
    .disclaimer {
      font-size: 12px;
      color: #bbb;
    }
	#footer-link{
		text-align:center;
	}
	#footer-link a{
		text-decoration:none;
	}
	
	.footer {
	clear:both;
  background-color: #CCC;
  color: #000;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-about,
.footer-links,
.footer-info,
.footer-contact {
  flex: 1 1 220px;
  min-width: 250px;
}

.footer-about .logo {
  max-width: 180px;
  margin-bottom: 15px;
}

.footer-about p {
  font-size: 14px;
  line-height: 1.6;
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  color: white;
  background-color: #b68000;
  padding: 10px;
  margin-right: 8px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.social-icons a:hover {
  background-color: #e8a800;
}

.footer-links h3,
.footer-info h3,
.footer-contact h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.footer-links ul,
.footer-info ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li,
.footer-info ul li {
  margin-bottom: 8px;
}

.footer-links ul li a,
.footer-info ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.footer-links ul li a:hover,
.footer-info ul li a:hover {
  color: #f00;
}

.footer-contact p {
  font-size: 14px;
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-contact .highlight {
  color: #ffb300;
}

@media (max-width: 480px) {
  .footer {
    padding: 30px 15px;
  }

  .footer-contact p {
    font-size: 13px;
    flex-direction: column;
    align-items: flex-start;
  }

  .social-icons a {
    font-size: 14px;
    padding: 8px;
  }
}
	
@media (max-width: 768px) {
	.allitem{
	clear:both;
	width:100%;
	display:block;
	column-count: 2;
	gap:10px; 
	margin-top:15px;
	text-align:center;
	background-color:#FFF;
}
	#producttitle{
		font-size:18px;
	}
	header img {
      height: 30px;
    }
	
	.hero-content-left{
	width:94%;
	float:none;
	padding:3%;
	}
	.hero-content-right{
		width:94%;
		float:none;
		padding:3%;
	}
}

// tools page
    .wrapper {
      width: 500px;
    }

    .container {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      overflow: hidden;
      margin-bottom: 15px;
    }

    .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 24px;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      background-color: #f7f9fb;
      border-bottom: 1px solid #ddd;
    }

    .icon {
      font-size: 24px;
      transition: transform 0.3s ease;
      user-select: none;
    }

    .content {
      padding: 20px 24px;
      display: none;
      animation: menufadeIn 0.3s ease-in-out;
      color: #333;
    }

    @keyframes menufadeIn {
      from { opacity: 0; transform: translateY(-5px); }
      to { opacity: 1; transform: translateY(0); }
    }
	
	.calculator {
      background: #fff;
      padding: 20px;
      max-width: 400px;
      margin: auto;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	  text-align:left;
    }
    .calculator input, button {
      width: 100%;
      padding: 10px;
      margin-top: 10px;
      font-size: 16px;
    }
    .calculator button {
      background: #007bff;
      color: white;
      border: none;
      cursor: pointer;
    }
    .result {
      margin-top: 20px;
      font-weight: bold;
    }
	
	#scrollToTopBtn {
      position: fixed;
      bottom: 20px;
      right: 20px;
	  width:50px;
	  height:50px;
	  text-align:center;
      padding: 10px 15px;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }

    #scrollToTopBtn:hover {
      background-color: #0056b3;
    }
	
    /* Popup box */
    /* Common popup styles */
#openaccount, #meetingtime, #popupmsgbox {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    background: white;
    width: 90%;            /* responsive width */
    max-width: 350px;      /* never exceed this */
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9999;
    box-sizing: border-box;
}

/* Adjust for tablets and above */
@media (min-width: 600px) {
    #openaccount, #meetingtime {
		position:absolute;
        width: 300px;
		top: 1%;
		transform: translate(-50%, -1%);
    }
    #popupmsgbox {
		position:absolute;
        width: 350px;
		top: 1%;
		transform: translate(-50%, -1%);
    }
}

/* Larger desktop screens */
@media (min-width: 992px) {
    #openaccount, #meetingtime {
        width: 350px;
		top: 0%;
		transform: translate(-50%, 0%);
    }
    #popupmsgbox {
        width: 400px;
		top: 0%;
		transform: translate(-50%, 0%);
    }
	
}

    /* Close button (X) */
    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        background: none;
        border: none;
        cursor: pointer;
        color: #333;
    }
    .close-btn:hover {
        color: red;
    }
	
.support-section {
  text-align: center;
  padding: 40px 20px;
}

.support-section h2 {
  color: #0a2540;
  margin-bottom: 30px;
  font-size: 28px;
}

.support-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.support-item {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}

.icon {
  margin-bottom: 10px;
}

.support-item h3 {
  font-size: 14px;
  margin-bottom: 8px;
  color: #0a2540;
}

.support-item p {
  font-size: 14px;
  line-height: 1.5;
}

.support-item a {
  color: #0077b6;
  text-decoration: none;
}

.support-item button {
  background: #0a2540;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
}

.support-item button:hover {
  background: #0077b6;
}



.hidden {
  display: none;
}