:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Roboto",  sans-serif;
  --nav-font: "Roboto",  sans-serif;
  --brand-font: "Unbounded",  sans-serif;

  --background-color: #ffffff;
  --default-color: #212529; 
  --heading-color: #2d465e; 
  --accent-color: #2c70e5;
  --surface-color: #ffffff;
  --contrast-color: #ffffff; 
  --nav-color: #212529; 
  --nav-hover-color: #2c70e5; 
  --nav-mobile-background-color: #ffffff; 
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #212529;
  --nav-dropdown-hover-color: #2c70e5;

  scroll-behavior: smooth;
}


.unbounded-<uniquifier> {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.light-background {
  --background-color: #f3f9ff;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #2c70e5;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #409dfd;
  --contrast-color: #ffffff;
}

body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1.brand,
h2.brand,
h3.brand,
h4.brand,
h5.brand,
h6.brand {
  color: var(--heading-color);
  font-family: var(--brand-font);
}


@media only screen and (min-width: 960px) {
.desktop-hide {display:none;}
}

@media only screen and (max-width: 767px) {
.mobile-hide {display:none;}
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
#prj .project {
background: 
  radial-gradient(circle at 20% 40%, rgba(255, 255, 255, 0.3) 0%, transparent 30%),
  radial-gradient(ellipse at 80% 70%, #002856, #000814);}

.projects .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--accent-color), transparent 80%), transparent 20%);
  pointer-events: none;
}
.projects .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #3a4757;
  aspect-ratio: 1 / 1;
  background-position: center; 
  background-repeat: no-repeat; 
  background-attachment: scroll; 
}

