/*

TemplateMo 581 Kind Heart Charity

https://templatemo.com/tm-581-kind-heart-charity

*/



@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-SemiBold.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #FAB615;
  --secondary-color:              #091235;
  --section-bg-color:             #ffffff;
  --site-footer-bg-color:         #091235;
  --custom-btn-bg-color:          #597081;
  --custom-btn-bg-hover-color:    #FAB615;
  --dark-color:                   #000000;
  --p-color:                      #091235;
  --border-color:                 #ffffff;
  --body-font-family:             'Metropolis', sans-serif;

  --h1-font-size:                 52px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  16px;
  --btn-font-size:                18px;
  --copyright-font-size:          14px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -2px;
}

h2 {
  color: var(--secondary-color);
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 10 0%;
  height: 100%;
}

.section-overlay + .container {
  position: relative;
}
/*---------------------------------------
 Home-About Section             
-----------------------------------------*/

.home-about {
  padding: 60px 20px;
  background-color: #f9f9f9;
  color: #333;
}

.about-container {
  max-width: 1100px;
  margin: 0 auto;
}

.about-title {
  font-size: 2rem;
  text-align: center;
  color: #091235;
  margin-bottom: 30px;
  line-height: 1.4;
}

.home-text {
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.home-quote {
  font-size: 18px;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  color: #333;
  padding: 0 15px;
  margin: 30px 0;
}


@media (max-width: 992px) {
  .about-title {
    font-size: 1.75rem;
  }

  .home-text {
    font-size: 15px;
    padding: 0 10px;
  }

  .home-quote {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .about-title {
    font-size: 1.6rem;
    padding: 0 10px;
  }

  .home-text {
    font-size: 14.5px;
    text-align: left;
  }

  .home-quote {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .about-title {
    font-size: 1.4rem;
  }

  .home-text,
  .home-quote {
    font-size: 14px;
    padding: 0 5px;
  }
}


/*---------------------------------------
  PROGRESS BAR               
-----------------------------------------*/
.progress {
  background: var(--border-color);
  height: 5px;
}

.progress-bar {
  background: var(--secondary-color);
}
/*---------------------------------------
  Button               
-----------------------------------------*/
/* From Uiverse.io by cssbuttons-io */ 
.button {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 19px;
  cursor: pointer;
  color: black;
  z-index: 1;
}

.button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #FAB615;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button:hover {
  color: #ffffff;
  border: 1px solid #FAB615;
}

.button:hover:before {
  top: -35%;
  background-color: #FAB615;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button:hover:after {
  top: -45%;
  background-color: #FAB615;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


/*---------------------------------------
  CUSTOM LIST               
-----------------------------------------*/
.custom-list {
  margin-bottom: 0;
  padding-left: 0;
}

.custom-list-item {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}


/*---------------------------------------
  CUSTOM TEXT BOX               
-----------------------------------------*/
.custom-text-box {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  margin-bottom: 24px;
  padding: 40px;
}

.custom-text-box-image {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-text-box-icon {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--secondary-color);
  font-size: var(--h6-font-size);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 30px;
}


/*---------------------------------------
  AVATAR IMAGE - TESTIMONIAL, AUTHOR               
-----------------------------------------*/
.avatar-image {
  border-radius: var(--border-radius-large);
  width: 65px;
  height: 65px;
  object-fit: cover;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--secondary-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 15px 25px;
}
.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
  color: var(--custom-btn-bg-color);
  margin-top: 8px;
  padding: 12px 25px;
}

.custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

/* Header */
   .top-header {
      background: #fff;
      padding: 10px 20px;
      border-bottom: 1px solid #eee;
    }

    .top-header .contact-wrapper {
      display: flex;
      justify-content: end;
      flex-wrap: wrap;
      gap: 20px;
    }

    .top-header .contact-item {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #000;
    }

    .top-header .contact-item i {
      color: var(--primary-color);
      font-size: 20px;
      margin-right: 10px;
    }

    .navbar {
      background: var(--white-color);
      padding: 0 20px;
      z-index: 9;
    }
.navbar-brand img {
  height: auto;
  width: auto;
  max-height: 100px;      /* restrict height */
  max-width: 200px;      /* optional: restrict width if needed */
  display: block;
}

    .navbar-nav .nav-link {
      color: var(--p-color);
      font-weight: var(--font-weight-semibold);
      padding: 15px;
      position: relative;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: var(--primary-color);
    }

    .navbar-nav .nav-link::after {
      content: "";
      position: absolute;
      width: 0%;
      height: 2px;
      bottom: 5px;
      left: 0;
      background-color: var(--primary-color);
      transition: width 0.3s ease;
    }

    .navbar-nav .nav-link:hover::after,
    .navbar-nav .nav-link.active::after {
      width: 100%;
    }

    .navbar .dropdown-menu {
      min-width: 200px;
      background-color: var(--white-color);
      border: none;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      z-index: 999;
      display: none;
    }

    .navbar .dropdown:hover .dropdown-menu {
      display: block;
    }

    .dropdown-menu .dropdown-item {
      padding: 10px 20px;
      font-weight: var(--font-weight-medium);
      transition: 0.3s;
    }

    .dropdown-menu .dropdown-item:hover {
      background-color: #f8f9fa;
      color: var(--primary-color);
    }
    .nav-item{
      padding: 10px;
    }
    .navbar-toggler {
      border: none !important;
      padding: 0;
    }

    .navbar-toggler:focus {
      outline: none !important;
      box-shadow: none !important;
    }

    .navbar-toggler .navbar-toggler-icon {
      background: var(--dark-color);
      display: block;
      width: 30px;
      height: 2px;
      position: relative;
    }

    .navbar-toggler .navbar-toggler-icon::before,
    .navbar-toggler .navbar-toggler-icon::after {
      content: '';
      background: var(--dark-color);
      width: 30px;
      height: 2px;
      position: absolute;
      left: 0;
    }

    .navbar-toggler .navbar-toggler-icon::before {
      top: -8px;
    }

    .navbar-toggler .navbar-toggler-icon::after {
      top: 8px;
    }

    .button {
      background: var(--primary-color);
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
      font-weight: 600;
      font-size: 14px;
    }

    /* Remove arrow on dropdown toggle */
    .nav-item.dropdown > .nav-link::after {
      display: none !important;
  
    }

    /* Responsive */
    @media (max-width: 767.98px) {
      .top-header .contact-wrapper {
        flex-direction: column;
        align-items: flex-start;
      }

      .navbar .navbar-collapse {
        background: var(--white-color);
        padding: 10px;
        border-radius: 10px;
      }

      .navbar .dropdown:hover .dropdown-menu {
        display: none;
      }

      .dropdown-menu.show {
        display: block !important;
      }

      .button {
        margin-top: 10px;
      }
    }




/*---------------------------------------
  HERO & HERO SLIDE         
-----------------------------------------*/
/* Base desktop styling */
.hero-section-full-height {
  height: 480px;
  min-height: 480px;
  position: relative;
}

#hero-slide .carousel-item {
  height: 480px;
  min-height: 480px;
  position: relative;
}

.carousel-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#hero-slide .carousel-caption {
  background: #FAB615;
  color: var(--secondary-color);
  bottom: 0;
  right: 0;
  left: auto;
  text-align: right;
  border-width: 6px 0px 0px 6px;
  border-style: solid;
  border-color: #ffffff;
  max-width: 450px;
  padding: 20px;
  position: absolute;
}

