/* ============================================================
   GLOBAL SETTINGS
   ============================================================ */
body {
  overflow-x: hidden; /* Prevent horizontal scroll */
}
.button-gray {
    background-color:#E0E0E0;
	color:#003728;
}
.button-green {
    background-color: #003728;
	color:#FFFFFF;
}
.button-style2 {
            transition: background-color 0.3s ease;
			padding:15px 0;
			transform: translate(0%,0%);						
			text-align:center;
			font-family:Butler;
			font-size: 22px;
			font-weight:500;
			margin:0px 0;
			display:block;
			text-decoration: none;
        }

        .button-style2:hover {
            background-color: #3dcfe0; /* Background color on mouseover */
			color:#000000;
			font-weight:600;
		/*	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.78);*/
        }
		.button-style2:hover i {
              transform: translateX(6px);
         }
		 .button-style2 i {
		 font-size:16px;	
         }
		 
		 .SubHeading {
  
  font-family: "Gordita", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 3px;
    color: #3DCFE0;
}

.HeadingBox1 {
  font-family: Butler;
    font-weight: 700;
	font-size:30px;
	line-height:1.47em;
    letter-spacing: 0.02em;
	color:#333333;
}
/* ============================================================
   LEGACY SECTION (Overlay + Content Box)
   ============================================================ */
.legacy-row {
  position: relative;
}

.legacy-img-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 25px;
  z-index: 5;
}

.legacy-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.legacy-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.08); /* light overlay */
}

.legacy-content {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
  margin-left: -25%;
  height: 450px;
}

.legacy-inner-box {
  padding: 30px 10% 30px 25%;
  height: 340px;
}

.legacy-inner-box h2 {
  font-weight: 700;
}

.legacy-inner-box h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #00bcd4;
  margin: 0.5rem 0;
}
/* ============================================================
    BUTTON Outline STYLES
   ============================================================ */
.btn-custom-outline {
  font-family: "Gordita", Sans-serif;
 /*  background-color: #3dcfe0;*/
  color: #00513b;
  border-radius: 0;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 14px;
  /*border: none;*/
  transition: 0.3s;
  border-width: 2px;
  border-color: #00513b;
}

.btn-custom-outline:hover {
  background-color: #3dcfe0;
  color:#000000;
}

.btn-custom-outline:hover i {
  transform: translateX(4px);
  color:#000000;
}

/* ============================================================
   BUTTON STYLES
   ============================================================ */
.btn-custom {
  font-family: "Gordita", Sans-serif;
  background-color: #3dcfe0;
  color: #000;
  border-radius: 0;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #003728;
  color: #fff;
}

.btn-custom:hover i {
  transform: translateX(4px);
  color: #fff;
}

.arrow-bold {
  font-weight: 600;
  font-size: 13px;
  vertical-align: middle;
}

/* ============================================================
   TEXT STYLES
   ============================================================ */
.ParaText_AdProcess,
.ParaText_infrastructure {
  font-family: "Gordita", Sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  font-weight: 400;
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;;
}

.ParaText_AdProcess {
  width: 700px;
}

.ParaText_infrastructure {
  width: 750px;
}

.class_desc {
  margin-top: 30px;
  font-family: "Gordita", Sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 33px;
  font-weight: 400;
}

/* ============================================================
    HEADINGS
   ============================================================ */
.HeadingBox,
.HeadingBox2,
.HeadingSmall {
  font-family: Butler;
  font-weight: 700;
  color: #333;
  line-height: 1em;
  letter-spacing: 0.02em;
}

.HeadingBox { font-size: 50px; }
.HeadingSmall { font-size: 40px; }
.HeadingBox2 { font-size: 40px; letter-spacing: 0.05em; }

.HeadingIcon {
  font-family: Butler;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333;
  line-height: 1.4em;
}

.Heading_line {
  font-size: 10px;
}

.Heading_line:before {
  content: "";
  position: absolute;
  left: -60px;
  top: 85px;
  width: 8%;
  height: 2px;
  background-color: #00bcd4;
  transform: translateY(-50%);
  z-index: 6;
  margin-left: 50%;
}

