.elementor-306 .elementor-element.elementor-element-dd82274{--display:flex;--min-height:600px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.37;--margin-top:-130px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-306 .elementor-element.elementor-element-dd82274::before, .elementor-306 .elementor-element.elementor-element-dd82274 > .elementor-background-video-container::before, .elementor-306 .elementor-element.elementor-element-dd82274 > .e-con-inner > .elementor-background-video-container::before, .elementor-306 .elementor-element.elementor-element-dd82274 > .elementor-background-slideshow::before, .elementor-306 .elementor-element.elementor-element-dd82274 > .e-con-inner > .elementor-background-slideshow::before, .elementor-306 .elementor-element.elementor-element-dd82274 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#0C0707;--background-overlay:'';}.elementor-306 .elementor-element.elementor-element-dd82274 .elementor-background-slideshow__slide__image{background-size:cover;background-position:center center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-306 .elementor-element.elementor-element-007c49a{text-align:center;}.elementor-306 .elementor-element.elementor-element-007c49a .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:44px;font-weight:800;color:#F1F6F6;}.elementor-306 .elementor-element.elementor-element-926b6f1{text-align:center;}.elementor-306 .elementor-element.elementor-element-926b6f1 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:30px;font-weight:600;color:#FFFFFF;}.elementor-306 .elementor-element.elementor-element-eb95c0c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-306 .elementor-element.elementor-element-73f7d88{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-306 .elementor-element.elementor-element-9ea6203{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-306 .elementor-element.elementor-element-9ea6203{--content-width:1300px;}}@media(max-width:1024px){.elementor-306 .elementor-element.elementor-element-007c49a .elementor-heading-title{font-size:36px;}.elementor-306 .elementor-element.elementor-element-926b6f1 .elementor-heading-title{font-size:26px;}}@media(max-width:767px){.elementor-306 .elementor-element.elementor-element-dd82274{--min-height:515px;}.elementor-306 .elementor-element.elementor-element-007c49a .elementor-heading-title{font-size:20px;}.elementor-306 .elementor-element.elementor-element-926b6f1 .elementor-heading-title{font-size:22px;}}/* Start custom CSS for html, class: .elementor-element-e4d91b1 *//* About Us Section Styles */
.acc-about-section {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #f8f6ff 0%, #fffaf5 50%, #f5f8ff 100%);
  overflow: hidden;
}

/* Background Elements */
.acc-about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.acc-bg-orbit {
  position: absolute;
  border: 1px solid rgba(41, 124, 145, 0.1);
  border-radius: 50%;
  animation: acc-orbitRotate 60s linear infinite;
}

.acc-orbit-1 {
  width: 600px;
  height: 600px;
  top: -300px;
  right: -300px;
  animation-delay: 0s;
}

.acc-orbit-2 {
  width: 400px;
  height: 400px;
  bottom: -200px;
  left: -200px;
  animation-delay: -20s;
}

.acc-orbit-3 {
  width: 800px;
  height: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: -40s;
}

@keyframes acc-orbitRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.acc-bg-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.acc-particle {
  position: absolute;
  background: rgba(41, 124, 145, 0.05);
  border-radius: 50%;
  animation: acc-particleFloat 20s infinite ease-in-out;
}

.acc-particle:nth-child(1) {
  width: 8px;
  height: 8px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.acc-particle:nth-child(2) {
  width: 12px;
  height: 12px;
  top: 60%;
  right: 15%;
  animation-delay: 5s;
}

.acc-particle:nth-child(3) {
  width: 6px;
  height: 6px;
  bottom: 30%;
  left: 20%;
  animation-delay: 10s;
}

.acc-particle:nth-child(4) {
  width: 10px;
  height: 10px;
  top: 40%;
  right: 25%;
  animation-delay: 15s;
}

.acc-particle:nth-child(5) {
  width: 14px;
  height: 14px;
  bottom: 20%;
  right: 10%;
  animation-delay: 20s;
}

@keyframes acc-particleFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.05;
  }
  25% {
    transform: translateY(-20px) rotate(90deg);
    opacity: 0.1;
  }
  50% {
    transform: translateY(10px) rotate(180deg);
    opacity: 0.03;
  }
  75% {
    transform: translateY(-15px) rotate(270deg);
    opacity: 0.08;
  }
}

