@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;
    }
}
.contact-section {
  padding: 40px 20px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.contact-info {
  flex: 1;
  min-width: 280px;
  margin: 68px;
}

.contact-info h2 {
  color: rgb(56, 48, 48);
  font-family: JockeyOne-Regular;
  font-size: 49px;
  margin-bottom: 7px;
  margin-top: -9px;
}

.contact-info p {
  margin-bottom: 92px;
  font-family: Bengali-Regular;
  color: #444;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  
  color: rgb(27, 16, 16);
  font-family: Bengali-Regular;
  padding: 10px 15px;
  border-radius: 8px;
  gap: 10px;
}

.info-item svg {
  fill: #d49122;
  flex-shrink: 0;
}

.social-icons {
  margin-top: 195px;
}

.social-icons a {
  margin-right: 10px;
  
  margin-left: 20px;
  display: inline-block;
}

.contact-form {
  flex: 1;
    min-width: 280px;
    /* background-color: #d4912259; */
    padding: 20px;
    border-radius: 8px;
    display: flex
;
    flex-direction: column;
    margin-top: 226px;
    margin-right: 77px;
    gap: 15px;
}

.contact-form input,
.contact-form textarea, .contact-form select {
  padding: 23px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: Bengali-Regular;
  font-size: 14px;
}


.contact-form textarea {
  height: 100px;
  resize: vertical;
}
.select-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.select-wrapper option{
  padding: 23px;
}

.select-wrapper select {
  width: 100%;
  padding: 23px 20px;
  color: #797878;
  font-family: Bengali-Regular;
  
  border: 1px solid #ccc;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
}

.select-wrapper .arrow {
  position: absolute;
  right: 25px;
  top: 48%;
  width: 10px;
  height: 10px;
  border: solid gray;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: translateY(-50%) rotate(45deg); /* ▼ */
  transition: transform 0.3s ease;
  pointer-events: none;
}

.select-wrapper.open .arrow {
  transform: translateY(-50%) rotate(-135deg); /* ▲ */
  top: 40px;
  position: absolute;
}

.contact-form button {
  background-color: #d49122;
  color: white;
  padding: 10px;
  border: none;
   font-family: Bengali-Regular;
  font-size: 17px;
  border-radius: 6px;
  cursor: pointer;
}

.map {
  margin-top: 40px;
  width: 100%;
}

.map iframe {
  width: 100%;
  height: 300px;
  border: none;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    width: 216px;
    
  }

  .container {
    flex-direction: column;
  }
  .contact-info p {
    margin-bottom: 50px;
    font-family: Bengali-Regular;
    color: #444;
    display: flex;
    align-items: center;
    width: 211px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .contact-info h2 {
    color: #5e3523;
    font-family: JockeyOne-Regular;
    font-size: 49px;
    margin-bottom: 17px;
    margin-top: 44px;
    width: 8px;
  }
  .contact-info {
    flex: 1;
    min-width: 280px;
    margin: 57px;
  }
}
.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;
    }
}