@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
    .new_home_web .topHead {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 40px;
      margin-left: 0px;
      margin: 0 0 25px 0;
    }

    .new_home_web .text-blk.heading {
      font-size: 36px;
      line-height: 55px;
      font-weight: 600;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 20px;
      margin-left: 0px;
    }

    .new_home_web .orangeLine {
      height: 5px;
      width: 12em;
      background-color: #ef5342;
    }

    .new_home_web .orangeText {
      color: #0e54a8;
    }

    .grid figure {
      position: relative;
      float: left;
      overflow: hidden;
      background: #3085a3;
      text-align: center;
      cursor: pointer;
    }

    .section-desc {
      max-width: 650px;
      width: 100%;
      font-size: 0.9rem;
    }

    .grid figure img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      opacity: 0.8;
    }

    .grid figure figcaption {
      padding: 2em;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.25em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    .grid figure figcaption::before,
    .grid figure figcaption::after {
      pointer-events: none;
    }

    .grid figure figcaption,
    .grid figure figcaption > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .grid figure figcaption > a {
      z-index: 1000;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0;
    }

    .grid figure h2 {
      word-spacing: -0.15em;
      font-size: 0.9em;
      font-weight: 300;
    }

    .grid figure h2 span {
      font-weight: 600;
    }

    .grid figure h2,
    .grid figure p {
      margin: 0;
    }

    .grid figure p {
      letter-spacing: 1px;
      font-size: 68.5%;
    }

    figure.effect-honey {
      position: relative;
      background: #1c1c1ce0;
      max-width: 100%;
      margin: 0;
      overflow: hidden;
    }

    figure.effect-honey img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      transition: opacity 0.35s;
    }

    figure.effect-honey:hover img {
      opacity: 0.4;
    }

    figure.effect-honey figcaption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 1.2em 1em 1em 1em;
      color: #fff;
      text-align: left;
      z-index: 2;
      opacity: 1;
      transition: background 0.3s;
      pointer-events: none;
    }

    figure.effect-honey figcaption::before {
      content: "";
      position: absolute;
      left: 0; right: 0; bottom: 0; top: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.625) 80%, rgba(14,84,168,0.1) 100%);
      z-index: -1;
      opacity: 0;
      transition: opacity 0.35s;
    }

    figure.effect-honey h2 {
      font-size: 1.1rem;
      font-weight: 700;
      margin: 0;
      color: #fff;
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-honey h2 span {
      color: #75bee2;
      font-weight: 900;
    }

    figure.effect-honey h2 i {
      font-style: normal;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }

    figure.effect-honey figcaption::before,
    figure.effect-honey h2 {
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
    }

    figure.effect-honey:hover figcaption::before,
    figure.effect-honey:hover h2,
    figure.effect-honey:hover h2 i {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    figure.effect-honey:hover figcaption {
      pointer-events: auto;
    }

    /* ** Gallery ** */
    .tm-container-gallery {
      padding-top: 30px;
    }
    .tm-container-outer {
      max-width: 1350px;
      margin: 0 auto;
      padding: 0 15px;
    }
    .tm-section-pad-top {
      padding-top: 30px;
    }
    .tm-section-pad-bottom {
      padding-bottom: 30px;
    }
    .tm-section-desc {
      margin-bottom: 30px;
    }
    .tm-container-about {
      padding: 30px 0;
    }

    .tm-gallery-container {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .tm-gallery-item {
      width: 100%;
      height: 220px;
      margin: 0;
      padding: 0;
      overflow: hidden;
      border-radius: 0;
    }

    .tm-gallery-item img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      object-position: center;
      display: block;
      margin: 0;
      padding: 0;
    }

    .tm-gallery-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 0;
      width: 100%;
    }

    @media (max-width: 991px) {
      .tm-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 575px) {
      .tm-gallery-grid {
        grid-template-columns: 1fr;
      }
    }

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
  min-height: 400px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/Merge 3 images(copy).jpg') center/cover;
  opacity: 0.1;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  animation: fadeInUp 0.8s ease-out;
}

