@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@900&display=swap');


*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
        scroll-behavior: smooth;

}
body{
    min-height: 100vh;
    width: 100%;
    color: white;
    font-family: "Poppins", Roboto,  sans-serif;
    background-color: black;
    /* overflow-x: hidden; */
}
main {
  display: flex;
  flex-direction: column;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(19, 133, 156); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
header{
    padding: 0 20px;
    padding-top: 10px;
    position: sticky;
    z-index: 4;
    top: 0;
}
nav{
    background: rgba(255, 255, 255, 0.15);  
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px); 
    border: 1px solid rgba(255, 255, 255, 0.1); 
    
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); 
    
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    
    z-index: 100;
    display: flex;
    justify-content: space-between;
    padding: 26px 0;
    font-size: 14px;
    align-items: center;
    max-width: 1296px;
    margin: 0 auto;
    border-radius: 15px;
    height: 70px;
    /* padding-left: 10px; */
    /* z-index: 100; */
    padding-right: 40px;
    font-family: 'Poppins', 'Inter', sans-serif;
}

.logo{
    /* padding-top: 20px; */
    font-size: 16px;
}



nav .nav-buttons ul{
    display: none;
    width: 100%;
    gap: 40px;
    justify-content: space-around;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}




nav .nav-buttons li:hover{
    /* text-decoration: underline; */
    /* text-decoration-color: #03045e; */
    /* text-decoration-thickness: 3px; */
    cursor: pointer;
}
nav .nav-buttons li:hover {
    /* The text-shadow creates a crisp blue glow directly on the text */
    text-shadow: 0 0 15px rgba(16, 151, 177, 1);
    text-decoration: none;
    /* You can keep your original underline effect as well */
    cursor: pointer;
  }

  nav .nav-buttons li a{
    text-decoration: none;
    color: white;
    /* text-decoration: none; */
    /* color: white; */
  }
nav .nav-buttons li a:hover{
    text-decoration: none;
    text-shadow: 0 0 15px rgba(16, 151, 177, 1);
    color: white;
    /* text-decoration: none; */
    /* color: white; */
}
/* nav .nav-buttons li:hover{
  /* background: rgba(16, 151, 177, 0.15); */
    /* backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(150px);
    box-shadow: 0 4px 15px rgba(16, 151, 177, 0.3),
    0 0 20px rgba(16, 151, 177, 0.2),
    inset 0 0 10px rgba(16, 150, 177, 0.621);
    border: 1px solid rgba(16, 151, 177, 0.3); */
    /* transform: translateY(-2px); 
} 
*/
.banner .content div a{
    text-decoration: none;
    color: black;
  }
  .part1{
    height: calc(100vh - 90px);
    width: 100%;
    display: grid;
    z-index: 1;
    place-items: center;
  }
#title{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  color: black;
}


.banner{
  width: 100%;
  margin-top: -70px;
  position: relative;
}

.banner .content{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Gabarito', cursive;
    font-size: 12px;
    text-transform: uppercase;
  }