.acc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* Header Section */
.acc-about-header {
  text-align: center;
  margin-bottom: 80px;
}

.acc-main-title {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-weight: 600;
  color: #297C91;
  background: linear-gradient(135deg, #297C91, #297C91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: acc-titleGlow 4s ease-in-out infinite;
}

.acc-title-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: -20px;
  margin-bottom: 20px
}

.acc-deco-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #297C91, transparent);
  animation: acc-lineExtend 2s ease-out;
}

.acc-deco-diamond {
  width: 12px;
  height: 12px;
  background: #297C91;
  transform: rotate(45deg);
  animation: acc-diamondPulse 2s ease-in-out infinite;
}

@keyframes acc-diamondPulse {
  0%, 100% {
    transform: rotate(45deg) scale(1);
    opacity: 1;
  }
  50% {
    transform: rotate(45deg) scale(1.2);
    opacity: 0.8;
  }
}

.acc-main-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  color: #000000;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Main Content Layout */
.acc-about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 100px;
  align-items: start;
}

/* Visual Story Section */
.acc-about-visual {
  position: relative;
}

.acc-visual-main {
  margin-bottom: 60px;
}

.acc-image-frame {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(41, 124, 145, 0.1);
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.6s ease;
}

.acc-image-frame:hover {
  transform: perspective(1000px) rotateY(0deg);
}

.acc-main-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.acc-image-frame:hover .acc-main-image {
  transform: scale(1.05);
}

.acc-frame-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(41, 124, 145, 0.1), rgba(41, 124, 145, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.acc-image-frame:hover .acc-frame-overlay {
  opacity: 1;
}

.acc-floating-element {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #2c2c2c;
  box-shadow: 0 10px 30px rgba(41, 124, 145, 0.1);
  animation: acc-floatElement 4s ease-in-out infinite;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.acc-image-frame:hover .acc-floating-element {
  opacity: 1;
  transform: translateY(0);
}

.acc-float-1 {
  top: 30px;
  left: 30px;
  animation-delay: 0.2s;
}

.acc-float-2 {
  bottom: 30px;
  right: 30px;
  animation-delay: 0.4s;
}

.acc-float-icon {
  font-size: 1.2rem;
}

.acc-float-text {
  font-size: 0.9rem;
}

@keyframes acc-floatElement {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Stats Grid */
.acc-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.acc-stat-item {
  text-align: center;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(41, 124, 145, 0.2);
  box-shadow: 0 10px 30px rgba(41, 124, 145, 0.05);
  transition: all 0.3s ease;
}

.acc-stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(41, 124, 145, 0.1);
}

.acc-stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #297C91;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}

.acc-stat-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Story Timeline */
.acc-story-timeline {
  position: relative;
  margin-bottom: 60px;
}

.acc-timeline-item {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.acc-timeline-item.acc-active {
  opacity: 1;
}

.acc-timeline-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.acc-marker-dot {
  width: 16px;
  height: 16px;
  background: #297C91;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 0 4px rgba(41, 124, 145, 0.3);
  transition: all 0.3s ease;
}

.acc-timeline-item.acc-active .acc-marker-dot {
  background: #297C91;
  box-shadow: 0 0 0 4px #297C91;
  transform: scale(1.2);
}

.acc-marker-line {
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #297C91, transparent);
  margin-top: 10px;
}

.acc-timeline-content {
  flex: 1;
  padding-bottom: 20px;
}

.acc-timeline-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 10px;
}

.acc-timeline-text {
  color: #666;
  line-height: 1.6;
  font-size: 1.1rem;
}

/* Values Section */
.acc-values-section {
  margin-bottom: 50px;
}

.acc-values-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 30px;
  text-align: center;
}

.acc-values-grid {
  display: grid;
  gap: 25px;
}

.acc-value-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(41, 124, 145, 0.2);
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(41, 124, 145, 0.05);
}