.hero-content {
  padding: 0;
  border-radius: 5px;
  text-align: right;
}

.hero-content h2,
.hero-content p {
  color: #091235;
  margin: 0;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  background-size: 60% 60%;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: all 0.5s;
}

.carousel:hover .carousel-control-next-icon,
.carousel:hover .carousel-control-prev-icon {
  opacity: 1;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  background-color: var(--primary-color);
}

/* Media Queries for Responsiveness */

/* Tablets and smaller */
@media (max-width: 991px) {
  .hero-section-full-height,
  #hero-slide .carousel-item {
    height: auto;
    min-height: auto;
  }

  .carousel-image {
    position: relative;
    height: auto;
    min-height: auto;
    object-fit: contain;
  }

  #hero-slide .carousel-caption {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    text-align: center;
    max-width: 100%;
    width: 100%;
    border: none;
    margin-top: 10px;
    padding: 15px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-content h2 {
    font-size: 1.6rem;
  }

  .hero-content p {
    font-size: 1.1rem;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 40px;
    height: 40px;
  }
}

/* Mobile phones */
@media (max-width: 576px) {
  .hero-content h2 {
    font-size: 1.3rem;
  }

  .hero-content p {
    font-size: 0.95rem;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 32px;
    height: 32px;
  }
}

/*---------------------------------------
  Mission And Vision              
-----------------------------------------*/
.mission-vision-section {
  padding: 60px 20px;
  background: #ffffff;
}

.mission-vision-section h2.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #091235;
  margin-bottom: 50px;
  text-align: center;
}

