/* SAF ADDED */

.formfield {
width: 300px;
height: 35px;
display:table-cell;
font-family: Bahnschrift; 
font-size: 11pt; 
border-radius:4px;
border: 1px solid blue;
background-color:#FFFFFF;
text-align:left;
vertical-align:middle;
}

input[type=submit] {
width: 300px;
background-color: #4CAF50;
color: white;
padding: 14px 10px;
margin: 0px 0;
border: none;
border-radius: 4px;
cursor: pointer;
vertical-align: middle;
}

input[type=submit]:hover {
background-color: #45a049;
}

.div {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}

.formtable {
width: 94%;
padding: 10px;
border-radius:12px;
border: 1px #F0F0F0;
border-collapse: collapse;
font-family: Bahnschrift; 
font-size: 1.1em;
}

.div2 {  
width: 90%;
padding: 5px;
border-radius:12px;
border: 1px #DAECFA;
font-family: Bahnschrift; 
font-size: 10pt;
font-weight: bold;
color: #000000; 
background-color: #DAECFA;
}
.div2a {  
width: 90%;
padding: 5px;
border-radius:12px;
border: 1px #F4D9DC;
font-family: Bahnschrift; 
font-size: 10pt;
font-weight: bold;
color: #000000; 
background-color: #F4D9DC;
}

.button {
  border: none;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;

}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 5px;
  background-color: #cae8ca;
  border: 2px solid #4CAF50;
}


.body2 {
  background-image: url('images/logistics.jpg');
  background-repeat: no-repeat;
  background-position: 50% 1%;
  opacity: 0.2;
}

body {
    background-color: #FFFFFF;
}

.div1 {
    width: 300px;
    display: table-cell;
    font-family: Bahnschrift;
    font-size: 10pt;
    border-radius: 4px;
    border: 1px solid blue;
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
}

	img {
	width: 100px;
	height: 80px;
	object-fit: contain;
	border: 0px;
	}
	/* 2026 code * Default style for small and medium screens */

.container {
    width: 100%;
    max-width: 800px;
    margin: auto;
    background-color: white;
    /*padding: 5px;	*/
    box-sizing: border-box;
}

/* Reduce width on larger screens (e.g., desktops) */
@media screen and (min-width: 1200px) {
    .container {
        width: 60%; /* Reduce width for large screens */
    }
}

/* Even larger screens */
@media screen and (min-width: 1600px) {
    .container {
        width: 50%; /* Reduce further for ultra-wide screens */
    }
}

	/* From Uiverse.io by gharsh11032000 */ 
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 20px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #191759;
  box-shadow: 0 0 0 2px cornflowerblue;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: greenyellow;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: greenyellow;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px greenyellow;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}
 .div2b {  
width: 94%;
padding: 5px;
border-radius:12px;
border: 1px solid cornflowerblue;
  background-image: url('images/logistics.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.8;
  object-fit: contain;
}