.hero-subtitle {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* End of Hero */
    .container {
      max-width: 1300px;
    }

    .main-timeline {
      --color: rgba(30, 30, 30);
      --bgColor: #ffffff;
      min-height: 100vh;
      display: grid;
      align-content: center;
      padding: 2rem;
      font-family: "Poppins", sans-serif;
      color: var(--color);
      background: var(--bgColor);
    }

    h1 {
      text-align: center;
    }

    .timeline {
      --col-gap: 2rem;
      --row-gap: 2rem;
      --line-w: 0.25rem;
      display: grid;
      grid-template-columns: var(--line-w) 1fr;
      grid-auto-columns: max-content;
      column-gap: var(--col-gap);
      list-style: none;
      width: min(60rem, 90%);
      margin-inline: auto;
    }

    .timeline::before {
      content: "";
      grid-column: 1;
      grid-row: 1 / span 20;
      background: rgb(225, 225, 225);
      border-radius: calc(var(--line-w) / 2);
    }

    .timeline li:not(:last-child) {
      margin-bottom: var(--row-gap);
    }


    .timeline li {
      grid-column: 2;
      --inlineP: 1.5rem;
      margin-inline: var(--inlineP);
      grid-row: span 2;
      display: grid;
      grid-template-rows: min-content min-content min-content;
    }


    .timeline li .date {
      --dateH: 3rem;
      height: var(--dateH);
      margin-inline: calc(var(--inlineP) * -1);

      text-align: center;
      background-color: var(--accent-color);

      color: white;
      font-size: 1.25rem;
      font-weight: 700;

      display: grid;
      place-content: center;
      position: relative;

      border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
    }


    .timeline li .date::before {
      content: "";
      width: var(--inlineP);
      aspect-ratio: 1;
      background: var(--accent-color);
      background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
      position: absolute;
      top: 100%;

      clip-path: polygon(0 0, 100% 0, 0 100%);
      right: 0;
    }


    .timeline li .date::after {
      content: "";
      position: absolute;
      width: 2rem;
      aspect-ratio: 1;
      background: var(--bgColor);
      border: 0.3rem solid var(--accent-color);
      border-radius: 50%;
      top: 50%;

      transform: translate(50%, -50%);
      right: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }


    .timeline li .title,
    .timeline li .descr {
      background: var(--bgColor);
      position: relative;
      padding-inline: 1.5rem;
    }
    .timeline li .title {
      overflow: hidden;
      padding-block-start: 1.5rem;
      padding-block-end: 1rem;
      font-weight: 500;
    }
    .timeline li .descr {
      padding-block-end: 1.5rem;
      font-weight: 300;
      border-radius: 20px;
    }


    .timeline li .title::before,
    .timeline li .descr::before {
      content: "";
      position: absolute;
      width: 90%;
      height: 0.5rem;
      background: rgba(0, 0, 0, 0.5);
      left: 50%;
      border-radius: 50%;
      filter: blur(4px);
      transform: translate(-50%, 50%);
    }
    .timeline li .title::before {
      bottom: calc(100% + 0.125rem);
    }

    .timeline li .descr::before {
      z-index: -1;
      bottom: 0.25rem;
    }

    @media (min-width: 40rem) {
      .timeline {
        grid-template-columns: 1fr var(--line-w) 1fr;
      }
      .timeline::before {
        grid-column: 2;
      }
      .timeline li:nth-child(odd) {
        grid-column: 1;
      }
      .timeline li:nth-child(even) {
        grid-column: 3;
      }


      .timeline li:nth-child(2) {
        grid-row: 2/4;
      }

      .timeline li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
      }

      .timeline li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
      }
      .timeline li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
      }
    }

    .credits {
      margin-top: 1rem;
      text-align: right;
    }
    .credits a {
      color: var(--color);
    }
    
    .vision-mission-container {
      margin: 60px auto 40px auto;
      max-width: 1100px;
    }

    .vm-card {
      background: linear-gradient(135deg, #b6b6b605 60%, #b6b6b605 100%);
      border-radius: 18px;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.24);
      padding: 2.5rem 2rem 2rem 2rem;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      min-height: 420px;
      transition: box-shadow 0.2s, transform 0.2s;
      position: relative;
      overflow: hidden;
      animation: fadeInUp 0.8s both; /* Keep only one animation reference */
    }

    .vm-card:hover {
      box-shadow: 0 8px 32px rgba(14, 84, 168, 0.18);
      transform: translateY(-6px) scale(1.03);
    }

    .vm-icon img {
      width: 64px;
      height: 64px;
      margin-bottom: 1.2rem;
      filter: drop-shadow(0 2px 8px #0e54a833);
    }

    .vm-title {
      color: #0e54a8;
      font-weight: 700;
      margin-bottom: 0.5rem;
      font-size: 2rem;
      letter-spacing: 1px;
    }

    .vm-desc, .vm-list {
      color: #222;
      font-size: 1.15rem;
      margin-top: 1.2em;
      margin-bottom: 0.7em;
    }

    .vm-list {
      list-style-position: outside;
      text-align: left;
      margin: 1.2em 0 0 0;
      padding: 0 0 0 1em;
    }

    .blueline {
      width: 48px;
      height: 4px;
      background: #0e54a8;
      margin: 0.5rem auto 1.2rem auto;
      border-radius: 2px;
    }

    @keyframes fadeInUp {
      0% { opacity: 0; transform: translateY(40px);}
      100% { opacity: 1; transform: translateY(0);}
    }

    .animate-fade-in {
      animation: fadeInUp 0.8s both;
    }

    @media (max-width: 991px) {
      .vm-card {
        min-height: unset;
        padding: 1.5rem 1rem;
      }
      .vision-mission-container {
        padding: 0 0.5rem;
      }
    }

  .moving-bg {
    position: sticky;
    top: 80px;
    height: 100%;
    min-height: 400px;
    background-image: url('../images/TSG_Building.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(55, 118, 183, 0.10);
  }

  /* On mobile, make background static for compatibility */
  @media (max-width: 767.98px) {
    .moving-bg {
      background-attachment: scroll;
      background-position: center;
    }
  }

  .moving-bg2 {
    position: sticky;
    top: 80px;
    height: 100%;
    min-height: 400px;
    background-image: url('../images/GIS-2.1.png');
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(55, 118, 183, 0.10);
  }

  /* On mobile, make background static for compatibility */
  @media (max-width: 767.98px) {
    .moving-bg2 {
      background-attachment: scroll;
      background-position: center;
    }
  }

  .wavy-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }

  .wavy-bottom svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .wavy-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }

  .wavy-top svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

    .vision-mission-container {
      overflow: hidden;
    }

    /* Feature Cards */
