.nav-bar {

    flex-shrink: 0;
    height: 80px;
    position: absolute;

    top: 0px;
  cursor: pointer;a
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    position: relative;
    margin-top:1px;
     background-color: #fff;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-left: 822px;
 
  }
  .tab {
  color: #7d5473;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: -20px;
}

.tab:hover {
  background-color: #e4a9c3;
  color: #fff;
}
input[type="text"]{
  border-radius: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 1px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 200px;
  position: relative;
  color: white;
  background-color: #333;
  position: absolute;
  margin-top: -55px;
  margin-left: 1240px;


}
.search-form {
  margin-top: -15px;
  margin-left: 20px;
}
#rar {
  right: 11;
  margin-top: -37px;
  position: absolute;
  margin-left: 1485px;
  
}

.css {
    background-color: white;  
    display: flex;              
    justify-content: center;    
    align-items: center;       
    min-height: 100vh;          
    padding: 1.5rem;           
  }
  







.my-class {
max-width: 56rem;
width: 100%;
background-color: white;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 0.5rem;
padding: 1.5rem;
display: flex;
flex-direction: column;
gap: 1.5rem;
background-color: #F4EDE5;
margin-top: -100px;
}
.contact {
    font-size: 1.875rem;
    font-weight: bold;
    color: #2d3748;
}
.set-text {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4a5568;
}
.settexts {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 0.5rem
   
}
#inputText {
    text-transform: capitalize
}
#inputt {
    text-transform: history;
}
.settexts:focus {
    outline: none;
    box-shadow: 0 0 0 2px #6b7280;
}
.send {
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 0.5rem;
    padding: 15px;
}
.send:hover {
    transform: scale(1.1);
}
.contact-details {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    background-color: #F4F1EA;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: grab;
    z-index: 1000;
}
.cnt-details {
    font-size: 1.125rem;
    font-weight: bold;
}
.texts {
    font-size: 0.875rem;
    color: #4a5568;
}

  .texts {
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    flex: 1;
  }
@media (min-width: 768px) {
    .my-class {
        flex-direction: row;
    }
}
@media screen and (min-width: 320px) and (max-width: 1440px) { 
    body {
        padding: 10px;
    }
    .my-class {
        padding: 1rem;
    }
    .contact-details {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        box-shadow: none;
        padding: 0.75rem;
        margin-top: 1rem;
        z-index: 999;
        cursor: grab;
    }
    .contact-details iframe {
      width: 100%;
      height: 150px;
    }
    .contact {
        font-size: 1.5rem;
        text-align: center;
    }
    .set-text {
        font-size: 0.75rem;
    }
    .settexts {
    font-size: 0.875rem;
    padding: 0.5rem;
    }
    .send {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    .my-class img {
        width: 100%;
        height: auto;
        max-width: 300px;
        margin-bottom: 1rem;
    }
}
.reviews-container {
    max-width: 1000px;
    margin: 40px auto;
    text-align: center;
    margin-top: -100px;
}

.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}


.ratings-summary {
    background: #f1f3f5;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
    font-weight: bold;
}

.ratings-summary span {
    display: flex;
    align-items: center;
    gap: 5px;
}


.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}


.review-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease-in-out;
}

.review-card:hover {
    transform: scale(1.05);
}


