/* .apple-green {
    color: 	#079849;
    background-color: #079849;
} */

.text-primary {
    color: var(--bs-secondary) !important;
}
.text-green {
    color: #079849 !important;
}

.service .service-item:hover {
    background: var(--bs-secondary);
}
.service .service-item:hover .btn.btn-primary {
    background: white;
    color: black;
}

.contact-add-item p {
    color: #01014c;
}
.contact-add-item a {
    color: #01014c;
    transition: ease-in-out color .2s;
}
.contact-add-item a:hover {
    color: #079849;
}

.bottom-hover {
    color: #111;
    transition: ease-in-out color .2s;
}
.bottom-hover:hover{
    color: #fff;
}

.copyright {
    background-color: #079849;
}

.footer .footer-item hr{
    border: #079849 solid 1px;
    /* background: #079849 !important; */
    /* height: 2px; */
    width: 70%;
    margin-left: 30px;
    margin-right: auto;
}

.sticky-top.navbar-light {
    height: 100px;
}

/* Logo transition styles */
#navbar-logo {
    transition: opacity 0.3s ease-in-out;
    max-height: 60px;
    width: auto;
}

.navbar.sticky-top {
    background-color: rgba(255, 255, 255, 0.671) !important;
    backdrop-filter: blur(40px);
}

.navbar .nav-item:hover .dropdown-menu {
    left: auto !important;
    right: auto !important;
    /* right: 0 !important; */
    /* width: 350px !important; */
    padding: 20px;
    white-space: nowrap;
    border-top: solid .2rem #079849;
    border-bottom: solid .2rem #079849;
}

.dropdown-menu h6 {
    color: #fff;
    background-color: #c90021;
    padding: 10px 5px;
}

.section {
    padding: 80px 0 !important;
}

.bg-boxes {
    background-color: #ffffff;
    opacity: 1;
    background-size: 6px 6px;
    background-image: repeating-linear-gradient(45deg, #dadada 0, #dadada 0.6000000000000001px, #ffffff 0, #ffffff 50%);
}

.footer-item .btn-primary i{
    font-size: 30px;
    transition: ease-in-out 0.3s;
}

.footer-item a{
    line-height: normal !important ;
}

.footer-item .btn-primary:hover i,
.footer-item .btn-primary:hover a {
    background-color: transparent;
    color: var(--bs-secondary) !important;
}

.footer-item .btn.btn-primary:hover {
    background: none;
}

.partner .partner-item {
    position: relative;
    padding: 10px 0;
    margin: 0 1px;
    display: flex;
    align-items: center;
}

.partner .partner-item img {
    max-width: 100%;
    border: 1px solid #ddd;
    height: auto;
    transition: transform 0.3s ease-in-out;
    padding: 10px 15px;
}

.btn.btn-primary {
    /* background-color: #c90021; */
    background-color: var(--bs-secondary);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.service .btn.btn-primary {
    transition: all 0.3s ease;
}

.service .btn.btn-primary:hover {
    color: #fff;
    transform: scale(1.05);
}

.contact h4::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #c90021;
    margin-top: 10px;
}

/* social media */
.fab-icon {
    position: absolute;
    top: 18%;
    right: 24%;
}

.floating {
    position: fixed;
    width: 60px;
    height: 60px;
    color: white;
    border-radius: 50px;
    /* box-shadow: 2px 2px 3px rgba(0, 0, 0, .5); */
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
    z-index: 100;
    transition: ease .3s;
    text-decoration: none;
}

.floating:hover {
    text-decoration: none;
    color: white;
    transform: scale(1.1);
}

.i-fb {
    background-color: #1877F2;
    bottom: 470px;
    right: 16px;
    font-size: 25px;
}

.i-tt {
    background-color: #181818;
    bottom: 370px;
    right: 16px;
    font-size: 25px;
}

.i-wa {
    background-color: #0cc143;
    bottom: 420px;
    right: 30px;
    font-size: 25px;
}


.i-ig {
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    bottom: 420px;
    right: 16px;
    font-size: 25px;
}

.i-rn {
    /* background-color: #ff2b2b; */
    bottom: 330px;
    right: 16px;
    font-size: 25px;
}

.about {
    background: #079849
}

.about h1 {
    color: var(--bs-white);
}

.section h4::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--bs-secondary);
    margin-top: 10px;
}

.service h4::after {
    background-color: var(--bs-primary);
    margin: 20px auto;
}

.client {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/slider/slider-03.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.client::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: inherit;
    filter: blur(5px);
    z-index: -1;
    pointer-events: none;
}

.client-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.client-item img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.client-item img:hover {
    transform: scale(1.2);
}

.solution {
    width: 100%;
}