.container-vision {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.vision-mission-box {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #fab615;
  transition: transform 0.3s ease;
}

.vision-mission-box:hover {
  transform: translateY(-5px);
}

.vision-mission-box h2 {
  font-size: 2rem;
  color: #091235;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.vision-mission-box h2 i {
  color: #fab615;
}

.vision-mission-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

.vision-mission-box ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.vision-mission-box li {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.highlight {
  color: #fab615;
  font-weight: 600;
}

/*---------------------------------------
  Responsive Styles              
-----------------------------------------*/

@media (max-width: 992px) {
  .mission-vision-section h2.section-title {
    font-size: 2rem;
  }

  .vision-mission-box {
    padding: 30px 25px;
  }

  .vision-mission-box h2 {
    font-size: 1.6rem;
  }

  .vision-mission-box p,
  .vision-mission-box li {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .container-vision {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .mission-vision-section {
    padding: 40px 15px;
  }

  .vision-mission-box {
    max-width: 100%;
    padding: 25px 20px;
  }

  .vision-mission-box h2 {
    font-size: 1.5rem;
  }

  .vision-mission-box p,
  .vision-mission-box li {
    font-size: 14.5px;
  }
}

@media (max-width: 480px) {
  .mission-vision-section h2.section-title {
    font-size: 1.8rem;
  }

  .vision-mission-box {
    padding: 20px 15px;
  }

  .vision-mission-box h2 {
    font-size: 1.4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .vision-mission-box p,
  .vision-mission-box li {
    font-size: 14px;
  }
}

/*---------------------------------------
  Marketing Segments              
-----------------------------------------*/
.marketing-section {
  padding: 80px 10%;
  background-color: #ffffff;
}

.marketing-heading {
  font-size: 32px;
  color: #0e1e40;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}

.marketing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Fixed 4 columns */
  gap: 24px;
}

.marketing-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.marketing-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.marketing-item:hover img {
  transform: scale(1.05);
}

.marketing-item::after {
  content: attr(data-name);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(14, 30, 64, 0.85);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

/* Responsive for smaller screens */
@media (max-width: 1024px) {
  .marketing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .marketing-grid {
    grid-template-columns: 1fr;
  }

  .marketing-item img {
    height: 180px;
  }
}

/*---------------------------------------
  COUNTER NUMBERS              
-----------------------------------------*/
.counter-thumb {
  margin: 20px;
  margin-bottom: 0;
}

.counter-number,
.counter-text {
  color: var(--secondary-color);
  display: block;
}

.counter-number,
.counter-number-text {
  color: var(--primary-color);
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}


/*---------------------------------------
  Contact Form Home             
-----------------------------------------*/
.home-contact-wrapper {
      background: #fff;
      border-radius: 20px;
      padding: 40px;
      max-width: 1000px;
      margin: auto;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.46);
    }
    .home-contact-info {
      background: #fab515 ;
      border-radius: 20px;
      padding: 30px;
      color: white;
      font-weight: 600;
      position: relative;
    }
    .home-contact-info::after {
      content: "";
      position: absolute;
      bottom: 10px;
      right: 10px;
      width: 100px;
      height: 100px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
    }
    .home-contact-info h5 {
      font-weight: bold;
      color: white;
    }
    .home-contact-info p {
      font-size: 14px;
      margin-bottom: 20px;
    }
    .home-contact-item {
      margin-bottom: 15px;
      font-size: 15px;
    }
    .home-contact-item i {
      margin-right: 10px;
    }
    .home-contact-form .form-control,
    .home-contact-form .form-control:focus {
      border: none;
      border-bottom: 2px solid #ccc;
      border-radius: 0;
      box-shadow: none;
    }
    .home-contact-form .form-label {
      font-weight: 600;
    }
    .home-contact-form .form-control::placeholder {
      color: #999;
    }
    /* .home-contact-btn {
      background-color: #12c2c2;
      color: white;
      padding: 10px 25px;
      border: none;
      border-radius: 5px;
    }
    .home-contact-btn:hover {
      background-color: #0fa3a3;
    } */

    /* Custom Uiverse Button with Unique Class Prefix */
/* Custom Button From Uiverse - Scoped */
.home-contact-section{
  margin-top: 80px;
  margin-bottom: 80px;
}
.home-contact-header {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto 3rem auto;
}

.home-contact-header h2 {
  font-size: 2.2rem;
  color: #091235;
  margin-bottom: 1rem;
}

.home-contact-header p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.7;
}

/* Tablets and below */
@media (max-width: 768px) {
  .home-contact-header h2 {
    font-size: 1.8rem;
  }

  .home-contact-header p {
    font-size: 1rem;
    padding: 0 10px;
  }
}

/* Small devices (phones) */
@media (max-width: 480px) {
  .home-contact-header h2 {
    font-size: 1.5rem;
  }

  .home-contact-header p {
    font-size: 0.95rem;
  }
}


    .home-contact-button {
      border: none;
      display: block;
      position: relative;
      padding: 0.7em 2.4em;
      font-size: 18px;
      background: transparent;
      cursor: pointer;
      user-select: none;
      overflow: hidden;
      color: #091235;
      z-index: 1;
      font-family: inherit;
      font-weight: 600;
      margin: 20px auto 0 auto; /* Centered horizontally */
    }

    .home-contact-button span {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      z-index: -1;
      border: 4px solid #FAB615;
    }

    .home-contact-button span::before {
      content: "";
      display: block;
      position: absolute;
      width: 10%;
      height: 500%;
      background: #ffffff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-60deg);
      transition: all 0.3s;
    }

    .home-contact-button:hover span::before {
      transform: translate(-50%, -50%) rotate(-90deg);
      width: 100%;
      background: #FAB615;
    }

    .home-contact-button:hover {
      color: white;
    }

    .home-contact-button:active span::before {
      background: #091235;
    }

/*---------------------------------------
  DONATE              
-----------------------------------------*/
.donate-section {
  background-image: url('../images/different-people-doing-volunteer-work.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.donate-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 50px;
}


/*---------------------------------------
  TESTIMONIAL CAROUSEL              
-----------------------------------------*/
 .testimonial-section {
      position: relative;
      overflow: hidden;
      text-align: center;
      background: var(--section-bg-color);
      padding: 80px 0;
    }

    .testimonial-section::before,
    .testimonial-section::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      z-index: 0;
      opacity: 0.15;
    }

    .testimonial-section::before {
      background-color: var(--primary-color);
      top: -100px;
      left: -30px;
      width: 250px;
      height: 250px;
    }

    .testimonial-section::after {
      background: var(--custom-btn-bg-color);
      bottom: -110px;
      right: -80px;
      width: 350px;
      height: 350px;
    }

    .testimonial-section .container,
    .testimonial-section .row,
    #testimonial-carousel .carousel-caption {
      position: relative;
      z-index: 2;
    }

    #testimonial-carousel .carousel-caption {
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0 15px;
      max-width: 800px;
      margin: auto;
    }

    #testimonial-carousel .carousel-name {
      background: var(--primary-color);
      border-radius: var(--border-radius-medium);
      position: relative;
      overflow: hidden;
      padding: 10px 10px;
      color: #000000;
    }

    #testimonial-carousel .carousel-name::before {
      content: "";
      position: absolute;
      top: -10px;
      right: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid var(--primary-color);
    }

    .carousel-name-title {
      font-weight: var(--font-weight-semibold);
    }

    #testimonial-carousel .carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: flex;
  justify-content: center;
  z-index: 3;
    }

    #testimonial-carousel .carousel-indicators li {
      text-indent: inherit;
      background: transparent;
      margin: 0 10px;
      width: 45px;
      height: 45px;
    }

    #testimonial-carousel .carousel-indicators .avatar-image {
      width: 45px;
      height: 45px;
      border-radius: 50%;
    }

    #testimonial-carousel .carousel-indicators .active .avatar-image {
      width: 50px;
      height: 50px;
    }

    #testimonial-carousel .carousel-inner {
      min-height: 320px;
    }

    #testimonial-carousel .carousel-item {
      transition: opacity 0.6s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }

    .carousel-caption p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.carousel-name {
  color: #000;
  font-size: 16px;
}

