.eml{
  color:#1E90FF;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               Helvetica, Arial, sans-serif, "Apple Color Emoji",
               "Segoe UI Emoji", "Segoe UI Symbol";
}




.btn {
    display: inline-block;
    padding: 12px 28px;
    margin: 8px;
    border-radius: 8px;
    background: #1E90FF;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
  }

  .btn:hover {
    background: #1E90FF;
  }

  .btn-container {
    display: flex;
    gap: 12px;
  }





.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.title {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 50px;
    color: #d87023; /* orange title like screenshot */
}

.columns {
    display: flex;
    gap: 40px;
}

.column {
    flex: 1;
    min-width: 250px;
}

h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

p {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}


.floating-link {
  position: fixed;
  top: 5px;
  left: 5px;

  width: 160px;
  height: 60px;

  background: rgba(0, 0, 0, 0); /* fully invisible */
  display: block;
  text-decoration: none;
  cursor: pointer;
  z-index: 1000;
}

/* Optional: show a hint when hovered */
.floating-link:hover {
  background: rgba(0, 0, 0, 0);
}

.slideshow-frame{
  width: 90%;
  margin: auto;
  border-color: #ff9248;
  border-width: 15px;
  border-style: solid;
  border-radius: 20px;
 
}



.rc{
  border-radius:20px;
}




* {box-sizing:border-box}
a:link { 
  text-decoration: none; 
  color: #ff9248;
} 
a:visited { 
  text-decoration: none; 
  color: #ff9248;
} 
a:hover { 
  text-decoration: none; 
  color: #ff9248;
} 
a:active { 
  text-decoration: none; 
  color: #ff9248;
}

.top-bar{
  position: absolute;
  z-index: 10000;
  right:2%;
  top: 3%;
}

.grid-serv {
display: flex;
gap: 20px;
max-width: 1200px;
margin: 0 auto;
flex-wrap: wrap;
}
.card-serv {
background: #fff;
padding: 20px;
border-radius: 14px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
transition: transform 0.2s ease, box-shadow 0.2s ease;
flex: 1 1 45%;
min-width: 300px;
}



.top-bar-item{
  margin: 10px;
  font-size: 30px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slideText {
  color: #f2f2f2;
  font-size: 50px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ff9248;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.page-container {
  display: flex;
  align-items: flex-start;
  
  gap: 0;
}

/* LEFT COLUMN */
.left-column {
  width: 260px;
  background: #1E90FF;
  flex-shrink: 0;
}

.tabs {
  display: flex;
  flex-direction: column;
  border-color: #607d8b;
  border-width: 10px;
  border-top-style: solid;
}

.tab {
  padding: 18px 20px;
  background: transparent;
  border: none;
  color: white;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.tab.active {
  background: rgba(255,255,255,0.25);
  font-weight: bold;
}

/* RIGHT COLUMN */
.right-column {
   height: 340px;
   width: 1000px;
   display: flex;
   border-color: #607d8b;
  border-width: 10px;
  border-top-style: solid;
}



.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}


.table-layout{
  display: flex;
  height: 330px;

  
}
.section {
  display: none;
  width: 1000px;
}

.section.active {
  display: block;
}

.section h2 {
  margin-top: 0;
}




@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.card img {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto 20px;
}
.cards-grid-programe {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    padding: 40px 0;
}


.fall-container {
  display: flex;
  gap: 20px;
  padding: 40px;
}

/* falling animation */
.fall-item {
  opacity: 0;
  transform: translateY(-80px);
  animation: fallIn 0.8s ease-out forwards;
}

/* staggered arrivals */
.fall-item:nth-child(1) { animation-delay: 0.0s; }
.fall-item:nth-child(2) { animation-delay: 0.15s; }
.fall-item:nth-child(3) { animation-delay: 0.3s; }

/* keyframes */
@keyframes fallIn {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.wave-image {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 10;                  /* above the waves */
  pointer-events: none;         /* optional: image won’t block clicks */
  width: 10%;
}

.wave-top {
  position: absolute;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

/* WAVES BASE */
.wave {
  position: absolute;
  bottom: 0;          /* upside-down bar */
  width: 200%;        /* 2 waves side by side */
  height: 100%;
  display: flex;
  z-index: 1;
}

.wave svg {
  width: 50%;         /* each SVG occupies half of the container */
  height: 100%;
  transform: rotate(180deg);   /* flip upside down */
}

/* COLORS */
.layer-back path {
  fill: #ff9248;
}

.layer-front path {
  fill: #1E90FF;
}

/* ANIMATIONS */
.layer-back {
  animation: waveMove 14s linear infinite;
  opacity: 0.7;
}

.layer-front {
  animation: waveMove 8s linear infinite;
}

@keyframes waveMove {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* move one SVG width */
}






/* Grid layout */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Card styling */
.card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}

/* Hover zoom effect */
.card:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

/* Text styling */
.card h2 {
  margin: 0 0 8px;
  font-size: 1.4rem;
  color: #2c3e50;
}

.card h4 {
  margin: 0 0 12px;
  font-weight: 500;
  color: #607d8b;
}

.card p {
  margin: 0;
  color: #445;
  line-height: 1.45em;
}

/* Responsive for smaller screens */
@media(max-width: 800px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}