*{
  margin: 0;
  padding: 0;
}
body{
  background-color: #f9f9f9;
}
.coming-soon {
  background-image: url("../assets/Gradient-background-remix11online-video-cutter.com1-ezgif.com-video-to-gif-converter.gif");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.coming-soon h1 {
  text-align: center;
  padding: 10rem 2rem 2rem 2rem; 
}

.coming-soon p {
  text-align: center;
}
.coming-soon-div{
  margin-top: 1rem; 
  display: flex;
  justify-content: center;
  align-items: center;
}

  /* faqs */
.faqs{
  background-color: #f9f9f9;
  width: 80%;
  padding-top: 8rem;
  padding-bottom: 5%;
}
.faq {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  background-color: #333333;
  margin-bottom: 10px;
}
.faq-box h2{
  text-align: center;
  margin-bottom: 0.3rem;
}
.accordion {
  cursor: pointer;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: 1.3rem;
}
.accordion:after {
  content: '\00ff0b'; 
  float: right;
  color: #da00ff;
  font-size: 2rem;
  font-weight: 900;
  margin-right: 1rem;
  margin-top: -0.7rem;
}

.accordion.active:after {
  content: "\2212"; 
  color: #da00ff;
  font-size: 2rem;
  font-weight: 900;
  margin-right: 3.3rem;
  margin-top: -0.7rem;
}
.panelans {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.panelans.show {
  opacity: 1;
  margin: 0 1.3rem;
  margin-bottom: 1.3rem;
  max-height: 500px; 
  max-width: fit-content;
}
.faq-container {
  margin: 0 auto;
}
.button-first{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.button-last{
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.categories {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.categories button.active {
  color: #0b0107;
}
.categories button {
  margin-right: 0px;
  margin-top: 0px;
  height: 50px;
  width: 150px;
  border: none;
  background-color: #da00ff;
}
.faq-category {
  display: none;
}
.faq-category.active {
  display: block;
}
.faq {
  margin-bottom: 10px;
}
.categories button:hover{
  font-size: 1.3rem;
  cursor: pointer;
}

/* contact */
.contact-section{
  padding: 7rem 5rem;
  padding-top: 8rem;
    display: flex;
    justify-content: center;
    color: #0b0107;
    align-items: center;
    background: url("../assets/center1.png");
    background-position:center center;
  position: relative;
  background-size: cover;
  }
  .contact{
    flex: 1 !important;
    width: 80%;
    border-radius: 30px;
    display: flex;
    overflow: hidden;
  }
  .contact-text h1{
    text-align: left;
  }
  .contact-text, .form1{
    width: 50%;
    height: 100%;
  }
  .form-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 2;
  }
  .contact-text{
    padding-top: 3rem;
  }
  .form{
    width: 70%;
    justify-content: center;
    position: relative;
    border-radius: 30px;
    background-color: #f9f9f9;
    padding: 2rem 1rem;
  }
  .cell label{
    font-size: 1rem;
  }
  .name{
    display: flex;
    justify-content: space-between;
  }
  .cell{
    display: block;
    margin-top: 10px;
  }
  .cell *{
    margin: 5px;
    border-radius: 30px;
  }
  .cell input, .cell select, .cell textarea, .cell option{
    padding: 0.5rem 1rem;
    font-size: 1rem;
    color: #333333;
    width: 90%;
  }
  .cell option, .cell select{
    padding-right: 2rem;
    width: 98%;
  }
    .iti__selected-flag{
    padding: 0px !important;
    font-family: "Nunito", sans-serif !important; 
  }
  .iti__selected-flag{
    padding: 0 !important;
    margin: 0 !important;
  }
  .iti__country-list{
    border-radius: 10px !important;
    font-family: "Nunito", sans-serif !important; 
  }
  .contact button{
    margin-top: 0.5rem;
    width: 100%;
  }
  .cell-location{
    margin-left: -55px;
  }
  .name input {
    width: 80%;
  }
  .form input, .form textarea{
    border: 0.01px solid #333333;
  }
  .form button{
    color: #f9f9f9;
  }

  
@media screen and (max-width: 900px){
  .contact-text p{
    margin: 1rem auto;
  }
  .contact-text h1{
    font-size: 2.7rem;
  }
  .contact-section{
    padding: 3rem 1.5rem !important;
  }
  .contact{
    display: block !important;
    width: 90% !important;
    padding-top: 0rem !important;
  }
  .contact-text, .form1{
    width: 100% !important;
  }
  .form1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form{
    margin-top: 50px;
    width: 80% !important;
    margin: 0px !important;
  }
}

@media screen and (max-width: 1100px){
  .accordion::after{
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 550px){
  .name{
    display: block !important;
  }
  .cell-location{
    margin-left: 0px !important;
  }
  .categories{
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 3px;
    width: 100%;
  }
  .category{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .categories button{
    width: 95%;
    border-radius: 30px !important;
  }
}

/* Hamburger Menu Styles */
.hamburger-menu {
  display: none; /* Initially hide for larger screens */
  cursor: pointer;
}

.hamburger-menu .line {
  width: 20px;
  height: 2px;
  background-color: #0b0107;
  margin: 5px 0;
  transition: transform 0.3s ease-in-out;
}
.dropdown-menu a {
  display: block; /* Stack menu items vertically */
  padding: 8px 0; /* Adjust padding as needed */
}
.dropdown-menu {
  display: none; /* Initially hide dropdown menu */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 100000;
  width: 92%;
  text-align: center;
}

@media (max-width: 970px) {
  .center {
    order: 1; /* Change the order for smaller screens */
    text-align: center;
  }
  .center img{
    height: 35px;
    width: auto;
  }

  .left-menu,
  .right-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1; /* Equal width for both menus */
    margin: 0 10px; /* Adjust margin as needed */
  }

  .navbar.show-menu .dropdown-menu {
    display: block; /* Show dropdown menu when menu is toggled */
  }

  .hamburger-menu {
    display: block; /* Show hamburger icon for smaller screens */
    order: 2;
  }
  .left{
    display: none;
  }
  .right{
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .cell label{
    font-size: 0.8rem;
  }
}