/* ------------------------------------------------
  Project:   Misto - Factory and Industrial HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Jarallax
  7. Pattern
  8. Border Radius
  9. Banner
  10. Countdown
  11. Terms and Conditions
  12. Privacy Policy
  13. Contact
  14. About Us
  15. Video
  16. Side Background


/* ------------------------
    General
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');

body {
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #282929;
}


/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 80px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ae9e00;
}

h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 1.2;
    font-weight: 500;
    color: black;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.2;
    color: black;
}

h5 {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: black;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
}

ul {
    margin: 0px;
    padding: 0px;
}


/* ------------------------
    Helper class
------------------------*/

.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

section {
    padding: 70px 0;
}



.section-title p {
    font-size: 16px;
}

.theme-bg .section-title p,
.dark-bg .section-title p {
    color:black;
}

.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
    text-align: justify;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}


/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #ae9e00;
}

.text-black {
    color: black !important;
}

.text-grey {
    color: #aaaaaa;
}

.text-yellow {
    color: #ae9e00;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}


/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff !important;
}

.dark-bg {
    background-color: rgba(0, 0, 0, 0.125);
}

.grey-bg {
    background-color: #f8f8f8;
}

.theme-bg {
    background-color: #ae9e00;
}

.transparent-bg {
    background-color: inherit !important;
}
.dark-bgg{
    background-color: #10161d;
}

/* ------------------------
    Pattern
------------------------*/
.pattern {
    width: 100%;
    background-size: inherit !important;
    background-position: 0px 0px;
    background-repeat: repeat !important;
    animation: animatedBackground 20s linear infinite;
    -ms-animation: animatedBackground 20s linear infinite;
    -moz-animation: animatedBackground 20s linear infinite;
    -webkit-animation: animatedBackground 20s linear infinite;
}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    height: 100vh !important;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .btn {
    color: #ffffff ;
}