.carousel-name-title {
  font-weight: bold;
  font-size: 20px;

}


@media (max-width: 767px) {
  /* Ensure testimonial section has good padding */
  .testimonial-section {
    padding: 60px 15px;
  }

  /* Adjust carousel caption with enough space for icons */
  #testimonial-carousel .carousel-caption {
    padding: 0 10px 100px; /* Ensure bottom space for indicators */
    font-size: 15px;
  }

  /* Make each testimonial tall enough */
  #testimonial-carousel .carousel-item {
    min-height: 450px; /* Ensures text + name + space */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* Adjust name style */
  .carousel-name {
    font-size: 14px;
    margin-top: 15px;
  }

  /* Position indicators safely below content */
  #testimonial-carousel .carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 2;
  }

  #testimonial-carousel .carousel-indicators li {
    width: 35px;
    height: 35px;
    margin: 0 5px;
  }

  #testimonial-carousel .carousel-indicators .avatar-image {
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control,
.input-group-file {
  background-color: var(--section-bg-color);
  box-shadow: none;
  border: 0;
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  border-color: var(--secondary-color);
}

.custom-form label {
  margin-bottom: 10px;
}

.custom-form .form-check-group {
  margin-bottom: 20px;
}

.donate-form .form-check-group-donation-frequency {
  padding-right: 0;
}

.form-check-group-donation-frequency + .form-check-group-donation-frequency {
  padding-right: 12px;
  padding-left: 0;
}

.form-check-group-donation-frequency .form-check-label {
  font-weight: var(--font-weight-semibold);
}

#DonationFrequencyOne {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#DonationFrequencyMonthly {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-form .form-check-radio {
  position: relative;
  height: 100%;
  padding-left: 0;
}

.custom-form .input-group-text {
  background: var(--secondary-color);
  border: 0;
  color: var(--white-color);
}

.custom-form .form-check-radio .form-check-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.form-check-radio .form-check-input[type=radio] {
  background-color: var(--section-bg-color);
  border-radius: .25rem;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 25px 50px;
  transition: all 0.5s;
}

.form-check-radio .form-check-input:checked[type=radio] {
  background-image: none;
}

.form-check-radio .form-check-input:checked[type=radio] + .form-check-label,
.form-check-radio .form-check-input:hover + .form-check-label,
.form-check-radio .form-check-input:checked + .form-check-label {
  color: var(--white-color);
}

.form-check-radio .form-check-input:hover,
.form-check-radio .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.input-group-file {
  border-radius: .25rem;
  padding: 13px .75rem;
}

.input-group-file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}

.input-group-file .input-group-text {
  background: transparent;
  color: inherit;
  margin-bottom: 0;
  padding: 0;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  CONTACT SEARCH & DONATE & SUBCRIBE FORM              
-----------------------------------------*/
.contact-form .form-control {
  background: var(--white-color);
}

.search-form {
  position: relative;
}

.search-form .form-control {
  padding-right: 50px;
}

.search-form button[type="submit"] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--p-color);
  width: 50px;
  padding: 12px;
}

.search-form button[type="submit"]:hover {
  background: transparent;
  color: var(--dark-color);
}

.subscribe-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 30px;
}

.subscribe-form .form-control {
  background: var(--white-color);
}

.donate-form .form-control {
  margin-bottom: 0;
}


footer {
      background-color: #091235;
      color: #ffffff;
      padding: 40px 20px 20px;
      width: 100%;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto;
      gap: 30px;
      justify-content: space-between;
    }

    .footer-column {
      flex: 1 1 22%;
      min-width: 220px;
      max-width: 280px;
    }

    .footer-logo-column img {
      width: 200px;
      margin-bottom: 15px;
    }

    .footer-column h4 {
      color: #fff;
      margin-bottom: 10px;
      font-size: 18px;
      border-bottom: 1px solid #fab615;
      padding-bottom: 5px;
      text-align: left;
    }

    .footer-column a,
    .footer-column div,
    .footer-address span {
      display: block;
      color: #ffffff;
      text-decoration: none;
      margin: 8px 0;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.6;
      text-align: left;
    }

    .footer-column a:hover {
      color: #FAB615;
    }

    .footer-column i {
      margin-right: 8px;
      color: #FAB615;
      min-width: 20px;
      display: inline-block;
      text-align: center;
    }

    .footer-address .footer-row {
      display: flex;
      align-items: flex-start;
    }

    .footer-address i {
      color: #FAB615;
      font-size: 18px;
      margin-right: 10px;
      padding-top: 3px;
    }

    .footer-bottom {
      text-align: left;
      max-width: 1200px;
      margin: 20px auto 0 auto;
      font-size: 13px;
      color: #ffffff;
      border-top: 1px solid #fab5158a;
      padding-top: 10px;
    }

    @media (max-width: 1024px) {
      .footer-container {
        justify-content: center;
        gap: 40px;
      }
    }

    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: left;
      }

      .footer-column {
        width: 100%;
        max-width: 100%;
      }

      .footer-address .footer-row {
        justify-content: flex-start;
      }

      .footer-logo-column img {
        margin-bottom: 10px;
      }

      .footer-bottom {
        text-align: left;
        padding-left: 0;
      }
    }
