 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
}



/* nav start */
  header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0px;
  z-index: 999;
}
@media screen and (min-width:320px) and (max-width:768px){
  header{
    display: none !important;
  }
  .mobile-nav{
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 9;
    border-bottom:  1px solid rgb(228, 228, 228);
  }
  .hamber-btn {
    padding-right: 0 !important;
  }
  .mob-section{
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    width: 100%;
  }
  .offcanvas-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .offcanvas-body .five-point {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .offcanvas-body .five-point a {
    font-size: 16px;
    font-weight: 600;
  }
   .offcanvas-body .main-page {
    color: #07ABBE !important;
  }
}
.mobile-nav{
  display: none;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}
  

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo img {
  height: 65px;
}
.logo p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}


.five-point {
  display: flex;
  gap: 25px;
}
.five-point a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: gray;
}
.main-page {
  color: #07ABBE !important;
}

  
.header-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-buttons .signup-btn {
  padding: 6px 16px 6px;
  border-radius: 24px;
  font-size: 14px;
  text-decoration: none;
  background-color: #007ab3;
  color: white;
  border: 1px solid #007bff;
}
.header-buttons .login-btn {
  padding: 6px 16px 6px;
  border-radius: 24px;
  font-size: 14px;
  text-decoration: none;
  color: #007bff;
  border: 1px solid #007bff;
}



.header-mob-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.header-mob-buttons .login-btn {
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  color: #007bff;
  border: 1px solid #007bff;
  text-align: center;
  width: 50%;
}
.header-mob-buttons .signup-btn {
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  background-color: #007ab3;
  color: white;
  border: 1px solid #007bff;
  text-align: center;
  width: 50%;
}


.reccomended-you {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.recommended-head {
  margin-bottom: 0;
}
.recommended {
  text-decoration: none;
  color: black;
  padding-left: 12px;
}
/* nav end */



/* child start */
.child {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  overflow: hidden;
}
.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
.intro {
  font-size: 15px;
  color: #444;
  width: 35%;
  margin-bottom: 0px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
.card {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
}
.card h3 {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
form {
  display: flex;
  flex-direction: column;
}
form input, form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}
form textarea {
  resize: none !important;
  height: 100px;
}
form .row {
  display: flex;
  gap: 10px;
  padding: 12px;
}
form button {
  background: #07ABBE;
  color: #fff;
  border: none;
  padding: 8px 20px 8px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  width: 28%;
}



.info {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
  gap: 20px;
}
.info p {
  margin-bottom: 0 !important;
}
.sub-info {
  display: flex;
  align-items: start;
  gap: 10px;
  max-width: 47%;
}
.sub-info img {
  width: 8%;
  padding-top: 6px;
}
.sub-info1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.detail1 {
  font-size: 16px;
  font-weight: 600;
}
  .detail2 {
  font-size: 14px;
  display: flex;
  gap: 12px ;
}
.detail2 img {
  width: 80% !important;
}



.hours {
  margin-top:20px;
}
.hours p {
  margin: 6px 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.sub-hours {
  font-weight: 600;
}
iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 8px;
}
/* child end */




/* footer start */
footer {
    background-color:#f8f8f8;
    color: black;
    padding: 20px 20px;
    width: 100%;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
.footer-section {
    flex: 1 1 200px;
    margin: 15px;
}
.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-section ul li {
    margin: 8px 0;
    font-size: 14px;
}
.footer-section ul li a {
    text-decoration: none;
    color: gray !important;
}
.footer-section ul li a span {
    font-weight: 600;
}
.form-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-section input {
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    padding: 6px;
}
.footer-section button {
    padding: 4px;
    outline: none;
    border: none;
    background-color: #f39c12;
    color: white;
    font-weight: 600;
    border-radius: 18px;
}
.main-link {
    color: black !important;
}
.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}
.copy-right p {
    font-weight: 600;
    color: gray;
    margin-bottom: 0;
}
.sub-copy {
    display: flex;
    gap: 20px;
}
.sub-copy a {
    text-decoration: none;
    color: gray;
    font-size: 14px;
}

/* footer end */



@media screen and (min-width : 320px) and (max-width: 1099px) 
{

  .child {
    padding: 20px;
    margin-top: 65px;
  }
    .sub-child {
        width: 90%;
    }
    .head{
      flex-direction: column;
      align-items: start;
    }
    .intro {
      width: 100%;
    }
    form button {
      width: 100%;
    }

    .contact-grid {
      display: flex;
      flex-direction: column-reverse;
    }
    .sub-info {
      max-width: 100% !important;
    }
    .sub-info img {
      width: 7%;
    }
    .detail2 {
      width: fit-content;
      gap: 0;
    }
    .detail2 img {
      width: 50% !important;
    }
    .sub-info1 {
      gap: 0 !important;
    }


    /* footer */
    .copy-right {
        flex-direction: column;
    }
    .sub-copy {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        gap: 30px;
    }

}