.Top-section {
    background-image: url('Layer 0 (1).png');
}
/*header Styling*/
.header {
    display: flex;
    justify-content: space-around;
    width: auto;
    height: auto;
}
.left-corner-triangle {
    position: absolute;
    left: -10px;
    top: 0px;
    height: 150px;
    width: 120px;
    border-right: 2px dashed #318ce7;
    border-bottom: 2px dashed #318ce7;
    border-radius: 5px;
}
.Right-corner-triangle {
    position: absolute;
    right: 0px;
    height: 70px;
    width: 30px;
    border-top: 2px dashed #318ce7;
    border-bottom: 2px dashed #318ce7;
    border-left: 2px dashed #318ce7;
    border-radius: 5px;
    margin-top: 40px;
}
.header-rectangale {
    height: 130px;
    width: 100px;
}
.header-logo {
    margin-left: 80px;
    padding-top: 50px;
    padding-bottom: 50px;

}
.navbar {
    padding-top: 50px;
    padding-bottom: 50px;
}
.navbar a {
    float: left;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.navbar .button {
    float: right;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: blue;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/*Hero-Section Styling*/
.hero-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    max-width: 1270px;
    margin: 0 auto 0 50 ;
    padding: 0 93px;
}
.hero-column-1 {
    display: flex;
    flex-direction: row;
    margin-top: 600px;
}
.hero-column-2 {
    z-index: 1;
    
    
}
.hero-column-3 {
    z-index: 0;
 margin-right: 20px;
 margin-left: -200px;
}
.small-Rectangle-1 {
    border: 2px dashed #318ce7;
    border-radius: 5px;
    height: 80px;
    width: 79px;
    z-index: 1;
}
.small-Rectangle-2 {
    margin-top: 20px;
    margin-left: -60px;
    border: 2px dashed #318ce7;
    border-radius: 5px;
    height: 81px;
    width: 79px;
    z-index: 2;
}
.hero-text-div {
    width: 589px;
    height: 356px;
    z-index: 7;
}
.hero-text {
    color: #318ce7;
    font-size: 80px;
    font-family: "undefined";
}
.hero-text-dark {
    color: black;
}
.hero-section-fade-rectangle {
    width: 153px;
    height: 157px;
    background-color:#77b5fe;
    border-radius: 25px;
}
.search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 587px;
    height: 180px;
    border-radius: 25px;
    background-color: #fff;
    margin-left: 30px;
    margin-top: -210px;
    padding-left: 50px;
    padding-right: 30px;
}
.search-input {
    background-image: url('search-interface-symbol.png');
    background-repeat: no-repeat;
    background-position: 10px;
    border: none;
    padding: 10px 10px 10px 30px;
    border-radius: 4px;
    margin-right: 8px;
    width: 200px;
    color: #000000;
    font-size: 16px;
    

}
.search-button {
    padding: 20px 0px 20px 0px;
    border: 1px solid  #318ce7;
    background-color:  #318ce7;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    width: 150px;
    margin-right: 10px;
}
.keyboard-top-rec {
    margin-top: 30px;
    margin-left: 30px;
    border: 2px dashed #318ce7;
    border-radius: 5px;
    height: 157px;
    width: 156px;
    z-index: 2;
} 
.keyboard-pic {
    margin-top: -260px;
    margin-left: 60px;
    z-index: 3;

}
.keyboard-pic1 {
    width: 600px;
}
.keyboard-bottom-rec {
    margin-left: 460px;
    margin-top: -310px;
    border: 2px dashed #318ce7;
    border-radius: 5px;
    height: 267px;
    width: 235px;
    z-index: 1;
}
/*Hero centered div Styling*/
.hero-centered-div,.hero-centered-div-2, .hero-centered-div-3, .hero-centered-div-4 {
    text-align: center;
    margin-top: 50px;
}
.hero-centered-heading {
    font-size: 36px;
    color: #14212B;

}
.hero-centered-text {
    margin-top: -20px;
    color: #6B6B6B;
    font-size: 16px;
}
.hero-centered-line,.hero-centered-line-ts {
    width: 71px;
    height: 7px;
    background-color: #318ce7;
    border-radius: 5px;
    border: none;
}
/*logo section Styling*/
.logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 93px;
    margin: 0;
    position: static;
    box-sizing: border-box;
}

.logo-1 {
    width: 94px;
    height: 52px;
}
.logo-2 {
    width: 102px;
    height: 61px;
}
.logo-3 {
    width: 80px;
    height: 79px;
    color: #4C53B6;
}
.logo-4 {
    width: 94px;
    height: 37px;
    margin-top: 20px;
}
.logo-5 {
    width: 66px;
    height: 61px;
}
.logo-1, .logo-2, .logo-3, .logo-4, .logo-5 {
    margin: 0;
    object-fit: contain;
}