/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--site-footer-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 38px;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  About Page               
-----------------------------------------*/
.inner-hero-section {
  position: relative;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: 20px;
  overflow: hidden;
}

.inner-hero-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  z-index: -1;
}


.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.inner-hero-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  gap: 6px;
  color: #ffffff;
  background: #FAB615;
  padding: 6px 12px;
  border-radius: 4px;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: #091235;
  text-decoration: none;
  font-weight: 700;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .separator {
  margin: 0 4px;
  color: #ffffffcc;
}

/* Responsive Design */
@media (max-width: 400px) {
  .inner-hero-section {
    height: 280px;
  }

  .inner-hero-section img {
    object-position: center top;
    object-position: left center; /* Try also: top center, bottom center, etc. */
  }
}
@media (max-width: 992px) {
  .inner-hero-section {
    height: 380px;
    padding: 15px;
  }

  .inner-hero-section h1 {
    font-size: 2rem;
    text-align: center;
  }

  .breadcrumb {
    font-size: 0.9rem;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .inner-hero-section {
    height: 320px;
    padding: 12px;
  }

  .inner-hero-section img {
    object-position: left center;
  }

  .inner-hero-section h1 {
    font-size: 1.6rem;
  }

  .breadcrumb {
    font-size: 0.85rem;
    gap: 4px;
    padding: 5px 10px;
  }
}



/* Promoter section start */
.promoter-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 50px auto;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.promoter-image-section {
  display: flex;
  height: 1000px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
}

.promoter-image-section img {
  width: 100%;
  height: 675px; 
  border-radius: 8px;
  object-fit: cover;
}


.promoter-content-section {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promoter-content-section h1 {
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 20px;
}

.promoter-content-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* Tablet view */
@media (max-width: 900px) {
  .promoter-container {
    grid-template-columns: 1fr;
  }

  .promoter-content-section,
  .promoter-image-section {
    padding: 30px 20px;
  }

  .promoter-content-section h1 {
    font-size: 28px;
    text-align: center;
  }

  .promoter-content-section p {
    font-size: 15px;
  }

  .promoter-image-section {
    order: -1; /* Moves image above content */
  }
}

/* Mobile view */
@media (max-width: 480px) {
  .promoter-container {
    margin: 30px 15px;
  }

  .promoter-content-section h1 {
    font-size: 24px;
  }

  .promoter-content-section p {
    font-size: 14px;
    line-height: 1.7;
  }

  .promoter-image-section img {
    width: 100%;
    height: auto;
  }
}
/* Promoter section end */

/* about company start */
.about-company-section {
      background-color: #f2f2f2;
      padding: 50px 20px;
    }

    .about-company-container {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }

    .about-company-left {
      flex: 1 1 300px;
    }

    .about-company-left h2 {
      font-size: 28px;
      margin-bottom: 20px;
    }

    .about-company-left p {
      font-size: 16px;
      line-height: 1.7;
      color: #333;
    }

    .about-company-left strong {
      font-weight: 700;
    }

    .about-company-right {
      flex: 0 1 300px;
    }

    .about-company-right h3 {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .about-company-value {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }

    .about-company-icon {
      background-color: #f9b233;
      border-radius: 50%;
      padding: 10px;
      margin-right: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
    }

    .about-company-icon::before {
      content: "➤";
      color: black;
      font-size: 16px;
      transform: rotate(-45deg);
    }

    .about-company-value h4 {
      margin: 0;
      font-size: 18px;
    }

    .about-company-value p {
      margin: 4px 0 0;
      font-size: 14px;
      color: #333;
    }

    @media (max-width: 768px) {
      .about-company-container {
        flex-direction: column;
      }
    }
/* about company ends */

/* since start */
.since-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #fff;
  margin-top: 20px; /* so you have to scroll to it */
}

.since-text {
  font-size: 120px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #FAB615;
  text-transform: uppercase;
  letter-spacing: 6px;
  opacity: 0;
  transform: translateX(-100px);
  transition: none;
}

/* Animation triggered when visible */
.since-text.visible {
  animation: slideFadeIn 1.5s forwards ease-out, pulseGlow 3s ease-in-out infinite 1.6s;
}

@keyframes slideFadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .since-text {
    font-size: 60px;
    -webkit-text-stroke: 1.2px #FAB615;
    letter-spacing: 3px;
  }
}

    /* since ends */

/* feature box start */

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.feature-box {
  background: white;
  color: #091235;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.feature-box:hover {
  background-color: #fff4da;
  color: #091235;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.feature-box i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #091235;
  transition: color 0.3s;
}

.feature-box:hover i {
  color: #FAB615;
}

.feature-box h5 {
  font-size: 18px;
  font-weight: bold;
}

.feature-box p {
  font-size: 14px;
  margin: 0;
}
/* feature box end */

/* Timeline Section Start */
.timeline-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 10px 15px;
}

.timeline-container h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: left;
}