.banner .content div:nth-child(1){
    font-size: 3em;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 3px;
  }
  .banner .content div:nth-child(2){
    font-size: 15vw;
    /* font-size: 20em; */
    color: #dae2db;
  }
  .banner .content div button{
    border: 2px solid rgba(0, 0, 0, 0.467);
    background-color: transparent;
    color: #000000;
    padding: 10px 20px;
    letter-spacing: 3px;
    text-align: center;
    white-space: nowrap;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  /* @media screen and (min-width:350px) {
    .banner .content div button{
          white-space: nowrap;

    }
  } */
  .banner .content div button img {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    transform: translateX(30px);
    opacity: 0;
  }
.banner .content div button span{
  transition: all 0.3s ease;
  transform: translateX(-17px);
  
}
.banner .content div button:hover span{
  transform: translateX(0px);
  
}
  .banner .content div button:hover{
    background-color: rgba(18, 74, 108, 0.2);
    border-color: #01011b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }

  .banner .content div button:hover img {
    transform: translateX(0);
    opacity: 1;
    
  }

  .banner .content img{
    height: 20px;
  }

  

.banner .data{
  margin-top: 70vh;
  display: none;
  gap: 100px;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
  
  .banner .data{
    margin-top: 70vh;
    display: flex;
    gap: 100px;
    text-align: center;
    letter-spacing: 2px;
  }
  nav .nav-buttons ul{
    display: flex;
    width: 100%;
    gap: 40px;
    justify-content: space-around;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
    .menu-button {

display:none;

}

}
.part2{
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: white;
}

/* Course Card Styling */
/* .card-contain {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
  perspective: 1000px;
  /* width: fit-content;  
    margin: 0 auto; 
  } 
  
  .card {
    position: relative;
    width: 350px;
    max-width: 100%;
    height: 450px;
    border-radius: 15px;
    transform-style: preserve-3d;
    transition: transform 1s;
  }
  
  
  .grid-course{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    width: 100%;
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    /* padding: 0 20px; */
  /* } */
/*
.grid-course {
    display: grid;
    /* Creates flexible columns that fit narrow screens 
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
  }
  
  .card-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
  }
  
  .card {
  max-width: 350px;   /* But it won't get bigger than 350px 
    position: relative;
    width: 100%;       
    height: 450px;
    border-radius: 15px;
    transform-style: preserve-3d;
    transition: transform 1s;
}*/
.top-courses {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.grid-course {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    justify-items: center;
}

.card-contain {
    width: 100%;
    max-width: 350px;
    perspective: 1000px;
}

.card {
    width: 100%;
    height: 450px;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d; /* This was the missing line */
}

/* The hover effect is on the card so the hover area is precise */
.card:hover {
    transform: rotateY(180deg);
}
  .front {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    backface-visibility: hidden;
    /* background: linear-gradient(135deg, #667eea 0%, #4b7fa2 100%); */
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: rotateY(0deg);
    border-radius: 15px;
    overflow: hidden;
  }
  
  .front img {
    width: 100%;
    height: 200px;
    padding: 12px;
    object-fit: cover;
  }
  
  .details {
    padding: 20px;
    background: #1a1a1a;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .level {
    background: rgb(19, 133, 156);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
    text-transform: uppercase;
  }
  
  .lectures {
    background: #000;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
    text-transform: uppercase;
    margin-left: auto;
  }
  
  .name {
    margin-top: 10px;
  }
  
  .course-title {
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  
  .course-detail {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  
  .course-detail:first-of-type {
    color: #888;
    font-weight: 300;
  }
  
  .top-courses {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
  }
  
  .top-courses > div:first-child {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .top-courses h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 15px;
  }
  
  .top-courses p {
    font-size: 1rem;
    color: #a0a0a0;
    margin: 16px 0;
  }
  
  /* Back side of card */
  .back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    backface-visibility: hidden;
    background: linear-gradient(135deg, rgb(16, 151, 177) 0%, #023e8a 100%);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: rotateY(180deg);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }
  
  .back-header {
    margin-bottom: 20px;
}

.back-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.live-indicator {
  display: inline-flex;
  align-items: center;
  background: #ff4444;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  margin-left: 10px;
}

.live-indicator::before {
  content: "●";
  margin-right: 4px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.back-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.features-list {
  flex: 1;
  margin-bottom: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: white;
  font-size: 14px;
}


.feature-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    font-size: 12px;
  }
  
  .start-building-btn {
    background: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
  }
  
  .start-building-btn:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
  }
  
  .start-building-btn::after {
    content: "→";
    font-size: 16px;
    transition: transform 0.3s ease;
  }
  
  .start-building-btn:hover::after {
    transform: translateX(3px);
  }
  
  .card-contain:hover .card {
    transform: rotateY(180deg);
  }
  
  
  
  
  /* slider company */
  .slider{
    width: 100%;
    height: var(--height);
    overflow: hidden;
    mask-image: linear-gradient(
      to right,
      transparent,
      #000 10% 90%,
      transparent
      );
    }
    .slider .list{
      display: flex;
      width: 100%;
      min-width: calc(var(--width) * var(--quantity));
      position: relative;
    }
    .slider .list .item{
      width: var(--width);
      height: var(--height);
      position: absolute;
      left: 100%;
      animation: autoRun 10s linear infinite;
      transition: filter 0.5s;
      animation-delay: calc( (10s / var(--quantity)) * (var(--position) - 1) - 10s)!important;
    }
    .slider .list .item img,svg{
      width: 100%;
    }



    div .launch{
      font-size: 13vw;
    }
    @media screen and (min-width: 400px) {
      div .launch{
        font-size: 2.1em;
        /* font-size: 3vw; */
      }
      
    }
    .reveal{
  filter: blur(10px); transition:0.3s ;
}
.reveal:hover{
  filter: blur(0);
}


@keyframes autoRun{
    from{
        left: 100%;
    }to{
        left: calc(var(--width) * -1);
    }
}
.slider:hover .item{
    animation-play-state: paused!important;
    filter: grayscale(1);
}
.slider .item:hover{
    filter: grayscale(0);
}






@media screen and (max-width: 1200px) {
    .banner .content{
        font-size: 9px;
    }
}
@media screen and (max-width: 992px) {
    .banner .content{
        font-size: 7px;
    }
}
@media screen and (max-width: 678px) {
    .banner .content{
        font-size: 4px;
    }
}







.part3{
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
    /* background-color: red; */
}

.part4{
    
    min-height: 70vh;
    width: 100%;
    position: relative;
    display: flex;
    font-size: 30px;
    color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.part4 h1{
    /* font-size: 3rem; */
    font-weight: 800;
    margin-bottom: 15px;
    text-align: center;
    color: white;
}
.grid-3{
    --row: 6;
    /* font-size: 1.5em; */
    /* font-size: 2em; */
    /* font-size: 4vw; */
}
@media screen and (min-width: 500px) {
  .grid-3{
    font-size: 2.5em;
  }
}
.grid-3 div{
    grid-column: 2/ 6;
    /* text-wrap: nowrap; */
}

.grid-3 div:nth-child(5){
    grid-column: 1/ 6;
}
.grid-3 div:nth-child(4){
    grid-column: 1/ 7;
}

.autoBLur{
    animation: autoBLurAnimation linear both;
    animation-timeline: view();
}
@keyframes autoBLurAnimation{
    0%{
        filter: blur(40px);
    }
    45%, 55%{
        filter: blur(0px);
    }
    100%{
        filter: blur(40px);
    }
}



.instructors-section {
    min-height: 100vh;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 20px;
}

.instructors-header {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 50px;
}

.instructors-header h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: white;
}

.instructors-header p {
    font-size: 1.1rem;
    color: #a0a0a0;
}

.instructor-card {
    display: flex;
    gap: 60px;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

.instructor-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(16, 151, 177, 0.2);
}

.instructor-image {
    flex-shrink: 0;
}

.instructor-image img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgb(16, 151, 177);
    box-shadow: 0 0 20px rgba(16, 151, 177, 0.3);
}

.instructor-info {
    flex: 1;
}

.instructor-info h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: white;
}

.instructor-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.tag {
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
}

.tag-primary {
    background: rgb(16, 151, 177);
    color: white;
}

.tag-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.badge {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    background: rgb(16, 151, 177);
    color: white;
}

.instructor-bio {
    color: #c0c0c0;
    font-size: 1rem;
    line-height: 1.6;
    margin: 20px 0;
}

.instructor-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.btn-primary {
    padding: 14px 32px;
    background: rgb(16, 151, 177);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: rgb(19, 133, 156);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(16, 151, 177, 0.4);
}

.btn-secondary {
    padding: 14px 32px;
    background: transparent;
    color: white;
    border: 2px solid rgb(16, 151, 177);
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: rgba(16, 151, 177, 0.1);
    transform: translateY(-2px);
}

@media screen and (max-width: 992px) {
    .instructor-card {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .instructor-image img {
        width: 250px;
        height: 250px;
    }

    .instructor-info h2 {
        font-size: 2rem;
    }

    .instructor-tags {
        justify-content: center;
    }

    .instructor-buttons {
        justify-content: center;
    }
}

@media screen and (max-width: 678px) {
    .instructors-header h1 {
        font-size: 2rem;
    }

    .instructor-image img {
        width: 200px;
        height: 200px;
    }

    .instructor-info h2 {
        font-size: 1.5rem;
    }

    .instructor-buttons {
        flex-direction: column;
    }

    .btn-primary, .btn-secondary {
        width: 100%;
    }
}

/* Footer Styles */
.footer {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(16, 151, 177, 0.2);
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(16, 151, 177), transparent);
    animation: footerGlow 3s ease-in-out infinite;
}

@keyframes footerGlow {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    height: 80px;
    margin-bottom: 20px;
    filter: brightness(1.1);
    transition: all 0.3s ease;
}

.footer-logo:hover {
    filter: brightness(1.3) drop-shadow(0 0 10px rgba(16, 151, 177, 0.5));
    transform: scale(1.05);
}

.footer-tagline {
    color: #a0a0a0;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-section h3 {
    color: rgb(16, 151, 177);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: rgb(16, 151, 177);
    animation: expandLine 2s ease-in-out infinite;
}

@keyframes expandLine {
    0%, 100% { width: 30px; }
    50% { width: 50px; }
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin-bottom: 12px;
}

.footer-section a {
    color: #c0c0c0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.footer-section a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgb(16, 151, 177);
    transition: width 0.3s ease;
}

.footer-section a:hover {
    color: white;
    text-shadow: 0 0 10px rgba(16, 151, 177, 0.8);
    transform: translateX(5px);
}

.footer-section a:hover::before {
    width: 100%;
}

.footer-social {
    text-align: center;
    margin-bottom: 40px;
}

.footer-social h3 {
    color: rgb(16, 151, 177);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(16, 151, 177), rgb(19, 133, 156));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.social-link svg {
    width: 24px;
    height: 24px;
    color: #a0a0a0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.social-link:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 25px rgba(16, 151, 177, 0.4);
    border-color: rgb(16, 151, 177);
}

.social-link:hover::before {
    opacity: 1;
}

.social-link:hover svg {
    color: white;
    transform: scale(1.2);
}

/* Individual social platform colors */
.social-link.twitter:hover {
    box-shadow: 0 10px 25px rgba(29, 161, 242, 0.4);
}

.social-link.youtube:hover {
    box-shadow: 0 10px 25px rgba(255, 0, 0, 0.4);
}

.social-link.linkedin:hover {
    box-shadow: 0 10px 25px rgba(0, 119, 181, 0.4);
}

.social-link.github:hover {
    box-shadow: 0 10px 25px rgba(51, 51, 51, 0.4);
}

.social-link.instagram:hover {
    box-shadow: 0 10px 25px rgba(225, 48, 108, 0.4);
}

/* Floating animation for social links */
.social-link:nth-child(1) { animation-delay: 0s; }
.social-link:nth-child(2) { animation-delay: 0.1s; }
.social-link:nth-child(3) { animation-delay: 0.2s; }
.social-link:nth-child(4) { animation-delay: 0.3s; }
.social-link:nth-child(5) { animation-delay: 0.4s; }

.social-link {
    animation: floatUp 3s ease-in-out infinite;
}

@keyframes floatUp {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-3px); }
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}

.footer-copyright {
    color: #888;
    font-size: 0.9rem;
}

.footer-copyright p {
    margin: 5px 0;
}

.footer-copyright a {
    color: rgb(16, 151, 177);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-copyright a:hover {
    color: white;
    text-shadow: 0 0 10px rgba(16, 151, 177, 0.8);
}

/* Responsive Design */
@media screen and (max-width: 992px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .footer-brand {
        align-items: center;
    }
    
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .social-links {
        gap: 20px;
    }
    
    .social-link {
        width: 50px;
        height: 50px;
    }
    
    .social-link svg {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 678px) {
    .footer-container {
        padding: 40px 15px 15px;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-section h3 {
        font-size: 1rem;
    }
    
    .social-links {
        gap: 15px;
    }
    
    .social-link {
        width: 45px;
        height: 45px;
    }
    
    .social-link svg {
        width: 18px;
        height: 18px;
    }
    
    .footer-copyright {
        font-size: 0.8rem;
    }
}

