.ss01 {
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  direction: rtl;
  font-size: 18px;
}

body {
  font-family: IRANSans;
  background-color: #ecf0f0;
}

a { 
  color: inherit;
  text-decoration: none;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
  font-family: IRANSansB;
  font-size: 30px;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
  font-family: IRANSansB;
  font-size: 18px;
}


.container {
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
}


.navbar .menu ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.navbar .menu li a {
  text-decoration: none;
  list-style: none;
  font-family: IRANSansB;
}


.navbar .menu li a:hover {
  color: #ffdd59;
}

.logo img{ height:48px; display:block }


.intro{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}


.form-section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.form-wrapper {
  display: grid;
  grid-template-columns: 1fr 300px; /* فرم - تصویر */
  gap: 20px;
  background: rgba(255, 255, 255, 0.8); /* نیمه شفاف */
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  padding: 20px;
  width: 100%;
  
}

.form-wrapper form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-wrapper form input[type="text"],
.form-wrapper form input[type="tel"],
.form-wrapper form input[type="number"],
.form-wrapper form input[type="email"],
.form-wrapper form input[type="date"] {
  background: rgba(255,255,255,0.95);
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  font-family: IRANSans;
}

.form-wrapper form input[type="submit"] {
  grid-column: 1 / -1;
  background: #0b6b5b;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: IRANSans;
}

.form-wrapper form input[type="submit"]:hover {
  background: #09917a;
}


.form-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  background: url("/static/img/book-now.jpg") center/cover no-repeat;
}

.form-image img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px;
}


#why i{
  font-size: 30px;
  color: #09917a;
  border: 2px solid #09917a;
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 10px;
}

#why .card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  height: 300px;
  gap: 30px;
  padding: 20px;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;

}

#services .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Always 3 columns */
  gap: 20px;
  justify-items: center; /* Center the cards */
  border-radius: 15px;
  font-family: 'IRANSans';
}

#services .card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  height: 300px;
  gap: 30px;
  padding: 20px;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;

}



.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Always 3 columns */
  gap: 25px;
  justify-items: center; /* Center the cards */
  border-radius: 15px;
  font-family: 'IRANSans';
}

.card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  height: 200px;
  gap: 30px;
  padding: 20px;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;

}

.card span{
  font-size: 14px;
  color: #09917a;
}

.card .title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cards .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.card h3 {
  font-family: IRANSansB;
  font-size: 18px;
}
.card p{
  font-family: IRANSans;
  font-size: 14px;
}

#intro, #contact, #faq, #about, #fleet ,#why, #services {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}

.fleet{
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  box-shadow: #09917a 0px 5px 15px;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
}

.fleet .info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.info h4{
    margin-bottom: 30px;
}

.info li{
  font-family: IRANSans;
  font-size: 16px;
  list-style: disc;
}

.fleet img{
  height: auto;
  padding: 20px;
  width: 400px;
  margin-right: 50px;

}

#fleet p{
  font-size: 14px;
  margin-bottom: 20px;
}



.about {
  width:100%;
  height: auto;
  background-color: #fff;
  box-shadow: #09917a 0px 5px 15px;
  padding: 30px;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  font-family: IRANSans;
}

.about p, strong, li{
    font-size: 16px;
    line-height: 1.6;
  }

.faq {
  display: flex;
  flex-direction: column;
  width:100%;
  height: auto;
  background-color: #fff;
  box-shadow: #09917a 0px 5px 15px;
  padding: 30px;
  border-radius: 20px;
  align-items: start;
  gap: 30px;
  font-family: IRANSans;
}

.faq h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: IRANSansB;
}
.faq p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: IRANSans;
}




.contact {
  display: flex;
  width:100%;
  height: auto;
  background-color: #fff;
  box-shadow: #09917a 0px 5px 15px;
  padding: 30px;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  font-family: IRANSans;
}

.contact .address{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  font-family: IRANSans;
}

.contact i{
  margin-left: 10px;
}
.contact p{
  font-size: 14px;
}


.nop {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
  cursor: default;
}




#footer {
  display: flex;
  color: #000000;
  flex-direction: column;
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding: 15px 0;
}

#footer i{
  font-size: 24px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
#footer p{
  margin-top: 10px;
  font-size: 12px !important;
}

#footer i:hover{
  transform: scale(1.1);
  color: #404040;
  
}

/* Desktop: hide hamburger */
.hamburger {
  display: none;
}


  

/* موبایل و تبلت */
@media screen and (max-width: 992px) {
  
.navbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  /* Hide menu initially */
  .navbar .menu {
    display: none;
    width: 100%;
  }

  .navbar .menu ul {
    flex-direction: column;
    gap: 15px;
    padding: 15px 0;
    text-align: center;
  }

  /* Hamburger button */
  .navbar .hamburger {
    display: block;
    font-size: 26px;
    cursor: pointer;
  }

  /* When menu is active */
  .navbar .menu.active {
    display: flex;
    justify-content: center;
  }

    /* Order the items */
  .navbar .logo {
    order: 1; /* logo first */
    margin: 10px 0;
  }

  .navbar .menu {
    order: 2; /* menu after logo */
  }


  /* Intro Section */
  .intro {
    padding: 10px;
    text-align: center;
  }

  /* Form Section */

.form-section {
  padding: 20px 5px;
}

  .form-wrapper {
    grid-template-columns: 1fr; /* فرم و تصویر روی هم */
    gap: 20px;
    display: flex;
    flex-direction: column-reverse;
    
 }

  .form-wrapper form {
    grid-template-columns: 1fr; /* تک ستونه */
    gap: 12px;
    
  }

  .form-image img {
    width: 100%;
    height: auto;
    padding: 5px;
  }

  /* Cards (Services, Why, etc.) */
  #services .cards,
  .cards {
    grid-template-columns: 1fr; /* کارت‌ها زیر هم */
    gap: 15px;
  }

  #services .card,
  .card {
    height: auto; /* کارت‌ها ارتفاع خودکار بگیرند */
    padding: 15px;
    gap: 15px;
    text-align: center;
    
  }

  #services p, strong{
    font-size: 14px;
    line-height: 1.4;
  }

  .card h3 {
    font-size: 16px;
  }

  .card p {
    font-size: 13px;
  }

  /* Fleet Section */
  .fleet {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }

  .fleet .info {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }

  .fleet img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  /* About Section */
  .about {
    padding: 20px;
  }

  .about p, strong, li{
    font-size: 14px;
    line-height: 1.4;
  }

  /* FAQ Section */
  .faq {
    padding: 20px;
    gap: 20px;
  }

  .faq h3 {
    font-size: 16px;
  }

  .faq p {
    font-size: 13px;
  }

  /* Contact Section */
  .contact {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }

  .contact .address {
    gap: 8px;
  }
  
  #footer {
    font-size: 12px;
    padding: 10px 5px;
  }
}