.timeline-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;     /* vertical centering */
  justify-content: space-between;
  gap: 40px;     
}
.year-box {
  background-color: #fab615;
  padding: 20px;
  color: white;
  border-radius: 5px;
  width: 240px;
  height: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.year-box h1 {
  font-size: 36px;
  margin-bottom: 5px;
}

.year-box p {
  font-size: 16px;
  font-weight: bold;
}


.description {
  flex: 1;
  display: flex;
  align-items: center;       /* vertically center the paragraph */
  font-size: 14px;
  line-height: 1.5;
  transition: opacity 0.5s ease;
}


.timeline-nav {
  position: relative;
  padding-top: 20px;
}

.line {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
}

.years {
  display: flex;
  overflow-x: auto;
  padding: 0 40px;
  scrollbar-width: none;
}

.years::-webkit-scrollbar {
  display: none;
}

.year-item {
  text-align: center;
    z-index: 1;
  font-weight: bold;
  font-size: 13px;
  color: #091235;
  min-width: 50px;
  margin: 21px 10px 0 10px;
  cursor: pointer;
}

.year-item::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #091235;
  border-radius: 50%;
  margin: 5px auto 10px;
}

.year-item.active {
  color: #fab615;
}

.year-item.active::before {
  background-color: #fab615;
}

.nav-btn {
  position: absolute;
  top: 36px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fab615;
  border: 2px solid white;
  color: white;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

.nav-btn.left {
  left: -16px;
}

.nav-btn.right {
  right: -16px;
}

.nav-btn:hover {
  background-color: #091235;
}

.timeline-right {
  margin-left: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 300px;
  }
  .main-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
  }
  .img-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
  }
  .img-nav-btn.left { left: 10px; }
  .img-nav-btn.right { right: 10px; }
  .img-nav-btn:hover { background-color: #fab615; }

@media (max-width: 768px) {
  .timeline-container {
    flex-direction: column;
  }

  .col-sm-8,
  .col-sm-4 {
    width: 100%;
    max-width: 100%;
  }

  .timeline-right {
    margin-top: 20px;
    margin-left: 0 !important;
    height: 300px;
  }

  .main-image {
    max-height: 300px;
  }
}

@media (max-width: 768px) {
  .timeline-container {
    padding: 20px 20px 0;
  }

  .timeline-content {
    flex-direction: column;
    gap: 10px;
  }

  .year-box,
  .description {
    width: 100%;
  }

  .years {
    padding: 0 20px;
  }

  .timeline-container h2 {
    font-size: 20px;
  }
}
/* Timeline Section ends */

/* client start */
    /* Client Section */
    #partner-section {
      background: #09123510;
      padding: 80px 0 80px;
      overflow: hidden;
    }

    #partner-section h3 {
      border-bottom: 2px solid #FAB615;
      text-align: center;
      width: 450px;
      margin: 0 auto 30px;
      padding-bottom: 20px;
      font-size: 24px;
    }

    .partner-wrap {
      overflow: hidden;
      width: 100%;
      position: relative;
    }

.partner-track {
  display: flex;
  animation: scroll-left 60s linear infinite;
  width: max-content;
}

    .partner-wrap:hover .partner-track {
      animation-play-state: paused;
    }

    #partner-list {
      display: flex;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    #partner-list li {
      flex: 0 0 auto;
      width: 220px;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #partner-list li img {
      width: 150px;
      height: auto;
    }
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* client ends */


/* certificate section start*/
.certificate-section {
  padding: 100px 20px; 
  background: #f8f9fa;
  text-align: center;
}

.container {
  max-width: 1600px; /* Increased width for larger layout */
  margin: auto;
}

h2 {
  font-size: 3rem; /* Made heading even bigger */
  font-weight: bold;
  color: #091235;
  margin-bottom: 40px;
}

.certificate-grid {
  display: flex;
  justify-content: center;
  gap: 40px; /* Increased gap for more breathing space */
  flex-wrap: wrap;
}

.certificate-item img {
  width: 100%;
  max-width: 450px; /* Increased certificate size */
  border-radius: 20px; /* Slightly larger rounded corners */
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.certificate-item img:hover {
  transform: scale(1.02);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1200px) {
  .certificate-item img {
      max-width: 400px; /* Slightly smaller for medium screens */
  }
}

@media (max-width: 992px) {
  .certificate-grid {
      gap: 30px;
  }
  
  .certificate-item img {
      max-width: 350px; /* Adjusted size for tablets */
  }
}

@media (max-width: 768px) {
  .certificate-grid {
      flex-direction: column;
      align-items: center;
  }

  .certificate-item img {
      max-width: 90%; /* Full width for mobile */
  }
}


/* Counter section end */

.counter-section {
  padding: 60px 20px;
  background: #f8f9fa00;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.counter-container {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}

.counter-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.counter-item {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.counter-item:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 1);
}

h2 {
  font-size: 2.5rem;
  color: #091235;
  margin-bottom: 10px;
}

p {
  font-size: 1rem;
  color: #000000;
}

/* Decorative Elements */
.counter-section::before {
  content: "";
  background-color: #FAB615;
  border-radius: 50%;
  position: absolute;
  top: -180px;
  left: -60px;
  width: 300px;
  height: 300px;
  opacity: 0.8;
}

.counter-section::after {
  content: "";
  background: #091235;
  border-radius: 50%;
  position: absolute;
  bottom: -130px;
  right: -220px;
  width: 400px;
  height: 400px;
  opacity: 0.8;
}


@media (max-width: 768px) {
  .counter-grid {
      flex-wrap: wrap;
      justify-content: center;
  }
}


/*---------------------------------------
  Product Pages               
-----------------------------------------*/
.product-gallery {
  margin-top: 50px;
  text-align: center;
  /* padding: 50px; */
}

.product-filters {
  margin-bottom: 20px;
}

.filter-btn {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background: #091235;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
}

.filter-btn.active {
  background: #FAB615;
}

.product-showcase-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  overflow-x: hidden;
  box-sizing: border-box;
}

