* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

.my-bg {

  background: hsla(5, 93%, 28%, 1);

  background: linear-gradient(90deg, hsla(5, 93%, 28%, 1) 0%, hsla(34, 10%, 13%, 1) 100%);

  background: -moz-linear-gradient(90deg, hsla(5, 93%, 28%, 1) 0%, hsla(34, 10%, 13%, 1) 100%);

  background: -webkit-linear-gradient(90deg, hsla(5, 93%, 28%, 1) 0%, hsla(34, 10%, 13%, 1) 100%);

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#8c1105", endColorstr="#25221e", GradientType=1);
}

.my-bg-2 {
  color: hsla(208, 7%, 55%, 1);

  color: linear-gradient(90deg, hsla(208, 7%, 55%, 1) 0%, hsla(191, 5%, 40%, 1) 100%);

  color: -moz-linear-gradient(90deg, hsla(208, 7%, 55%, 1) 0%, hsla(191, 5%, 40%, 1) 100%);

  color: -webkit-linear-gradient(90deg, hsla(208, 7%, 55%, 1) 0%, hsla(191, 5%, 40%, 1) 100%);

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#858e96", endColorstr="#60696b", GradientType=1);
}

.header-section {
  background: url(https://web.archive.org/web/20240907125803im_/httpâ€¦amt.org/wp-content/uploads/2024/07/a4c35fee68.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-content {
  background: rgba(0, 0, 0, 0.6);
  /* To add a transparent layer */
  padding: 20px;
}

.card img {
  height: 407px;
  width: auto;
  opacity: 10px !important;
}

.my-p {
  height: 3vh !important;
  font-weight: 500 !important;
}

#my-img {
  opacity: 0.2 !important;
}

.who-we-are-section {
  padding: 50px 0;
}

.who-we-are-section h2 {
  color: orange;
  font-weight: bold;
}

.who-we-are-section p {
  font-size: 1.1rem;
  line-height: 1.8;
}

.navbar {
  padding: 0px !important;

}

/* .orange{

  color: orange;
} */
span {
  color: orange;
  height: 6vh !important;
}

.orange {
  color: #5c1c08 !important;
  /* Custom orange color */
}


.content-section {
  margin-top: 50px;
}

.content-section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.content-section p {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.8;
}

.my-img {
  height: 50px !important;
  width: fit-content !important;
}

.my-h3 {

  font-weight: 700 !important;
}

.brown {

  background-color: #5c1c08 !important;

}

.my-card {
  border: none;
  /* Removes default card border */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* Adds a subtle shadow for modern look */
  border-radius: 15px;
  /* Rounded corners */
}

.my-img {
  border-radius: 15px 0 0 15px;
  /* Rounded corners for image (left side) */
}

.card-title {
  font-weight: 700;
  /* Bold title */
}

.card-body p {
  font-size: 1rem;
  text-align: justify;
  /* Justify text for cleaner look */
  line-height: 1.8;
}

.text-muted {
  font-size: 0.9rem;
  /* Smaller text for update time */
}

.my-text {

  height: 5px;
  line-height: 5px;
}

.carousel-item img {
  height: 400px;
  object-fit: cover;
  /* Ensures images don't stretch and cover the area uniformly 
    
    .card {
      border: none;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Adding box shadow for better aesthetics */
  border-radius: 15px;
}

.card-title {
  font-weight: 700;
  /* Bold the title for emphasis */
}

.my-text {
  text-align: justify;
  line-height: 1.5;
}

.orange {
  color: #ff7f50;
  /* Subtle orange color */
}

.bg-body {
  background-color: #f8f9fa !important;
}

