/* font-family: 'Hind', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@600&display=swap');

/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

/* Import the Rubik font */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap');

/* Apply the Rubik font to the entire document */
body {
    font-family: 'Rubik', sans-serif;
    margin: 0;
  padding: 0;
  overflow-x: hidden;
}


/* New Section */

.home-services-area .section-heading .section_divider {
	background-color: rgba(255, 255, 255, 0.1)
}

.home-services-area .section-heading .section_divider:after {
	background-color: #fff
}

.home-services-area .home-services-content-wrap {
	margin-top: 36px
}

.home-services-area .home-services-content-wrap .home-service-item {
	background-color: #fff;
    height: 100%;
	-webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.3);
	-moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.3);
	box-shadow: 0 0 40px rgba(14, 16, 48, 0.3);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
    position: relative;
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-img-box {
	position: relative
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-img-box img {
	width: 100%;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	-webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
	-moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
	box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
	height:350px;
	object-fit:cover;	
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-img-box .home-service_profile {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-img-box .home-service_profile li {
	display: inline-block
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-img-box .home-service_profile li a {
	color: #363c3a;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	z-index: 1
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-img-box .home-service_profile li a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #593ecc;
	z-index: -1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-img-box .home-service_profile li a:hover {
	color: #fff
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-img-box .home-service_profile li a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-img-box:after {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 40px;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #fff
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-detail {
	padding: 32px 40px 38px 40px;
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-detail .home-service-title-box {
	
	z-index: 1
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-detail .home-service-title-box .home-service-title {
	font-size: 24px;
	margin-bottom: 10px;
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-detail .home-service-title-box .home-service-title a {
	color: #363c3a;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	position: relative
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-detail .home-service-title-box .home-service-title a:hover {
	color: #7ab644
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-detail .home-service-title-box .home-service-meta {
    font-weight: 400;
    font-size: 19px;
    color: #666;
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-detail .home-service-title-box p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-detail .home-service-title-box .home-service-links li {
	display: inline-block;
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-detail .home-service-title-box .home-service-links li a {
	color: #727079;
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	margin-right: 5px;
	line-height: 32px;
	background-color: rgba(87, 84, 81, 0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-detail .home-service-title-box .home-service-links li a:hover {
	background-color: #7ab644;
	color: #fff
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-detail .home-service-title-box .home-service-link {
	color: #727079;
	text-transform: capitalize;
	font-weight: 500;
	text-align: center;
	padding: 10px 20px;
	display: inline-block;
	background-color: rgba(87, 84, 81, 0.1);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    position: absolute;
    bottom: 15px;
    left: 40px;
}

.home-services-area .home-services-content-wrap .home-service-item .home-service-detail .home-service-title-box .home-service-link:hover {
	background-color: #7ab644;
	color: #fff
}

.home-services-area .home-services-content-wrap .home-service-item:hover .home-service-img-box .home-service-profile {
	opacity: 1;
	visibility: visible;
	bottom: 30px
}

.home-services-area .home-services-content-wrap .home-service-item:hover .home-service-title-box .home-service-link {
	background-color: #7ab644;
	color: #fff;
	border-color: #7ab644
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-services-area .home-services-content-wrap .col-lg-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

.home-services-area .button-shared {
	margin-top: 30px
}

/*.section-heading .section_meta {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #7ab644;
	background: #dbe3f0;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	letter-spacing: .6px;
	margin-bottom: 5px;
	font-weight: 400
}
*/

.urho-lead-20 {
  list-style: none;
}

.urho-lead-20 li::before {
  content: "• ";
  color:#4CAF50;
  font-size: 28px;
}

.section-heading .section_title2,
.section-heading .section_meta2 {
	color: #fff
}

.section-heading .section_meta2 {
	background-color: rgba(255, 255, 255, 0.1)
}

.section-heading .section_meta3 {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 6px 15px
}
/* End New Section*/

:root {
  --urho-indigo: #092030;
  --urho-blue-2: #7599F6;
  --urho-blue-3: #E3F2FD;
  --urho-teal:   #7ab644;
  --urho-gray-1: #212121;
  --urho-gray-2: #616161;
  --urho-gray-3: #9E9E9E;
  --urho-gray-4: #BDBDBD;
  --urho-gray-5: #E0E0E0;
  --urho-gray-6: #F5F5F5;

  --box-shadow-large: 0px 10px 50px #2121211a;
  --box-shadow-medium: 0px 6px 30px 0px #21212114;
}
ul {
    list-style: none;
}
.home-services-area {
    padding: 30px 0;
    position: relative;
    /*background: url(../images/home/bg-pattern.png);*/
}

/* .btn {
    white-space: nowrap;
} */
.btn-white {
    background-color: var(--bs-white);
}
.btn-white:hover {
    color: var(--bs-white);
    background-color: var(--urho-teal);
}
.urho-lead-20 {
    text-align: start;
}
.btn-gray {
    background-color: var(--urho-gray-1);
    color: var(--bs-white);
}
.btn-gray:hover {
    background-color: var(--urho-teal);
}
.btn-indigo {
    background-color: var(--urho-indigo);
    color: var(--bs-white);
}
.btn-indigo:hover {
    background-color: var(--urho-gray-1);
    color: var(--bs-white);
}
.header-scrolled .btn-outline-light {
    background-color: var(--urho-indigo);
    border-color: transparent;
}
.header-scrolled .btn-outline-light:hover {
    background-color: var(--urho-gray-1);
    color: var(--bs-white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    margin-top: 20px;
    line-height: 1.1;
}
.urho-lead-18,
.urho-lead-20 {
    color: var(--urho-gray-2);
}
.urho-lead-18 {
    font-size: 18px;
}
.urho-lead-20 {
    font-size: 20px;

}
.portfolio-classic .urho-lead-20 {
    max-width: 930px;
}
.urho-title-18,
.urho-title-24 {
    display: block;
    font-family: 'Rubik', sans-serif;
    color: var(--urho-gray-1);
}
.urho-title-18 {
    font-size: 18px;
}
.urho-title-24 {
    font-size: 24px;
}
.text-indigo {
    color: var(--urho-indigo);
}
.subheader {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--urho-indigo);
}
@media (min-width: 992px) {
    .subheader {
        font-size: 20px;
    }
}

/* Section Padding */
.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-padding-top {
    padding-top: 60px;
}
.section-padding-bottom {
    padding-bottom: 60px;
}
@media (min-width: 992px) {
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-padding-top {
        padding-top: 50px;
    }
    .section-padding-bottom {
        padding-bottom: 50px;
    }
}

.preloader {
    z-index: 100;
}
.preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: var(--urho-indigo);
}
.preloader .spinner {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid var(--bs-white);
    border-top-color: var(--urho-gray-1);
    -webkit-animation: preloader 1s linear infinite;
            animation: preloader 1s linear infinite;
    }
@-webkit-keyframes preloader {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes preloader {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.preloader.loaded{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 2s ease, opacity 0.8s ease 0.4s;
            transition: visibility 2s ease, opacity 0.8s ease 0.4s;
}
@media (min-width: 992px) {
    .preloader .spinner {
        width: 100px;
        height: 100px;
        }
}

/* Breadcrumb */
.breadcrumb,
.breadcrumb a {
    color: var(--urho-blue-3);
    font-size: 18px;
}
.single__hero-small-gray .breadcrumb,
.single__hero-small-gray .breadcrumb a {
    color: var(--urho-gray-1);
}


/* Video */
.video-player-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 200;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.video-player-overlay.video-visible {
    pointer-events: all;
    opacity: 1;
}
.video-player-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    scale: 0.5;
    opacity: 0;
    transition: scale 0.6s ease, opacity 0.4s ease-out;
}
.video-player-popup iframe,
.video-player-popup video {
    position: fixed;
    width: 90%;
    aspect-ratio: 16/9;
}
.video-visible .video-player-popup {
    scale: 1;
    opacity: 1;
}
@media (min-width: 1200px) {
    .video-player-popup iframe,
    .video-player-popup video {
        width: 70%;
    }
}

/* Info Box */
.info-box {
    width: 100%;
    height: 72px;
    background: rgb(10,131,214);
    background: linear-gradient(101deg, rgba(10,131,214,1) 0%, rgba(11,154,208,1) 12%, rgba(19,129,180,1) 24%, rgba(48,185,193,1) 36%, rgba(52,179,185,1) 48%, rgba(70,196,175,1) 60%, rgba(90,202,156,1) 73%, rgba(60,177,152,1) 86%, rgba(9,91,139,1) 100%);
}
.info-box span {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
}
@media (min-width: 768px) {
    .info-box span {
        font-size: 20px;
    }
}

/* Nav */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 128px;
    background-color: var(--urho-indigo);
    transition: background-color 0.2s ease, height 0.2s ease;
    z-index: 99;
}
@media (min-width: 992px) {
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1400px) {
    .header {
        padding-left: 100px;
        padding-right: 100px;
    }
}
.header.sticky-top {
    top: 72px;
}
.header-white {
    background-color: var(--bs-white);
    box-shadow: var(--box-shadow-large);
}
.header-white .nav{
    background-color: var(--bs-white);
}
.header-white .navigation a {
    color: var(--urho-gray-1);
    transition: all 0.3s ease;
}
.header-white .navigation a:hover{
    color: #7ab644;
}
.header-white .navigation a.active{
    color: #7ab644;
}
.header-scrolled {
    background-color: var(--bs-white);
    box-shadow: var(--box-shadow-large);
}
.navigation {
    display: flex;
    transform: translateY(8px);
}
.nav-brand {
    z-index: 100;
}
.nav-brand .logo,
.nav-brand .logo-dark {
    transform: translateY(-4px);
}
.nav-brand span{
    margin-right: 20px;
    font-family: 'Rubik', sans-serif;
    line-height: 1;
    font-size: 24px;
    color: var(--bs-white);
}
.header-scrolled .nav-brand span {
    color: var(--urho-gray-1);
}
.dropdown-nav + ul {
    display: none;
}
.dropdown-nav + ul li a{
    position: relative;
    width: auto;
}
.dropdown-nav + ul li a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
    background: var(--bs-white);
}

.header-white .dropdown-nav + ul li a::before {
    background: var(--urho-gray-1);
}
.header-scrolled .dropdown-nav + ul li a::before {
    background: var(--urho-gray-1);
}
.dropdown-nav + ul.dropdown-nav-open {
    display: block;
}
.navigation li {
    width: 100%;
}
.navigation li:not(.navigation li:last-child) {
    margin-right: 38px;
}
.navigation > li a {
    padding-bottom: 4px;
}
.navigation a {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-white);
    transition: all 0.3s ease;
}
.navigation a:hover{
    color: #7ab644;
}
.navigation a.active{
    color: #7ab644;
}
.header-scrolled .navigation a {
    color: var(--urho-gray-1);
    transition: all 0.3s ease;
}
.header-scrolled .navigation a:hover {
    color: #7ab644;
}
.header-scrolled .navigation a.active {
    color: #7ab644;
}
@media (max-width: 991px) {
    .nav {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 50px 0 20px;
        background-color: var(--urho-indigo);
        box-shadow: var(--box-shadow-large);
        transform: translateY(-100%);
    }
    .header-scrolled .nav {
        background-color: var(--bs-white);
    }
    .nav-active .nav {
        transition: transform 0.4s ease;
        transform: translateY(0);
    }
    .navigation {
        flex-direction: column;
        text-align: center;
        line-height: 1.8;
    }
}
@media (min-width: 992px) {
    .navigation li{
        position: relative;
    }
    .navigation li:hover > ul {
        display: block;
        position: absolute;
        left: -20px;
        width: 180px;
        padding: 20px 0;
        background-color: var(--bs-white);
        border-radius: 8px;
        box-shadow: var(--box-shadow-large);
    }
    .navigation li li:hover > ul {
        top: -14px;
        left: 100%;
    }
    .dropdown-nav + ul li:not(li:first-child){
        margin-top: 16px;
    }
    .dropdown-nav + ul li:not(li:last-child) a{
        margin-bottom: 16px;
    }
    .dropdown-nav + ul > li:not(li:last-child) a{
        position: relative;
    }
    .dropdown-nav + ul > li:not(li:last-child) a::after{
        content: '';
        pointer-events: none;
        position: absolute;
        bottom: -16px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: var(--urho-gray-5);
    }
    .navigation li > ul li{
        padding: 0 20px;
     }
     .navigation li > ul a{
         color: var(--urho-gray-1);
     }
     .dropdown-nav + ul li a{
        width: 100%;
    }
    .dropdown-nav + ul li a::before {
        display: none;
    }
}
.menu-btn {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
}
.hamburger-top,
.hamburger-middle,
.hamburger-bottom {
    position: absolute;
    left: 18px;
    width: 24px;
    height: 2px;
    background: var(--bs-white);
    border-radius: 8px;
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
            transition: transform 0.3s ease, opacity 0.3s ease;
}
.header-white .hamburger-top,
.header-white .hamburger-middle,
.header-white .hamburger-bottom {
    background: var(--urho-gray-1);
}
.hamburger-top {
    top: 22px;
}
.hamburger-middle {
    top: 29px;
}
.hamburger-bottom {
    bottom: 22px;
}
.nav-active .menu-btn {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: transform 0.5s ease;
            transition: transform 0.5s ease;
}
.nav-active .hamburger-top {
    -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
            transform: rotate(-45deg) translateY(5px) translateX(-5px);
}
.nav-active .hamburger-middle {
    opacity: 0;
}
.nav-active .hamburger-bottom {
    -webkit-transform: rotate(45deg) translateY(-5px) translateX(-5px);
            transform: rotate(45deg) translateY(-5px) translateX(-5px);
}
@media (max-width: 991px) {
  .navigation li:first-child a {
    padding-top: 25px;
  }
}

.header-scrolled .hamburger-top,
.header-scrolled .hamburger-middle,
.header-scrolled .hamburger-bottom {
    background: var(--urho-gray-1);
}
.search {
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 20px;
    background-color: var(--urho-blue-3);
    border-radius: 50%;
    transition: background-color 0.2s ease;
}
.search:hover {
    background-color: var(--urho-indigo);
}
.search path {
    transition: fill 0.2s ease;
}
.search:hover path{
    fill: var(--bs-white);
}
@media (min-width: 1400px) {
    .header button {
        margin-left: 40px;
    }
    .search {
        margin: 0 68px;
    }
}

/* Hero */
.page-home .hero {
    padding-top: 140px;
    background-color: var(--urho-indigo);
}
.page-home .hero span,
.page-home .hero p {
    color: var(--urho-blue-3);
    font-size: 16px;
}
.page-home .hero h1 {
    font-size: 48px;
}
.page-home .hero p {
    margin-bottom: 40px;
}
.carousel-item {
    overflow: hidden;
}
.carousel-item .container-fluid {
    max-width: 1840px;
}
.carousel-item:nth-child(1) .container-fluid {
    background:
        url(../images/backgrounds/lines.svg) right 10% bottom 5%,
        url(../images/backgrounds/triangles.svg) left 5% top 480px;
    background-repeat: no-repeat;
    background-size: 50%, 20%;
}
.carousel-item:nth-child(2) .container-fluid {
    background: url(../images/backgrounds/triangles.svg) no-repeat left 5% top 400px;
    background-size: 20%;
}
.carousel__img img{
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .carousel-item:nth-child(1) .container-fluid{
        background:
            url(../images/backgrounds/dots.svg) right 45% bottom 0,
            url(../images/backgrounds/lines.svg) right 15% bottom 25%,
            url(../images/backgrounds/waves.svg) left 30% bottom 5%,
            url(../images/backgrounds/triangles.svg) left 35% top 0;
        background-repeat: no-repeat;
        background-size: 150px, 200px, 120px, 100px;
    }
    .carousel-item:nth-child(2) .container-fluid{
        background:
            url(../images/backgrounds/triangles.svg) left 45% top 0,
            url(../images/backgrounds/waves.svg) left 40% bottom 10%;
        background-repeat: no-repeat;
        background-size: 100px, 200px
    }
    .carousel-item:nth-child(2) {
        background:
            url(../images/backgrounds/lines.svg) no-repeat left -50px bottom -120px;
        background-size: 200px
    }
    .page-home .hero h1 {
        line-height: 1.1;
        font-size: 46px;
    }
    .carousel__img img{
        height: 500px;
        width: auto;
    }
}
@media (min-width: 1200px) {
    .carousel-item:nth-child(2) {
        background-position: left -50px bottom -80px;
    }
    .page-home .hero h1 {
        font-size: 56px;
    }
    .page-home .hero span,
    .page-home .hero p {
        font-size: 20px;
    }
    .carousel__img img{
        height: 560px;
    }
}
@media (min-width: 1400px) {
    .carousel-item:nth-child(1) .container-fluid{
        background-position:
            right 45% bottom 5%,
            right 15% bottom 25%,
            left 25% bottom 10%,
            left 25% top 0;
        background-size: 200px, 250px, 200px, 150px;
    }
    .carousel__img img{
        height: 700px;
    }
    .page-home .hero h1 {
        font-size: 68px;
    }
}
@media (min-width: 1800px) {
    .carousel-item:nth-child(1) .container-fluid{
        background-position:
            right 48% bottom 5%,
            right 15% bottom 25%,
            left 25% bottom 10%,
            left 25% top 10%;
    }
    .carousel-item:nth-child(2) {
        background-size: 250px
    }
    .carousel-item:nth-child(2) .container-fluid{
        background-position:
            left 45% top 5%,
            left 40% bottom 10%;
        background-size: 200px, 350px
    }
    .carousel__img img{
        height: 900px;
    }
    .page-home .hero h1 {
        font-size: 90px;
    }
}

/* Single Page Hero */
.single__hero {
    padding-top: 130px;
    padding-bottom: 50px;
    background-color: var(--urho-indigo);
}
.single__hero-small {
    margin-top: 128px;
    height: 300px;
    background-color: var(--urho-indigo);
}
.single__hero-small-gray {
    margin-top: 200px;
    height: 250px;
    background-color: var(--urho-gray-6);
    color: var(--urho-gray-1);
}
@media (min-width: 992px) {
    .single__hero {
        height: 540px;
    }
    .single__hero .container {
        background:
            url('../images/backgrounds/triangles.svg'),
            url('../images/backgrounds/waves.svg'),
            url('../images/backgrounds/lines.svg');
        background-repeat: no-repeat;
        background-position:
            left 5% top 10%,
            left 20% bottom 5%,
            right 0 center;
        background-size: 140px, 190px, 240px;
    }
    .single__hero-small {
        height: 400px;
    }
    .single__hero-small .container {
        background:
            url('../images/backgrounds/triangles.svg'),
            url('../images/backgrounds/lines.svg');
        background-repeat: no-repeat;
        background-position:
            left 5% bottom 25%,
            right 0 center;
        background-size: 140px, 240px;
    }
    .single__hero-small-gray {
        height: 316px;
    }
    .page-about .about-boxes {
        padding-top: 100px;
     }
}
@media (min-width: 1400px) {
    .page-about .about-boxes {
       padding-top: 250px;
    }
}
 
/* About */
.about-images img {
    height: 600px;
    -webkit-object-fit: cover;
            object-fit: cover;
}
.about-images img:nth-of-type(2) {
    border: 8px solid var(--bs-white);
    box-shadow: var(--box-shadow-large);
    top: 160px;
    left: 120px;
}
.page-about .about-images img:nth-of-type(2) {
    top: 120px;
}
@media (min-width: 1400px) {
    .about-images img {
        height: 760px;
    }
}

/* Boxes */
.boxes {
    margin-bottom: 2px;
}
@media (min-width: 992px) {
    .boxes {
        margin-bottom: 2px;
    }
}
.boxes img {
    height: 360px;
    -webkit-object-fit: cover;
            object-fit: cover;
}
.boxes-box-one,
.boxes-box-two {
    min-height: 408px;
    padding: 50px 20px;
}
@media (min-width: 768px) {
    .boxes img {
        height: 100%;
    }
    .boxes-box-one,
    .boxes-box-two {
        height: 100%;
        padding: 0 50px;
    }
}
@media (min-width: 992px) {
    .boxes img,
    .boxes-box-one,
    .boxes-box-two {
        min-height: 488px;
    } 
}
@media (min-width: 1200px) {
    .boxes-box-one,
    .boxes-box-two {
        padding: 0 50px
    } 
}
@media (min-width: 1800px) {
    .boxes-box-one,
    .boxes-box-two {
        padding: 0 80px
    } 
}
.boxes-box-one {
    background-color: var(--urho-gray-1);
}
.boxes-box-two {
    background-color: var(--urho-indigo);
}
.boxes span {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
}
.boxes p {
    font-size: 18px;
}
.boxes-box-one p {
    color: var(--urho-gray-6);
}
.boxes-box-two p {
    color: var(--urho-blue-3);
}
.boxes a {
    position: relative;
    font-size: 20px;
    transition: padding-left 0.2s ease;
}
.boxes a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0px;
    height: 3px;
    background-color: var(--bs-white);
    transition: width 0.2s ease;
}
.boxes a:hover {
    padding-left: 45px;
}
.boxes a:hover::after {
    width: 30px;
}

/* Features */
.features ul {
    list-style-image: url('../images/icons/check.svg');
    padding: 0 30px;
}
.features li {
    margin-bottom: 24px;
    padding-left: 26px;
    font-size: 20px;
    color: var(--urho-gray-2);
}

/* Portfolio */
.page-home .portfolio-classic .container-fluid{
    background-color: var(--urho-gray-6);
}
.portfolio-box {
    position: relative;
    cursor: pointer;
}
.portfolio-box img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    align-items: center;
}
.portfolio-classic .portfolio__description,
.portfolio-gallery .portfolio__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 0.8;
}
.portfolio-classic .portfolio__description {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: var(--bs-white);
    transition: opacity 0.4s ease, height 0.4s ease;
}
.portfolio-gallery .portfolio__description {
    padding-top: 30px;
}
@media (min-width: 992px) {
    .portfolio-gallery .portfolio__description {
        padding-top: 50px;
    }
}
.portfolio__description-title {
    color: var(--urho-gray-1);
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    text-align: center;
}
.portfolio-classic .portfolio__description-title {
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition-delay: 0.2s;
}
.portfolio__description span {
    color: var(--urho-indigo);
    font-size: 14px;
}
.portfolio-classic .portfolio__description span {
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition-delay: 0.3s;
}
@media (min-width: 1400px) {
    .portfolio__description-title {
        font-size: 24px;
    }
    .portfolio__description span {
        font-size: 18px;
    }
}
.portfolio-classic .portfolio__description,
.portfolio-classic .portfolio__description-title,
.portfolio-classic .portfolio__description span {
    opacity: 0;
}
@media (hover:hover) {
    .portfolio-classic .portfolio-box:hover .portfolio__description {
        opacity: 1;
        height: 38%;
    }
    .portfolio-classic .portfolio-box:hover .portfolio__description-title,
    .portfolio-classic .portfolio-box:hover .portfolio__description span {
        opacity: 1;
        transform: translateY(0px);
    }
}
/* Portfolio Masonry */
.portfolio-masonry-grid {
    display: grid;
    gap: 10px;
}
.portfolio-masonry-grid img{
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
            object-fit: cover;
}
.portfolio-masonry .portfolio-box:nth-of-type(3) img {
    -webkit-object-position: left;
            object-position: left;
}
.portfolio-masonry .glightbox {
    cursor: none;
}
.portfolio-masonry .portfolio__description{
    position: fixed;
    display: flex;
    opacity: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 46px;
    white-space: nowrap;
    z-index: 100;
    transition: opacity 0.2s ease;
}
.portfolio-masonry .portfolio__description p,
.portfolio-masonry .portfolio__description span{
    background-color: var(--bs-white);
    box-shadow: var(--box-shadow-large);
}
.portfolio-masonry .portfolio__description p {
    padding: 16px 24px;
    margin-bottom: 4px;
}
.portfolio-masonry .portfolio__description span{
    padding: 8px 24px;
}
@media (min-width: 992px) {
    .portfolio-masonry-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    .portfolio-masonry-grid .portfolio-box:nth-child(2) {
        grid-column: 2 / 4;
        grid-row: 1 / 3;
    }
    .portfolio-masonry-grid .portfolio-box:nth-child(3) {
        grid-column:  1 / 2 ;
        grid-row:  2 / 4 ;
    }
}
@media (min-width: 1400px) {
    .portfolio-masonry .portfolio__description p {
        font-size: 24px;
    }
    .portfolio-masonry .portfolio__description span{
        font-size: 18px;
    }
}
/* Masonry Cursor */
@media (hover:hover) {
    .cursor-masonry {
        cursor: none;
        position: fixed;
        width: 48px;
        height: 48px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 2px solid var(--bs-white);
        pointer-events: none;
    }
    .cursor-masonry::before,
    .cursor-masonry::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--bs-white);
    }
    .cursor-masonry::before {
        width: 2px;
        height: 24px;
    }
    .cursor-masonry::after {
        width: 24px;
        height: 2px;
    }
}

/* Footer Contact Us */
.footer-contact-us {
    padding-bottom: 60px;
}
.footer-contact-us p{
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
}
.footer-contact-us a{
    color: var(--urho-indigo);
    transition: color 0.2s ease;
}
.footer-contact-us a:hover{
    color: var(--urho-gray-1);
}
.footer-contact-us img{
    max-width: 75px;
}
@media (min-width: 992px) {
    .footer-contact-us {
        padding-bottom: 150px;
    }
    .footer-contact-us p{
        font-size: 48px;
    }
}

/* Interior */
.interior .container:first-child .row {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.interior .container:first-child .row:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90%;
    height: 1px;
    transform: translateX(-50%);
    background-color: var(--urho-gray-5);
}
@media (min-width: 992px) {
    .interior .container:first-child .row{
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .interior .container:first-child .row:after {
        width: 100%;
    }
}
.interior img {
    max-width: 570px;
    max-height: 780px;
}
.interior-box {
    display: flex;
    align-items: start;
    gap: 30px;
    margin-bottom: 8px;
}
.interior-box span {
    display: inline-block;
    color: var(--urho-gray-1);
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .interior-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .interior-box p{
        text-align: center;
    }
    .interior-box img{
        padding-top: 20px;
    }
}

/* platform */
@media (min-width: 1200px) {
    .platform {
        margin-top: 100px;
    }
}
.platform .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.platform {
    position: relative;
}
@media (min-width: 992px) {
    .platform:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 50%;
        height: 582px;
        background-color: var(--urho-indigo);
        z-index: -1;
    }
}
.platform-description {
    padding: 75px 20px;
    background-color: var(--urho-gray-6);
}
@media (min-width: 992px) {
    .platform-description {
        padding: 75px 60px;
    }
    .platform img {
        height: 582px;
        -webkit-object-fit: cover;
                object-fit: cover;
    }
}
@media (min-width: 1200px) {
    .platform-description {
        padding: 100px 90px;
        max-width: 720px;
    }
    .platform img {
        height: 582px;
    }
}
@media (min-width: 1400px) {
    .platform-description {
        padding: 140px 120px;
    }
    .platform:after,
    .platform img {
        height: 720px;
    }
}

/* Brands */
.brands .swiper {
    max-width: 1400px;
}
.brands .swiper-wrapper {
    display: flex;
    align-items: center;
}
.brands .swiper-slide {
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.brands .swiper-slide img {
    width: auto;
    height: 80px;
    -webkit-object-fit: contain;
            object-fit: contain;
}

.news-item{
  display: flex;
  gap: 60px;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
  align-items: stretch;
  position: relative;
  transition: all 0.4s ease;
}

.news-item::before{
  content: '';
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 0;
  background: linear-gradient(180deg, #4CAF50, #45a049);
  border-radius: 10px;
  transition: height 0.4s ease;
}

.news-item:hover::before{
  height: 80%;
}

.news-item:hover{
  padding-left: 20px;
  background: linear-gradient(90deg, rgba(76,175,80,0.02) 0%, transparent 100%);
}

.news-thumb{
  width: 35%;
  flex-shrink: 0;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,.1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  align-self: flex-start;
}

.news-thumb::after{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(76,175,80,0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.news-item:hover .news-thumb{
  box-shadow: 0 15px 40px rgba(76,175,80,.2);
}

.news-item:hover .news-thumb::after{
  opacity: 1;
}

.news-thumb img{
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.news-item:hover .news-thumb img{
  transform: scale(1.08);
}

.news-info{
  flex: 1;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.news-date{
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #4CAF50;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 16px;
  background: rgba(76,175,80,0.08);
  border-radius: 20px;
  margin-bottom: 15px;
  border: 1px solid rgba(76,175,80,0.15);
  width: fit-content;
}

.news-info h3{
  font-size: 28px;
  margin: 15px 0 18px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  transition: color 0.3s ease;
  cursor: pointer;
}

.news-item:hover .news-info h3{
  color: #4CAF50;
}

.news-info p{
  color: #555;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 25px;
  flex-grow: 1;
}

.news-info a{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  background: transparent;
  border: 2px solid #4CAF50;
  border-radius: 10px;
  color: #4CAF50;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  width: fit-content;
  margin-top: auto;
}

.news-info a::before{
  content: '';
  position: absolute;
  inset: 0;
  background: #4CAF50;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
  z-index: -1;
}

.news-info a:hover::before{
  transform: scaleX(1);
  transform-origin: left;
}

.news-info a:hover{
  color: #fff;
  border-color: #4CAF50;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76,175,80,0.3);
}

.news-info a::after{
  content: "→";
  font-size: 18px;
  transition: transform 0.3s ease;
}

.news-info a:hover::after{
  transform: translateX(5px);
}

/* Animation */
.fade{
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade.show{
  opacity: 1;
  transform: translateX(0);
}

/* Alternating Layout */
.news-item:nth-child(even){
  flex-direction: row-reverse;
}

.news-item:nth-child(even)::before{
  left: auto;
  right: -60px;
}

.news-item:nth-child(even):hover{
  padding-left: 0;
  padding-right: 20px;
  background: linear-gradient(270deg, rgba(76,175,80,0.02) 0%, transparent 100%);
}

.news-item:nth-child(even) .fade{
  transform: translateX(30px);
}

.news-item:nth-child(even) .fade.show{
  transform: translateX(0);
}

/* Mobile */
@media(max-width: 968px){
  .news-item,
  .news-item:nth-child(even){
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 40px 20px;
    align-items: center;
  }
  
  .news-item::before,
  .news-item:nth-child(even)::before{
    display: none;
  }
  
  .news-item:hover,
  .news-item:nth-child(even):hover{
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .news-thumb{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .news-thumb img{
    height: 280px;
    max-height: 280px;
    min-height: 280px;
  }
  
  .news-info{
    padding-right: 0;
    align-items: center;
  }
  
  .news-info h3{
    font-size: 24px;
  }
  
  .news-date{
    margin-bottom: 12px;
  }
}

@media(max-width: 480px){
  .news-info h3{
    font-size: 20px;
  }
  
  .news-thumb img{
    height: 220px;
    max-height: 220px;
    min-height: 220px;
  }
  
  .news-info p{
    font-size: 15px;
  }
}
.image-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.image-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
  animation: zoom .25s ease;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

@keyframes zoom {
  from {transform: scale(.8); opacity: 0;}
  to {transform: scale(1); opacity: 1;}
}

.news-thumb img {
  cursor: zoom-in;
}

.home-news{
  padding: 120px 60px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.home-news h2{
  text-align: center;
  font-size: 42px;
  margin-bottom: 70px;
  font-weight: 700;
  color: #1a1a1a;
  position: relative;
}

.home-news h2::after{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #4CAF50, #45a049);
  border-radius: 2px;
}

#home-news-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  max-width: 1400px;
  margin: 0 auto;
}

.home-news-card{
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  border: 1px solid rgba(0,0,0,.05);
}

.home-news-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4CAF50, #45a049);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.home-news-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(76, 175, 80, 0.15);
  border-color: rgba(76, 175, 80, 0.2);
}

.home-news-card:hover::before{
  transform: scaleX(1);
}

.home-thumb{
  position: relative;
  overflow: hidden;
  height: 280px;
  background: #f8f9fa;
}

.home-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-news-card:hover .home-thumb img{
  transform: scale(1.05);
}

.home-news-card h4{
  padding: 25px 25px 12px;
  font-weight: 600;
  font-size: 20px;
  color: #2c3e50;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.home-news-card:hover h4{
  color: #4CAF50;
}

.home-news-card p{
  padding: 0 25px 20px;
  color: #6c757d;
  font-size: 15px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-news-card a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 25px 30px;
  padding: 12px 24px;
  background: transparent;
  border: 2px solid #4CAF50;
  border-radius: 8px;
  color: #4CAF50;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}

.home-news-card a:hover{
  background: #4CAF50;
  color: #fff;
  transform: translateX(4px);
}

.home-news-card a::after{
  content: "→";
  font-size: 16px;
  transition: transform 0.3s ease;
}

.home-news-card a:hover::after{
  transform: translateX(3px);
}

/* Animation */
.home-fade{
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.home-fade.show{
  opacity: 1;
  transform: translateY(0);
}

/* Mobile */
@media(max-width: 1024px){
  #home-news-container{
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .home-news{
    padding: 80px 40px;
  }
}

@media(max-width: 768px){
  #home-news-container{
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom:20px;
  }
  
  .home-news{
    padding: 60px 20px;
  }
  
  .home-news h2{
    font-size: 32px;
    margin-bottom: 50px;
  }
  
  .home-thumb{
    height: 240px;
  }
}

.about__box img {
  max-width: 100px;
  height: auto;
  border-radius: 12px;
}
/* Testimonials */
.testimonials {
    background:
    url(../images/backgrounds/lines-triangle.svg) left 25% top 0,
    url(../images/backgrounds/waves.svg) right 0 bottom 2%;
    background-repeat: no-repeat;
    background-size: 50px, 120px;
    background-color: var(--urho-indigo);
}
.testimonials .swiper {
    padding-bottom: 50px;
    max-width: 1400px;
}
.testimonials .btn{
    border-radius: 30px;
}
.testimonial {
    padding: 60px 28px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 0 10px;
    background-color: var(--bs-white);
}
.testimonial img{
    width: 300px;
    height: 350px;
    object-fit: scale-down;
}
.testimonial span:nth-of-type(2) {
    font-size: 18px;
    color: var(--urho-indigo);
}
.swiper-pagination-bullet {
    opacity: 1;
    margin: 0 8px;
    background-color: var(--bs-white);
    transition: all 0.4s ease;
}
.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    transform: translateY(4px);
    background-color: var(--bs-white);
}
@media (min-width: 992px) {
    .testimonials {
        background:
            url(../images/backgrounds/lines-triangle.svg) left 40% top 0,
            url(../images/backgrounds/dots.svg) left -30px top 10%,
            url(../images/backgrounds/arrows.svg) left 5% bottom 5%,
            url(../images/backgrounds/lines.svg) right 20% top 10%,
            url(../images/backgrounds/waves.svg) right 5% bottom 5%;
        background-repeat: no-repeat;
        background-size: 50px, 170px, 100px, 140px, 160px;
        background-color: var(--urho-indigo);
    }
}
@media (min-width: 1200px) {
    .testimonials .swiper{
        padding-bottom: 90px;
    }
}
@media (min-width: 1800px) {
    .testimonial {
        padding: 100px 56px;
    }
}
.swiper-slide {
  height: auto;
  display: flex;
}
.product-card,
.testimonial {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.product-card h3,
.testimonial .urho-title-24 {
  min-height: 48px;
  font-weight: 600;
}
.product-card p,
.testimonial .urho-lead-20 {
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.6;
}
.product-card .more,
.testimonial span {
  margin-top: 12px;
  font-weight: 600;
  display: block;
}
.testimonial img,
.product-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 15px;
}
.testimonial {
  padding: 18px 18px;
  border-radius: 16px;
}
.testimonial img {
  height: 260px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 12px;
  background-color: #fff;
}
.testimonial .urho-title-24 {
  font-size: 18px;
  min-height: 40px;
}
.testimonial .urho-lead-20 {
  font-size: 15px;
  line-height: 1.5;
}
.testimonial span {
  font-size: 14px;
}
.swiper-slide {
  display: flex;
  height: auto;
}
.testimonials .swiper {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .testimonial img {
    height: 220px;
    object-fit: contain;
  }
  .testimonial {
    padding: 16px;
  }
}


/* Blog */
.blog-post {
    cursor: pointer;
}
.blog-post:hover .urho-title-24 {
    color: var(--urho-indigo);
}
.blog-post span:nth-of-type(1) {
    font-size: 18px;
    color: var(--urho-gray-3);
}

/* Footer */
.footer-top {
    background-color: var(--urho-indigo);
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (min-width: 768px) {
    .footer-top {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
.footer-top span {
    font-size: 20px;
}
.social-media a{
    cursor: pointer;
    opacity: 0.5;
    margin: 0 12px;
    transition: opacity 0.2s ease;
}
.social-media a:hover{
    opacity: 1;
}

.footer-bottom {
    padding-top: 60px;
    background-color: var(--urho-gray-1);
}
.footer-bottom .container {
    position: relative;
    padding-bottom: 48px;
}
.footer-bottom .container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90%;
    height: 1px;
    transform: translateX(-50%);
    background-color: var(--urho-gray-3);
}
@media (min-width: 1200px) {
    .footer-bottom {
        padding-top: 150px;
    }
    .footer-bottom .container {
        padding-bottom: 150px;
    }
    .footer-bottom .container:after {
        width: 100%;
    }
}
.footer-title {
    display: block;
    margin-bottom: 24px;
    color: var(--bs-white);
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
}
.footer-description a {
    position: relative;
    transition: padding-left 0.2s ease;
}
.footer-description a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0px;
    height: 3px;
    background-color: var(--bs-white);
    transition: width 0.2s ease;
}
.footer-description a:hover {
    padding-left: 45px;
}
.footer-description a:hover::after {
    width: 30px;
}
.footer-content {
    display: flex;
    align-items: start;
}
.footer-content:nth-of-type(2) {
    margin-bottom: 24px;
}
.footer-bottom p {
    color: var(--urho-gray-3);
    font-size: 18px;
}
.footer-content img{
    width: 24px;
    height: auto;
    margin-right: 22px;
    transform: translateY(2px);
}
.footer-bottom ul {
    list-style: none;
    padding: 0;
}
.footer-bottom li {
    margin-bottom: 24px;
}
.footer-bottom a {
    color: var(--urho-gray-3);
    font-size: 18px;
}
.footer-bottom li a{
    position: relative;
    padding-left: 30px;
    transition: padding-left 0.2s ease, color 0.2s ease;
}
.footer-bottom li a::before,
.footer-bottom li a::after {
    content: url(../images/icons/arrow-right.svg);
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0.2;
    transition: opacity 0.2s ease, left 0.2s ease;
}
.footer-bottom a:hover {
    color: var(--bs-white);
}
.footer-bottom li a:hover {
    padding-left: 36px;
}
.footer-bottom li a:hover::before {
    opacity: 1;
}
.footer-bottom li a:hover::after {
    opacity: 1;
    left: 8px;
}

/* Footer Indigo */
.footer-flat {
    padding: 60px 0 48px 0;
    background-color: var(--urho-indigo);
}
.footer-flat ul {
    position: relative;
}
.footer-flat ul::before,
.footer-flat ul::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: var(--urho-blue-3);
}
.footer-flat ul::before {
    top: 0;
}
.footer-flat ul::after {
    bottom: 0;
}
.footer-flat li {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    margin: 10px 0;
}
@media (min-width: 576px) {
    .footer-flat li {
        padding-bottom: 0px;
        margin-bottom: 0px;
        width: 100%;
    }
    .footer-flat li:not(.footer-flat li:last-child) {
        border-bottom: none;
        border-right: 1px solid var(--urho-blue-3);
    }
}
.footer-flat a {
    color: var(--bs-white);
}

/* Copyright */
.copyright {
    padding: 48px 0;
    background-color: var(--urho-gray-1);
}
.copyright span {
    font-size: 18px;
    color: var(--urho-gray-3);
}

/* Video */
.video {
    background-color: var(--urho-gray-6);
}
.video .container {
    position: relative;
}
.video .container::before,
.video .container::after {
    display: none;
    position: absolute;
}
.video .container::before {
    content: url('../images/backgrounds/arrows.svg');
    transform: rotate(180deg);
    top: -10%;
    left: 370px;
}
.video .container::after {
    content: url('../images/backgrounds/triangle.svg');
    bottom: -10%;
    left: 350px;
}
@media (min-width: 992px) {
    .video .container::before,
    .video .container::after {
        display: block;
    }
}
.video-image{
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.video-image img{
    position: relative;
}
.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    scale: 0.6;
    cursor: pointer;
}
@media (min-width: 768px) {
    .video-icon {
        scale: 0.9;
    }
}
.video-icon:before,
.video-icon:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: var(--urho-indigo);
    border-radius: 50%;
    z-index: 0;
    -webkit-animation: video 2s ease infinite;
            animation: video 2s ease infinite;
}
.video-icon:before {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}
.video-icon img{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
}
@-webkit-keyframes video {
    to {
        scale: 1.45;
        opacity: 0;
    }
}
@keyframes video {
    to {
        scale: 1.45;
        opacity: 0;
    }
}

/* Timeline */
.timeline {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--urho-indigo);
}
@media (min-width: 992px) {
    .timeline {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.current-timeline {
    display: none;
    opacity: 0;
}
.current-timeline-show {
    display: block;
    -webkit-animation: fade-right 0.6s ease forwards;
            animation: fade-right 0.6s ease forwards;
}
@-webkit-keyframes fade-right {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
@keyframes fade-right {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
.current-timeline img {
    height: 420px;
    -webkit-object-fit: cover;
            object-fit: cover;
}
.progress-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 130px;
    margin-bottom: 30px;
    width: 85%;
}
.progress-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background-color: var(--urho-blue-2);
}
.progress {
  background-color: var(--bs-white);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  height: 2px;
  width: 0;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
    .progress-container {
        width: 60%;
    }
    .progress-container::before {
        left: -15%;
        width: 130%;
    }
    .progress-container::after {
        content: '';
        position: absolute;
        top: 50%;
        left: -15%;
        transform: translateY(-50%);
        height: 2px;
        width: 15%;
        background-color: var(--bs-white);
    }
}
@media (min-width: 1400px) {
    .progress-container {
        width: 70%;
    }
}
.circle {
  position: relative;
  background-color: var(--urho-blue-2);
  color: var(--bs-white);
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}
.circle.active {
  background-color: var(--bs-white);
}
.date {
  position: absolute;
  top: -40px;
  font-size: 14px;
}
.timeline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--bs-white);
  border-radius: 50%;
  background-color: var(--bs-white);
}
.timeline-btn-prev,
.timeline-btn-next {
  position: absolute;
  bottom: -90px;
}
.timeline-btn-prev {
  left: 25%;
}
.timeline-btn-next {
  right: 25%;
}
.timeline-btn:disabled {
  background-color: transparent;
}
.timeline-btn:disabled path{
  fill: var(--bs-white);
}
@media (min-width: 992px) {
  .date {
      font-size: 20px;
  }
  .timeline-btn {
    width: 28px;
    height: 28px;
  }
  .timeline-btn-prev,
  .timeline-btn-next {
    top: 50%;
    transform: translateY(-50%);
  }
  .timeline-btn-prev {
    left: -25%;
  }
  .timeline-btn-next {
    right: -25%;
  }
}
@media (min-width: 1400px) {
    .timeline-btn-prev {
      left: -21%;
    }
    .timeline-btn-next {
      right: -21%;
    }
  }
.timeline-title {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
}
.timeline a {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-white);
  transition: padding-left 0.2s ease;
}
.timeline a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0px;
    height: 3px;
    background-color: var(--bs-white);
    transition: width 0.2s ease;
}
.timeline a:hover {
    padding-left: 45px;
}
.timeline a:hover::after {
    width: 30px;
}

/* Team */
.team {
    padding-top: 60px;
}
.team .container {
    position: relative;
}
@media (min-width: 1200px) {
    .team {
        padding-top: 140px;
    }
}
.team .container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90%;
    height: 1px;
    transform: translateX(-50%);
    background-color: var(--urho-gray-5);
}
@media (min-width: 1400px) {
    .team .container:after {
        width: 98%;
    }
}
.person-container {
    margin-bottom: 100px;
    padding: 0 30px;
}
.person {
    position: relative;
    max-width: 340px;
margin: auto;
    height: calc(100% + 164px);
    transition: filter 0.4s ease;
    filter: drop-shadow(0px 10px 50px rgba(33, 33, 33, 0.1)) drop-shadow(28px 28px 0px #F5F5F5);
}
.person .rounded-img {
    border-radius: 50%;
    max-width: 300px;
    max-height: 250px;
}
.person__description {
    width: 100%;
    max-width: 340px;
    height: 300px;
    padding: 15px 10px;
    text-align: center;
}
.person__description span:first-of-type {
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .person {
        filter: none;
    }
    .person:hover {
        filter: drop-shadow(0px 10px 50px rgba(33, 33, 33, 0.1)) drop-shadow(28px 28px 0px #F5F5F5);
    }
    .person:hover .person__description {
        padding-top: 0px;
    }
    .person__description {
        padding-top: 60px;
        height: 164px;
    }
    .person__description span:first-of-type {
        font-size: 20px;
    }
    .person__description span:nth-of-type(2) {
        font-size: 16px;
    }
}
@media (min-width: 1400px) {
    .person__description span:first-of-type {
        font-size: 24px;
    }
    .person__description span:nth-of-type(2) {
        font-size: 18px;
    }
}

/* Portfolio Single 01 */
.portfolio-single-hero{
    position: relative;
    padding-top: 128px;
    padding-bottom: 30px;
}
.portfolio-single-01 img {
    -webkit-object-fit: cover;
            object-fit: cover;
}
@media (min-width: 992px) {
    .portfolio-single-hero{
        padding-top: 250px;
        margin-bottom: 100px;
    }
}
.portfolio-single-hero::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-color: var(--urho-indigo);
    z-index: -1;
}
@media (min-width: 1400px) {
    .portfolio-single-hero::after{
        height: 70%;
    }
}
.portfolio-single-hero img{
    max-height: 900px;
}
.portfolio-single-hero p {
    font-size: 20px;
    color: var(--urho-blue-3);
}
.portfolio-single-01 .description ul {
    margin-left: 30px;
    line-height: 2.5;
    list-style-image: url('../images/icons/check.svg');
}
.portfolio-single-01 .description li {
    padding-left: 20px;
}
.portfolio-single-01 li {
    font-size: 18px;
    color: var(--urho-gray-2);
}
.portfolio-single-01 .technologies li:not(.technologies li:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--urho-gray-5);
}
.portfolio-single-01 .technologies img {
    max-height: 536px;
}
.portfolio-single-01 .summary img {
    max-height: 440px;
}

/* Portfolio Single 02 */
.portfolio-single-02 > img {
    margin-top: 75px;
    min-height: 250px;
    -webkit-object-fit: cover;
            object-fit: cover;
    -webkit-object-position: top;
            object-position: top;
}
.portfolio-single-02 .design img{
    margin-bottom: 30px;
}
.portfolio-single-02 li {
    font-size: 18px;
    color: var(--urho-gray-2);
}
.portfolio-single-02 li {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--urho-gray-5);
}
@media (min-width: 576px) {
    .portfolio-single-02 li:last-child {
        border-bottom: none;
    }
}
.portfolio-single-02 .portfolio-gallery {
    margin-bottom: 60px;
}
@media (min-width: 992px) {
    .portfolio-single-02 > img {
        height: 400px;
    }
    .portfolio-single-02 .portfolio-gallery {
        margin-bottom: 150px;
    }
}

/* Portfolio Single 03 */
.portfolio-single-03 {
    padding-top: 250px;
    padding-bottom: 100px;
    background-color: var(--urho-gray-6);
}
@media (min-width: 992px) {
    .portfolio-single-03 {
        padding-top: 350px;
    }
}
.portfolio-single-03 .hero img{
    max-height: 600px;
    -webkit-object-fit: cover;
            object-fit: cover;
}
.portfolio-single-03 li {
    font-size: 18px;
    color: var(--urho-gray-2);
}
.portfolio-single-03 li {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--urho-gray-5);
}
@media (min-width: 576px) {
    .portfolio-single-03 li:last-child {
        padding-bottom: 0px;
        border-bottom: none;
    }
}
.portfolio-single-03 .hero__description {
    padding: 40px;
    background-color: var(--bs-white);
    box-shadow: var(--box-shadow-large);
}
@media (min-width: 992px) {
    .portfolio-single-03 .hero__description {
        position: absolute;
        padding: 60px;
        max-width: 570px;
        transform: translateY(-60px);
    }
}


/* Blog Sidebar */
.posts .post {
    margin-bottom: 60px;
}
.posts .post:nth-child(3) {
    padding: 60px 30px;
    margin-bottom: 60px;
    background-color: var(--urho-gray-6);
}
@media (min-width: 768px) {
    .posts .post {
        margin-bottom: 100px;
    }
    .posts .post:nth-child(3) {
        padding: 80px;
        margin-bottom: 100px;
    }
}
.posts .post span:first-of-type {
    font-size: 18px;
    color: var(--urho-gray-3);
}
.recent-posts__post span:first-of-type {
    font-size: 16px;
    color: var(--urho-gray-3);
}
.posts .post a {
    font-weight: 600;
    color: var(--urho-indigo);
    transition: color 0.2s ease;
}
.posts .post a:hover {
    color: var(--urho-gray-1);
}
.blog-search {
    margin-bottom: 80px;
}
.blog-search form {
    position: relative;
    max-width: 330px;
}
.form-control {
    padding: 16px 55px 16px 20px;
    font-size: 18px;
}
textarea {
    resize: none;
}
.blog-search img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.recent-posts {
    margin-bottom: 80px;
}
.recent-posts__post {
    display: flex;
    margin-bottom: 24px;
}
.recent-posts__post:hover .urho-title-18 {
    color: var(--urho-indigo);
}
.recent-posts__post img{
    /* ???????????????? */
    width: auto;
    max-height: 90px;
    padding-right: 20px;
}
.tags {
    margin-bottom: 80px;
}
.tags span{
    display: block;
}
.tags a {
    display: inline-block;
    padding: 8px 16px;
    margin: 4px;
    font-size: 16px;
    font-weight: 600;
    color: var(--urho-gray-1);
    background-color: var(--bs-white);
    box-shadow: 0px 6px 30px 0px #21212114;
    border-radius: 8px;
    transition: background-color 0.1s ease, color 0.1s ease;
}
.tags a:hover {
    color: var(--bs-white);
    background-color: var(--urho-blue-2);
}
.banner {
    padding: 24px;
    border-radius: 8px;
    margin: 10px;
    background: rgb(88,210,199);
    background: linear-gradient(140deg, rgba(88,210,199,1) 0%, rgba(23,142,166,1) 50%, rgba(88,210,199,1) 100%);
}
.banner-container {
    padding: 48px 24px;
    background-color: var(--bs-white);
    border-radius: 8px;
}

/* Blog Single */
.share {
    position: relative;
    padding: 28px 0;
    margin-bottom: 60px;
}
@media (min-width: 768px) {
    .share {
        margin-bottom: 150px;
    }
}
.share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 8px;
    border-radius: 50%;
    background-color: var(--urho-gray-6);
    transition: background-color 0.4s ease;
}
.share a:hover {
    background-color: var(--urho-indigo);
}
.share svg path{
    transition: fill 0.2s ease;
}
.share a:hover svg path{
    fill: var(--bs-white);
}
.share::before,
.share::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: var(--urho-gray-5);
}
.share::before {
    top: 0;
}
.share::after {
    bottom: 0;
}

/* Services 01 */
.services__box {
    padding: 60px 36px;
    box-shadow: var(--box-shadow-medium);
}
.accordion {
    background-color: var(--urho-gray-6);
}
.accordion .container {
    position: relative;
}
.accordion .container::before,
.accordion .container::after {
    content: url('../images/backgrounds/arrows.svg');
    display: none;
    position: absolute;
}
.accordion .container::before {
    top: -10%;
    right: 0px;
}
.accordion .container::after {
    bottom: -10%;
    left: 40%;
    transform: rotate(180deg);
}
@media (min-width: 1200px) {
    .accordion .container::before,
    .accordion .container::after {
        display: block;
    }
}
.counters span{
    font-family: 'Rubik', sans-serif;
    font-size: 70px;
    color: var(--urho-teal);
}
.statistics-img img:nth-of-type(2) {
    top: 55px;
    left: 40px;
    width: 42%;
    /*border: 8px solid var(--bs-white);*/
    /*box-shadow: var(--box-shadow-large);*/
}
.statistics-img .check-icon {
    top: 0px;
    left: 0px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: var(--urho-teal);
}
.pricing img {
    max-height: 1000px;
    -webkit-object-fit: cover;
            object-fit: cover;
    z-index: -1;
}
.price__table {
    max-width: 450px;
    padding: 60px 30px;
    background-color: var(--bs-white);
    box-shadow: var(--box-shadow-large);
}
.price {
    font-family: 'Rubik', sans-serif;
}
.price .month {
    font-size: 18px;
}
.price__table ul {
    margin-left: 30px;
    line-height: 2.5;
    list-style-image: url('../images/icons/check.svg');
}
.price__table li {
    padding-left: 20px;
}
@media (min-width: 576px) {
    .price__table {
        padding: 60px;
    }
}
@media (min-width: 1400px) {
    .price__table {
        min-width: 400px;
        padding: 60px 30px;
        transform: translateX(-150px);
    }
}
@media (min-width: 1500px) {
    .price__table {
        min-width: 450px;
        padding: 60px;
        transform: translateX(-200px);
    }
}

/* Services 02 */
.services-content {
    display: none;
}
.services-show {
    display: block;
    -webkit-animation: opacity 0.4s ease forwards;
            animation: opacity 0.4s ease forwards;
}
@-webkit-keyframes opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.services-nav li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    line-height: 1;
    border-bottom: 1px solid var(--urho-gray-5);
    cursor: pointer;
}
@media (min-width: 576px) {
    .services-nav li {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .services-nav li {
        font-size: 24px;
    }
}
.services-nav li.services-nav-border {
    margin-bottom: 18px;
    border-bottom: 3px solid var(--urho-indigo);
}
.services-content ul {
    margin-bottom: 0;
    margin-left: 30px;
    line-height: 2.8;
    list-style-image: url('../images/icons/check.svg');
}
.services-content li {
    padding-left: 20px;
}
.services-content .info {
    padding: 36px 0px;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    border-top: 1px solid var(--urho-gray-4);
    border-bottom: 1px solid var(--urho-gray-4);
}
.services-banner {
    padding: 24px;
    background: rgb(10,131,214);
    background: linear-gradient(101deg, rgba(10,131,214,1) 0%, rgba(11,154,208,1) 12%, rgba(19,129,180,1) 24%, rgba(48,185,193,1) 36%, rgba(52,179,185,1) 48%, rgba(70,196,175,1) 60%, rgba(90,202,156,1) 73%, rgba(60,177,152,1) 86%, rgba(9,91,139,1) 100%);
}
.services-banner-container {
    padding: 48px;
    background-color: var(--bs-white);
}

.contact__box {
    padding: 20px 24px;
    min-height: auto;
    max-width: 420px;
    height: 110px;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
    transition: all 0.4s ease;
}
.contact__box:hover {
    box-shadow: 0 12px 32px rgba(0,0,0,.16);
    transform: translateY(-4px);
}
/* نخلي المحتوى أفقي */
.contact__box > div {
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px;
    text-align: left;
}
/* الأيقونة */
.contact__box img{
    height: 48px;
    width: 48px;
    margin-bottom: 0 !important;
}
/* تصغير العناوين */
.contact__box .urho-title-24 {
    font-size: 16px;
    margin-bottom: 5px !important;
}
/* النص */
.contact__box .urho-lead-18 {
    font-size: 14px;
}

/* موبايل */
@media (max-width: 576px) {
    .contact__box {
        padding: 16px 18px;
    }

    .contact__box img{
        height: 40px;
        width: 40px;
    }

    .contact__box .urho-title-24 {
        font-size: 15px;
    }

    .contact__box .urho-lead-18 {
        font-size: 13px;
    }
}
/* Alert */
.alerts {
    margin-top: 30px;
}
.alert-success,
.alert-danger {
    display: none;
    font-size: 24px;
    padding: 10px;
}

.main-footer {
  background:#092030;
  padding:20px 0 0;
}

.main-footer h6 {
  font-weight:600;
}

.main-footer ul {
  list-style:none;
  padding:0;
}

.main-footer ul li {
  margin-bottom:8px;
}

.main-footer a {
  color:#bbb;
  font-size:14px;
  text-decoration:none;
  transition:.3s;
}

.main-footer a:hover {
  color:#4CAF50;
}

.social-media img {
  width:22px;
  filter: brightness(0) invert(1);
}
.footer-top {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.social-media a {
  margin-right: 12px;
  display: inline-block;
  transition: 0.3s ease;
}

.social-media a img {
  width: 22px;
  opacity: 0.8;
}

.social-media a:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.footer-logo {
  max-width: 140px;
  padding-top: 20px;
}

.footer-bottom {
  border-top:1px solid #333;
  padding:15px;
  font-size:13px;
  color:#aaa;
}
.facebook{
    max-width: 16px;
}
/* Contact Form Enhancements */
.form-control {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 14px 16px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #3D5AFE;
  box-shadow: 0 0 0 0.15rem rgba(61, 90, 254, 0.2);
}

textarea.form-control {
  resize: none;
}

.form .btn {
  border-radius: 14px;
  padding: 14px 48px;
  font-size: 18px;
}

.alert-success,
.alert-danger {
  display: none;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 12px;
  font-weight: 500;
}

.alert-success {
  background: #e8f5e9;
  color: #2e7d32;
}

.alert-danger {
  background: #ffebee;
  color: #c62828;
}
/* ===============================
   Wastech Contact / Quote Form
================================ */

.form {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
  position: relative;
}

.form h2 {
  font-weight: 700;
  color: #0a2540;
}

.form-control {
  border-radius: 14px;
  border: 1px solid #dfe3e8;
  padding: 14px 18px;
  font-size: 16px;
  transition: all 0.25s ease;
  background-color: #fafafa;
}

.form-control::placeholder {
  color: #9aa4b2;
}

.form-control:focus {
  border-color: #19c37d; /* Wastech green */
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(25, 195, 125, 0.2);
}

textarea.form-control {
  resize: none;
}

.form .btn {
  border: none;
  border-radius: 14px;
  padding: 14px 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}

.form .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(25, 195, 125, 0.4);
}

.alert-success,
.alert-danger {
  display: none;
  margin-top: 25px;
  padding: 16px 20px;
  border-radius: 14px;
  font-weight: 500;
}

.alert-success {
  background: #e8f8f1;
  color: #0f5132;
  border: 1px solid #b7ebd4;
}

.alert-danger {
  background: #fdecea;
  color: #842029;
  border: 1px solid #f5c2c7;
}

/* Responsive */
@media (max-width: 576px) {
  .form {
    padding: 35px 20px;
  }
}
/* FIX HORIZONTAL SCROLL WITHOUT BREAKING SWIPER */

html, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* منع خروج السويبر بره الشاشة */
.swiper {
  overflow: hidden;
}

/* bootstrap rows sometimes cause overflow */
.row {
  margin-left: 0;
  margin-right: 0;
}

/* الصور */
img {
  max-width: 100%;
}

/* HARD FORCE SERVICE HERO MOBILE ORDER */

@media (max-width: 991px) {

  .service-hero {
    display: block !important;
  }

  .service-hero-image {
    display: block !important;
    margin: 0 auto 25px auto;
  }

  .service-hero .col-lg-6.text-center {
    order: -1 !important;
  }

  .service-hero .row {
    display: flex !important;
    flex-direction: column !important;
  }

}
@media (max-width: 991px) {

  /* Remove big paddings from hero */
  .service-hero {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  /* Remove section padding from Overview */
  .service-hero .section-padding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* Reduce space under image */
  .service-hero-image {
    margin-bottom: 15px !important;
  }

  /* Tight title */
  #serviceTitle {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  /* Tight short desc */
  #serviceShortDesc {
    margin-bottom: 10px !important;
  }

  /* Tight overview */
  #serviceDescription {
    margin-bottom: 0 !important;
  }

}

/* ===============================
   FIX INNER HERO ONLY
   =============================== */

/* الهيرو الداخلي فقط */
.hero--inner {
  min-height: 50vh;
  padding-top:50px;
  display: flex;
  align-items: center;
  background-color: var(--urho-indigo);
}

/* تثبيت ارتفاع المحتوى */
.hero--inner > .container,
.hero--inner > .container-fluid {
  width: 100%;
}

/* موبايل */
@media (max-width: 991px) {
  .hero--inner {
    min-height: 50vh;
    padding-top: 140px;
    padding-bottom: 50px;
    text-align: center;
  }
}

/* CEO Message Section */
.ceo-message {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.ceo-message::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 181, 116, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.ceo-image-wrapper {
  padding: 20px;
}

.ceo-image-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #00B574;
  border-radius: 8px;
  transform: translate(-15px, -15px);
  z-index: -1;
}

.ceo-image-wrapper img {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

.ceo-quote-icon {
  bottom: -20px;
  right: -20px;
  background: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 181, 116, 0.2);
  z-index: 2;
}

.ceo-content {
  padding: 20px;
}

.ceo-text p {
  line-height: 1.8;
  color: #555;
}

.signature-line {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #00B574 0%, transparent 100%);
}

.ceo-signature h5 {
  color: #1a1a1a;
  font-size: 1.5rem;
}

.ceo-signature p {
  font-size: 1rem;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 991px) {
  .ceo-image-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
  
  .ceo-content {
    text-align: center;
  }
  
  .signature-line {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .ceo-quote-icon {
    width: 60px;
    height: 60px;
  }
  
  .ceo-quote-icon svg {
    width: 40px;
    height: 40px;
  }
}

.service-link {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.service-link:hover {
  text-decoration: underline;
  opacity: 0.85;
}

/* Make card layout vertical */
.project-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s ease;
}

/* Content takes full height */
.project-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

/* Title spacing */
.project-title {
  margin-bottom: 8px;
}

/* Location styling */
.project-location {
  font-size: 14px;
  opacity: 0.7;
}

/* Logo container pinned to bottom */
.project-logo {
  margin-top: auto; 
  padding-top: 16px;
  display: flex;
  align-items: center;
  position: relative;
}

/* Elegant divider line above logo */
.project-logo::before {
  content: "";
  position: absolute;
  top: 0;
  width: 60%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.15),
    transparent
  );
}

/* Logo image premium sizing */
.project-logo img {
  max-height: 38px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: all 0.3s ease;
  filter: grayscale(10%);
}

/* Hover effect (luxury feel) */
.project-card:hover .project-logo img {
  opacity: 1;
  transform: scale(1.05);
  filter: grayscale(0%);
}
/* Make grid columns stretch cards */
#projectsGrid .col-12,
#projectsGrid .col-sm-6,
#projectsGrid .col-md-4,
#projectsGrid .col-xl-3 {
  display: flex;
}

/* Logo in project details page */
.project-logo-details {
  margin: 20px 0;
}

.project-logo-details img {
  max-height: 80px;
  max-width: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
  transition: all 0.3s ease;
}

/* ===============================
   Tablet (≤ 992px)
=================================*/
@media (max-width: 992px) {
  .project-logo-details {
    margin: 20px 0;
  }

  .project-logo-details img {
    max-height: 60px;
    max-width: 150px;
  }
}

/* ===============================
   Mobile (≤ 576px)
=================================*/
@media (max-width: 576px) {
  .project-logo-details {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    margin-top: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  }

  .project-logo-details img {
    max-height: 45px;
  }
}