.banner-1::before {
    /* border: 10px solid rgba(255, 255, 255, 0.1);
    box-shadow: 1px 1px 20px white; */
    content: "";
    height: 120%;
    left: 50%;
    position: absolute;
    top: -10%;
    width: 95%;
    z-index: -1;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item,
.fullscreen-banner .item {
    height: 100%;
}


/* ------------------------
    Countdown
------------------------*/
.countdown {
    text-align: center;
    width: 100%
}

.countdown>li {
    margin-bottom: 50px;
    font-weight: bold;
    display: block;
    text-align: center;
    list-style-type: none;
}

.countdown>li:last-child {
    margin-bottom: 0;
}

.countdown>li span {
    font-size: 70px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 20px;
    display: inline-block;
}

.countdown>li p {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0;
    color: #ae9e00;
}

.dark-bg .countdown>li {
    border-color: rgba(255, 255, 255, 0.2)
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions .title {
    margin-bottom: 10px;
}

.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy .title {
    margin-bottom: 10px;
}

.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Contact
------------------------*/
.contact-main {
    /*background: #fff; padding: 30px;*/
    border-bottom: 2px solid #ae9e00;
}

.contact-info li {
    padding-left: 50px;
    position: relative;
}

.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 30px;
    color: #ae9e00;
    text-align: center;
}

.contact-info li span {
    font-size: 16px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.contact-info li p {
    margin-bottom: 0;
    line-height: 24px;
}

.contact-info li a {
    color: #555;
}

.dark-bg .contact-info li a {
    color: #ffffff;
}

.contact-info li a:hover {
    color: #ae9e00;
}

.theme-bg .contact-info span,
.dark-bg .contact-info span {
    color: #ffffff
}

.theme-bg .contact-info li i {
    color: #ffffff;
}

.theme-bg .contact-info li a {
    color: #ffffff;
}

.theme-bg .contact-info li a:hover {
    color: #b1b1b1;
}

.contact-box {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #333
}

.form-control {
    height: 50px;
    border-radius: 0;
    font-size: 13px;
    background: none;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    box-shadow: none;
}

.grey-bg .form-control {
    background: #ffffff
}

textarea.form-control {
    height: 150px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ae9e00;
}

select.form-control {
    /*-moz-appearance: none; -webkit-appearance: none; appearance: none;*/
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.iframe-h {
    height: 500px !important;
}

.iframe-h-2 {
    height: 900px !important;
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: 0;
    font-size: 10px;
    line-height: 14px;
}

.form-control::-moz-placeholder {
    color: #555
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


.contact-btn {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    right: -39px;
    top: 40%;
    z-index: 99;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
}

.contact-bg {
    background: #ffffff;
    color: #ae9e00;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px;
    font-weight: 500;
    z-index: 10;
    -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
}

.contact-btn:hover .contact-bg {
    background: #ae9e00;
    color: #ffffff
}

.contact-form {
    background: #ffffff;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 80px 30px 30px;
    width: 450px;
    position: fixed;
    right: -600px;
    top: 0;
    z-index: 2000;
}

.close-btn {
    background: #ae9e00;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 15px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.header-3 .contact-btn {
    position: inherit;
    transform: inherit;
    top: inherit;
    right: inherit;
}

.header-3 .contact-bg {
    background: #ae9e00;
    box-shadow: none;
    color: #fff;
    padding: 25px 40px;
}

/* ------------------------
    About Us
------------------------*/
.about-img {
    position: relative;
}

.about-img::before {
    border: 5px solid rgba(255, 255, 255, 0.2);
    bottom: 14px;
    content: "";
    left: 14px;
    position: absolute;
    right: 14px;
    top: 14px;
}


/* ------------------------
    Video
------------------------*/
.video-btn {
    display: inline-block;
}

.video-btn-pos {
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    margin-left: -50px;
}

.video-btn .btn-play {
    background: #ae9e00;
    color: #fff;
    height: 45px;
    width: 100px;
    line-height: 45px;
    -webkit-border-radius: 50px;
    border-radius: 5px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    display: inline-block;
}

.video-btn .btn-play i {
    line-height: inherit;
}

.theme-bg .video-btn .btn-play,
.dark-bg .video-btn .btn-play {
    background: #ffffff;
    border-color: #ffffff;
    color: #ae9e00;
}

.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.html5-video video {
    width: 100%;
}


/* ------------------------
    Side Background
------------------------*/
.img-side img {
    max-width: 100%
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

.img-side {
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.img-side .owl-carousel,
.img-side .owl-stage-outer,
.img-side .owl-stage,
.img-side .owl-stage,
.img-side .owl-item,
.img-side .owl-item .item {
    height: 100%
}

.list-inline1{
    line-height: 2;
    margin-bottom: 10px;
}
.btn-theme:hover{
    background: rgb(212, 212, 212);
    color: black;

}

.about-img img{
    width:100%;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "//";
}



.vm-section {
  padding: 0px 0;
}

.vm-header {
  text-align: center;
  padding: 20px 0;
}

.vm-tag {
  font-size: 14px;
  letter-spacing: 3px;
  color: #ae9e00;
  font-weight: 600;
}

.vm-header h2 {
  font-size: 38px;
  margin-top: 12px;
}

.vm-cards {
  display: flex;
  gap: 30px;
}

.vm-card {
  flex: 1;
  background: #ae9e00;
  color: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  text-align: center;
}

.vm-icon {
  /* margin-bottom: 15px; */
}

.vm-icon svg {
  width: 34px;
  height: 34px;
  color: #fff;
}

.vm-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.vm-card p {
    font-size: 16px;
    text-align: justify;
}

@media (max-width: 992px) {
  .focus-grid {
    grid-template-columns: repeat(2, 144px);
    justify-content: center;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .focus-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin: 0 auto;
  }
}


/* =========================
   FOCUS AREAS
========================= */
.focus-section {
  padding: 60px 0;
}

.focus-header {
  margin-bottom: 50px;
}

.focus-title h6 {
  font-size: 14px;
  letter-spacing: 3px;
  color: #ae9e00;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.focus-header h2 {
  font-size: 34px;
  line-height: 1.4;
  max-width: 900px;
}

/* Grid */
.focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 144px);
  gap: 100px;
  justify-content: center;
}

.focus-img-card {
  width: 200px;
  height: 200px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.focus-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.focus-img-card:hover {
  transform: scale(1.08);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.focus-img-card:hover img {
  transform: scale(1.15);
}






/* =========================
   JOURNEY SECTION (FIXED)
========================= */
.journey-section {
  padding: 60px 0;
}

.journey-header {
  margin-bottom: 30px;
}

.journey-tag {
    font-size: 14px;
    letter-spacing: 3px;
    color: black;
    font-weight: 600;
}

.journey-header h2 {
  font-size: 38px;
}

.journey-item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 25px;
}

.journey-item.reverse {
  flex-direction: row-reverse;
}

/* FIXED IMAGE SIZE */
.journey-image {
  flex: 1;
}

.journey-image img {
  width: 100%;
  max-width: 520px;
  height: 320px;          /* FIXED HEIGHT */
  object-fit: cover;      /* PREVENT STRETCH */
  border-radius: 20px;
}

.journey-content {
  flex: 1;
}

.journey-content p {
    font-size: 18px;
    color: #374151;
    text-align: justify;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  

  .col-6 {
    width: 100%;
  }

  .focus-grid {
    grid-template-columns: repeat(2, 144px);
  }

  .journey-image img {
    height: 260px;
    max-width: 100%;
  }

  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 480px) {
  .focus-grid {
    grid-template-columns: 1fr;
  }
}



/* =========================
   VALUE PRINCIPLES
========================= */
.value-principles {
  background: #a99a0040;
  padding: 60px 0;
  color: #fff;
}
.value-principles p{
    color: black;
}

.value-header {
  margin-bottom: 50px;
}

.value-label span {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    color: black;
}

.value-header h2 {
  font-size: 38px;
}

.value-row {
  display: flex;
  gap: 50px;
  align-items: center;
}

.value-col-half {
  width: 50%;
}

.value-image-box img {
  width: 100%;
  border-radius: 20px;
}

.value-card-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.value-card-item {
  background: rgba(255,255,255,0.15);
  padding: 10px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.value-card-item:hover {
  transform: translateX(6px);
  background: rgba(255,255,255,0.22);
}

.value-card-item h4 {
  font-size: 20px;
}

.value-card-item p {
  font-size: 15px;
}
@media (max-width: 767px) {
  .value-row {
    flex-direction: column;
  }

  .value-col-half {
    width: 100%;
  }

  .value-image-box {
    margin-bottom: 24px;
  }
}


/* =========================
   TIMELINE SECTION
========================= */

.timeline-section {
  padding: 70px 0;
  background: #97ca5863;
}

/* HEADER */
.timeline-header {
  text-align: center;
  margin-bottom: 60px;
}

.timeline-tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
}
.timeline-header h2 {
  font-size: 38px;
  color: #1f2937;
}

/* =========================
   TIMELINE STRUCTURE
========================= */

.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
  padding: 20px 0;
}

/* CENTER LINE */
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  background: #e5e7eb;
  transform: translateX(-50%);
}

/* ITEM */
.timeline-item {
  position: relative;
  width: 50%;
  padding: 0 30px;
  /* margin-bottom: 50px; */
}

/* LEFT */
.timeline-item.left {
  left: 0;
  text-align: right;
}

/* RIGHT */
.timeline-item.right {
  left: 50%;
  text-align: left;
}

/* DOT */
.timeline-dot {
  position: absolute;
  top: 28px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid currentColor;
  z-index: 2;
}

.timeline-item.left .timeline-dot {
  right: -7px;
}

.timeline-item.right .timeline-dot {
  left: -7px;
}

/* CARD */
.timeline-card {
  background: #ffffff;
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.timeline-card:hover {
  transform: translateY(-4px);
}

.timeline-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.timeline-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
    text-align: justify;
}

/* =========================
   COLOR VARIANTS
========================= */

.orange { color:#f59e0b; border-left:6px solid #f59e0b; }
.red { color:#ef4444; border-left:6px solid #ef4444; }
.pink { color:#ec4899; border-left:6px solid #ec4899; }
.blue { color:#3b82f6; border-left:6px solid #3b82f6; }
.teal { color:#14b8a6; border-left:6px solid #14b8a6; }
.green { color:#22c55e; border-left:6px solid #22c55e; }

/* =========================
   TABLET & MOBILE
========================= */

@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    left: 0 !important;
    text-align: left;
  }

  .timeline-dot {
    left: 14px !important;
    right: auto !important;
  }

  .timeline-header h2 {
    font-size: 30px;
  }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
  .timeline-section {
    padding: 45px 0;
  }

  .timeline-header h2 {
    font-size: 26px;
  }

  .timeline-card {
    padding: 18px;
  }

  .timeline-card p {
    font-size: 14px;
  }
}



/* GRID */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.team-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* IMAGE */
.team-img {
  position: relative;
  height: 260px;
  overflow: hidden;
}
.team-section {
  padding-bottom: 60px;   /* TOP & BOTTOM padding */
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* HOVER CONTENT */
.team-hover {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.team-img:hover .team-hover {
  opacity: 1;
}

/* TEXT */
.team-hover h4 {
  font-size: 20px;
  margin-bottom: 6px;
}

.team-hover span {
  font-size: 14px;
  color: #ff5a1f;
  margin-bottom: 12px;
}

.team-hover p {
  font-size: 14px;
  line-height: 1.6;
}

/* INFO */
.team-info {
  padding: 20px;
  text-align: center;
}

.team-info h4 {
  font-size: 18px;
}

.team-info span {
  font-size: 14px;
  color: #ff5a1f;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
.team-header {
  text-align: center;
  margin-bottom: 50px;
}

.team-tag {
  font-size: 14px;
  letter-spacing: 3px;
  color: #000000;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.team-header h2 {
  font-size: 36px;
  color: #1f2937;
}


.events-section {
  padding: 60px 0;
  background: #fff;
}

/* 2 COLUMNS PER ROW */
.event-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.event-card {
  display: flex;
  gap: 20px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  align-items: center;
}

/* LEFT IMAGE */
.event-img {
  width: 180px;
  flex-shrink: 0;
}

.event-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
}

/* RIGHT CONTENT */
.event-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #1f2937;
}

.event-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  text-align: justify;
}

/* PAGE VISIBILITY */
.event-page {
  display: none;
}

.event-page.active {
  display: block;
}

/* PAGINATION */
.pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.page-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
}

.page-btn.active,
.page-btn:hover {
  background: #f97316;
  color: #fff;
  border-color: #f97316;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .event-grid {
    grid-template-columns: 1fr;
  }

  .event-card {
    flex-direction: column;
    text-align: center;
  }

  .event-img {
    width: 100%;
  }

  .event-img img {
    height: 220px;
  }
}


/* =========================
   REACH US SECTION
========================= */

.reach-section {
    background: #ebe5ac87;
}

/* =========================
   INFO BOXES
========================= */

.reach-box-row {
    display: flex;
    gap: 30px;
    align-items: stretch;
    /* margin-bottom: 60px; */
    /* padding: 1px 0; */
}

.reach-box-col {
  flex: 1;
}

.reach-box {
  background: #f9f7f6;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
}

.reach-icon {
  font-size: 36px;
  margin-bottom: 12px;
  color: #ae9e00;
}

.reach-box p {
  font-size: 15px;
  color: #374151;
  margin-bottom: 6px;
}

/* SOCIAL */
.reach-social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.reach-social a {
  color: #1f2937;
  font-size: 18px;
}

/* =========================
   MAP + FORM
========================= */

.reach-main {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

/* MAP */
.reach-map {
  flex: 1;
}

.reach-map iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border-radius: 22px;
  border: none;
}

/* FORM */
.reach-form-box {
  flex: 1;
  background: #d8cdcd;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.reach-form-box h3 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #1f2937;
}

.reach-note {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 25px;
}

.reach-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reach-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.reach-form input,
.reach-form textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 30px;
  border: none;
  background: #f9f7f6;
  font-size: 15px;
  outline: none;
}

.reach-form textarea {
  min-height: 160px;
  resize: none;
  border-radius: 20px;
}

.reach-form button {
  align-self: flex-start;
  padding: 14px 36px;
  border-radius: 30px;
  border: 2px solid #f4b400;
  background: transparent;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.reach-form button:hover {
  background: #f4b400;
  color: #000;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
  .reach-box-row {
    flex-direction: column;
  }

  .reach-main {
    flex-direction: column;
  }

  .reach-map iframe {
    min-height: 320px;
  }

  .reach-form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .reach-form-box {
    padding: 25px;
  }

  .reach-form-box h3 {
    font-size: 24px;
  }

  .reach-form button {
    width: 100%;
    text-align: center;
  }
}


/* PROGRAMS AREA */
.programs-area {
  padding: 60px 0;
  background: #fff;
}

.programs-content {
  max-width: 1100px;
  margin: auto;
}
.programs-content p{
  text-align: justify;
}

.programs-item {
  display: none;
}

.programs-item.active {
  display: block;
}

.programs-item img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 30px;
}

/* TABS */
.programs-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 30px 0;
}

.programs-tab {
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
}

.programs-tab span {
  font-size: 16px;
  font-weight: 600;
}

.programs-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 4px;
  background: #ae9e00;
}

/* IMPACT */
.impact-block {
  padding: 40px 0;
}
.impact-block p{
    color: black;
}

.impact-heading {
  font-size: 36px;
  margin-bottom: 40px;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.impact-box {
  background: #fff;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.impact-symbol {
  font-size: 36px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .programs-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .impact-grid {
    grid-template-columns: 1fr;
  }

  .programs-item img {
    height: 260px;
  }

}

@media (min-width: 768px) and (max-width: 1024px){
      .vm-cards, .row, .journey-item, .journey-item.reverse{
  flex-direction: none !important;
      }
      .programs-tab {
   
    border: solid black;
}
.programs-tab.active::after {
   
    top: 25px;
}
.programs-tab {
  
    padding-bottom: 15px !important;
}
.impact-intro1{
  text-align: justify;
}
.value-row {
  display: block;
}
.value-col-half {
    width: 100%;
}
.value-image-box img {
 
    margin-bottom: 15px;
}
.timeline-item.left {
  
    margin-bottom: 15px;
}
.timeline-item.right {
   
    margin-bottom: 15px;
}
}

@media (max-width: 767px){
  .programs-tab {
   
    border: solid #000000;
}
.programs-tabs {
    display: grid; 
    flex-direction: column;

    margin: 10px 0;
}
.vm-cards {
   display: block !important;
}
.vm-card {
  
    margin-top: 5px;
}
.journey-item {
  display: block !important;
}
.timeline-card{
  margin-bottom: 5px;
}
.programs-tab.active::after {
  
    top: 45px;
}
.programs-tab {
   
    padding-bottom: 15px;
}
.impact-intro1{
  text-align: justify;
}
}

@media (max-width: 767px) {
.journey-image img {
   
    margin-bottom: 15px;
}
.timeline-item {
   
    margin-bottom: 15px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
    top: -125px;
}
.owl-carousel .owl-nav button.owl-next {
    
    top: -125px;
}
}
