:root {
    --background-color: #ffffff;
    --default-color: #212529;
    --heading-color: #2d465e;
    --accent-color: #0d83fd;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;

    --theamColor: #007bff;
    --theamHoverColor: #499df6;
    --theamActiveColor: #499df6;
    --theamMenuColor: #007bff;
    --theamMenuColor2: #ffffff;
    --theamColorRgba: rgba(0, 123, 255, 0.1);
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.header-top {
    background: var(--theamColor);
    font-size: 14px;
    padding: 5px 0px;
}

/* ---------- Навигация ---------- */
.navbar {
    padding: 0.8rem 1rem;
}

.navbar-brand {
    font-weight: bold;
    color: #00a8e7;
    margin-top: 10px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    transition: all 0.25s ease;
}

.navbar-nav .nav-link:hover,
#navbar-main .nav-link:hover,
#navbar-main .active .nav-link {
    color: var(--theamHoverColor);
}

/* ---------- Header секция ---------- */
.hero {
    background: linear-gradient(
        230deg,
        color-mix(in srgb, var(--accent-color), transparent 95%) 50%,
        color-mix(in srgb, var(--accent-color), transparent 98%) 25%,
        transparent 50%
    );
    padding: 60px 0;
    /* Центрирование */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2rem;
    color: #555;
}

/* Кнопки */
.btn-booking {
    color: #fff;
    background: var(--theamColor);
    border-color: var(--theamColor);
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
}

.btn-booking:hover {
    background: var(--theamHoverColor);
    border-color: var(--theamHoverColor);
    color: white !important;
}

.btn-booking:focus {
    color: #fff;
    box-shadow: none;
}

.btn-booking-white {
    background: #EEF1F4;
    font-weight: 600;
}

.btn-booking-white:hover {
    color: var(--theamHoverColor);
}