.solution h6{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0;
}

.solution img{
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    border-radius: 10px;
    height: 350px !important;
    width: 100% !important;
    object-fit: cover;
}


/* === UWU === */
.uwu-light-bg-1 {
    background-image: repeating-linear-gradient(90deg, hsla(298,16%,68%,0.06) 0px, hsla(298,16%,68%,0.06) 1px,transparent 1px, transparent 21px,hsla(298,16%,68%,0.06) 21px, hsla(298,16%,68%,0.06) 22px,transparent 22px, transparent 72px),repeating-linear-gradient(0deg, hsla(298,16%,68%,0.06) 0px, hsla(298,16%,68%,0.06) 1px,transparent 1px, transparent 21px,hsla(298,16%,68%,0.06) 21px, hsla(298,16%,68%,0.06) 22px,transparent 22px, transparent 72px),repeating-linear-gradient(135deg, hsla(298,16%,68%,0.06) 0px, hsla(298,16%,68%,0.06) 1px,transparent 1px, transparent 21px,hsla(298,16%,68%,0.06) 21px, hsla(298,16%,68%,0.06) 22px,transparent 22px, transparent 72px),linear-gradient(90deg, hsl(275,3%,97%),hsl(275,3%,97%));
}
.uwu-dark-bg-1 {
    background-image: repeating-linear-gradient(45deg, hsla(207,0%,63%,0.05) 0px, hsla(207,0%,63%,0.05) 1px,transparent 1px, transparent 11px,hsla(207,0%,63%,0.05) 11px, hsla(207,0%,63%,0.05) 12px,transparent 12px, transparent 32px),repeating-linear-gradient(0deg, hsla(207,0%,63%,0.05) 0px, hsla(207,0%,63%,0.05) 1px,transparent 1px, transparent 11px,hsla(207,0%,63%,0.05) 11px, hsla(207,0%,63%,0.05) 12px,transparent 12px, transparent 32px),repeating-linear-gradient(135deg, hsla(207,0%,63%,0.05) 0px, hsla(207,0%,63%,0.05) 1px,transparent 1px, transparent 11px,hsla(207,0%,63%,0.05) 11px, hsla(207,0%,63%,0.05) 12px,transparent 12px, transparent 32px),repeating-linear-gradient(90deg, hsla(207,0%,63%,0.05) 0px, hsla(207,0%,63%,0.05) 1px,transparent 1px, transparent 11px,hsla(207,0%,63%,0.05) 11px, hsla(207,0%,63%,0.05) 12px,transparent 12px, transparent 32px),linear-gradient(90deg, rgb(17, 17, 17),rgb(66, 66, 66));
}

.box-white {
    background: #fff !important;
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.products-uwu img{
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.products-uwu .box-white{
    border-radius: 1rem;
}
.products-uwu .box-white h2{
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #c30116;
}
.products-uwu .box-white h3{
    margin-bottom: 1rem;
    color: #01014c;
}
.products-uwu .box-white ul li{
    margin-bottom: .5rem;
}
.products-uwu .box-white li::marker {
  color: #c30116;
}


/* Button */
.button-4 {
  appearance: none;
  background-color: #c30116;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #f5f5f5;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 12px 32px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.button-4:hover {
  background-color: #ff011c;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-4:disabled {
  background-color: #ff011c;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

.button-4:active {
  background-color: #ff011c;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button-4:focus {
  outline: 1px transparent;
}

.button-4:before {
  display: none;
}

.button-4:-webkit-details-marker {
  display: none;
}

.button-4 i {
  margin-right: 5px;
}
.button-4 {
  width: 48%;
}

.button-cust {
    width: 32%;
}
/* --- */
/* === */

 @media screen and (min-width: 0px) and (max-width: 319px) {
    
 }   
 @media screen and (min-width: 320px) and (max-width: 480px) {
    
 }  
 @media screen and (min-width: 481px) and (max-width: 768px) {
    .owl-prev i {
    transform: rotate(180deg);
}

    .owl-next i {
        transform: rotate(-180deg);
    }
 }  
 @media screen and (min-width: 769px) and (max-width: 1024px) {
    .owl-prev i {
    transform: rotate(180deg);
}

    .owl-next i {
        transform: rotate(-180deg);
    }
 }  
 @media screen and (min-width: 1025px) and (max-width: 1200px) {
    .owl-prev i {
    transform: rotate(180deg);
}

    .owl-next i {
        transform: rotate(-180deg);
    }
 }
 @media screen and (min-width: 1201px) and (max-width: 2400px) {
    .owl-prev i {
    transform: rotate(180deg);
}

    .owl-next i {
        transform: rotate(-180deg);
    }
 }