.animated-btn {
    font-size: 16px;
    color: white !important;
    background-color: #ff5722;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    
  }
  .testimonial-item {
    border: 1px solid #ee9208;
    padding: 20px 20px;
}
  .animated-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-45deg);
    animation: slide 2s infinite linear;
  }
  
  @keyframes slide {
    0% {
      left: -100%;
    }
    50% {
      left: 100%;
    }
    100% {
      left: 100%;
    }
  }
  

main {
  position: relative;
  width: calc(min(90rem, 90%));
  margin: 0 auto;
  min-height: 60vh !important;
  column-gap: 3rem;
  padding-block: min(5vh, 3rem) !important;
}

.bg {
  position: fixed;
  top: -4rem;
  left: -12rem;
  z-index: -1;
  opacity: 0;
}

.bg2 {
  position: fixed;
  bottom: -2rem;
  right: -3rem;
  z-index: -1;
  width: 9.375rem;
  opacity: 0;
}



main > div hr {
  display: block;
  background: #005baa;
  height: 0.25rem;
  width: 6.25rem;
  border: none;
  margin: 1.125rem 0 1.875rem 0;
}

main > div p {
  line-height: 1.6;
  font-size: large;
}

main a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #717171;
  font-weight: 500;
  background: #fff;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

main > div > a {
  border: 2px solid #c2c2c2;
  margin-top: 2.188rem;
  padding: 0.625rem 1.875rem;
}




#aboutDiv{
  width: 100%;
}

.section-heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #333;
    /* animation: pulseText 3s infinite ease-in-out; */
  }

  .info-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: floatCard 4s infinite ease-in-out;
  }

  .info-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  }

  .info-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #ff5722;
    animation: textBounce 4s infinite ease-in-out;
  }

  .info-card p {
    font-size:large;
    color: #333;
    line-height: 1.6;
  }
#aboutDiv h1{
  color: rgb(44 56 128) !important;
  line-height: 1.6;
}
  /* Animations */
  @keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }

  @keyframes pulseText {
    0%, 100% { color: #ff5722; transform: scale(1); }
    50% { color: #333; transform: scale(1.05); }
  }

  @keyframes textBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .section-heading {
      font-size: 2rem;
    }
    .info-card {
      width: 100%;
    }
  }


  
  .why-choose-us {
    padding: 70px 15px;
  }

 
    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 25px;
      max-width: 1100px;
      margin: 0 auto;
    }


    
    @media (max-width: 576px) {
      .features-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
      }
    }
    

  .feature-item {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
    text-align: center;
  }

  .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  .icon-container {
    width: 75px;
    height: 75px;
    background-color: #ff7a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    margin: 0 auto 15px;
    animation: float 3s ease-in-out infinite;
  }

  .feature-item h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
  }

  /* Animations */
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }

  @keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 576px) {
    .section-heading { font-size: 2rem; }
  }

  #coreValues {
    display: grid;
    place-items: center;
    min-height: 90vh;
    position: relative;
}

.parent {
    position: relative;
    width: 150px;
    height: 150px;
    background: #1c2663;
    border-radius: 50%;
    border: 5px solid #fff;
    z-index: 2; /* Stays above rotating items */
}

.core-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    max-width: 70%;
    line-height: 1.2;
}

.items-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    animation: rotate 60s linear infinite;
}

.items {
  font-family: 'Roboto', sans-serif !important;
    --width: 150px;
    
    --distance: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--width);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #27337d; */
    color: white;
    border-radius: 50%;
    transform: translate(
        calc(cos(var(--move)) * var(--distance)),
        calc(sin(var(--move)) * var(--distance))
    ) translate(-50%, -50%);
}

/* Set position for each item */
.items:nth-of-type(1) { --move: -16deg; }
.items:nth-of-type(2) { --move: 53deg; }
.items:nth-of-type(3) { --move: 126deg; }
.items:nth-of-type(4) { --move: 196deg; }
.items:nth-of-type(5) { --move: 270deg; }

@media(max-width:786px){
  .parent {
    position: relative;
    width: 120px;
    height: 120px;
    background: #27337d;
    border-radius: 50%;
    border: 5px solid #fff;
    z-index: 2;
}
.items {
  --width: 96px;
  --distance: 120px;
  position: absolute;
  font-size: 12px;
  padding: 0px 2px;
}
.core-text {
  font-size: 1rem;
}
#coreValues {
  display: grid;
  place-items: center;
  min-height: 48vh;
  position: relative;
}
}




button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}



/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#section {
  background: #f45b69;
  padding: 50px 0;
}

#section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#section h1 {
  font-size: 2.5rem;
}

#section h2 {
  font-size: 1.3rem;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #333333;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #182054;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 330px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: white;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 46, 0.3);
}
.left-border{
  border-radius: 16px 16px 16px 0; 
}
.right-border{
  border-radius: 0 16px 16px 16px; 
}
.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: 0.5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto;
    max-height: 400px;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }

  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}