.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.user-info img, .initial {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.initial {
    background-color: #ff9800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
}


.verified {
    color: blue;
}


.date {
    font-size: 12px;
    color: gray;
}


.stars {
    font-size: 18px;
    margin-bottom: 5px;
}


.review-text {
    color: #555;
}


.review-source {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #1976D2;
}



  
  .popup-content {
    background-color: #fff;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    text-align: center;
  }
  
  .popup-content h2 {
    margin-bottom: 15px;
    color: #4da6ff;
  }
  
  .popup-content p {
    margin-bottom: 20px;
  }
  
  .footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -9px;
  background-color: #333;
  color: white;
  font-family: Arial, sans-serif;
  gap: 20px;
  border-radius: 10px;
}
.footer-left {
  flex: 0;
  min-width: 300px;
  margin-top: 350px;
}
.contact-info {
  margin-bottom: 20px;
}
.footer p {
  margin-top: -20px;
  margin-left: 20px;
}
.contact-info i {
  display: flex;
  color: #4da6ff;
}
.rrr {
  margin-right: 100px;
}
.tete {
  margin-right: 100px;
}
#loc {
  font-size: 14px;
  color: #bbb;
}
.footer-right {
  flex: 1;
  min-width: 300px;
  margin-top: 350px;
  margin-right: 50px;
}
.footer-right h3 {
  color: #4da6ff;
  margin-bottom: 10px;
  font-size: 40px;
}
.footer-right p {
  font-size: 14px;
  color: #bbb;
  line-height: 1.5;
  margin-top: 20px;
}
.comment-form-wrapper {
  flex: 1;
  min-width: 300px;
  background-color: #003c32;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #222;
  padding-bottom: 70px;
  margin-top: 5px;
}
.form-title {
  color: #fff;
  margin-bottom: 15px;
}
.form-comment label {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.textarea, .nme, .emil {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #555;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
}
.textarea {
  resize: vertical;
}
button.post-comment {
  background-color: #4da6ff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button.post-comment:hover {
  background-color: #3b8bcd;
}
.comment-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-content {
  background-color: #fff;
  color: #333;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
}
.popup-content h2 {
  margin-bottom: 15px;
  color: #4da6ff;
}
.popup-content p {
  margin-bottom: 20px;
}
.view-comments-link {
  color: #4da6ff;
  text-decoration: none;
  margin-bottom: 20px;
}
.view-comments-link:hover {
  text-decoration: underline;
}
.close-popup-btn {
  background-color: #4da6ff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.close-popup-btn:hover {
  background-color: #3b8bcd;
}
.typing {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
animation: typing 3s steps(30) infinite, blinkCaret 0.75s step-end infinite;

}
@keyframes typing {
  100% {
      width: 11ch;
  }
}


  .discount-btn-wrapper {
    display: flex;
    margin-top: -150px;
  margin-bottom: 10px;
    width: 100%;
    background-color: orange;
    padding-top: 20px;
    padding-bottom: 50px;
    border-radius: 20px;
    padding-top: 50px;
    
  
  
  }
  
  .discount-btn {
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 1.5rem;
    color: #fff700;
    background: #222;
    border: 4px solid #fff700;
    border-radius: 15px;
    padding: 10px 30px;
    font-weight: bold;
    letter-spacing: 2px;
    box-shadow: 0 4px 0 #fff700, 0 8px 15px rgba(0,0,0,0.2);
    text-shadow: 2px 2px 0 #000, 0 0 5px #fff700;
    transition: transform 0.1s;
   margin-left: 50px;
  }
  
  .discount-btn:hover {
    transform: scale(1.05);
    background: #fff700;
    color: #222;
    border-color: #222;
    text-shadow: 2px 2px 0 #fff700, 0 0 5px #222;
  }
  .social-media {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-left: 500px;
    transform: translateY(-50px);
    animation: moveBack 2s ease 4s forwards; /
  }
  @keyframes moveBack {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
  .social-media p {
    font-weight: bold;
    margin-left: 70px;
  }
  .social-media a {
    text-decoration: none;
    color: white;
    font-size: 70px;
    margin-left: 70px;
  }
  .social-media a i {
    color: #72435D;
  }
  .social-media a i:hover {
    color: yellow;
    transform: scale(1.1);
  }
   .typings {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    border-right: 3px solid white; 
    animation: typing 3s steps(10) 1s forwards, blinkCaret 0.75s step-end infinite;
    margin-top: 40px;
    margin-left: 400px;
    position: absolute;
}


@keyframes typings {
    100% {
        width: 10ch; 
    }
}

@keyframes blinkCaret {
    50% {
        border-color: transparent;
    }
}

.popup-container {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); 
  backdrop-filter: blur(10px); 
  justify-content: center;
  align-items: center;
}


.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: white;
}

.close-btn:hover {
  color: red;
}
.contai {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding-top: 200px;
    flex-wrap: wrap;
}

.plan {
    background-color: #0047AB;
    color: white;
    border-radius: 10px;
    padding: 20px;
    width: 250px;
    height: 450px; 
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

        .plan h3 {
            margin: 0;
        }

        .price {
            font-size: 24px;
            margin: 10px 0;
        }

        .features {
            text-align: left;
            margin: 15px 0;
        }

        .choose-button {
            background-color: #008CBA;
            color: white;
            padding: 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .choose-button:hover {
            background-color: #005f73;
        }

        .navigation {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        .nav-button {
            background-color: #F44336;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            margin: 0 10px;
        }

        .nav-button:nth-child(2) {
            background-color: #4CAF50;
        }