/* Reset basic styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
  .phone_form_container {
    display: none;
    align-items: center;
    gap: 8px;
}
.sidebar-toggle-btn {
  display: none;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #333;
}

/* Banner Section */
.about-banner-img {
    background: url('https://res.cloudinary.com/dmcfuei38/image/upload/v1755771898/pexels-jan-kroon-357445-1000057_logu8c.jpg');
    padding: 80px 20px;
    text-align: center;
    color: white;
    background-color: #2b7a2b; /* fallback color */
    background-size: cover;        
    background-repeat: no-repeat;   
    background-attachment: fixed;  
    background-position: center; 
}

.about-banner-img h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

/* Section Styles */
.sec {
    padding: 40px 20px;
    background-color: #fff;
}

.container {
    max-width: 100%;
    margin: 0 auto;
}

#long-text {
    font-size: 15px;
    text-align: justify;
}
.vision-mission-div{
	display:flex;
	gap:15px;
}
.goals-container{
  width: 92%;
  margin: auto;
}
.section-two-div1-heading{
	text-align: center !important;
    color: var(--twitter-color);

    padding: 0 60px;
    font-size: x-large;
  }
.vision-div h4{
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 17px; 
    color: darkgreen;
}
.vision-container{
	flex-basis:50%;
}
.vision-div{
    color: var(--twitter-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.vision-desc{
	  text-align:justify;
	  font-size:15px !important;
	  line-height: 30px !important;
	  color: var(--twitter-color);
	  margin:auto;
	  width:90%;
	  margin-top: 10px;
  }
.vision-desc li{
	list-style-type: disc;
	list-style-position: outside;
  }
  .mission-container{
	flex-basis:50%;
  }
  .objective-diff-div{
	display:flex;
	gap:15px;
  }
  .objective-container{
	   flex-basis:50%;
  }
  .differentiator-container{
	  flex-basis:50%;
  }

  /* ------------------------------------- */

.five h2{
    font-size: x-large;
}
.five {
  padding: 50px 20px;
  background-color: #fdfdfd;
}

.five h2 {
  text-align: center;
  font-size:x-large;
  margin-bottom: 30px;
}

.five-container {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 15px;
}

.five-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.five-image img {
  max-width: 55%;
  height: auto;
  border-radius: 10px;
  margin: auto;
}

.five-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}

.five-bottom-text {
  margin-top: 30px;
  font-size: 1rem;
  text-align: justify;
  line-height: 1.6;
}
/* ------------------------------------- */
.stakeholder {
    background: #0c453d;
    color: white;
    padding: 21px 20px;
    width: 98%;
    margin: auto;
}

.stakeholder-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.stakeholder-title {
  font-size:x-large;
  margin-bottom: 20px;
}

.stakeholder-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.stakeholder-item {
  flex: 1 1 160px;
  max-width: 200px;
}

.stakeholder-item img {
  max-height: 80px;
  width: auto;
  margin-bottom: 10px;
  margin: auto;
}

.stakeholder-item p {
  font-size: 0.95rem;
  line-height: 1.4;
}
/* ----------------------------------- */
.section-two-div4{
	display: flex;
	gap: 10px;
	text-align:justify;
	border-radius:0px 30px;
	color:black;
	line-height:30px;
	padding:5px 20px;
	font-size:15px;
    
}
/* -------------------------- */
.section-two-div6{
    gap:20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
  }

  .section-two {
    /* padding: 16px 18px; */
    background-color: #f8f8f8;
}

.section-two-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.section-two-box {
  background: white;
  border-radius: 10px;
  padding: 20px;
  flex: 1 1 350px;
  max-width: 445px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.section-two-box h5 {
     font-size: large;
    color: green;
}

.service-img-container {
  margin-bottom: 15px;
}

.section-img {
  max-width: 100%;
  height: auto;
  max-height: 120px;
  margin: auto;
}

.section-list {
    list-style: disc;
    padding-left: 40px;
    text-align: left;
    font-size: 1rem;
    margin-bottom: 20px;
}

.section-list li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.section-list span {
  font-size: 12px;
  display: block;
  color: #555;
  margin-top: 2px;
}

.download-btn {
  display: inline-block;
  background-color: #0c453d;
  color: white;
  padding: 8px 16px;
  font-size: 0.95rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
}

.download-btn:hover {
  background-color: #0a3a32;
}
/* ------------------------------------------------------------ */
.service-container{
    width: 92%;
    margin: auto;
}
  .section-two-div2 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }

  .section-two-div2-container2 {
    flex: 1 1 350px;
    max-width:445px;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-left: 40px;
  }
.section-two-div2-container2 h5{
    text-align: center;
    color: green;
}
.section-two-div2-desc2{
    list-style-type: disc;
}
.section-two-div2-desc2 h3{
  font-size: 19px;
  color: #2b7a2b;
}
  .service-img-container img {
    max-width: 40%;
    height: auto;
    margin: auto;
  }
/* ---------------------------------- */


.service-online{
    list-style-type: disc;
}
/* ------------------------------------ */
/* Container and Layout */
.custom-online-services {
  background-color: #094328;
}

.custom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.custom-title {
    text-align: center;
    font-size: x-large;
    margin-bottom: 2rem;
    color: white;
}

/* Flex Layout */
.custom-flex-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  /* flex-wrap: wrap; */
}