.feature-card-about {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
}

.feature-card-about:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-color: #0e54a8;
}

.feature-icon-box {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0e54a8 0%, #102237 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(53, 154, 255, 0.3);
}

.feature-icon-box i {
  font-size: 2rem;
  color: #FFFFFF;
}

.feature-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #001F3F;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
}

.feature-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #6C757D;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .feature-card-about {
    padding: 2rem 1.5rem;
  }
  
  .feature-icon-box {
    width: 70px;
    height: 70px;
  }
  
  .feature-icon-box i {
    font-size: 1.75rem;
  }
  
  .feature-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .feature-card-about {
    padding: 1.75rem 1.25rem;
    margin-bottom: 1rem;
  }
  
  .feature-icon-box {
    width: 65px;
    height: 65px;
  }
  
  .feature-icon-box i {
    font-size: 1.5rem;
  }
  
  .feature-title {
    font-size: 1.125rem;
  }
  
  .feature-desc {
    font-size: 0.95rem;
  }
}
/* 
---------------------------------------------
Awards Section Styles
--------------------------------------------- 
*/
.awards-section {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
padding: 80px 0;
position: relative;
overflow: hidden;
}

.awards-section::before {
content: '';
position: absolute;
top: -50%;
right: -10%;
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(14,84,168,0.05) 0%, transparent 70%);
border-radius: 50%;
}