.slideshow-container {
    display: none;
}

.slideContainer {
    color: white;
    width: 400px;
    margin: 10px;
    position: relative;
}
.prevBtn { left: -90px; top: 0px; }
.nextBtn { right: 300px; top: 0px; }

.Slide {
    display: none;
}

.Slide img {
    display: block;
    margin: 0 auto;
}
.logo-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 100%;
}
/*Mid Explorer Section*/
/* ── Base / Desktop ── */
.Mid-Explorer-section {
    background-color: rgba(238, 243, 247, 1);
    padding-top: 70px;
}

.card-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1270px;
    margin: 0 auto;
    padding: 70px 93px 120px;
    box-sizing: border-box;
}

.card-1 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25px;
    padding: 50px 10px 50px 50px;
    width: auto;
    height: auto;
    box-sizing: border-box;
}

.icon-container {
    width: 84px;
    height: 85px;
    border-radius: 50%;
    background-color: rgba(238, 243, 247, 1);
}

.icon-img {
    width: 42px;
    height: 42px;
    padding: 20px;
}

.card-heading {
    color: #14212B;
    font-size: 22px;
    width: 193px;
    height: 21px;
}

.card-text {
    color: #939393;
    font-size: 16px;
    width: 264px;
    height: 39px;
}

.card-heading-2 {
    color: #77B5FE;
    font-size: 18px;
    width: auto;
    height: 15px;
}
/*About us Section Styling*/
.about-us-section {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 50px;
    padding-bottom: 70px;
}
.pic-conatiner-dashed-rec {
    border: 2px dashed #318ce7;
    border-radius: 5px;
    height: 276px;
    width: 234px;
}
.about-us-pic {
    margin-top: -320px;
    margin-left: 40px;
}
.about-section-fade-rectangle {
    width: 205px;
    height: 242px;
    background-color:#77b5fe;
    border-radius: 5px;
    margin-top: -230px;
    margin-left: 10px;
}
.about-us-text {
    padding-top: 50px;
    margin-left: 50px;
    width: 462px;
}
.about-us-heading {
    color: #14212B;
    font-size: 36px;
}
.about-us-line {
    width: 71px;
    height: 9px;
    background-color: #318ce7;
    border-radius: 5px;
    border: none;
    margin-right: 445px;
    margin-bottom: 30px;
}
.about-us-par, .about-us-par2 {
 color: #6B6B6B;
 font-size: 16px;
 margin-bottom: 30px;
}
.black-circle-div {
    padding-top: 50px;
    margin-left: 150px;
    width: 462px;
    z-index: 0;

}
.black-circle {
    margin-top: 30px;
    width: 84px;
    height: 85px;
    border-radius: 50%;
    background-color: #000000;
}
.black-circle-text{
    color: #6B6B6B;
    width: 363px;
    height: 64px;
    font-size: 16px;
}
.black-circle-line {
    width: 279px;
    height: 4px;
    border-top: 1px dashed RGBA(160, 160, 160, 1);
    border-bottom: none;
    border-right: none;
    border-left: none;
    margin-left: 0px;
}
.black-circle-heading {
    color: #1C223A;
    font-size: 20px;
}
.Hade {
    color: #1C223A;
    font-size: 14px;
}
.about-us-pic-float{
    border-radius: 20px;
    margin-top: -300px;
    margin-left: -150px;
    width: 250px;
    height: 330px;
    background-color: #FFFFFF;
    z-index: 1;
}
.floating-pic {
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 20px;
}
/*our Proceses Section Styling*/
.our-process {
background-color: RGBA(238, 243, 247, 1);
padding-top: 70px;
padding-bottom: 100px;
}
.our-process-diagram {
    display: flex;
    justify-content: space-around;
    padding-top: 70px;
}
.middle-diagram {
    margin-left: -70px;
}
.right-diagram {
    margin-left: -70px;
}
.rhombus {
    width: 200px; 
    height: 200px; 
    background-color: #FFFFFF;
    transform: rotate(45deg);
    border-radius: 10%;
  }
  .rhombus-Center {
    width: 200px; 
    height: 200px; 
    background-color: #318ce7;
    transform: rotate(45deg);
    border-radius: 10%;
  }
  .Arrow-line-top {
    margin-top: -280px;
    position: absolute;
    margin-left: 150px;
  }
  .Arrow-line-bottom {
    margin-left: 140px;
    position: absolute;
  }
  .rhombus-icon {
    margin-top: -150px;
    margin-left: 50px;
    position: absolute;
    z-index: 1;
  }
  .rhombus-dotted {
    width: 125px; 
    height: 100px;
    margin-left: 25px;
    border: 3px dashed#FFFFFF;
    transform: rotate(45deg);
    border-radius: 15%;
    margin-top: -80px;
    padding-top: 10px;
  }
  .rhombus-dotted-left{
    width: 125px; 
    height: 100px;
    margin-left: 35px;
    border: 3px dashed#FFFFFF;
    transform: rotate(45deg);
    border-radius: 15%;
    margin-top: -240px;
    position: absolute;
    padding-bottom: 10px;
  }
  .rhombus-text{
    width: 124px;
    height: 48px;
    color: #14212B;
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    margin-left: 40px;
  }
  .rhombus-text-cetred {
    width: 124px;
    height: 48px;
    color: #14212B;
    font-size: 22px;
    text-align: center;
    padding-top: 60px;
    margin-left: 40px;
  }
  .rhombus-text-left {
    width: 124px;
    height: 48px;
    color: #14212B;
    font-size: 22px;
    text-align: center;
    padding-top: 60px;
    margin-left: 40px;
  }
  /*testimonial Section Styling*/
  .testimonial-section {
    margin-top: 100px;
  }
  .testimonial {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 70px;
    column-gap: 30px;
  }
  .testimonial-left {
    width: 372px;
    height: 404px;
    border: 1px dashed RGBA(149, 149, 149, 1);
    border-radius: 5%;
  }
  .testimonial-pic {
    margin-top: 20px;
  }
  .testimonial-pic-center {
    margin-top: 20px;
    margin-left: 25px;
  }
  .testimonial-pic-right {
    margin-top: 20px;
    margin-left: 25px;
  }
  .price-tage {
    width: 115px;
    height: 39px;
    background-color: RGBA(76, 83, 182, 1);
    border-radius: 10px;
    position: absolute;
    margin-left: 215px;
    margin-top: -21px;
  }
  .price-tage-center {
    width: 115px;
    height: 39px;
    background-color: RGBA(76, 83, 182, 1);
    border-radius: 10px;
    position: absolute;
    margin-left: 215px;
    margin-top: -50px;

  }
  .price-tage-right {
    width: 115px;
    height: 39px;
    background-color: RGBA(76, 83, 182, 1);
    border-radius: 10px;
    position: absolute;
    margin-left: 215px;
    margin-top: -35px;

  }
  .price {
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0px;
    padding-top: 5px;
  }
  .price-description {
    margin-top: -15px;
    margin-left: 10px;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .pricing-text {
    width: 295px;
    height: 44px;
    color: #1A2E35;
    font-size: 18px;
    margin-top: 30px;
    margin-left: 30px;
  }
  .pricing-text-center {
    width: 295px;
    height: 44px;
    color: #1A2E35;
    font-size: 18px;
    margin-left: 30px;
    margin-top: 0px;

  }
  .pricing-text-right {
    width: 295px;
    height: 44px;
    color: #1A2E35;
    font-size: 18px;
    margin-left: 30px;
    margin-top: 20px;

  }
  
  .icon-box {
    display: flex;
    margin-left: 30px;
  }
  .rating-box {
    margin-left: 10px;
  }
  .box-heading {
    color: #4C53B6;
    font-size: 16px;
    margin-top: 0px;
  }
  .rating {
    display: flex;
    margin-top: -15px;
  }
  .checked {
    color: orange;
  }
  .rating-text {
    font-size: 14px;
    color: #6B6B6B;
    margin-top: 0px;
    margin-left: 5px;
  }
/*Footer Styling*/
footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #318ce7;
    padding: 50px 20px;
  }
  .footer-header{
    font-size: 50px;
    margin-top: 0px;
  }
  h1 {
    color: #FFFFFF; 
  }

  p {
    color: #FFFFFF;
  }
  ul {
    list-style: disc;
    color: #FFFFFF;
    padding: 0;
  }

  ul li a {
    text-decoration: none;
    color: #FFFFFF;
  }

  .column {
    width: 30%;
  }
  .link-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: -30px;
  }
  .link-column, .link-column-1 {
    width: 50%;

  }
  /* copy write footer Styling */
  .copywrite-footer {
    background-color: #77b5fe;
    color: #FFFFFF;
    text-decoration: none;
    padding: 30px;
  }
  .copywrite-footer-link {
    color: #FFFFFF;
    text-decoration: none;
  }
  .slideshow-container  {
    display: none;
  }
  header {
    display: none;
}
  @media only screen and (max-width: 480px) {
    body {
      width: 100vw;
    }
    section.header {
        display: none;  /* hides desktop nav specifically */
    }
      .hero-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 20px;
        box-sizing: border-box;
    }
    

    .hero-column-1 {
        display: none; /* hide left decorative rectangles */
    }

   .hero-column-3 {
        order: 1;  /* image first */
        width: 100%;
        margin: 0 0 15px 0;
    }
    .hero-column-2 {
        width: 100%;
        box-sizing: border-box;
        order: 2;  /* text and search second */
    }

    .hero-text-div {
        width: 100%;
         box-sizing: border-box;
        height: auto;
    }

     .hero-text {
     font-size: 50px;
        width: 100%;
        line-height: 1.2;
        white-space: normal;
        text-align: left;
        padding-left: 10px;
        
    }
    .hero-text br {
        display: block;
    }
    .hero-section-fade-rectangle {
        display: none;
    }
     .keyboard-top-rec,
    .keyboard-bottom-rec {
        display: none;
    }

    .keyboard-pic {
        margin: 0;
        width: 100%;
    }

    .keyboard-pic1 {
        width: 100%;
        height: 250px;  /* adjust this value */
        object-fit: cover;
        border-radius: 15px;
    }

    .search-container {
        width: 100%;
        height: 55px;
        margin: 20px 0 0 0;
        padding: 0 15px;
        box-sizing: border-box;
        border: 1px solid #318ce7;
    }

    .search-input {
        width: 100%;
        height: 45px;
        margin: 0;
        padding: 10px 10px 10px 35px;
        border: none;
        font-size: 14px;
        box-sizing: border-box;
    }

    .search-button {
        display: none;
    }

    .hero-centered-div {
        width: 100%;
        margin: 30px 0 0 0;
        text-align: center;
    }

    .hero-centered-div .hero-centered-heading {
        font-size: 28px;
        position: static;
        right: auto;
        margin: 0 0 10px 0;
    }

    .hero-centered-div .hero-centered-text {
        font-size: 13px;
        width: 100%;
        position: static;
        left: auto;
        margin: 0;
    }

    .hero-centered-line {
        position: static;
        margin: 10px auto;
    }
