body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-bottom: 90px;
  padding-right: 100%;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
}
.heading_container h2 {
  padding-left: 5px;
  position: relative;
  border-left: 7px solid #0f2480;
  font-weight: bold;
}

/*header section*/
.hero_area {
  background-image: url(../images/bg_website.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  height: 100vh;
}

.sub_page .hero_area {
  height: auto;
  background: none;
  background-color: #0f2480;
}
.header_section {
  margin-bottom: 1.5rem;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.header_section .nav_container {
  margin: 0 auto;
}
.header_section .navbar-expand-lg .navbar-nav {
  width: 90%;
}
.header_section .user_option {
  display: flex;
  align-items: center;
}
.header_section .user_option a {
  display: flex;
  color: #ffffff;
  align-items: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #060606;
  text-align: center;
  text-transform: uppercase;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #3554d1;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-brand img {
  width: 90px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
  height: 110px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}
.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 50px;
  width: 30px;
  height: 30px;
}

.lg_toggl-btn {
  background-color: transparent;
  border: none;
  outline: none;
  width: 56px;
  height: 40px;
  cursor: pointer;
}
.lg_toggl-btn:focus {
  outline: none;
}

.User_option {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 35px;
}
.User_option a {
  color: #ffffff;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 7px;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn button span {
  display: block;
  width: 50px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: all 0.3s;
}

.menu_btn-style {
  position: fixed;
  right: 40px;
  top: 7px;
}

.custom_menu-btn .s-2 {
  width: 25px;
  margin-left: auto;
}

.custom_menu-btn .s-3 {
  width: 25px;
  margin-left: auto;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(53, 84, 209, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
  margin-bottom: 15px;
}
.overlay a:hover {
  color: #252525;
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

/*end header section*/
/* slider section */
.slider_section {
  color: #0b0b0b;
}
.slider_section .container {
  position: relative;
  z-index: 2;
}
.slider_section .row {
  width: 0;
  align-items: start;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 0px;
}

.slider_section .detail-box h1 {
  color: #3554d1;
  font-weight: bold;
  font-size: 4rem;
}
.slider_section .detail-box h1 span {
  color: #0f2480;
}
.slider_section .detail-box p {
  margin-top: 25px;
}
.slider_section .detail-box .btn-box {
  margin-top: 45px;
  
}
.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  color: #3554d1;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-bottom: 75px;
}
.slider_section .detail-box .btn-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.find_section {
  transform: translateY(-50%);
}
.find_section form {
  padding: 10px 45px;
  -webkit-box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}
.find_section form .form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  margin: 10px 0;
}
.find_section form button {
  background-color: #f97616;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  height: 45px;
  width: 100%;
  margin: 10px 0;
}

.about_section {
  position: relative;
  padding-top: 75px;
}
.about_section .row {
  align-items: center;
}
.about_section .img-box img {
  width: 100%;
}
.about_section .detail-box p {
  margin-top: 15px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color: #3554d1;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-top: 25px;
}
.about_section .detail-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}
.about_section .square-box {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 75px;
}
.about_section .square-box img {
  width: 100%;
}