.awards-header {
text-align: center;
margin-bottom: 60px;
}

.awards-title {
font-size: 2.5rem;
font-weight: 700;
color: #0e54a8;
margin-bottom: 15px;
}

.awards-title-accent {
color: #fa1713;
}

.awards-divider {
width: 100px;
height: 4px;
background: linear-gradient(90deg, #fa1713 0%, #0e54a8 100%);
margin: 0 auto 20px;
border-radius: 2px;
}

.awards-subtitle {
font-size: 1.1rem;
color: #666;
max-width: 600px;
margin: 0 auto;
}

/* Awards Slider Container */
.awards-slider-container {
position: relative;
max-width: 1400px;
margin: 0 auto;
padding: 0 60px;
}

.awards-slider {
display: flex;
gap: 30px;
overflow-x: auto;
scroll-behavior: smooth;
padding: 20px 0;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE and Edge */
}

.awards-slider::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera */
}

.award-card {
background: white;
border-radius: 20px;
padding: 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
overflow: hidden;
cursor: pointer;
flex: 0 0 300px;
min-width: 300px;
}

.award-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, #0e54a8 0%, #fa1713 100%);
transform: scaleX(0);
transition: transform 0.4s ease;
}

.award-card:hover::before {
transform: scaleX(1);
}

.award-card:hover {
transform: translateY(-15px);
box-shadow: 0 20px 50px rgba(14, 84, 168, 0.15);
}

.award-image-wrapper {
width: 100%;
height: 250px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 15px;
overflow: hidden;
position: relative;
}

.award-image {
width: 80%;
height: 80%;
object-fit: contain;
transition: transform 0.4s ease;
}

.award-card:hover .award-image {
transform: scale(1.1);
}

.award-title {
font-size: 1.2rem;
font-weight: 600;
color: #0e54a8;
text-align: center;
margin-bottom: 10px;
}

.award-year {
text-align: center;
color: #999;
font-size: 0.9rem;
}

/* Modal Overlay */
.award-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 9999;
justify-content: center;
align-items: center;
animation: fadeIn 0.3s ease;
}

.award-modal.active {
display: flex;
}

.award-modal-content {
background: white;
border-radius: 20px;
padding: 40px;
max-width: 90%;
max-height: 90%;
overflow: auto;
position: relative;
animation: slideUp 0.4s ease;
}

@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

@keyframes slideUp {
from { 
  opacity: 0;
  transform: translateY(50px);
}
to { 
  opacity: 1;
  transform: translateY(0);
}
}

.award-modal-close {
position: absolute;
top: 20px;
right: 20px;
font-size: 2rem;
color: #0e54a8;
cursor: pointer;
background: none;
border: none;
transition: transform 0.3s ease;
}

.award-modal-close:hover {
transform: rotate(90deg);
color: #fa1713;
}

.award-modal-image {
width: 100%;
max-width: 600px;
height: auto;
margin: 0 auto;
display: block;
border-radius: 15px;
}

/* Slider Navigation Buttons */
.slider-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 50px;
height: 50px;
background: white;
border-radius: 50%;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
z-index: 10;
border: none;
}

.slider-nav:hover {
background: #0e54a8;
color: white;
transform: translateY(-50%) scale(1.1);
box-shadow: 0 8px 30px rgba(14, 84, 168, 0.3);
}

.slider-nav-prev {
left: 0;
}

.slider-nav-next {
right: 0;
}

.slider-nav i {
font-size: 1.5rem;
}

/* Slider Dots */
.slider-dots {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 30px;
}

.slider-dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(14, 84, 168, 0.2);
cursor: pointer;
transition: all 0.3s ease;
border: none;
padding: 0;
}