/* Image Section */
.custom-image-section {
  flex: 1 1 100%;
  text-align: center;
}

.custom-responsive-img {
    max-width: 55%;
    height: auto;
    border-radius: 12px;
    margin: auto;
}

/* Text Section */
.custom-text-section {
  flex: 1 1 100%;
}

/* .custom-block {
  margin-bottom: 24px;
} */

.custom-block h5 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  color: green;
}

/* List Styling */
.custom-list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 15px;
  color: white;
}

.custom-list li {
  margin-bottom: 8px;
}

.custom-list li span {
  /* display: block; */
  font-size: 13px;
  color: white;
}

.custom-list a {
  color: white;
  text-decoration: none;
}

.custom-list a:hover {
  text-decoration: underline;
}
/* -------------------------------------- */
/* Way2ABI Video Section */
.abi-video-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.abi-video-col {
  flex: 1 1 100%;
}

.video-wrapper {
  width: 100%;
  max-width: 100%;
}

.video-fluid {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.video-container{
    width: 92%;
    margin: auto;
}
.video-container h2{
  font-size: x-large;
}
/* Desktop view: Side by side */
@media (min-width: 768px) {
  .abi-video-col {
    flex: 1;
  }

  .video-col {
    order: 1;
  }

  .text-col {
    order: 2;
  }
}

/* Mobile view: Stack with video on top */
@media (max-width: 767px) {
  .video-col {
    order: 1;
  }

  .text-col {
    order: 2;
    padding-top: 15px;
  }
}

.abi-video-text {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}


/* Mobile: stack video and text */
@media (max-width: 768px) {
  .abi-video-row {
    flex-direction: column;
  }

  .abi-video-col {
    flex: 1 1 100%;
  }

  .abi-video-text {
    padding-top: 15px;
  }
}

/* Responsive Text Size */
@media (max-width: 768px) {
    .about-banner-img h2 {
        font-size: 2rem;
    }

    #long-text {
        font-size: 1rem;
    }
    .five-content {
        flex-direction: column;
        text-align: center;
    }

  .five-text {
    text-align: justify;
    padding-top: 20px;
  }

  .five h2 {
    font-size: 1.7rem;
  }
    .stakeholder-grid {
    gap: 20px;
  }

  .stakeholder-title {
    font-size: 1.5rem;
  }

  .stakeholder-item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .stakeholder-item p {
    font-size: 1rem;
  }
   .section-two-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .section-two-box {
    max-width: 100%;
  }
      .custom-flex-wrapper {
    flex-direction: column;
  }

  .custom-image-section,
  .custom-text-section {
    flex: 1 1 100%;
  }

  .custom-title {
    font-size: 1.5rem;
  }
  .abi-video-text {
    font-size: 14px;
    padding: 0 10px;
  }
  .vision-mission-div {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.objective-diff-div {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
}


@media (max-width: 480px) {
    .about-banner-img {
        padding: 60px 10px;
    }

    .sec {
        padding: 30px 10px;
    }

    .about-banner-img h2 {
        font-size: 1.6rem;
    }

    #long-text {
        font-size: 0.95rem;
    }

      /* .custom-flex-wrapper {
    flex-direction: row;
  } */

  .custom-image-section,
  .custom-text-section {
    flex: 1 1 50%;
  }
}