.logo-section {
        width: 100%;
        height: auto;
        margin: 0;
        position: static;
        left: auto;
        top: auto;
        padding: 20px;
        box-sizing: border-box;
        flex-direction: row;
        justify-content: center;
    }
.logo-1,.logo-2{
  margin-left: -50px;
  margin-bottom: 20px;
  width: 100px;
  height: 52px;
}
 .logo-3, .logo-4,.logo-5 {
  margin-left: -40px;
}
.logo-div {
        display: none;
    }
.slideshow-container {
        display: block;
        width: 100%;
        height: 200px;  /* fixed height so content is visible */
        padding: 0;
        position: relative;
    }
.Slide {
  display: none;
}
 .slideContainer {
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 150px;
    }

.slideshow-container h1 {
        text-align: center;
        font-size: 20px;
        color: #14212B;
        margin-bottom: 20px;
    }
    .Slide img {
        width: 120px;
        height: auto;
        display: block;
        margin: 0 auto;
    }


 .prevBtn,
    .nextBtn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        padding: 10px;
        color: #318ce7;
    }
.nextBtn {
        right: 5px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }
.prevBtn {
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }

.Mid-Explorer-section {
        padding: 40px 15px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .hero-centered-div-2 {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .hero-centered-div-2 .hero-centered-heading {
        font-size: 26px;
        margin: 0 0 10px 0;
    }

    .hero-centered-div-2 .hero-centered-text {
        font-size: 12px;
        margin: 0;
    }

    .hero-centered-div-2 .hero-centered-line {
        margin: 10px auto;
    }

    .card-section {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 30px 0 60px;
        margin: 0;
        max-width: 100%;
    }

    .card-1 {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 25px;
        border-radius: 15px;
    }

    .icon-container {
        margin: 0 0 15px 0;
    }
    .icon-img {
    width: 42px;
    height: 42px;
    padding: 20px;
}
    .card-heading {
        font-size: 18px;
        width: 100%;
        height: auto;
    }

    .card-text {
        font-size: 12px;
        width: 100%;
        height: auto;
    }

    .card-heading-2 {
        font-size: 14px;
        height: auto;
    }
.about-us-section {
  display: none;
  height: 700px;
  padding-top: 70px;
  width: 480px;
}
.pic-conatiner-dashed-rec {
  display: none;
}
.about-section-fade-rectangle {
  display: none;
}
.home-offic-pic {
  width: 120px;
  height: 140px;
  margin-left: -30px;
}
.floating-pic {
  width: 120px;
  height: 140px;
}
.about-us-pic {
  margin-top: 50px;
  margin-left: 400px;
}
.about-us-pic-float{
  margin-top: -630px;
  margin-left: -140px;
  z-index: 1;
}
.about-us-heading {
  color: #14212B;
  font-size: 19px;
}
.about-us-text {
  width: 150px;
  margin-left: 20px;
  
}
.about-us-line {
  margin-bottom: 10px;
}
.about-us-par {
  font-size: 14px;
  width: 140px;
 }
 .about-us-par2 {
  opacity: 0;
  height: 110px;
  z-index: 0;
 }
.black-circle-div {
  display: none;
    opacity: 0;
    margin-top: -50px;
    z-index: -1;
}
.our-process {
   height: auto;
   width: 100%;
   padding-top: 0;
   padding-bottom: 0;
}
.our-process-diagram {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 40px;
        padding: 30px 0;
        width: 100%;
    }

    conatiner.left-diagram,
    conatiner.middle-diagram,
    conatiner.right-diagram {
        display: block;
        width: 200px;
        margin-left: 0;  /* compensate for internal negative margins */
    }
.hero-centered-div-3 {
        width: 100%;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .hero-centered-div-3 .hero-centered-heading {
        font-size: 28px;
        margin: 0 0 10px 0;
        position: static;
    }

    .hero-centered-div-3 .hero-centered-text {
        font-size: 12px;
        width: 100%;
        margin: 0;
    }

    .hero-centered-div-3 .hero-centered-line {
        margin: 10px auto;
        position: static;
        left: auto;
    }
.left-diagram {
  margin-left: -90px;
  margin-bottom: 50px;
}
.middle-diagram {
  margin-left: -90px;
  margin-bottom: 50px;
}
.right-diagram {
  margin-left: -90px;
  margin-bottom: 50px;
}
.Arrow-line-top,
.Arrow-line-bottom {
  display: none;
}
.testimonial-section {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .testimonial {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }

    .testimonial-left {
        position: relative;
        width: 100%;
        max-width: 320px;
        height: auto;
        box-sizing: border-box;
    }

    .testimonial-pic,
    .testimonial-pic-center,
    .testimonial-pic-right {
        width: 100%;
        height: 220px;
        object-fit: cover;
        margin-left: 0;
        margin-top: 0;
         border-radius: 15px;
    }
   .price-tage,
    .price-tage-center,
    .price-tage-right {
        position: absolute;
        margin-left: 0;
        margin-top: 0;
        left: 10px;
        top: 10px;
        z-index: 2;
    }

   .pricing-text,
    .pricing-text-center,
    .pricing-text-right {
        width: 100%;
        height: auto;
        margin-left: 0;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .icon-box {
        margin-left: 15px;
    }
 footer {
        flex-direction: column;
        margin-left: 0;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        position: relative;
        z-index: 0;
    }
.link-row {
  flex-direction: column;
}
.column p {
width: 250px;
}
.column h1 {
  width: 250px;
}
.column ul {
  padding-left: 25px;
}
.copywrite-footer div span {
        font-size: 13px;
        margin-left: 0;
    }
.link-column-1 {
  margin-top: -30px;
}
.copywrite-footer {
        padding-left: 0;
        height: auto;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    body {
        width: 100vw;
        overflow-x: hidden;
        margin: 0;  /* remove browser default 8px margin */
    }

    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: RGBA(238, 243, 247, 1);
        box-sizing: border-box;
        padding: 15px 20px;
        width: 100%;
        position: relative;
        z-index: 1000;
    }


.logo img {
    height: 40px;
}

.menu-icon {
    font-size: 30px;
    color: #318ce7;
    cursor: pointer;
}

 .menu {
        display: none;
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 10px 0;
        position: fixed;  /* fixed to viewport, escapes all containers */
        top: 70px;
        left: 0;
        width: 100vw;
        background-color: #fff;
        z-index: 9999;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        box-sizing: border-box;
    }

.menu.open {
        display: flex;
    }

.menu li {
    margin: 0;
    border-bottom: 1px solid #EEF3F7;
}

.menu a {
    display: block;
    padding: 15px 25px;
    color: #14212B;
    font-size: 15px;
    text-decoration: none;
}

.menu a:hover {
    background-color: #EEF3F7;
    color: #318ce7;
}

.menu li:last-child a {
    color: #fff;
    background-color: #318ce7;
    margin: 10px 20px;
    border-radius: 5px;
    text-align: center;
}
  }