.sale_section .heading_container {
  align-items: center;
  margin-bottom: 35px;
}
.sale_section .sale_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sale_section .sale_container .box {
  flex-basis: 32%;
  margin: 0.65%;
}
.sale_section .sale_container .box .img-box img {
  width: 100%;
}
.sale_section .sale_container .box .detail-box {
  margin-top: 10px;
}
.sale_section .sale_container .box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.sale_section .btn-box {
  display: flex;
  justify-content: center;
}
.sale_section .btn-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color: #3554d1;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-top: 35px;
}
.sale_section .btn-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.price_section .heading_container {
  align-items: center;
}
.price_section .price_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.price_section .price_container .box {
  flex-basis: 32%;
  margin: 45px 0.65%;
  color: #ffffff;
  min-width: 300px;
}
.price_section .price_container .box .detail-box {
  background-color: #3554d1;
  border-radius: 16px;
  opacity: 0.9;
}
.price_section .price_container .box .detail-box .heading-box {
  padding: 20px 0;
  background-color: #0f2480;
  text-align: center;
  opacity: 0.9;
  border-radius: 16px 16px 0 0;
}
.price_section .price_container .box .detail-box .heading-box h4 {
  font-weight: bold;
}
.price_section .price_container .box .detail-box .heading-box h6 {
  text-transform: uppercase;
  font-weight: bold;
}
.price_section .price_container .box .detail-box .text-box {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  text-align: left;
}
.price_section .price_container .box .detail-box .text-box h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.price_section .price_container .box .detail-box .text-box h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 45px;
  height: 5px;
  border-radius: 10px;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.price_section .price_container .box .detail-box .text-box ul {
  padding: 0;
}
.price_section .price_container .box .detail-box .text-box ul li {
  list-style-type: none;
  margin: 10px 0;
}
.price_section .price_container .box .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.price_section .price_container .box .btn-box a {
  padding: 7px 30px;
  background-color: #0f2480;
  color: #ffffff;
  border-radius: 25px;
}

.deal_section {
  overflow-x: hidden;
}
.deal_section .row {
  align-items: center;
}
.deal_section .detail-box p {
  margin-top: 15px;
}
.deal_section .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color: #3554d1;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-top: 25px;
}
.deal_section .detail-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}
.deal_section .img-box {
  display: flex;
  align-items: center;
  width: 115%;
}
.deal_section .img-box .box.b1 {
  margin-right: 15px;
}
.deal_section .img-box img {
  max-width: 100%;
}

.us_section {
  background-color: #0f2480;
  color: #ffffff;
}
.us_section .heading_container {
  align-items: center;
  margin-bottom: 45px;
}
.us_section .heading_container h2 {
  border-left-color: #ffffff;
}
.us_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin: 25px 0;
}
.us_section .box .img-box {
  margin-bottom: 15px;
}
.us_section .box .img-box img {
  width: 100%;
}
.us_section .box h3 {
  font-weight: bold;
}
.us_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.us_section .btn-box a {
  padding: 7px 30px;
  background-color: #ffffff;
  color: #252525;
  border-radius: 25px;
}

.client_section .heading_container {
  align-items: center;
  margin-bottom: 45px;
}
.client_section .client_container {
  width: 85%;
  margin: auto;
  border: 1px solid #252525;
}
.client_section .client_container .box {
  display: flex;
  margin: 55px 2%;
}
.client_section .client_container .box .img-box {
  min-width: 100px;
  margin-right: 15px;
}
.client_section .client_container .box .img-box img {
  width: 100%;
}
.client_section .client_container .box .detail-box h5 {
  display: flex;
  font-weight: bold;
  align-items: center;
}
.client_section .client_container .box .detail-box h5 hr {
  width: 45px;
  height: 5px;
  margin: 0;
  margin-left: 5px;
  border: none;
  background-color: #252525;
}
.client_section .client_container div#carouselExampleControls {
  padding: 0 10%;
}
.client_section .client_container div#carouselExampleControls::before {
  content: "";
  width: 50px;
  height: 155px;
  background-color: #0f2480;
  position: absolute;
  left: 10%;
  top: 37px;
}
.client_section .client_container .carousel-control-prev,
.client_section .client_container .carousel-control-next {
  width: 45px;
  height: 45px;
  background-color: #0f2480;
  border-radius: 100%;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.client_section .client_container .carousel-control-prev {
  background-image: url(../images/prev-white.png);
  left: 10px;
}
.client_section .client_container .carousel-control-next {
  background-image: url(../images/next-white.png);
  right: 10px;
}

.contact_section {
  position: relative;
}
.contact_section .heading_container {
  align-items: center;
  margin-bottom: 40px;
}
.contact_section .container-fluid {
  background-color: #0f2480;
  color: #ffffff;
}
.contact_section .form_container {
  padding: 45px 0 45px 15px;
}
.contact_section input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  outline: none;
  color: #252525;
  margin-top: 25px;
  padding: 12px;
}
.contact_section input::placeholder {
  color: #2a2a2c;
}
.contact_section input.message-box {
  padding: 45px 12px;
}
.contact_section button {
  padding: 10px 65px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f97616;
  border-radius: 25px;
  margin: 45px 0 0 auto;
  text-transform: uppercase;
}
.contact_section .map_container {
  height: 100%;
}
.contact_section .map_container .map-responsive {
  height: 100%;
}

