
    html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 10px 20px;
    font-family: Arial, sans-serif;
  }

  .logo img {
    height: 40px; /* Adjust logo size */
  }

  .link-nav {
    display: flex;
    gap: 20px;
  }

  .link-nav a {
    color: #f2f2f2;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 10px;
    transition: background 0.3s;
  }

  .link-nav a:hover {
    
    background-color: #575757;
  }


body {
    margin: 0;
    padding: 0;
  }

  
  .slider-container {
    position: relative;
    overflow: hidden;
    background-color: #2d2da2;
    width: 100%;
    font-family: 'Segoe UI', sans-serif;
  }



  .hero h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .hero .highlight {
    color: #ffdd57;
  }

  .hero .secondary {
    color: white;
    font-weight: 300;
  }

  .hero p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #f0f0f0;
  }

  .hero button {
    background-color: white;
    color: #2d2da2;
    padding: 12px 25px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  .hero:last-child button {
    color: #a22d2d;
  }

  .hero button:hover {
    background-color: #ffdd57;
  }

  .nav-buttons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
  }

  .nav-buttons .dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
  }

  .nav-buttons .dot.active {
    background: #ffdd57;
  }
.categories {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 50px;
   
    margin-top: 10%;
}
.category {
    width: 300px;
    background: #e71b1b;
    border-radius: 10px;
    text-align: center;
    padding-top: 120px;
    position: relative;
}
.category img {
    width: 200px;
    height: 250px;
    position: absolute;
    bottom: 0%;
    left: 85%;
    transform: translateX(-50%); 
}
.category p {
    color: #fff;
    margin: 0;
    padding-left: 10px;
    text-align: left;
    flex-grow: 1;
    padding-bottom: 10px;
}
.info-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
    background: #fff;
    flex-wrap: wrap;
}
.info {
    text-align: center;
    max-width: 250px;
}
.what {
    background-color: navy;
    color: white;
    display: flex;
    gap: 70px;
    padding: 2%;
}
.what img {
    width:600px;

}
.right-container {
    display: flex;
    gap: 20px;
}
#abc {
    width: 20px;
    height: 40px;
    background-color: lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
}
#def {
    width: 35px;
    height: 35px;
    background-color: lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 50%;
}
#sam {
    width: 800px;
    height: 390px;
    background-color: rgb(243 243 243);
    color:#1c1c65;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    font-size: large;
    padding-top: 90px; 
}
#sam h3{
  padding-top: 30px;
}
#sam p {
  padding-top: 20px;
  
    /* padding-left:170px; */
    justify-content: space-evenly;

}
.info img {
    height: 200px;
}
.why {
  background-color: #4b449c;
  color: white;
  display: flex;
  gap: 70px;
  padding: 30px;
  height: auto;
  justify-content: space-around;
}
.side-button {
  background-color: #4b449c;
  color: white;
  padding: 0px 30px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 10px;
  font-size: 16px;
  height: 40px;
  margin-top: 17px;
  margin-left: 450px;
}
/* .side-button:hover {
    transform: perspective(200px) rotateY(0deg);
} */
.women {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 30px;
    flex-wrap: wrap;
    padding-top: 10px;
    

}
.our {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.wrapper-logo{
      display: flex;
      align-items: stretch;
      padding: 0 10px;
      background-color: #ffffff;
      justify-content: space-evenly;
      flex-wrap: wrap;
      padding: 20px 0;
}
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f5f5f5;
}
.grid-layout {
    position: relative;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.grid-item {
  text-align: center;
  max-width: fit-content;
  max-height: fit-content;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}
.grid-item:hover {
    transform: translateY(-10px) scale(1.05);
}
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 340px;
    background: linear-gradient(to right, #00aaff, #003366);
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.section-container {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    padding: 50px 0;
}
.title-box {
    font-size: 4rem;
    color: #0367a6;
}
.title-box span {
    color: #1c1c6b;
}
.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    gap: 40px;
}
.review-card {
    background: #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.stars {
    color: gold;
}

.map-container{
  
  border-radius: 5px;
  width: 100%;
}

.map-wrapper{
  align-items: center;
  height: 400px;
  margin: 0;
  padding: 20px 5%;
}
.form-wrapper {
    display: flex;
    align-items: center;
    height: 400px;
    margin: 0;
    padding: 0;
}
.form-container {
    border-radius: 5px;
    width: 100%;
}
.form-input, .form-select {
  padding: 15px;
  margin: 15px 5px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
.row {
      display: flex;
      justify-content: space-around;
}
.row .form-input, .row .form-select {
    width:100%;
}
.submit-button {
    width: 20%;
    padding: 10px;
    background-color: #4B0082;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.submit-button:hover {
    background-color: #3a006d;
}
.banner {
    background-color: lightgray;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
footer {
    background-color: #4b449c;
    color: #fff;
    padding: 20px 0;
}
.container {
    width: 70%;
    max-width: 1200px;
    margin: auto;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 20px;
    text-align: left;
}
.footer-about {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.logo {
    display: block;
    align-items: center;
    padding-left: 1px;
}
.logo img {
    width: 200px;
    height: auto;
    padding-bottom: 1px;
    background-color: white;
}
.social-icons {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}
.social-icons a {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}
.social-icons a:hover {
    color: #f39c12;
}
.footer-links h3, .footer-newsletter h3 {
    margin-bottom: 10px;
}
.footer-links ul {
    list-style: none;
    padding: 0;
}
.footer-links ul li {
    margin: 8px 0;
}
.footer-links ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}
.footer-links ul li a:hover {
    color: #f39c12;
}
.footer-newsletter  {
    display: flex;
    flex-direction: column;
    gap: 10px;width: 100%;
}
.footer-newsletter input {
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 90%;
}
.footer-newsletter button {
    padding: 10px;
    background: #f39c12;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
    width: 100%;
}
.footer-newsletter button:hover {
    background: #e67e22;
}

.footer-bottom {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #000; /* or whatever your background is */
  }
  
  .footer-bottom a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-bottom a:hover {
    color: blue;
  }
  
  .footer-bottom p {
    margin: 0;
    color: white;
  }
  


/* ========== RESPONSIVE STYLES BELOW ========== */
@media (max-width: 768px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .about-content {
      display: flex;
      align-items: center;
      justify-content: space-around;
      gap: 40px;
      width: 100vw;
      flex-wrap: wrap;
  }
    .banner {
      margin-top: 12%;
      background-color: lightgray;
      text-align: center;
      font-size: 15px;
      font-weight: bold;
  }

    .hero {
        padding: 20px 15px;
        text-align: center;
    }

    .hero button {
        font-size: 14px;
        padding: 8px 16px;
    }

    .categories {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 60px;
        padding: 20px 10px;
        margin-top: 40px;
    }

    .category {
        width: 60%;
        padding-top: 80px;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        height: 100px;
    }

    .category img {
        width: 220px;
        height: 150px;
        object-fit: contain;
    }

    .image-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        padding: 20px 10px;
    }

    .image-row img {
        width: 45%;
        max-width: 200px;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
    }

    .info-section {
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }

    .what {
        flex-direction: row;
        text-align: center;
        padding: 20px 15px;
    }

    .what img {
        width: 100%;
        height: auto;    
        padding-left: 0px;
    }

    nav,
    .right-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #sam {
        width: 90%;
        height: fit-content;
        padding: 20px;
        padding-top: 5px;
        margin: auto;
        background-color: #b2f298;
    }

    #sam p {
        text-align: center;
       
        
    }

    .side-button {
        margin: 20px;
        color: white;
        padding: 10px ;
        border: 1px solid white;
        cursor: pointer;
        font-size: 16px;
        height: 65px;
    }

    .women {
      display: flex;
      flex-direction: row;
      gap: 15px;
      flex-wrap: nowrap;
      padding-top: 50px;
      justify-content: center;
      gap: 20px;
  }

    .wrapper {
        height: auto;
        padding: 20px 10px;
    }

    .grid-layout {
      position: relative;
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      justify-content: center;
  }

    .grid-item {
      width: auto;
      height: auto;
      border-radius: 20px;
      position: relative;
      z-index: 2;
  }


    .overlay {
        display: none;
    }

    .title-box {
        font-size: 2.2rem;
    }

    .reviews-container {
        display: -webkit-box;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .review-card {
        width: 90%;
    }

    .form-wrapper {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 20px;
        gap: 15px;
    }

    .form-container {
        width: 100%;
        padding: 10px;
    }

    .row {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .row .form-input,
    .row .form-select {
        width: 100%;
    }

    .submit-button {
        width: 60%;
        margin: 20px auto 0 auto;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        gap: 10px;
    }

    .why {
        background-color: #4b449c;
        color: white;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px;
        text-align: center;
        height: auto;
    }
}

@media (max-width: 576px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .hero {
        padding: 15px 10px;
        text-align: center;
    }

    .hero button {
        font-size: 12px;
        padding: 6px 12px;
    }

    .category {
        width: 95%;
        padding-top: 60px;
        padding-left: 5px;
        height: auto;
    }

    .category img {
        width: 180px;
        height: 120px;
    }

    .image-row img {
        width: 100%;
    }

    .side-button,
    .submit-button {
        width: 80%;
    }

    .title-box {
        font-size: 1.8rem;
    }

    .review-card {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .categories {
        gap: 40px;
    }

    .map-wrapper {
      align-items: center;
      height: 400px;
      background-color: #ffffff;
      margin: 0;
      padding: 20px 2%;
  }

    .category img {
        width: 250px;
        height: 160px;
    }

    .image-row img {
        width: 30%;
    }

    .title-box {
        font-size: 2.5rem;
    }

    .review-card {
        width: 80%;
    }

    .form-wrapper {
        padding: 10px;
    }

    .side-button {
        font-size: 18px;
    }

    .submit-button {
        width: 50%;
    }

    .wrapper {
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    * {
        box-sizing: border-box;
    }

    body, html {
        width: 100%;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }

    .hero {
        padding: 40px 30px;
        text-align: center;
    }

    .hero button {
        font-size: 16px;
        padding: 10px 20px;
    }

    .categories {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
        padding: 30px;
    }

    .category {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        height: 10rem;
    }

    .category img {
        width: 100%;
        max-width: 200px;
        height: auto;
        object-fit: cover;
    }

    .category p {
      color: #fff;
      margin: 0;
      text-align: left;
      flex-grow: 1;
      padding-top: 5rem;
      font-size: 1.5rem;
  }

    .image-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }

    .image-row img {
        width: 40%;
        max-width: 250px;
        height: auto;
        border-radius: 10px;
    }

    .info-section,
    .form-wrapper {
        padding: 30px;
    }

    .what {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .what img {
        width: 100%;
        max-width: 600px;
        height: auto;
        padding-left: 0px;
    }

    .side-button {
        width: 50%;
        margin: 30px auto;
        height: 45px;
        font-size: 16px;
    }

    .why {
      
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px;
        gap: 40px;
        background-color: #4b449c;
        color: white;
        text-align: center;
        height: auto;

       
    }


    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        text-align: center;
    }

    .review-card {
        width: 80%;
        margin: auto;
    }

    .form-container {
        width: 100%;
    }

    .row {
      display: flex ;
      flex-direction: row;
      gap: 15px;
    }

    .submit-button {
        width: 50%;
        margin: 20px auto 0;
    }
}



.carousel-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .carousel-container {
    overflow: hidden;
    width: 100%;
  }
  
  .reviews-container {
    display: flex;
    transition: transform 0.5s ease;
    gap: 1rem;
  }
  
  .review-card {
    height:fit-content;
    flex: 0 0 auto;
    width: 250px; /* or whatever fits your design */
    background: #f8f8f8;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  
  .carousel-btn {
    background-color: white;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-btn {
    margin-right: 10px;
  }
  
  .right-btn {
    margin-left: 10px;
  }
  
.page-container {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    margin: 0;
    padding: 30px;
    display: flex;
   
  }

  .carousel-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 2000px;
    margin: auto;
  }

  .carousel-container {
    overflow: hidden;
    position: relative;
    width: 80%;
    
  }

  .reviews-container {
    display: flex;
    gap: 16px;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    flex-direction:row-reverse;
    flex-wrap:nowrap; 
    align-content: center;
    justify-content: space-around;
  }

  .review-card {
    min-width: 300px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    flex-shrink: 0;
  }

  .review-card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }

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

  .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .user-name {
    font-weight: bold;
  }

  .stars {
    color: gold;
    margin: 10px 0 5px;
  }

  .review-text {
    margin: 0;
  }

  .arrow {
    font-size: 2.5rem;
    cursor: pointer;
    background: white;
    border: none;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, background 0.3s ease;
    z-index: 2;
  }

  .arrow:hover {
    background: #f0f0f0;
    transform: scale(1.1);
  }

  .arrow-left {
    margin-right: 10px;
  }

  .arrow-right {
    margin-left: 10px;
  }

  .scroll-shadow-left,
  .scroll-shadow-right {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }

  .scroll-shadow-left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
  }

  .scroll-shadow-right {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
  }

  .hidden-section {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-in-out;
    text-align: center;
    margin-top: 30px;
    background: #fafafa;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .hidden-section.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .extra-heading {
    margin-bottom: 10px;
  }

  .extra-text {
    margin: 0;
  }


  @media (max-width: 768px) {
    .review-card {
      width: -webkit-fill-available;
      height: auto;
      
  }
    }
  
    .carousel-btn {
      display:flex; /* Hide buttons on mobile if using swipe */
    }
  



  * {
   
    margin: 0;
    padding: 0;
  }

  body {
    font-family: 'Segoe UI', sans-serif;
  }


  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 90%; /* 3 slides */
    height: 100%;
    margin: 2rem;
  }

  .hero {
    width: 100%;
    flex-shrink: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
  }

  .hero-text{
    padding-left: 5%;
  }

  .hero:nth-child(1) {
    background-color: #2d2da2; /* Blue */
  }

  .hero:nth-child(2) {
    background-color: #a22d2d; /* Red */
  }

  .hero:nth-child(3) {
    background-color: #2da242; /* Green */
  }

  .hero h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: start;
  }

  .highlight {
    color: #ffdd57;
  }

  .secondary {
    color: white;
    font-weight: 300;
  }

  .hero p {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .hero button {
    background-color: white;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
  }

  .hero button:hover {
    background-color: #ffdd57;
  }

  .nav-buttons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
  }

  .nav-buttons .dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
  }

  .nav-buttons .dot.active {
    background: #ffdd57;
  }

  @media (max-width: 768px) {
    .hero {
      width: 100%;
      flex-shrink: 0;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: 100%;
  }

  .hero h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: start;
}
  
    .hero-text{
      padding: 5%;
    }


    .hero-text h1 {
      font-size: 1.5rem;
    }

    .hero-text p {
      font-size: 0.9rem;
    }

    .hero-text button {
      padding: 8px 16px;
    }
  }

  @media (max-width: 480px) {
    .hero {
      width: 100%;
      flex-shrink: 0;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: 100%;
  }

    .hero h1 {
        font-size: 2.5rem;
        margin-bottom: 0px;
        text-align: start;
    }

    .hero-text{
      padding: 5%;
    }


    .hero-text h1 {
      font-size: 1.5rem;
    }

    .hero-text p {
      font-size: 0.9rem;
    }
  }


   #service h1{
    text-align: center;
    padding-bottom: 5%;
   }

  .custom-navbar {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 10px 20px;
        background-color: #ffffff;
        color: rgb(2, 2, 2);
        font-family: Arial, sans-serif;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;           /* stays on top of other content */
  }
    
  .custom-logo img {
    height: 40px;
  }
  
  .custom-link-nav {
    display: flex;
    gap: 20px;
    margin-right: 30px;
  }
  
  .custom-link-nav a {
    color: rgb(34,34,34);
    text-decoration: none;
    padding: 8px 12px;
  }
  
  .custom-link-nav a:hover,
  .custom-link-nav .custom-active {
    background-color: #f3eded;
    border-radius: 4px;
    color: #ffffff;
  }
  
  .custom-hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
  }

  
  
  /* MOBILE STYLES */
  @media (max-width: 768px) {
    .custom-link-nav {
      display: none;
      flex-direction: column;
      width: 100%;
      background-color: #333;
      position: absolute;
      top: 60px;
      left: 0;
      padding: 10px 0;
    }
  
    .custom-link-nav.show-nav {
      display: flex;
    }
      .custom-link-nav a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 8px 12px;
  }
  
    .custom-hamburger {
      display: block;
    }
  }
  
  
  /* Show the hamburger only on screens smaller than 768px */
  @media (max-width: 768px) {
    .custom-hamburger {
      display: block;
    }
  }
  
  
  /* 👇 Responsive Styles */
  @media (max-width: 768px) {
    .custom-link-nav {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 60px;
      left: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      background-color: #4b449c;
      padding: 60% 20%;
      text-align: center;
      font-size: 20px;
  }
    }
  
    .custom-link-nav.custom-show {
      display: flex;
    }
  
    .custom-hamburger {
      display: block;
    }
  
  @media (max-width: 480px) {
    .john-form .form-content {
      padding: 16px;
    }
  }
  
  