.headingbBoxInfo {
  font-family: Butler;
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.headingbBoxDescription {
  font-family: "Gordita", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #666;
  min-height: 130px;
  padding: 0 10px;
}

/* ============================================================
    RESPONSIVE STYLES
   ============================================================ */

/* --- 992px (Tablets & Small Laptops) --- */
@media (max-width: 992px) {
  .container {
    max-width: 95% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ParaText_infrastructure {
    font-size: 16px;
    line-height: 28px;
    width: 80%;
  }

  .HeadingBox { font-size: 45px; }
  .HeadingBox2 { font-size: 35px; }

  .headingbBoxInfo {
    font-size: 22px;
  }

  .headingbBoxDescription {
    min-height: 170px;
    padding: 0 5px;
  }

  .legacy-inner-box {
    padding: 50px 5% 50px 25%;
    height: 340px;
  }

  .class_desc {
    font-size: 15px;
  }
}

/* --- 768px (Tablets) --- */
@media (max-width: 768px) {
  .legacy-content {
    margin-left: 0;
    margin-top: 1rem;
  }

  .HeadingBox {
    font-size: 35px;
    text-align: center;
    padding: 0 5px;
  }

  .headingbBoxDescription {
    min-height: 150px;
    padding: 0 5px;
  }
}

/* --- 576px (Mobile) --- */
@media (max-width: 576px) {
  .ParaText_AdProcess,
  .ParaText_infrastructure {
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
    text-align: center;
  }
 .legacy-content {
    margin-left: 0;
    margin-top: 1rem;
	height: 600px;
  }
  .HeadingBox { font-size: 40px; }

  .headingbBoxDescription {
    min-height: 80px;
  }

  .ParaText_Normal {
    padding: 0 15px;
  }
  
   .legacy-inner-box {
    padding: 30px 3% 20px 3%;
    height: 350px;
  }
}

/* --- 480px (Small Mobile) --- */
@media (max-width: 480px) {
  .HeadingBox { font-size: 30px; }
  .headingbBoxDescription { min-height: 80px; }
  .ParaText, .ParaText-mission { font-size: 15px; }
  
     .legacy-inner-box {
    padding: 30px 3% 20px 3%;
    height: 400px;
  }
}

/* ============================================================
   BOX SECTION (2nd Section)
   ============================================================ */
.box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.box:hover {
  transform: translateY(-5px);
  animation: glowPulse 1.5s infinite alternate;
}

/* ============================================================
   STYLED LIST
   ============================================================ */
.styled-list {
  list-style: none;
  padding: 0;
  padding-left:0px;
  margin: 0;
}

.styled-list li {
  font-family: "Gordita", Sans-serif;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight:500;
  color: #444;
  line-height: 1.7;
  transition: color 0.3s ease;
}

.styled-list li::before {
  font-family: "Font Awesome 5 Pro"; /* ?? IMPORTANT */
 
  /*content: "\f0c8";*/
  content: "\f192";
  position: absolute;
  display: block;
  padding-top: 1px;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #003728;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.styled-list li:hover {
  color: #111;
}

.styled-list li:hover::before {
  color: #5cc9e0;
  transform: translateX(4px);
}

/* Numbered List */
.styled-list-number {
  list-style-type: decimal; /* 1, 2, 3 */
  list-style-position: outside; /* keeps numbers in margin area */
  padding-left: 20px; /* increases gap between number and text */
  color: #666666;
  font-family: "Gordita", Sans-serif;
  font-size: 15px;
  line-height:26px;;

}

/* Style for each list item */
.styled-list-number li {
  margin-bottom: 10px;
  padding-left: 8px; /* fine-tunes space between number and text */
}

/*  Style the number itself */
.styled-list-number li::marker {
  color: #003728; /* change number color */
  font-weight:500;
  /*font-weight: bold; /* optional */
}

.primary-fill-color
 {
    fill: #003728;
}

.my-svg path {
 
  fill:none;             /* Remove solid fill */
  stroke: #003728;        /* Blue line color */
  stroke-width: 5px;    /* Thinner line */
  transition: stroke 0.3s ease;
}

.my-svg:hover path {
  stroke: #3dcfe0;        /* Darker blue on hover */
}