.info_section {
  background-color: #0f2480;
  color: #ffffff;
  padding: 90px 0 45px 0;
}
.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}
.info_section .info_links ul {
  padding: 0;
}
.info_section .info_links ul li {
  list-style-type: none;
}
.info_section .info_links ul li a {
  color: #ffffff;
}
.info_section .info_contact .img-box {
  width: 35px;
  display: flex;
  justify-content: center;
}
.info_section .info_contact p {
  margin: 0;
}
.info_section .info_contact > div {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}
.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}
.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f97616;
  margin-top: 15px;
  text-transform: uppercase;
}
.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: flex;
}
.info_section .info_form .social_box a {
  margin-right: 25px;
}

/* footer section*/
.footer_section {
  background-color: #0f2480;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  margin: 0;
  width: 70%;
  padding: 25px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}

.footer_section a {
  color: #ffffff;
}

.slider_section .detail-box .btn-box button {
  display: inline-block;
  text-wrap: nowrap;
  padding: 8px 35px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 2;
}

.slider_section .detail-box .btn-box button:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.slider_section .detail-box .btn-box h4 {
  display: inline-block;
  text-wrap: nowrap;
  padding: 8px 35px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-bottom: 10px;
}

.slider_section .detail-box .btn-box h4:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

/* .info-box {
  border: 1px solid rgba(0, 123, 255, 0.2);
  padding: 25px 40px;
  background: rgba(173, 216, 230, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: none;
  color: #003366;
  margin-top: 20%;
  margin-left: 75%;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  transition: all 0.3s ease-in-out;
} */

