.packages {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .package {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 45vh;
    padding: 25px;
    text-align: center;
    transition: transform 0.2s ease;
  }

  .package:hover {
    transform: translateY(-5px);
  }

  .package h2 {
    font-size: 1.6em;
  }

  .price {
    font-size: 2em;
    color: #450085;
    margin: 10px 0;
  }

  .features {
    text-align: left;
    margin: 30px 0;
    padding-left: 20px;
  }

  .features li {
    margin: 6px 0;
  }

  .btn {
    display: inline-block;
    background: #450085;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
  }

  .btn:hover {
    background: #1976d2;
  }


.overlay {
  display: none;
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 3;
}


body.no-scroll {
  overflow: hidden;
}


  .popup {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    width: 90%;
    max-width: 40vh;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    animation: fadeIn 0.3s;
  }

  @keyframes fadeIn {
    from {opacity: 0; transform: scale(0.9);}
    to {opacity: 1; transform: scale(1);}
  }

  .popup h3 {
    margin-top: 0;
  }

  .close-btn {
    background: #f44336;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 15px;
  }

  .close-btn:hover {
    background: #d32f2f;
  }


html{
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 16vh;
}


body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

.line_1{
    height: 6vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #450085;
}

.line_1_lvl1{
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line_1_lvl1_left{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line_1_lvl1_right{
    height: 100%;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.line_1_lvl1_left_address{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.line_1_lvl1_left_directions span{
    font-size: 1.2vw !important;
    color: white;
}

.line_1_lvl1_left_directions a{
    text-decoration: none;
    color: white;
    margin-left: 1vh;
    font-size: 1vw;
}

.line_1_lvl1_left_phone{
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.line_1_lvl1_left_email{
    height: 100%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.instagram{
    height: 4vh;
    width: 4vh;
    background-image: url(./Image_games/instagram.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.linkedin{
    height: 4vh;
    width: 4vh;
    background-image: url(./Image_games/linkedin.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.facebook{
    height: 4vh;
    width: 4vh;
    background-image: url(./Image_games/facebook.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.tiktok{
    height: 4vh;
    width: 4vh;
    background-image: url(./Image_games/tiktok.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.line_2{
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.line_2_lvl1{
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line_2_lvl1_l2{
    height: 100%;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.line_2_lvl1_l2 ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.line_2_lvl1_l1{
    height: 100%;
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_line{
    background-image: url(./Image_games/icon_line.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.line_2_lvl1_l1_button{
    height: 5vh;
    width: 90%;
    display: flex;
    align-items: center;
    background-color: #404042;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 1.1vw;
    justify-content: center;
    text-decoration: none;
    transition: .4s ease-in-out;
}

.line_2_lvl1_l1_button:hover{
    background-color: #45b0de;
}

.body_main_lvl3_left_box_button_main{
    height: 6vh;
    width: 25vh;
    display: flex;
    align-items: center;
    background-color: #404042;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 1.1vw;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.body_main_lvl3_left_box_button_main:hover{
    background-color: #45b0de;
}

.line_2_lvl1_l2 ul li{
    text-decoration: none;
    font-size: 1vw;
    transition: .4s ease-in-out;
}

.line_2_lvl1_l2 ul li a{
    color: rgb(0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    transition: .4s ease-in-out;
}

.line_2_lvl1_l2 ul li a:hover{
    color: rgb(99, 99, 99); 
}

.calculator {
    position: fixed;
    top: 55%;
    left: 0;
    height: 28vh;
    width: 8vh;
    background-color: #404042;
    border-top-left-radius: 8px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 25px;
    font-size: 1.2vw;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease-in-out;
    cursor: pointer;
}

.calculator:hover{
    background-color: #45b0de;
}

.calculator p{
    font-size: 1.4vw;
    color: white;
    transform: rotate(-90deg);
}

.body_main_lvl1 {
    height: 80vh;
    width: 100%;
    margin-top: 16vh;
    background-image: url(./Image_games/main_background.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.body_main_lvl1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0);
    z-index: 1;
}

.body_main_lvl1 > * {
    position: relative;
    z-index: 2;
}

.hero-section {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  left: 0;
}

.content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 5vh;
}

.content h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2px;
}

.content h2 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
}

.content p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn {
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s, color 0.3s;
}

.home {
  background: transparent;
  border: 2px solid white;
  color: white;
}

.home:hover {
  background: white;
  color: black;
}

.business {
  background: white;
  color: #7d26cd;
  border: none;
}

.business:hover {
  background: #e2e2e2;
}

.body_main_lvl2{
    height: 45vh;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.body_main_lvl2_box1{
    height: 35vh;
    width: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.body_main_lvl2_box1_numbers {
    height: 15vh;
    width: 100%;
    font-size: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #45b0de, #7d26cd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
}

.green_plus {
    background: none;
    margin-left: 1vh;
    -webkit-text-fill-color: #450085;
}

.body_main_lvl2_box1_header{
    height: 5vh;
    font-size: 1.5vw;
    color: black;
    font-weight: bolder;
    text-align: center;
}

.body_main_lvl2_box1_description{
    height: 10vh;
    font-size: 1.1vw;
    color: rgb(117, 117, 117);
    text-align: center;
}

.body_main_lvl3{
    height: 80vh;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.body_main_lvl3_left{
    height: 100%;
    width: 40%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.body_main_lvl3_right{
    height: 100%;
    width: 40%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.body_main_lvl3_left_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2vh;
}

.body_main_lvl3_left_box_header_1{
    width: 100%;
    text-align: left;
    font-size: 1.3vw;
    color: #7d26cd;
}

.body_main_lvl3_left_box_header_2{
    width: 100%;
    text-align: left;
    font-size: 4vw;
    color: #450085;
    font-weight: bold;
}

.body_main_lvl3_left_box_header_2_black{
    width: 100%;
    text-align: left;
    font-size: 4vw;
    color: black;
    font-weight: bold;
}

.body_main_lvl3_left_box_desctription{
    width: 100%;
    text-align: left;
    font-size: 1.2vw;
    color: rgb(117, 117, 117);
}

.body_main_lvl3_left_box_button{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 2vh;
}

.body_main_lvl3_right_image{
    height: 70vh;
    width: 90vh;
    background-image: url(./Image_games/building.png);
    background-position: center;
    background-size: cover;
    border-radius: 12px;
}

.body_main_lvl3_right_picture{
    height: 60vh;
    width: 90vh;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
}

.body_main_lvl3_right_picture.roof_image{
    background-image: url(./Image_games/roof_image.jpg);
}

.body_main_lvl3_right_picture.roof_business{
    background-image: url(./Image_games/roof_business.jpg);
}

.body_main_lvl4{
    height: 90vh;
    width: 100%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.body_main_lvl4_header{
    font-size: 4vw;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #450085;
    font-weight: bold;
    height: 10vh;
}

.body_main_lvl4_header_2{
    font-size: 1.2vw;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #7d26cd;
    height: 3vh;
}

.body_main_lvl4_box{
    height: 65vh;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.body_main_lvl4_box_comp{
    height: auto;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.body_main_lvl4_box_comp_icon{
    height: 9vh;
    width: 9vh;
    margin-bottom: 1vh;
    background-size: contain;
}

.ic1{
    background-image: url(./Image_games/ic1.png);
}

.ic2{
    background-image: url(./Image_games/ic2.png);
}

.ic3{
    background-image: url(./Image_games/ic3.png);
}

.ic4{
    background-image: url(./Image_games/ic4.png);
}

.ic5{
    background-image: url(./Image_games/ic5.png);
}

.ic6{
    background-image: url(./Image_games/ic6.png);
}

.body_main_lvl4_box_comp_header{
    height: 5vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4vw;
}

.body_main_lvl4_box_comp_description{
    height: 12vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.1vw;
    color: rgb(117, 117, 117);
    padding: 1vh;
}

.animated-text span {
  opacity: 0;
  transition: opacity 0.05s ease-in;
}
.animated-text span.visible {
  opacity: 1;
}

.body_main_lvl5{
    height: auto;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 10vh;
    padding-bottom: 10vh;
    gap: 5vh;
}

.body_main_lvl6{
    height: 70vh;
    width: 100%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 10vh;
    padding-bottom: 10vh;
    gap: 5vh;
}

.body_main_lvl6_box, .body_main_lvl6_box_package{
    height: 60vh;
    width: 100%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.slider-wrapper {
    padding: 20px;
    background: #f9f9f9;
    width: 100%;
}

.slider::-webkit-scrollbar {
  height: 0px;
}

.slider {
  display: flex;
  justify-content: center;
  gap: 20px;
  transition: transform 0.3s ease-in-out;
  scroll-behavior: smooth;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2vh;
}

.card {
  min-width: 250px;
  max-width: 250px;
  flex: 0 0 auto;
  background: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  scroll-snap-align: start;
  text-align: center;
}

.card img {
  width: 100%;
  border-radius: 10px;
}

.card a{
    text-decoration: none;
    color: gray;
}

.card_products{
  width: 45vh;
  flex: 0 0 auto;
  background: white;
  border-radius: 12px;
  padding: 15px;
  scroll-snap-align: start;
  text-align: center;
  border: solid 1px rgb(193, 193, 193);
}

.card_products span{
    font-size: .8vw !important;
}

.card_products img {
height: 250px;
  width: 100%;
  border-radius: 10px;
}

.card_products_sec{
  min-width: 300px;
  max-width: 300px;
  flex: 0 0 auto;
  background: white;
  border-radius: 12px;
  padding: 15px;
  scroll-snap-align: start;
  text-align: center;
  border: solid 1px rgb(193, 193, 193);
}

.card_products_sec span{
    font-size: .8vw !important;
}

.card_products_sec img {
height: 250px;
  width: 85%;
  border-radius: 10px;
}

.card_products_sec h3{
    text-align: left;
    font-weight: normal;
}

.card_products_sec h4{
    text-align: left;
    color: rgb(117, 117, 117);
    font-size: .8vw;
    font-weight: normal;
}

.card_products h3{
    text-align: left;
    font-weight: normal;
}

.card_products h4{
    text-align: left;
    color: rgb(117, 117, 117);
    font-size: .8vw;
    font-weight: normal;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 1;
  height: 6vh;
  width: 6vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow.left {
  left: 5px;
}

.arrow.right {
  right: 5px;
}

.card p{
    color: rgb(117, 117, 117);
}

.body_main_lvl7{
    height: 70vh;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10vh;
    padding-bottom: 10vh;
    gap: 5vh;
}

.body_main_lvl7_main{
    position: relative;
    height: 55vh;
    width: 70%;
    border-radius: 12px;
    background-image: url(./Image_games/level_7_main.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.body_main_lvl7_main_calculator {
    position: absolute;
    height: 483px;
    width: 500px;
    top: -15vh;
    right: 10%;
    background-image: url(./Image_games/level7_main_calc.avif);
    background-position: center;
    background-size: cover;
    transform: rotate(15deg);
}

.body_main_lvl7_main_box{
    color: white;
    font-size: 2.8vw;
    margin-left: 10vh;
}

.body_main_lvl7_main_box_text_mini{
    width: 100%;
    text-align: left;
    color: white;
    font-size: .8vw;
    margin-top: 2vh;
}

.body_main_lvl7_main_box_text_button_main{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.body_main_lvl7_main_box_text_button{
    height: 5vh;
    width: 20vh;
    color: #450085;
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: white;
    margin-top: 5vh;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.body_main_lvl7_main_box_text_button:hover{
    background-color: rgb(196, 196, 196)
}

.slider_details_button{
    background-color: #450085;
    color: white;
    height: 5vh;
    width: 15vh;
    border-radius: 8px;
    font-size: .9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.slider_details_button:hover{
    background-color: #012a1b;
}

.body_main_lvl8{
    height: 80vh;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 10vh;
    padding-bottom: 10vh;
    gap: 5vh;
}

.body_main_lvl9{
    height: 80vh;
    width: 100%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10vh;
    padding-bottom: 10vh;
    gap: 5vh;
}

.body_main_lvl9_left_header{
    font-size: 2.5vw;
    color: #450085;
    font-weight: bolder;
    width: 100%;
}

.body_main_lvl9_left_box{
    height: 50vh;
    width: 80vh;
    border-radius: 20px;
    background-image: url(./Image_games/houseavif.jpg);
    background-position: center;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
}

.body_main_lvl9_left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2vh;
    width: 40%;
}

.body_main_lvl9_right{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2vh;
    height: 70%;
    width: 20%;
}

.body_main_lvl9_right_component{
    height: 8vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.body_main_lvl9_right_component_circle{
    height: 7vh;
    width: 7vh;
    border-radius: 50%;
    background-color: #e6eeeb;
    color: #450085;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4vw;
}

.body_main_lvl9_right_component_text{
    font-size: 1.2vw;
    margin-left: 2vh;
}

.body_main_lvl10{
    height: 50vh;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10vh;
    padding-bottom: 10vh;
    gap: 5vh;
}

.body_main_lvl10_box{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10vh;
}


.accordion {
    width: 40%;
  font-family: sans-serif;
  border-top: 1px solid #ddd;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

header{
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 16px;
  font-weight: bold;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  transition: color 0.3s;
}

.accordion-header::after {
  content: "›";
  float: right;
  transition: transform 0.3s;
}

.accordion-header.active {
  color: #450085; /* green */
}

.accordion-header.active::after {
  transform: rotate(90deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  font-size: 14px;
  color: #666;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-body.open {
  padding: 8px 16px 16px;
  max-height: 300px; /* Adjust based on content */
}

.body_main_lvl10_content_header{
    color: #450085;
    font-size: 2.8vw;
    font-weight: bolder;
}

.body_main_lvl10_content_body{
    color: rgb(117, 117, 117);
    font-size: 1.1vw;
    margin-top: 2vh;
}

.body_main_lvl10_content{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
}

.body_main_lvl11{
    height: 80vh;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 10vh;
    padding-bottom: 10vh;
    gap: 5vh;
}

.body_main_lvl12{
    padding-top: 10vh;
    height: 70vh;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5vh;
}

.body_main_lvl12_form{
    height: 90%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10vh;
    padding-right: 10vh;
    flex-wrap: wrap;
    margin-bottom: 10vh;
}

.body_main_lvl12_form form{
    height: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
}

.body_main_lvl12_background{
    height: 100%;
    width: 50%;
    background-image: url(./Image_games/background.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.body_main_lvl12_form_header_box{
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.body_main_lvl12_form_header{
    width: 100%;
    color: #450085;
    font-size: 2.5vw;
}

.body_main_lvl12_form_body{
    width: 100%;
    color: rgb(117, 117, 117);
    font-size: 1vw;
}

.body_main_lvl12_form_body a{
    color: #7d26cd;
    text-decoration: none;
}

.body_main_lvl12_wide{
    height: 5vh;
    width: 100%;
    border: solid 1px rgb(233, 233, 233);
    border-radius: 4px;
    padding-left: 1vh;
    padding-right: 1vh;
    outline: none;
}

.body_main_lvl12_wide_box{
    height: 5vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.body_main_lvl12_short{
    height: 5vh;
    width: 40%;
    border: solid 1px rgb(233, 233, 233);
    border-radius: 4px;
    padding-left: 1vh;
    padding-right: 1vh;
    outline: none;
}

.body_main_lvl12_wide_high{
    height: 15vh;
    width: 100%;
    border: solid 1px rgb(233, 233, 233);
    border-radius: 4px;
    padding: 1vh;
    outline: none;
    resize: none;
}

.footer {
  background-color: #450085;
  color: #ffffff;
  padding: 40px;
  width: 80%;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.footer-col {
  flex: 1 1 200px;
  margin: 10px;
}

.footer-col h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #dfdfdf;
}

.subscribe input[type="email"] {
  padding: 10px;
  border: none;
  border-radius: 4px 0 0 4px;
  flex: 1;
  outline: none;
}

.subscribe-box form{
  display: flex;
  margin-bottom: 15px;
  max-width: 300px;
}

.subscribe-box button {
  padding: 10px 16px;
  border: none;
  background-color: white;
  color: #450085;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.subscribe p {
  color: white;
  font-size: 14px;
  max-width: 300px;
}

hr {
  border: 0;
  border-top: 1px solid #210040;
  margin: 30px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.instagram, .linkedin, .facebook, .tiktok{
    height: 4vh;
    width: 4vh;
    background-position: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

.footer-brand .logo {
  width: 126px;
  height: 35px;
}

.footer-links a {
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vh;
}

.body_main_lvl13{
    width: 100%;
    background-color: #450085;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5vh;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.whatsapp-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
}



#lang-block{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4vh;
    width: 4vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hy{
  background-image: url(./Image/English.png);
}

.en{
  background-image: url(./Image/Armenian.png);
}