.slider-dot.active {
background: #0e54a8;
width: 30px;
border-radius: 6px;
}

/* Gallery Masonry Grid */
.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  padding: 0;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #fff;
  height: 280px;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(14, 84, 168, 0.2);
}

.gallery-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255 255 255 / 0%), rgb(14 84 168));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-info {
  text-align: center;
  color: white;
  transform: translateY(15px);
  transition: transform 0.35s ease;
}

.gallery-item:hover .gallery-info {
  transform: translateY(0);
}

.gallery-info h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.3;
}

.gallery-info p {
  font-size: 0.95rem;
  font-weight: 400;
  margin: 0;
  opacity: 0.95;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .gallery-masonry {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
  }

  .gallery-item {
    height: 250px;
  }

  .gallery-info h3 {
    font-size: 1.1rem;
  }

  .gallery-info p {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .gallery-masonry {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery-item {
    height: 220px;
  }

  .gallery-info h3 {
    font-size: 1rem;
  }

  .gallery-info p {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .gallery-masonry {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gallery-item {
    height: 200px;
  }

  .gallery-info h3 {
    font-size: 0.95rem;
  }

  .gallery-info p {
    font-size: 0.8rem;
  }
}

/* 
---------------------------------------------
ISO Certifications Section Styles
--------------------------------------------- 
*/
.iso-certifications-section {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
}

.iso-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.iso-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0e54a8 0%, #fa1713 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.iso-card:hover::before {
  transform: scaleX(1);
}

.iso-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 40px rgba(14, 84, 168, 0.15);
  border-color: #0e54a8;
}

.iso-badge {
  text-align: center;
  margin-bottom: 1.5rem;
}

.iso-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, #0e54a8 0%, #1e3a8a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(14, 84, 168, 0.3);
  transition: transform 0.3s ease;
}

.iso-card:hover .iso-icon {
  transform: scale(1.1) rotate(5deg);
}

.iso-icon i {
  font-size: 2rem;
  color: #ffffff;
}

.iso-number {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0e54a8;
  letter-spacing: 0.5px;
}

.iso-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
  text-align: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iso-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #666;
  text-align: center;
  margin: 0;
}

/* Certifications Footer */
.certifications-footer {
  margin-top: 4rem;
  padding: 2.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.cert-footer-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0e54a8;
  margin-bottom: 0.75rem;
}

.cert-footer-text {
  font-size: 1rem;
  color: #666;
  margin: 0;
  line-height: 1.7;
}

.btn-cert-inquiry {
  display: inline-block;
  padding: 0.875rem 2rem;
  background: linear-gradient(135deg, #0e54a8 0%, #1e3a8a 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(14, 84, 168, 0.3);
}

.btn-cert-inquiry:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(14, 84, 168, 0.4);
  color: white;
  background: linear-gradient(135deg, #1e3a8a 0%, #0e54a8 100%);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .iso-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }

  .iso-icon {
    width: 70px;
    height: 70px;
  }

  .iso-icon i {
    font-size: 1.75rem;
  }

  .iso-title {
    font-size: 1.125rem;
    min-height: auto;
  }

  .certifications-footer {
    padding: 2rem;
    text-align: center;
  }

  .cert-footer-title {
    font-size: 1.25rem;
  }

  .btn-cert-inquiry {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .iso-certifications-section {
    padding: 60px 0;
  }

  .iso-card {
    padding: 1.75rem 1.25rem;
  }

  .iso-icon {
    width: 65px;
    height: 65px;
  }

  .iso-icon i {
    font-size: 1.5rem;
  }

  .iso-number {
    font-size: 1.125rem;
  }

  .iso-title {
    font-size: 1.075rem;
  }

  .iso-description {
    font-size: 0.9rem;
  }

  .certifications-footer {
    padding: 1.5rem;
  }

  .cert-footer-title {
    font-size: 1.125rem;
  }

  .cert-footer-text {
    font-size: 0.9rem;
  }

  .btn-cert-inquiry {
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem;
  }
}