.info-box {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.info-box.show {
  opacity: 1;
  visibility: visible;
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .info-box h4 {
  font-size: 2rem;
  color: #123262;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  transition: all 0.3s ease-in-out;
}

.info-box h4:hover {
  color: #0d6efd;
  transform: scale(1.02);
}

.info-box p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0 auto;
  color: #2e4057;
  max-width: 700px;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  letter-spacing: 0.3px;
  word-spacing: 1px;
  text-align: justify;
  transition: color 0.3s ease-in-out;
  text-align: center;
} */

.width-40per {
  width: 55%;
}

.photos-container {
  display: flex;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  width: 50vw;
  height: 70vh;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.photos-container .service-title {
  display: block;
}

.container h2 {
  display: inline-block;
  text-wrap: nowrap;
  padding: 8px 35px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-bottom: 15px;
  position: sticky;
  top: 0;
  z-index: 2;
  font-size: 18px;
}

.photos-container .before {
  width: 50%;
  height: 100%;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: #3554d1;
  background: linear-gradient(to left, #3554d1 50%, #3e63f7 100%);
  border-right: 1px #fff solid;
  text-align: center;
  opacity: 0.9;
}

.photos-container .before .image-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
  overflow-y: auto;
  max-height: calc(100% - 60px);
  padding: 1rem;
}

.photos-container .before .image-box img {
  width: 100%;
  height: 190px;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.photos-container .before .heading-box {
  padding: 20px 0;
  background-color: #0f2480;
  border-radius: 16px 16px 0 0;
  opacity: 0.9;
}

.photos-container .before .heading-box h4 {
  color: #fff;
  line-height: 1.2;
  font-size: inherit;
  font-weight: bold;
}

.photos-container .photo-pagination {
  width: 50%;
  position: static;
}

.photos-container .after {
  width: 50%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(to right, #3554d1 50%, #3e63f7 100%);
  border-left: 1px #fff solid;
  text-align: center;
  opacity: 0.9;
}

.photos-container .after .image-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
  max-height: calc(100% - 60px);
  overflow-y: auto;
  padding: 1rem;
}

.photos-container .after .image-box img {
  width: 100%;
  height: 190px;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.photos-container .after .heading-box {
  padding: 20px 0;
  border-radius: 16px 16px 0 0;
  background-color: #0f2480;
  opacity: 0.9;
}

.photos-container .after .heading-box h4 {
  color: #fff;
  line-height: 1.2;
  font-size: inherit;
  font-weight: bold;
}

.photos-container .before:hover {
  transform: scale(1.02);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out;
}

.photos-container .after:hover {
  transform: scale(1.02);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out;
}

.review-form {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
}

.reviews {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 40%;
  height: 80vh;
  padding: 1rem;
  border-radius: 20px;
  margin-right: 10%;
  position: relative;
}

.reviews .review {
  background: linear-gradient(135deg, #3554d1 0%, #3e63f7 100%);
  color: white;
  padding: 1rem;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  opacity: 0.9;
}

.reviews .review::after {
  content: '✨';
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.2rem;
  text-shadow: 0 0 2px #ffffff, 0 0 10px #ffee58;
  animation: sparkle 2s infinite ease-in-out;
}

@keyframes sparkle {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.2); }
}

.reviews .review:hover {
  transform: translateY(-5px);
}

.reviews .review .review-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.reviews .review .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 0.75rem;
  border: 2px solid #fff;
}

.reviews .review .user-info {
  display: flex;
  flex-direction: column;
}

.reviews .review .username {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.reviews .review .rating {
  font-size: 0.9rem;
  color: #ffd700;
}

.reviews .review .review-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
}

.review-form input.input-form {
  width: 100%;
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  outline: none;
  color: #252525;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 12px;
}

.static-stars {
  display: inline-flex;
  gap: 0.25em;
  font-size: 1.2em;
}

.static-stars i {
  color: #faec1b;
  text-shadow: 0 0 2px #ffffff, 0 0 10px #ffee58;
  transition: transform 0.3s;
}

.static-stars .dimmed {
  color: #ffffff55;
  text-shadow: none;
}

.star-rating {
	white-space: nowrap;
  margin-bottom: 10px;
}

.star-rating [type="radio"] {
	appearance: none;
}

.star-rating i {
	font-size: 1.35em;
	transition: 0.3s;
  cursor: pointer;
}

.star-rating label:is(:hover, :has(~ :hover)) i {
	transform: scale(1.35);
	color: #fffdba;
	animation: jump 0.5s calc(0.3s + (var(--i) - 1) * 0.15s) alternate infinite;
}

.star-rating label:has(~ :checked) i {
	color: #faec1b;
	text-shadow: 0 0 2px #ffffff, 0 0 10px #ffee58;
}

.star-rating .star-checked {
  color: #faec1b;
  text-shadow: 0 0 2px #ffffff, 0 0 10px #ffee58;
}

.star-rating .star-notchecked {
  color: #fff;
}

@keyframes jump {
	0%,
	50% {
		transform: translatey(0) scale(1.35);
	}
	100% {
		transform: translatey(-15%) scale(1.35);
	}
}

.review-form .heading-box {
  width: 50%;
  border-radius: 16px 16px 0 0;
  padding: 20px 0;
  background-color: #0f2480;
  text-align: center;
  opacity: 0.9;
}

.review-form .heading-box h4 {
  color: #fff;
  line-height: 1.2;
  font-size: inherit;
  font-weight: bold;
}

form.reviewForm {
  display: flex;
  flex-direction: column;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(135deg, #3554d1 0%, #3e63f7 100%);
  color: white;
  padding: 25px 45px 25px 45px;
  opacity: 0.9;
}

form.reviewForm textarea {
  color: #333;
  font-size: 1.2rem;
	margin: 0 auto;
  margin-bottom: 0.5rem;
  padding: 0rem 2rem;
  border-radius: 0.2rem;
  background-color: rgb(255, 255, 255);
  border: none;
  width: 90%;
  display: block;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.3s;
}

form.reviewForm button {
  display: inline-block;
  text-wrap: nowrap;
  padding: 8px 35px;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
  border-radius: 25px;
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 2;
}

form.reviewForm button:hover {
  color: #edecec;
}

.review-form input.message-box {
  padding: 45px 12px;
}

.service-list {
  align-items: center;
}

.text-boxes .box {
  padding-left: 40%;
}

.msg {
  max-width: min(400px, 90vw);
  width: 90%;
  padding: clamp(1rem, 3vw, 2rem);
  text-align: center;
  color: #fff;
  background-color: #3554d1;
  border-radius: clamp(8px, 2vw, 14px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 50%;
  top: max(10vh, 40px);
  transform: translateX(-50%);
  z-index: 100000;
  border-bottom: max(3px, 0.5vw) solid #3e63f7;
  font-size: clamp(14px, 2vw, 16px);
  margin-bottom: env(safe-area-inset-bottom);
  pointer-events: auto;
}

.msg ~ * {
  pointer-events: none;
}

.msg-error {
  border-bottom-color: #D32F2F;
}

.msg-success {
  border-bottom-color: #388E3C;
}

.msg-warning {
  border-bottom-color: #FFA000;
}

.msg::before {
  content: "";
  display: block;
  width: clamp(20px, 6vw, 24px); /* Адаптивный размер */
  height: clamp(20px, 6vw, 24px);
  margin: 0 auto clamp(5px, 2vw, 10px);
  background-size: contain;
}

.msg-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23D32F2F'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E");
  animation: shake 0.5s;
}

.msg-success::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23388E3C'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
  animation: pulse 0.5s;
}

.msg-warning::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFA000'%3E%3Cpath d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E");
  animation: bounce 0.5s;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
}

@keyframes pulse {
  0% { transform: scale(0.8); opacity: 0.5; }
  70% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

.photos-container .before,
.photos-container .after {
  position: relative;
}

.photos-container .before .photo-pagination,
.photos-container .after .photo-pagination {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: auto;
  z-index: 100;
}

.box {
  flex-basis: 32%;
  margin: 45px 0.65%;
  color: #ffffff;
  width: 500px;
}

.box .detail-box {
  background-color: #3554d1;
  border-radius: 16px;
  opacity: 0.9;
}

.box .detail-box .heading-box {
  padding: 20px 0;
  background-color: #0f2480;
  text-align: center;
  opacity: 1;
  border-radius: 16px 16px 0 0;
}

.box .detail-box .heading-box h4 {
  font-weight: bold;
}

.box .detail-box .heading-box h6 {
  text-transform: uppercase;
  font-weight: bold;
}
.box .detail-box .text-box {
  padding: 25px;
  padding-top: 10px;
  text-align: left;
}

.detail-box .btn-box button {
  display: inline-block;
  text-wrap: nowrap;
  padding: 8px 35px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 2;
}

.detail-box .btn-box button:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.detail-box .btn-box h4.service {
  display: inline-block;
  text-wrap: nowrap;
  padding: 8px 35px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-bottom: 10px;
}

.detail-box .btn-box h4:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.services_section {
  width: 100%;
  height: 70vh;
  margin-left: 10%;
  align-items: center;
}

.logo {
  width: 100px;
  height: 80%;
  background-color: #fff;
}

.main-container {
  width: 100%;
  height: 70vh;
  margin-left: 15%;
}

.main-container .detail-box h1 {
  text-align: start;
}

/* end footer section*/

/*# sourceMappingURL=style.css.map */