.acc-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(41, 124, 145, 0.1);
}

.acc-value-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.acc-value-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 15px;
}

.acc-value-desc {
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
}

/* CTA Section */
.acc-about-cta {
  background: linear-gradient(135deg, #297C91, #1f5f6e);
  border-radius: 30px;
  padding: 50px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.acc-about-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.1"><circle cx="50" cy="50" r="2" fill="white"/></svg>');
  animation: acc-ctaBgMove 20s linear infinite;
}

@keyframes acc-ctaBgMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

.acc-cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.acc-cta-text {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
  position: relative;
}

.acc-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.acc-cta-btn {
  padding: 16px 32px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.acc-primary-btn {
  background: white;
  color: #297C91;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.acc-primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.acc-secondary-btn {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.acc-secondary-btn:hover {
  background: rgba(41, 124, 145, 0.1);
  border-color: white;
  transform: translateY(-3px);
}

/* Team Preview */
.acc-team-preview {
  margin-top: 100px;
}

.acc-team-header {
  text-align: center;
  margin-bottom: 60px;
}

.acc-team-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 15px;
}

.acc-team-subtitle {
  font-size: 1.2rem;
  color: #666;
}

.acc-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.acc-team-member {
  text-align: center;
  animation: acc-fadeInUp 0.6s ease-out;
}

.acc-team-member:nth-child(1) { animation-delay: 0.1s; }
.acc-team-member:nth-child(2) { animation-delay: 0.2s; }
.acc-team-member:nth-child(3) { animation-delay: 0.3s; }

.acc-member-photo {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 20px 40px rgba(41, 124, 145, 0.1);
}

.acc-member-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.acc-member-photo:hover .acc-member-img {
  transform: scale(1.1);
}

.acc-member-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(transparent, rgba(41, 124, 145, 0.8));
  color: white;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.acc-member-photo:hover .acc-member-overlay {
  transform: translateY(0);
}

.acc-member-role {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.acc-member-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 10px;
}

.acc-member-bio {
  color: #666;
  line-height: 1.6;
}

/* Animations */
@keyframes acc-fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes acc-lineExtend {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 60px;
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .acc-about-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .acc-image-frame {
    transform: perspective(1000px) rotateY(0deg);
  }
}

@media (max-width: 768px) {
  .acc-about-section {
    padding: 80px 0;
  }
  
  .acc-main-title {
    font-size: 3rem;
  }
  
  .acc-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .acc-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .acc-about-cta {
    padding: 40px 30px;
  }
  
  .acc-team-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .acc-main-title {
    font-size: 2.5rem;
  }
  
  .acc-timeline-item {
    flex-direction: column;
    gap: 15px;
  }
  
  .acc-timeline-marker {
    flex-direction: row;
    gap: 15px;
  }
  
  .acc-marker-line {
    width: 100%;
    height: 2px;
  }
  
  .acc-about-cta {
    padding: 30px 20px;
  }
  
  .acc-cta-title {
    font-size: 1.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3932202 *//* Timeline Section Styles */
.timeline-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.timeline-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.timeline-shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(41, 124, 145, 0.1) 0%, rgba(41, 124, 145, 0.1) 100%);
    filter: blur(40px);
    z-index: 1;
}

.timeline-shape.shape-1 {
    width: 350px;
    height: 350px;
    top: 10%;
    left: 5%;
    animation: timeline-float 20s ease-in-out infinite;
}

.timeline-shape.shape-2 {
    width: 250px;
    height: 250px;
    bottom: 10%;
    right: 5%;
    animation: timeline-float 18s ease-in-out infinite reverse;
}

.timeline-shape.shape-3 {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 80%;
    animation: timeline-float 15s ease-in-out infinite 2s;
}

.timeline-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.timeline-header {
    text-align: center;
    margin-bottom: 80px;
}

.timeline-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #297C91;
    margin-bottom: 20px;
}