/* Для больших планшетов и меньше */
@media (max-width: 1500px) {
    .hero {
        padding: 20px 0;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .text-lg {
        font-size: 28px;
    }
}

/* Для стандартных планшетов и меньше */
@media (max-width: 768px) {
    .hero {
        text-align: center;
        padding: 20px 0;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .text-lg {
        font-size: 28px;
    }
}

/* Для телефонов */
@media (max-width: 480px) {
    .hero {
        text-align: center;
        padding: 20px 0;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .text-lg {
        font-size: 28px;
    }
}

/* ---------- Услуги секция ---------- */

.top-area p {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.website-service-summary .single-item-service-summary {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
    position: relative;
    height: 100%;
}

.website-service-summary .icon-background {
    height: 67px;
    width: 72px;
    border-radius: 148px 89px 93px 105px;
    padding: 12px 10px 6px 14px;
}

.website-service-summary .icon-background img{
    height: 80%;
}

.website-service-summary .text-count {
    font-size: 30px !important;
    font-weight: 600;
    margin-bottom: -6px;
}

.website-service-summary .text-total-service-count {
    color: #DF2475;
}

.website-service-summary .icon-total-service {
    background: #df24750d;
}

.website-service-summary .icon-total-service img {
    padding-left: 4px;
}

.website-service-summary .text-service-title {
    font-size: 18px !important;
    font-weight: 400;
}

.website-service-summary .single-item-service-summary-content {
    padding-left: 15px;
}

/* About sections */

.about .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.about .features li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.about .mission-statement {
  background-color: #00a8e7 !important;
  position: relative;
  bottom: -20px;
  width: 100%;
}

.about .mission-statement h3 {
  font-size: 10px;
  color: var(--bs-secondary);
}

.about .mission-statement p {
  color: var(--bs-white);
}

.about .mission-icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
}

.about .mission-icon i {
  color: var(--bs-secondary);
}

/* Home Services */
.quicklink-links{
    padding: 30px 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.quicklink-links h1 {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 17px;
}

.quicklink-links hr{
    color: #c1400c;
    margin: auto;
    width: 150px;
    height: 2px !important;
}

.quicklink-card-title{
    font-size: 18px !important;
    line-height: 18px;
    max-height: 36px;
    height: 36px;
    overflow: hidden;
    font-weight: 600;
    overflow: hidden;
    margin-top: 8px;
}

.quicklink-card{
    display: block;
    color: #444;
    background: #fff;
    text-align: center;
    padding: 20px;
    margin: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: 5px 5px 38px 5px rgb(0 0 0 / 8%);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
}

.quicklink-card:hover {
    transform: translateY(-10px);
}

.quicklink-card-icon{
    font-size: 40px;
}

.quicklink-card-icon i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100%;
    font-size: 36px;
    color: #042874;
    border: 2px dashed #042874;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 100%;
}

.quicklink-card:hover .quicklink-card-icon i {
    transform: rotate(1turn);
    border: 1.5px solid transparent;
    background: linear-gradient( 166deg ,#0070e4,#0450ab);
    color: #fff;
}

.quicklink-card:hover::before {
    left: -50px;
    bottom: -70px;
    opacity: 1;
    visibility: visible;
}

.quicklink-card:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #3d65fb0f;
    left: -100px;
    bottom: -100px;
    border-radius: 100%;
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.section-title {
    text-align: center;
    margin-bottom: 16px;
}

.div-article {
    color: rgb(51, 51, 51);
    font-size: 16px;
    padding: 32px 32px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
}

/* Heading-divider */

.heading-divider {
    display: inline-block;
    position: relative;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #3d65fb;
    width: 90px;
    overflow: hidden;
}

.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: infinite-move;
    animation-name: infinite-move;
}

@keyframes infinite-move {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
          
    to {
      -webkit-transform: translateX(88px);
      transform: translateX(88px);
    }
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action .container {
  background: #00a8e7 !important;
  color: var(--contrast-color);
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  padding: 2rem 2rem;
}

.call-to-action .btn-cta {
  background-color: color-mix(in srgb, var(--contrast-color) 15%, transparent);
  color: var(--contrast-color);
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid var(--contrast-color);
  position: relative;
  z-index: 2;
}

.call-to-action .btn-cta:hover {
  background-color: var(--contrast-color);
  color: var(--accent-color);
}

/* Home FAQ CSS */

.accordion-item h2 button {
    background: linear-gradient( 166deg ,#0070e4,#0450ab);
    color: #fff !important;
    box-shadow: none;
    font-size: 18px;
}

.accordion-item h2 button i{
    margin-right: 10px;
}

.accordion .accordion-item {
    padding: 7px;
    display: block;
    border: none;
}

.accordion-item .accordion-button {
    border-radius: 13px;
}

.accordion-button::after{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
}

.contact .info-box h3 {
  color: var(--contrast-color);
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .contact .info-box h3 {
    font-size: 1.75rem;
  }
}

.contact .info-box p {
  opacity: 0.8;
  margin-bottom: 2rem;
}

.contact .info-box a {
  color: var(--contrast-color);
}

@media (max-width: 992px) {
  .contact .info-box {
    padding: 1.5rem;
  }
}

.contact .info-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item .icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background-color: color-mix(in srgb, var(--contrast-color), transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}

.contact .info-item .icon-box i {
  font-size: 1.5rem;
  color: var(--contrast-color);
}

.contact .info-item:hover .icon-box {
  background-color: color-mix(in srgb, var(--contrast-color), transparent 70%);
}

.contact .info-item .content h4 {
  color: var(--contrast-color);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.contact .info-item .content p {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

.contact .info-item .content p:last-child {
  margin-bottom: 0;
}

.contact .contact-form {
  background-color: var(--surface-color);
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 992px) {
  .contact .contact-form {
    padding: 1.5rem;
  }
}

.contact .contact-form h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .contact .contact-form h3 {
    font-size: 1.75rem;
  }
}

.contact .contact-form p {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin-bottom: 2rem;
}

.contact .contact-form .form-control,
.contact .contact-form .form-select {
  padding: 0.875rem 1.25rem;
  border-color: color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 0.5rem;
  background-color: color-mix(in srgb, var(--surface-color) 90%, white 5%);
  color: var(--default-color);
}

.contact .contact-form .form-control:focus,
.contact .contact-form .form-select:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.contact .contact-form .form-control::placeholder,
.contact .contact-form .form-select::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.contact .contact-form .btn {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 1rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s;
}

.contact .contact-form .btn i {
  font-size: 1.25rem;
}

.contact .contact-form .btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), var(--contrast-color) 20%);
}

/* Footer sections */

.footer {
    font-family: barlow,sans-serif;
    background-color: #040837;
    border-top: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer-title{
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 20px;
}

.footer-card .footer-title::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 3px;
    background: #fff;
    bottom: 0;
    opacity: 0.1;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-card .footer-title::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    background: #3d65fb;
    bottom: 0;
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-card:hover .footer-title::after {
    width: 40%;
}

.footer-links{
    list-style-type: none;
    padding-left: 0;
}

.footer-icons{
    position: absolute;
    content: "";
    left: 0;
    width: 39px;
    height: 39px;
    background: #fff;
    border-radius: 100%;
    color: #3d65fb;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 4px;
}

.footer-links > li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding-left: 48px;
    transition: all .5s ease-in-out;
}

.footer-links > li > a {
    display: block;
    margin: 8px 0;
    height: 36px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    line-height: 44px;
    text-decoration: none;
}