.shadow-sm {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.my-img {
  height: 120px;
  width: 80px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .col-md-2 {
    text-align: center;
  }
}


.my-bg2 {
  background-image: url('https://web.archive.org/web/20240906001831im_/httpâ€¦amt.org/wp-content/uploads/2024/07/8c51a45065.jpg') !important;
  /* Add your background image */

}

.counter {
  font-size: 3rem;
  font-weight: bold;
}

.label {
  font-size: 1.5rem;
  margin-top: 10px;
}

.counter {
  background-color: #f5f5f5;
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

.card-title {
  font-weight: bold;
  font-size: 20px;
}

.my-card {
  border: none;
  transition: transform 0.3s ease-in-out;
  height: fit-content !important;
  width: fit-content !important;
}

.my-card:hover {
  transform: scale(1.05);
}

.read-more-btn {
  background-color: #5a3b1e !important;
  color: white !important;
}

footer {
  background: hsla(5, 93%, 28%, 1);

  background: linear-gradient(90deg, hsla(5, 93%, 28%, 1) 0%, hsla(34, 10%, 13%, 1) 100%);

  background: -moz-linear-gradient(90deg, hsla(5, 93%, 28%, 1) 0%, hsla(34, 10%, 13%, 1) 100%);

  background: -webkit-linear-gradient(90deg, hsla(5, 93%, 28%, 1) 0%, hsla(34, 10%, 13%, 1) 100%);

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#8c1105", endColorstr="#25221e", GradientType=1);
  color: white;
  padding: 40px 0;
}

footer h5 {
  font-size: 16px;
  margin-bottom: 20px;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.contact-info i {
  margin-right: 10px;
}

.footer-bottom {
  padding-top: 20px;
  font-size: 14px;
}

.last-bg {
  background: hsla(5, 93%, 28%, 1);

  background: linear-gradient(90deg, hsla(5, 93%, 28%, 1) 0%, hsla(34, 10%, 13%, 1) 100%);

  background: -moz-linear-gradient(90deg, hsla(5, 93%, 28%, 1) 0%, hsla(34, 10%, 13%, 1) 100%);

  background: -webkit-linear-gradient(90deg, hsla(5, 93%, 28%, 1) 0%, hsla(34, 10%, 13%, 1) 100%);
}

.row-bar {
  background-image: url(blue-backgraound.jpg);
  height: 34vh !important;
  width: auto !important;

}

.counter {
  background: transparent;
}






.my-eng-card {
  height: 33.5vh !important;
  width: auto !important;
}

.parallax-section {
  background-image: url('your-background-image.jpg');
  /* Replace with your desired image */
  min-height: 400px;
  /* Adjust height as necessary */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.my-bg2 {
  background-color: rgba(0, 0, 0, 0.5);
  /* Optional overlay */
  padding: 50px 0;
  /* Adjust padding for spacing */
}

.card {
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

/* News Section Styling */
.news-section {
  background-color: #4d2b00 !important;
  color: white !important;
  padding: 20px !important;
  border-radius: 5px !important;
}

.news-section h5 {
  color: white;
}

.news-section a {
  color: #ff4c4c;
  font-weight: bold;
  text-decoration: none;
}

.news-section a:hover {
  text-decoration: underline;
}

.my-h2 {
  color: maroon !important;
  font-weight: 700 !important;
}

.para {

  text-align: justify !important;
  color: grey !important;
}

a {
  text-decoration: none !important;

}

.only-a {
  color: orange !important;
}

.card-img-overlay {
  background: rgba(0, 0, 0, 0.6);
  /* Add a transparent dark overlay */
  color: white;
}

#my-img {
  object-fit: cover;
  height: 100%;
}

.display-5 {
  font-size: 2rem;
}

/* For larger screens (desktops), increase font sizes */
@media (min-width: 992px) {
  .display-5 {
    font-size: 3rem;
  }

  .my-p {
    font-size: 1.2rem;
  }
}

.color {
  background-color: #78250c !important;

}

.carousel-inner img {
  width: 100%;
  height: auto;
}

.section-box {
  background-color: #4B2E1F;
  /* Similar brown color */
  color: white;
  padding: 20px;
  margin-bottom: 15px;
}

.my-h2 {

  font-weight: 700 !important;
}

scroll-to-top {
  position: fixed;
  bottom: 30px;
  /* More space from bottom */
  right: 30px;
  /* More space from right */
  background-color: #28a745;
  /* Green background for modern look */
  color: white;
  border: none;
  padding: 15px;
  /* Bigger button */
  border-radius: 50%;
  /* Circular button */
  cursor: pointer;
  display: none;
  /* Hidden by default */
  z-index: 1000;
  font-size: 24px;
  /* Bigger icon */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  /* Shadow effect */
  transition: background-color 0.3s, transform 0.3s;
  /* Smooth transitions */
}

.scroll-to-top:hover {
  background-color: #218838;
  /* Darker green on hover */
  transform: scale(1.1);
  /* Slight zoom on hover */
}

.scroll-to-top i {
  display: block;
  margin: 0;
}

.btn-custom {
  width: 100%;
  margin-bottom: 10px;
  background-color: #001f3f;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.btn-custom:hover {
  background-color: #003366;
  color: #fff;
}

.table-container {
  padding: 20px;
}

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 100px auto;
  /* Centering the loader */
}

#backToTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  background-color: #414143;
  color: white;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

#backToTop:hover {
  background-color: #161617;
  transform: scale(1.1);
}

/* Smooth appearance when scrolling */
#backToTop.fade-in {
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}
#goToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: none; /* Initially hidden */
    transition: opacity 0.3s;
}

#goToTop:hover {
    background-color: #0056b3;
}