.timeline-title {
  font-family: "Playfair Display", serif;
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  background: linear-gradient(135deg, #297C91 0%, #297C91 30%, #297C91 70%, #297C91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto !important;
  animation: gradientShift 4s infinite linear;
  margin-bottom: 8px !important;
}

@keyframes gradientShift {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.timeline-intro {
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
    color: black;
}

.timeline-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #297C91, #297C91);
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.timeline-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.timeline-item.left {
    padding-right: 50%;
}

.timeline-item.right {
    padding-left: 50%;
}

.timeline-content {
    position: relative;
    padding: 30px;
    background-color: white;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(41, 124, 145, 0.1);
    box-shadow: 0 10px 30px rgba(41, 124, 145, 0.2);
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(41, 124, 145, 0.3);
    border-color: rgba(41, 124, 145, 0.3);
}

.timeline-year {
    position: absolute;
    top: -20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #297C91 0%, #297C91 100%);
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(41, 124, 145, 0.4);
    z-index: 2;
}

.timeline-item.left .timeline-year {
    right: -30px;
}

.timeline-item.right .timeline-year {
    left: -30px;
}

.timeline-icon {
    position: absolute;
    top: -25px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(41, 124, 145, 0.3);
    z-index: 3;
}

.timeline-item.left .timeline-icon {
    right: -25px;
}

.timeline-item.right .timeline-icon {
    left: -25px;
}

.timeline-icon svg {
    width: 24px;
    height: 24px;
    color: #297C91;
}

.timeline-event {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #297C91 !important;
}

.timeline-desc {
    font-size: 16px;
    line-height: 1.6;
    color: black;
    margin: 0;
}

/* Connector dots */
.timeline-item::after {
    content: '';
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #297C91 0%, #297C91 100%);
    border-radius: 50%;
    z-index: 2;
}

.timeline-item.left::after {
    right: -10px;
}

.timeline-item.right::after {
    left: -10px;
}

/* Animations */
@keyframes timeline-float {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    33% {
        transform: translateY(-15px) rotate(3deg) scale(1.05);
    }
    66% {
        transform: translateY(10px) rotate(-3deg) scale(0.95);
    }
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .timeline-item.left,
    .timeline-item.right {
        padding: 0 0 0 50px;
    }
    
    .timeline-line {
        left: 25px;
    }
    
    .timeline-item.left::after,
    .timeline-item.right::after {
        left: 15px;
        right: auto;
    }
    
    .timeline-item.left .timeline-year,
    .timeline-item.right .timeline-year {
        left: -30px;
        right: auto;
    }
    
    .timeline-item.left .timeline-icon,
    .timeline-item.right .timeline-icon {
        left: -25px;
        right: auto;
    }
}

@media (max-width: 768px) {
    .timeline-section {
        padding: 80px 0;
    }
    
    .timeline-header {
        margin-bottom: 60px;
    }
    
    .timeline-title {
        font-size: 32px;
    }
    
    .timeline-intro {
        font-size: 16px;
    }
    
    .timeline-content {
        padding: 20px;
    }
    
    .timeline-event {
        font-size: 20px;
    }
    
    .timeline-desc {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .timeline-title {
        font-size: 28px;
    }
    
    .timeline-item.left,
    .timeline-item.right {
        padding: 0 0 0 40px;
    }
    
    .timeline-line {
        left: 20px;
        width: 3px;
    }
    
    .timeline-item::after {
        width: 16px;
        height: 16px;
        left: 12px;
    }
    
    .timeline-year {
        width: 50px;
        height: 50px;
        font-size: 16px;
        top: -15px;
    }
    
    .timeline-item.left .timeline-year,
    .timeline-item.right .timeline-year {
        left: -25px;
    }
    
    .timeline-icon {
        width: 40px;
        height: 40px;
        top: -20px;
    }
    
    .timeline-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .timeline-item.left .timeline-icon,
    .timeline-item.right .timeline-icon {
        left: -20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d949ee */.cta-section {
    position: relative;
    padding: 70px 100px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    color: #297C91;
    isolation: isolate;
}

.services-cta {
    background: rgba(41, 124, 145, 0.04);
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border: 1px solid rgba(41, 124, 145, 0.15);
    box-shadow: 0 10px 40px rgba(41, 124, 145, 0.08);
}

.cta-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #297C91;
}

.highlight {
    background: linear-gradient(135deg, #297C91 0%, #297C91 30%, #297C91 70%, #297C91 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto !important;
    animation: gradientShift 4s infinite linear;
}

.cta-content p {
    font-size: 18px;
    color: #1a4d5a;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px 35px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
    text-decoration: none !important;
    font-size: 16px;
}

.cta-button.primary {
    background: linear-gradient(135deg, #297C91 0%, #1f5f6e 100%);
    box-shadow: 0 10px 20px rgba(41, 124, 145, 0.3);
    color: white;
}

.cta-button.secondary {
    background: transparent;
    border: 2px solid rgba(41, 124, 145, 0.4);
    color: #333;
}

.button-hover-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #1f5f6e, #297C91);
    top: 0;
    left: -100%;
    transition: left 0.6s ease;
    z-index: -1;
    border-radius: 50px;
}

.cta-button.secondary .button-hover-effect {
    background: rgba(41, 124, 145, 0.2);
}

.cta-button:hover .button-hover-effect {
    left: 0;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(41, 124, 145, 0.4);
}

.cta-button.primary:hover {
    color: #fff;
}

.cta-button.secondary:hover {
    border-color: #297C91;
    color: #333;
}

.cta-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.decoration-item {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
    animation: float 8s ease-in-out infinite;
}

.decoration-item:nth-child(1) {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #297C91, #1f5f6e);
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.decoration-item:nth-child(2) {
    width: 150px;
    height: 150px;
    background: linear-gradient(45deg, #1f5f6e, #0f3a44);
    bottom: 20%;
    right: 10%;
    animation-delay: 2s;
}

.decoration-item:nth-child(3) {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #297C91, #1f5f6e);
    top: 50%;
    right: 20%;
    animation-delay: 4s;
}

@keyframes gradientShift {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    33% {
        transform: translateY(-20px) rotate(120deg);
    }
    66% {
        transform: translateY(10px) rotate(240deg);
    }
}

/* Tablet Styles */
@media screen and (max-width: 1024px) {
    .cta-section {
        padding: 60px 50px;
    }
    
    .services-cta {
        padding: 50px 40px;
    }
    
    .cta-content h3 {
        font-size: 32px;
    }
    
    .cta-content p {
        font-size: 17px;
    }
    
    .cta-button {
        padding: 15px 30px;
    }
    
    .decoration-item:nth-child(1) {
        width: 80px;
        height: 80px;
        left: 5%;
    }
    
    .decoration-item:nth-child(2) {
        width: 120px;
        height: 120px;
        right: 5%;
    }
    
    .decoration-item:nth-child(3) {
        width: 60px;
        height: 60px;
        right: 15%;
    }
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
    .cta-section {
        padding: 50px 30px;
    }
    
    .services-cta {
        padding: 40px 30px;
    }
    
    .cta-content h3 {
        font-size: 28px;
    }
    
    .cta-content p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-button {
        width: 100%;
        max-width: 280px;
        padding: 14px 25px;
    }
    
    /* Hide decoration items on mobile */
    .decoration-item:nth-child(1),
    .decoration-item:nth-child(2),
    .decoration-item:nth-child(3) {
        display: none;
    }
}

/* Small Mobile Styles */
@media screen and (max-width: 480px) {
    .cta-section {
        padding: 40px 20px;
    }
    
    .services-cta {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .cta-content h3 {
        font-size: 20px;
    }
    
    .cta-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .cta-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}/* End custom CSS */