.projects .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #1a8fac;
    
}
.projects i:hover {
    font-size: 14px;
    transition: transform 0.3s ease;
}
.projects .box h2  {
            color: white; 
            font-size: 3rem;
            font-weight: 300;
            margin-bottom: 10px;
            line-height: 1;
}
.projects .box p {
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.projects .box .logo {
            text-align: right;
}

.projects .box:hover {
          background: linear-gradient(0.125turn,rgba(44,112,229,0.85) 0%,rgba(0,85,133,1) 75%);
          padding: 50px 80px;
          box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
        }

.projects .box:hover span, .projects .box:hover h4, .projects .box:hover p {
  color: #fff;
}


.projects .box-sapur {
  padding: 80px 80px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #7ea9c9;
  aspect-ratio: 1 / 1;
  background: linear-gradient(0deg, #7ea9c9 0%, rgba(65, 95, 113, 0.6) 90%), url("../img/sq-sapur.png");
  background-position: center; 
  background-repeat: no-repeat; 
  background-attachment: scroll;
  border-radius: 5px;
}

.projects .box-sapur span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #1a8fac;
    
}
.projects i:hover {
    font-size: 14px;
    transition: transform 0.3s ease;
}
.projects .box-sapur h2  {
            color: white; 
            font-size: 3rem;
            font-weight: 300;
            margin-bottom: 10px;
            line-height: 1;
}
.projects .box-sapur p, a {
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.projects .box-sapur .logo {
            text-align: right;
}

.projects .box-sapur:hover {
          background: linear-gradient(0.125turn,rgba(44,112,229,0.85) 0%,rgba(0,85,133,1) 75%);
          padding: 50px 80px;
          box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
        }

.projects .box-sapur:hover span, .projects .box-sapur:hover h4, .projects .box-sapur:hover p {
  color: #fff;
}


.projects .box-okter {
  padding: 80px 80px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #3a4757;
  aspect-ratio: 1 / 1;
  background: linear-gradient(0deg, #9ab2bf 0%, rgba(65, 95, 113, 0.6) 90%), url("../img/sq-okter.png");
  background-position: center; 
  background-repeat: no-repeat; 
  background-attachment: scroll;
  border-radius: 5px;
}

.projects .box-okter span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #1a8fac;
    
}
.projects i:hover {
    font-size: 14px;
    transition: transform 0.3s ease;
}
.projects .box-okter h2  {
            color: white; 
            font-size: 3rem;
            font-weight: 300;
            margin-bottom: 10px;
            line-height: 1;
}
.projects .box-okter p, a {
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.projects .box-okter .logo {
            text-align: right;
}

.projects .box-okter:hover {
          background: linear-gradient(0.125turn,rgba(44,112,229,0.85) 0%,rgba(0,85,133,1) 75%);
          padding: 50px 80px;
          box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
        }

.projects .box-okter:hover span, .projects .box-okter:hover h4, .projects .box-okter:hover p {
  color: #fff;
}



.projects .box-trato {
  padding: 80px 80px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #3a4757;
  aspect-ratio: 1 / 1;
  background: linear-gradient(0deg, #9ab2bf 0%, rgba(65, 95, 113, 0.6) 90%), url("../img/sq-trato.png");
  background-position: center; 
  background-repeat: no-repeat; 
  background-attachment: scroll;
  border-radius: 5px;
}

.projects .box-trato span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #1a8fac;
    
}
.projects i:hover {
    font-size: 14px;
    transition: transform 0.3s ease;
}
.projects .box-trato h2  {
            color: white; 
            font-size: 3rem;
            font-weight: 300;
            margin-bottom: 10px;
            line-height: 1;
}
.projects .box-trato p, a {
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.projects .box-trato .logo {
            text-align: right;
}

.projects .box-trato:hover {
          background: linear-gradient(0.125turn,rgba(44,112,229,0.85) 0%,rgba(0,85,133,1) 75%);
          padding: 50px 80px;
          box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
        }

.projects .box-trato:hover span, .projects .box-trato:hover h4, .projects .box-trato:hover p, .projects .box-trato:hover a {
  color: #fff;
}

.projects .box-asumo {
  padding: 80px 80px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #7ea9c9;
  aspect-ratio: 1 / 1;
  background: linear-gradient(0deg, #1a8fac 0%, rgba(65, 95, 113, 0.6) 90%), url("../img/sq-asumo.png");
  background-position: center; 
  background-repeat: no-repeat; 
  background-attachment: scroll;
  border-radius: 5px;
}

.projects .box-asumo span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #1a8fac;
    
}
.projects i:hover {
    font-size: 14px;
    transition: transform 0.3s ease;
}
.projects .box-asumo h2  {
            color: white; 
            font-size: 3rem;
            font-weight: 300;
            margin-bottom: 10px;
            line-height: 1;
}
.projects .box-asumo p, a {
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.projects .box-asumo .logo {
            text-align: right;
}

.projects .box-asumo:hover {
          background: linear-gradient(0.125turn,rgba(44,112,229,0.85) 0%,rgba(0,85,133,1) 75%);
          padding: 50px 80px;
          box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
        }

.projects .box-asumo:hover span, .projects .box-asumo:hover h4, .projects .box-asumo:hover p {
  color: #fff;
}



/*--------------------------------------------------------------
# Projects Double
--------------------------------------------------------------*/
        .project-card {
            display: flex;
            flex-direction: column;
            width: 100%;
            cursor: pointer;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
            transition: box-shadow 0.3s ease;
            border-bottom: 1px solid #fff;
        }

        .project-card:hover {
            box-shadow: 0 15px 30px rgba(0,0,0,0.3);
            border-bottom: 2px solid #7ea9c9;
        }

        /* Верхний квадрат (логотип) */
        .card-logo {
            aspect-ratio: 1 / 1;
            background: #7ea9c9;
            display: flex;
            align-items: center;
            justify-content: center;
        }

       .card-logo:hover {
            aspect-ratio: 1 / 1;
            background: linear-gradient(0.125turn,rgba(44,112,229,1) 0%,rgba(5,32,87,0.8) 100%);
            
            display: flex;
            align-items: center;
            justify-content: center;
        }
       
       

        .card-logo img {
            width: 50%;
            height: 50%;
            object-fit: contain;
            transition: transform 0.5s ease;
            filter: brightness(0) invert(1);
        }

        /* Нижний квадрат (текст) */
        .card-content {
            aspect-ratio: 1 / 1;
            background-color: #0b1e33;
            color: white;
            display: flex;
            flex-direction: column;
            padding: 30px;
            transition: padding 0.5s ease;
            box-sizing: border-box;
            border-top: 2px solid #fff;
        }

        .card-content .content-wrapper {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 0;
        }

        .card-content h3 {
            color: #fff;
            font-size: 1.4rem;
            margin-bottom: 0.5rem;
            font-weight: 600;
        }

        .card-content p {
            font-size: 1rem;
            margin-bottom: 1rem;
            opacity: 0.9;
            display: -webkit-box;
            -webkit-line-clamp: 10;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .card-content a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            transition: all 0.3s ease;
            border-bottom: 1px solid transparent;
            align-self: flex-start;
        }

        /* Анимации при наведении на карточку */
        .project-card:hover .card-logo img {
            transform: scale(1.25);
        }

        .project-card:hover .card-content {
            padding-top: 20px;
            padding-bottom: 30px;
        }
        .project-card:hover .card-content h3 {
            color: #00b1f3;
        }
        .project-card:hover .card-content a {
            color: #00b1f3;
            transform: translateX(5px);
            border-bottom-color: white;
        }

        /* Адаптивность */
        @media (max-width: 767px) {
            .card-content h3 { font-size: 1.4rem; }
            .card-content p { font-size: 1.2rem; }
        }


/*--------------------------------------------------------------
# What we do 
--------------------------------------------------------------*/
section .wwd {
  background: #7ea9c9;

}

.wwd .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #7ea9c9;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
}

.wwd .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #1a8fac;
    
}

.wwd .box h2  {
            color: white; 
            font-size: 2rem;
            font-weight: 300;
            margin-bottom: 10px;
            line-height: 1;
}

.wwd .box p {
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.wwd .box:hover {
  background: linear-gradient(0.125turn,rgba(44,112,229,1) 0%,rgba(5,32,87,0.8) 100%);
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.wwd .box:hover span, .wwd .box:hover h4, .wwd .box:hover p {
  color: #fff;
}
.wwd i:hover {
  color: #2c70e5;
  font-size: 5rem;
  transition: all ease-in-out 0.3s;
}
.wwd .box:hover h2 {
  color: #00b1f3;
}

/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/
.contacts .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #7ea9c9;
  aspect-ratio: 1 / 1;
  border-radius: 5px;    
}

.contacts .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #1a8fac;
    
}

.contacts .box h2  {
            color: white; 
            font-size: 2rem;
            font-weight: 300;
            margin-bottom: 10px;
            line-height: 1;
}

.contacts .box a, p {
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.contacts .box:hover {
            background: linear-gradient(0.125turn,rgba(44,112,229,1) 0%,rgba(5,32,87,0.8) 100%);
  padding: 50px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.contacts .divider:hover {
  color: #2c70e5;
}

.contacts .box:hover i {
  color: #00b1f3;

}.contacts .box:hover h2 {
  color: #dedede;
}

        /* Адаптивность */
        @media (max-width: 767px) {
            .contacts .box {
            padding: 30px 20px;
}
            .contacts .box:hover {
            padding: 30px 20px;

}
            .contacts .box h2  {
            color: white; 
            font-size: 1.4rem;
}

        }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  color: var(--default-color);
  padding: 7px;
  transition: all 0.5s;
  z-index: 997;
}

.header .header-container {
  background: var(--surface-color);
  border-radius: 10px;
  padding: 5px 25px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.scrolled .header .header-container {
  background: color-mix(in srgb, var(--surface-color), transparent 5%);
}

.header .logo {
  line-height: 1;
  padding-left: 5px;
}

.header .logo img {
  max-height: 48px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  color: var(--heading-color);
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 20px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {
  .header {
    padding-top: 10px;
  }

  .header .header-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 5px 10px 15px;
  }

  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 10px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 1px; 
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  border-top: 1px solid #2c70e5;
  background: #051a41;
  padding: 0 0 0 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #051a41;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", saserif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #272f3c;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1a8fac;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #272f3c;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #1a8fac;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #1a8fac;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #d3af71;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  background: linear-gradient(45deg, color-mix(in srgb, var(--accent-color), transparent 5%) 50%, color-mix(in srgb, var(--accent-color), transparent 98%) 25%, transparent 50%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(44, 112, 229, .6), rgba(0, 0, 0, .75)), url("../img/hero-bg.jpg");
  background-size: cover;
/*
    background: radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--accent-color), transparent 92%), transparent 40%);
*/
    pointer-events: none;
}

.hero .hero-content {
  position: relative;
  z-index: 1;
}

.hero .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero .hero-content h1 .accent-text {
  color: var(--accent-color);
}

@media (max-width: 992px) {
  .hero .hero-content {
    text-align: center;
    margin-bottom: 3rem;
  }

  .hero .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero .hero-content .hero-buttons {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .hero .hero-content h1 {
    font-size: 2rem;
  }
}

.hero .company-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  border-radius: 50px;
  color: var(--accent-color);
  font-weight: 500;
}

.hero .company-badge i {
  font-size: 1.25rem;
}

.hero .btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.hero .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 20%);
  border-color: color-mix(in srgb, var(--accent-color), black 20%);
}

.hero .btn-link {
  color: var(--heading-color);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.hero .btn-link:hover {
  color: var(--accent-color);
}

.hero .btn-link i {
  font-size: 1.5rem;
  vertical-align: middle;
}

.hero .hero-image {
  position: relative;
  text-align: center;
  z-index: 1;
}

.hero .hero-image img {
  max-width: 100%;
  height: auto;
}

.hero .customers-badge {
  bottom: 10px;
  padding: 0rem;
  max-width: 70%;
  animation: float-badge 3s ease-in-out infinite;
  will-change: transform;
  text-align: center;
    
}

.hero .customers-badge .customer-avatars {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.hero .customers-badge .avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--surface-color);
  margin-left: -8px;
}

.hero .customers-badge .avatar:first-child {
  margin-left: 0;
}

.hero .customers-badge .avatar.more {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
}

.hero .customers-badge p {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

@media (max-width: 992px) {
  .hero .customers-badge {
    position: static;
    margin: 1rem auto;
    max-width: 250px;
  }
}

.hero .stats-row {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
  background-color: var(--surface-color);
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding-bottom: 2rem;
}

.hero .stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}

.hero .stat-item .stat-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  border-radius: 50px;
  transition: 0.3s;
}

.hero .stat-item .stat-icon i {
  font-size: 1.5rem;
  color: var(--accent-color);
}

.hero .stat-item:hover .stat-icon {
  background-color: var(--accent-color);
}

.hero .stat-item:hover .stat-icon i {
  color: var(--contrast-color);
}

.hero .stat-item .stat-content {
  flex-grow: 1;
}

.hero .stat-item .stat-content h4 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.hero .stat-item .stat-content p {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}

@media (max-width: 575px) {
  .hero .stat-item {
    padding: 1.5rem;
  }
}

@keyframes float-badge {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}




.customers-badge {
  bottom: 10px;
  padding: 0rem;
  max-width: 70%;
  animation: float-badge 3s ease-in-out infinite;
  will-change: transform;
  text-align: center;
    
}

.customers-badge {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}


.customers-badge p {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

@media (max-width: 992px) {
  .customers-badge {
    position: static;
    margin: 1rem auto;
    max-width: 250px;
  }
}
/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(80);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Custom Box
--------------------------------------------------------------*/
        .box {
            padding: 50px 30px;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            transition: all ease-in-out 0.3s;
            background: #2c70e5;
            aspect-ratio: 1 / 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: left;
            text-align: left;
            width: 100%; 
        }

        .box:hover {
          background: linear-gradient(0.125turn,rgba(40,48,61,0.75) 0%,rgba(40,48,61,1) 100%);
          padding: 30px 30px 70px 30px;
          box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
        }

        .box i {
            color: white; 
            margin-bottom: 15px;
        }

        .box h2 {
            color: white; 
            font-size: 2rem;
            font-weight: 300;
            margin-bottom: 10px;
            line-height: 1.1;
        }

        .box p {
            font-size: 1rem;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .box a {
            color: white;
            text-decoration: none;
            transition: border-color 0.2s;
            font-weight: 500;
        }

        .box a:hover {
            border-bottom-color: white;
        }
        .divider {
            border-bottom: 2px solid #fff;
            margin: 20px 0;
            width: 20%;
        }

        /* Секция-разделитель */
        
        .divider-section {
            background-color: #f8f9fa;      /* светлый фон, можно изменить */
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 40px 0;
        }

        .divider-content {
            color: #6c757d;
            font-size: 1.2rem;
            letter-spacing: 4px;
            text-transform: uppercase;
        }

        /* Небольшие корректировки для отступов секций */
        .section {
            padding: 60px 0;
        }

        .section:first-child {
            padding-top: 30px;
        }


.promo {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .7)), url(assets/img/promo.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}

        /* Секция-разделитель */
        
        .divider-section {
            background-color: #f8f9fa;      /* светлый фон, можно изменить */
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 40px 0;
        }

        .divider-content {
            color: #6c757d;
            font-size: 1.2rem;
            letter-spacing: 4px;
            text-transform: uppercase;
        }
        .divider-text p {
            color: #6c757d;
            font-size: 1.2rem;
        }

        /* Небольшие корректировки для отступов секций */
        .section {
            padding: 60px 0;
        }

        .section:first-child {
            padding-top: 30px;
        }