@font-face {
    font-family: Bengali-Regular;
    src: url("./static/NotoSansBengali-Regular.ttf");
}
@font-face {
    font-family: Static-Regular;
    src: url("./static/Khyay-Regular.ttf");
}
@font-face {
    font-family: JockeyOne-Regular;
    src: url("./static/JockeyOne-Regular.ttf");
}
@font-face {
    font-family: MPLUS2-SemiBold;
    src: url("./static/MPLUS2-SemiBold.ttf");
}
@font-face {
    font-family: Murecho-SemiBold;
    src: url("./static/Murecho-SemiBold.ttf");
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 10px 5%;
    border-bottom: 2px solid #ddd;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}



.logo {
    width: 93px;
    height: 93px;
}

.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
    flex-grow: 1;
    justify-content: center;
    font-family: Bengali-Regular;
}

.nav-links li {
    display: inline;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-family: Bengali-Regular;
    padding: 5px 10px;
}

.nav-links .active {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
    text-decoration-color: #5E3523; 
    
    font-family: Bengali-Regular;
}
.image_pater{
    width: 514px;
    height: 525px;
}

.contact-btn {
    background-color: #d49122;
    color: rgb(56, 48, 48);
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-family: Bengali-Regular;
}
.fond{
  background-color: #FAF7F7;
  max-width: auto;
}
@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .logo {
        align-self: flex-start; 
        margin-bottom: 10px;
    }

    .nav-links {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: -77px;
    }

    .contact-btn {
        margin-top: 15px;
        padding: 8px 65px;
        margin-left: 31px;
    }
}
.card {
    background-color:#FAF7F7;
    margin: 93px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin-bottom: 20px;
    
    transition: max-height 0.3s ease;
  }
  .card-footer img.arrow-icon {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
  }
  
  .card.expanded .card-footer img.arrow-icon {
    transform: rotate(180deg);
  }

  .card-header {
    padding: 30px;
    padding-top: 30px; /* más espacio arriba */
    position: relative;
  }
  
  .card-header::before {
    content: "";
    display: block;
    height: 8px;
    background-color: #e4a41e;
    margin-top: 19px;
    margin-bottom: 26px;
  }
  p{
    font-family: Bengali-Regular;

  }

  .card-header small {
    position: absolute;
    top: 10px;
    font-family: Bengali-Regular;
    right: 15px;
    margin: 10px;
    font-size: 20px;
    color: #666;
  }
  .card-title {
    font-size: 39px;
   
    font-family: Static-Regular;
    margin: 38px 0 17px 0;
  }

  .card-content {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .card-content img {
    width: 575px;
    border-radius: 4px;
    object-fit: cover;
  }

  .card-text {
    flex: 1;
    font-size: 20px;
    font-family: Bengali-Regular;
    color: #333;
    margin: 20px;
  }

  .card-footer {
    display: flex;
    justify-content: flex-end;
    padding: 10px 15px;
    cursor: pointer;
  }

  .card-footer span {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 1.2rem;
    color: #e4a41e;
  }

  .card.expanded .card-footer span {
    transform: rotate(180deg);
  }

  .card-extra {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  .card.expanded .card-extra {
    max-height: 300px; /* ajusta según tu contenido */
    padding: 10px 15px;
  }

  @media (max-width: 600px) {
    .card-content {
      flex-direction: column;
    }
    .card {
      background-color: #FAF7F7;
      margin: 0px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      overflow: hidden;
      margin-bottom: 20px;
      transition: max-height 0.3s ease;
   } 

    .card-content img {
      width: 100%;
    }
  }
.footer {
    background-color: #f9f9f9;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}
.footer img {
    max-width: 100px;
    height: auto;
    margin-bottom: 463px;
}
.footer-links, .footer-contact {
    flex: 1;
    text-align: left;
    padding: 28px 97px;
    margin-top: 50px;
}
h3{
    font-family: Murecho-SemiBold;
    font-size: 27px;
    margin-bottom: 20px;
    margin-top: 20px;

}
.footer-links a {
    display: block;
    color: black;
    text-decoration: none;
    margin-bottom: 37px;
    font-family: Bengali-Regular;
    font-size: 22px;
    align-items: flex-start;
}
.footer-contact p {
    margin: 5px 0;
    font-family: Bengali-Regular;
    font-size: 22px;
}
@media (max-width: 768px) {
    .footer img {
        max-width: 100px;
        height: auto;
        margin-bottom: 0px;
    }
    .contact-section {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .contact-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contact-content {
        text-align: center;
    }
    .contact-button {
        margin: 0 auto;
    }
    .footer {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        text-align: center;
    }
}