.product-images {
  display: flex;
  flex-wrap: wrap;
  
  gap: 20px;
  justify-content: center; 
  width: 100%;
  box-sizing: border-box;
}


.product-item {
  position: relative;
  width: 250px;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  border: 2.5px solid #FAB615;
}

.product-item img {
  width: 100%;
  height: 100%;
  
  object-fit: cover;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}



.product-item .hover-image {
  opacity: 0;
}

.product-item:hover .hover-image {
  opacity: 1;
}

.product-item:hover .default-image {
  opacity: 0;
}
.product-item.no-hover img {
  position: static;
  opacity: 1 !important;
}

.product-item.no-hover .hover-image {
  display: none;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.modal .close, .modal .prev, .modal .next {
  position: absolute;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.modal .close {
  top: 20px;
  right: 30px;
}

.modal .prev {
  left: 20px;
}

.modal .next {
  right: 20px;
}
@media (max-width: 768px) {
  .product-item {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .product-item {
    width: 90%;
  }
}


/* Quality start */
    section.quality-section {
      padding: 60px 0;
    }

    .quality-section .container {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .quality-section .row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 -15px 40px;
    }

    .quality-img-col,
    .quality-text-col {
      padding: 15px;
      height: 480px;
      box-sizing: border-box;
    }

    .quality-img-col {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }

    .quality-text-col {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }

    .img {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 5px;
      min-height: 400px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .wrap-about {
      padding: 30px 60px 0px 60px;
      background-color: #fff;
      border-radius: 5px;
    }

    .heading-section span.subheading {
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #FAB615;
      font-weight: 600;
    }

    .heading-section h2 {
      font-size: 28px;
      font-weight: 700;
      color: #091235;
      margin: 10px 0 20px;
    }

    .heading-section-with-line {
      border-bottom: 3px solid #FAB615;
      margin-bottom: 20px;
      padding-bottom: 10px;
    }

    .quality-section ul {
      list-style-type: none;
      padding-left: 0;
    }

    .quality-section ul li {
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 1.6;
      position: relative;
      padding-left: 25px;
      color: #444;
    }

    .quality-section ul li::before {
      content: '✔';
      position: absolute;
      left: 0;
      color: #28a745;
      font-weight: bold;
    }

    .row.reverse {
      flex-direction: row-reverse;
    }

    @media (max-width: 768px) {
      .quality-img-col, .quality-text-col {
        flex: 0 0 100%;
        max-width: 100%;
      }

      .img {
        min-height: 250px;
      }

      .wrap-about {
        padding: 20px;
      }

      .heading-section h2 {
        font-size: 22px;
      }

      .row.reverse {
        flex-direction: column;
      }
    }
/* Quality end */
/* Modern Map Section Styles */
.map-modern {
  padding: 80px 0;
  margin: 0px 150px 0px 150px;
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
  text-align: center;
}

.map-heading {
  margin-bottom: 40px;
}

.map-heading h2 {
  font-size: 2.5rem;
  color: #111;
  font-weight: bold;
  margin-bottom: 10px;
}

.map-heading p {
  color: #000000;
  font-size: 1.1rem;
}

.map-wrapper {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.map-wrapper iframe {
  width: 100%;
  height: 550px;
  border: 0;
  display: block;
}

.map-wrapper:hover {
  transform: scale(1.01);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------
  Infrastructure Section start             
-----------------------------------------*/
/* Foundry start */
.foundry-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  }

.foundry-section:nth-child(odd) {
  background-color: #ffffff;
}

.foundry-section:nth-child(even) {
  background-color: #091235;
}

.foundry-content {
  max-width: 1200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.foundry-text {
  flex: 1 1 250px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  height: 100%;
}

.foundry-heading {
  font-size: 36px;
  margin-bottom: 15px;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
}

.foundry-section:nth-child(odd) .foundry-heading {
  color: #091235;
  font-weight: 700;
}

.foundry-section:nth-child(odd) .foundry-heading::after {
  background-color: #FAB615;
  font-weight: 700;
}

.foundry-section:nth-child(even) .foundry-heading {
  color: #ffffff;
  font-weight: 700;
}

.foundry-section:nth-child(even) .foundry-heading::after {
  background-color: #FAB615;
  font-weight: 700;
}

.foundry-heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  margin-top: 8px;
  border-radius: 2px;
}

.foundry-list {
  padding-left: 20px;
}
.foundry-section:nth-child(odd) .foundry-list li {
  color: #000000;
  font-weight: 600;
}

.foundry-section:nth-child(even) .foundry-list li {
  color: #ffffff;
  font-weight: 600;
}


.foundry-list li {
  margin-bottom: 10px;
  font-size: 18px;  
}

.foundry-image {
  flex: 1 1 500px;
  max-width: 500px;
  text-align: center;
}

.foundry-image-design img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.foundry-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border: 3px solid #FAB615;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.foundry-image img:hover {
  transform: scale(1.03);
}
.fountry-section-title{
    text-align: center;
  margin-top: 70px;
  font-size: 32px;
  font-weight: bold;
  color: #091235;
}


@media (max-width: 768px) {
  .foundry-content {
    flex-direction: column;
    text-align: center;
  }
  .fountry-section-title {
    font-size: 26px;
    margin-top: 40px;
    padding: 0 10px;
  }
  .foundry-text,
  .foundry-image,
  .foundry-image-design {
    max-width: 100%;
    padding: 0 10px;
  }

  .foundry-text {
    align-items: center;
  }

  .foundry-image img,
  .foundry-image-design img {
    width: 100%;
    height: auto;
    max-height: 500px;
  }

  .foundry-section {
    padding: 40px 10px;
  }

  .foundry-heading {
    font-size: 25px;
    text-align: center;
  }
    .foundry-list {
    text-align: left;
    margin: 0 auto;
    padding-left: 20px;
  }

  .foundry-list li {
    font-size: 16px;

  }
}

/* Machine Shop Start */
.machineshop {
      padding: 40px 20px;
    }

    .machineshop-container {
      max-width: 1200px;
      margin: auto;
    }

    .machineshop-title {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 40px;
      border-bottom: 3px solid var(--accent);
      display: inline-block;
      padding-bottom: 10px;
      color: var(--primary);
    }

    .machineshop-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .machineshop-card {
      background: #fff;
      border-radius: 10px;
      border: 2px solid #FAB615;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease;
      overflow: hidden;
    }

    .machineshop-card:hover {
      transform: translateY(-5px);
      border-color: var(--accent);
    }

    .machineshop-image {
      width: 100%;
      padding: 50px;
      aspect-ratio: 1 / 1;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
}
    .machineshop-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .machineshop-content {
      padding: 20px;
    }

    .machineshop-card-title {
      font-size: 1.4rem;
      margin-bottom: 12px;
      font-weight: bold;
      color: var(--primary);
    }

    .machineshop-specs ul {
      padding-left: 20px;
      margin: 0;
    }

    .machineshop-specs li {
      margin-bottom: 6px;
      position: relative;
      color: #333;
    }

    .machineshop-specs li::before {
      content: "•";
      color: var(--accent);
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
    }

    @media (max-width: 500px) {
      .machineshop-title {
        font-size: 1.8rem;
      }

      .machineshop-content {
        padding: 16px;
      }

      .machineshop-card-title {
        font-size: 1.2rem;
      }
    }
/* Machine Shop ends */


.contact-page-sec {
      padding: 50px 15px;
    }

    .contact-page-container {
      max-width: 1200px;
      margin: auto;
    }

    .contact-info {
      text-align: center;
      animation: fadeInUp 1s ease forwards;
      opacity: 0;
      margin-bottom: 30px;
    }

    .contact-info:nth-child(1) { animation-delay: 0.2s; }
    .contact-info:nth-child(2) { animation-delay: 0.4s; }
    .contact-info:nth-child(3) { animation-delay: 0.6s; }

    .contact-info-item {
      background: #071c34eb;
      color: #fff;
      font-weight: 700;
      padding: 30px 20px;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      height: 100%;
    }

    .contact-info-item:hover {
      transform: translateY(-10px);
    }

    .contact-info-icon {
      font-size: 40px;
      color: #fda40b;
      margin-bottom: 15px;
      transition: transform 0.6s ease;
      display: inline-block;
    }

    .contact-info-item:hover .contact-info-icon {
      transform: rotateY(360deg);
    }

    .contact-info-text h2 {
      color: #ffffff;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 10px;
      text-transform: capitalize;
    }

    .contact-info-text span {
      display: block;
      color: #ccc;
      font-size: 16px;
      margin-bottom: 5px;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(40px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .contact-page-form h2 {
      color: #071c34;
      margin-top: 50px;
      font-size: 28px;
      font-weight: 700;
    }

    .contact-page-form form {
      margin-top: 20px;
    }

    .contact-page-form input,
    .contact-page-form textarea {
      background: #f9f9f9;
      border: 1px solid #ddd;
      padding: 12px 16px;
      width: 100%;
      border-radius: 4px;
      margin-bottom: 20px;
      font-size: 14px;
    }

    .contact-page-form input:focus,
    .contact-page-form textarea:focus {
      border-color: #fda40b;
      outline: none;
      box-shadow: 0 0 5px rgba(253,164,11,0.5);
    }

    .single-input-fieldsbtn {
      text-align: center;
    }

    .single-input-fieldsbtn input[type="submit"] {
      background: #fda40b;
      color: #fff;
      font-weight: 600;
      padding: 10px;
      text-transform: capitalize;
      width: 150px;
      border: none;
      cursor: pointer;
    }

    .single-input-fieldsbtn input[type="submit"]:hover {
      background: #071c34;
      transition: 0.3s;
    }

    .map-section {
      background-color: #ffffff;
      padding: 40px 0;
    }

    .map-container {
      width: 100%;
      max-width: 100%;
      height: 450px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .map-container iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    @media (max-width: 991px) {
      .contact-info {
        margin-bottom: 30px;
      }

      .contact-page-form h2 {
        margin-top: 30px;
      }
    }

    @media (max-width: 575px) {
      .contact-page-sec {
        padding: 30px 10px;
      }

      .contact-page-form h2 {
        font-size: 24px;
      }

      .contact-info-text span {
        font-size: 14px;
      }

      .map-container {
        height: 300px;
      }
    }

  .form-bg{
    margin-top: 40px;
    padding: 40px;
  }

.contactpage-form {
  width: 1000px;
  margin: 0 auto; /* centers the element horizontally */
  border: 1px solid #ccc; /* light grey border */
  padding: 20px; /* space inside the box */
  border-radius: 8px; /* optional: rounded corners */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* optional: subtle shadow */
  background-color: #fff; /* optional: white background */
}


  /* contact page end */