/* @font-face {
    font-family: 'azonix, sans-serif';
    src: url('../fonts/Azonix.otf') format('opentype');
    font-weight: bold;
} */
body{
    font-family: "Funnel Sans", sans-serif;
    font-weight: normal;
    background-color: #f9f9f9;
}
.no-padding{
    padding: 0 !important;
}
/* .header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
} */
.header .navbar-brand img{
    width: 100px;
}
.header .navbar .navbar-nav li{
    margin: 0 5px;
}
.header .navbar .navbar-nav li a{
    font-size: 17px;
    color: #1D3557;
    position: relative;
    font-weight: bold;
    transition: 0.5s ease-in-out;
}
.nav-white a{
    color: #fff !important;
}
.header .navbar .navbar-nav li a:hover{
    color: #1D3557;
}
.header .navbar .navbar-nav li a::before,.header .navbar .navbar-nav li.active:hover a::before{
    content: '';
    position: absolute;
    left: 10px;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.header .navbar .navbar-nav li a::after,.header .navbar .navbar-nav li.active:hover a::after{
    content: '';
    position: absolute;
    right: 10px;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.header .navbar .navbar-nav li.active a::before,
.header .navbar .navbar-nav li:hover a::before{
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #1D3557;
    border-left: 3px solid #1D3557;
    opacity: 1;
}
.header .navbar .navbar-nav li.active a::after,
.header .navbar .navbar-nav li:hover a::after{
    right: 0;
    bottom: 5px;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #1D3557;
    border-right: 3px solid #1D3557;
    opacity: 1;
}
.section .banner{
    background-image: url("../images/banner.jpg");
    background-size: cover;
    height: 100vh;
}
.section .banner .overlay{
    background-image: linear-gradient(to right, rgba(29, 53, 87, 0.9), rgba(69, 123, 157, 0.9));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 80vh;
}
.section .banner .social{
    display: flex;
    justify-items: flex-end;
}
.section .banner .social a{
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
    background-color: transparent !important;
}
.section .banner .img-container img{
    width: 100%;
    height: auto;
}
.section .banner .img-container{
    position: relative;
}
/* .section .banner .img-container::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.5);
} */
.section .banner .text-wrap{
    height: 70vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.section .banner .text-wrap h1{
    font-size: 65px;
    color: #1D3557;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#fff 0%, #ccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 2px 2px 0 #fff; */
}
.section .banner .text-wrap p{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
.section .banner .text-wrap a{
    background-color: #1D3557;
    border-color: #1D3557;
}
.section .about{
    padding: 50px 0;
}
.section .about .img-container img{
    width: 100%;
    height: auto;
}
.section .about .text-wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.section .about .text-wrap h5{
    color: #457B9D;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
.section .about .text-wrap h2{
    color: #1D3557;
    font-weight: bold;
    font-family: "azonix, sans-serif";
    font-size: 25px;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);
}
.section .about .text-wrap a,.section .products-section .text-wrap a{
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to right, #1D3557, #457B9D);
    padding: 10px 35px;
    border-radius: 5px;
}
.section .about .text-wrap a i{
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 0;
}
.section .about .text-wrap a:hover i{
    left: 10px;
}
.section .about .img-container{
    position: relative;
}
.section .about .img-container .years{
    position: absolute;
    top: 60%;
    left: -30px;
    width: 200px;
    height: 200px;
    border: 10px solid #1D3557;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #457B9D;
    color:#fff;
    z-index: 999;
    flex-direction: column;
}
.section .about .img-container .years h3{
    font-size: 50px;
    font-family: "azonix, sans-serif";
    font-weight: bold;
    margin: 0;
}
.section .about .img-container .years p{
    font-size: 18px;
    margin: 0;
}
.section .timeline{
    position: relative;
    color: #fff;
    padding: 4rem 1rem;
}
.section .timeline h5{
    color: #457B9D;
    text-align: center;
    margin: 0;
}
.section .timeline h2{
    color: #1D3557;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    text-shadow: 2px 2px 0 #fff;
    margin: 0
}
.section .timeline p{
    color: #000;
    text-align: center
}
@import "https://codepen.io/cbolson/pen/rNEdgKo.css" layer(template);
@layer template, demo;

@layer demo {
  /* Hide radio buttons */
input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.cards-container {
    --base-rotation: 0deg;
    --full-circle: 360deg;
    --radius: 20vw;
    --duration: 200ms;

    --cards-container-size: calc(var(--radius) * 2);
    --cards-container-padding: 1.5rem;

    --border-color: transparent;

    --label-offset: calc(var(--radius) * -1 - 0.25rem);
    --label-size: 30px;
    --label-color: #666;
    --label-color-hover: #1D3557;
    --label-color-active: #457B9D;
    --label-line-h: 1rem;
    --label-line-h-current: 10rem;
    --label-dot-size: 6px;

    --title-top: 10rem;
    --title-offset-y: 30px;

    --info-top: 13rem;
    --info-width: min(85%, 400px);
    --info-offset-y: 30px;

    box-sizing: content-box;
    position: relative;
    margin: 2rem auto;
    width: var(--cards-container-size);
    height: var(--cards-container-size);
    padding: var(--cards-container-padding);
}
.cards-container::before {
    border-width: 1px;
}
/* @media (width > 600px){
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
} */
@media (min-width: 800px) {
    --radius: 30vw;
    --label-size: 40px;
    --label-dot-size: 15px;
    --label-line-h-current: 4rem;
    --title-top: 4rem;
    --info-top: 8rem;
    }
}
@media (min-width: 1200px) {
    --label-size: 50px;
    --border-color: var(--label-color);
}

.cards {
    position: absolute;
    inset: var(--cards-container-padding);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease-in-out var(--duration);
    list-style: none;
}
.cards li {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    transform-origin:center;
    display: grid;
    place-content: center;
    transform: rotate(calc(var(--i) * 360deg / var(--items)));
    pointer-events: none;
}
.cards li > label {
    position: absolute;
    inset: 0;
    margin: auto;
    transform: translateY(var(--label-offset));
    width: var(--label-size);
    height: var(--label-size);
    cursor: pointer;
    pointer-events: initial;
    text-align: center;
    color: var(--label-color);
    font-size: clamp(.8rem, 2.5vw + .04rem,1rem);
    transition: var(--duration) ease-in-out;
    font-family: "Titillium Web", sans-serif;
}
.cards li > label::before{
    content: '';
    position: absolute;
    top: var(--cards-container-padding);
    left: 50%;
    translate: -50% 0;
    width: var(--label-dot-size);
    height: var(--label-dot-size);
    aspect-ratio: 50%;
    border-radius: 50%;
    background-color: var(--label-color);
    transition: background-color var(--duration) ease-in-out;
}

.cards li > label::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    translate: -50% 5px;
    width: 2px;
    height: var(--label-line-h);
    background-color: #1D3557;
    transition: height 300ms ease-in-out var(--label-line-delay,0ms);
}
.cards li > label:hover{
    --label-color: var(--label-color-hover);
}

.cards > li > h2,
.cards > li > p{
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
    transform-origin: center;
}
.cards > li > h2{
    top: var(--title-top);
    opacity: var(--title-opacity,0);
    translate: 0 var(--title-offset-y);
    transition: var(--duration) ease-in-out var(--title-delay,0ms);
    font-size: 2rem;
    color: #1D3557;
}
.cards > li > p{
    top: var(--info-top);
    margin: 0 auto;
    width: var(--info-width);
    z-index: 2;
    /* font-size: clamp(.8rem, 2.5vw + 0.05rem, .9rem); */
    font-size: 1rem;
    text-align: left;
    text-wrap: pretty;
    opacity: var(--info-opacity,0);
    /*translate: 0 var( --info-offset-y);*/
    transition: var(--duration) ease-in-out var(--info-delay,0ms);
    text-align: center;
    color: #000;
}

/* update custom properties for checked item */
li:has(input:checked){
    --label-opacity: 1;
    --label-color: var(--label-color-active);
    --label-line-h: var(--label-line-h-current);
    --label-line-delay: calc(var(--duration) * 2);

    --title-opacity: 1;
    --title-offset-y: 0;
    --title-delay: calc(var(--duration) * 3);

    --info-opacity: 1;
    --info-offset-y: 0;
    --info-delay: calc(var(--duration) * 4);
    /*outline: 1px dashed red;*/
}
li:has(input:checked){
    --label-opacity: 1;
    --label-color: var(--label-color-active);
    --label-line-h: var(--label-line-h-current);
    --label-line-delay: calc(var(--duration) * 2);

    --title-opacity: 1;
    --title-offset-y: 0;
    --title-delay: calc(var(--duration) * 3);

    --info-opacity: 1;
    --info-offset-y: 0;
    --info-delay: calc(var(--duration) * 4);
    /*outline: 1px dashed red;*/
}
li:has(input:checked) label::after{
    background-color: var(--label-color-active);
}
/* rotate container based on checked radio */
.cards:has(input:checked) {
    transform: rotate(calc(var(--base-rotation) - (var(--index) * var(--full-circle) / var(--items))));
}
/*
this would be so much simpler if we could use counter values as custom property values
*/
/* Rotation Logic: Dynamically match number of items */
.cards:has(li:nth-child(1)>input:checked)  { --index: 0; }
.cards:has(li:nth-child(2)>input:checked)  { --index: 1; }
.cards:has(li:nth-child(3)>input:checked)  { --index: 2; }
.cards:has(li:nth-child(4)>input:checked)  { --index: 3; }
.cards:has(li:nth-child(5)>input:checked)  { --index: 4; }
.cards:has(li:nth-child(6)>input:checked)  { --index: 5; }
.cards:has(li:nth-child(7)>input:checked)  { --index: 6; }
.cards:has(li:nth-child(8)>input:checked)  { --index: 7; }
.cards:has(li:nth-child(9)>input:checked)  { --index: 8; }
.section .services{
    padding: 50px 0;
}
.section .quote{
    background-image: url("../images/banner-.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
}
.section .quote .overlay{
    background-image: linear-gradient(to bottom right, rgba(29, 53, 87, 0.8), rgba(69, 123, 157, 0.8));
    padding: 50px 20px;
}
.section .quote h3{
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    text-align: right;
}
.section .quote h1{
    color: #fff;
    font-weight: bold;
    font-family: "azonix, sans-serif";
    font-size: 48px;
    
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}
.section .quote h1::before{
    content: '\f10d';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 30px;
    left: 5%;
}
.section .quote h1::after{
    content: '\f10e';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 50px;
    position: absolute;
    bottom: 75px;
    right: 22%;
}
.section .services .title{
    text-align: center;
}
.section .services .title h5{
    color: #1D3557;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
.section .services .title h2{
    color: #457B9D;
    font-weight: bold;
    font-family: "azonix, sans-serif";
    font-size: 25px;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);
    margin: 0;
}
.section .services ul{
    margin: 0;
    padding: 0;
}
.section .services ul li{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #1D3557;
    padding: 30px 0;
    /* background-color: rgba(255, 255, 255, 0.5); */
}
.section .services ul li:last-child{
    border-bottom: 2px solid #1D3557;
}
.section .services ul li .number{
    max-width: 10%;
    flex: 0 0 10%;
    text-align: center;
}
.section .services ul li .number h3{
    font-size: 60px;
    color: #457B9D;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    margin: 0;
}
.section .services ul li .title{
    max-width: 80%;
    flex: 0 0 80%;
    text-align: left;
}
.section .services ul li .title h1{
    font-size: 40px;
    color: #457B9D;
    font-weight: bold;
    margin: 0;
    color: #666;
    font-family: "Titillium Web", sans-serif;
    transition: all 0.3s ease-in-out;
}
.section .services ul li:hover .title h1{
    color: #1D3557;
    font-size: 45px;
    margin-left: 20px;
}
.section .services ul li .title p{
    font-size: 16px;
    color: #000;
    margin: 10px 0 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.section .services ul li:hover .title p{
    max-height: 100px;
}
.section .services ul li .btn-wrap{
    max-width: 10%;
    flex: 0 0 10%;
    text-align: center;
}
.section .services ul li .btn-wrap a{
    width: 40px;
    height: 40px;
    border: 3px solid #1D3557;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #457B9D;
    font-size: 30px;
    position: relative;
    right:-50px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.section .services ul li:hover .btn-wrap a{
    right: 0;
    opacity: 1;
}
.section .clients{
    padding: 50px 0;
}
.section .clients .title{
    text-align: left;
    margin: 30px 0;
}
.section .clients .title h5{
    color: #1D3557;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
.section .clients .title h2{
    color: #457B9D;
    font-weight: bold;
    font-family: "azonix, sans-serif";
    font-size: 25px;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);
    margin: 0;
}
.section .clients ul li,
.section .clients .img-container{
    height: 150px;
    display: flex;
    align-items: center;
}
.section .clients img{
    transform: scale(1);
    width: 80%;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    position: relative;
    z-index: 999;
}
.section .clients li:hover img,
.section .clients .img-container:hover img{
    transform: scale(1.2);
}
footer .footer-top{
    padding: 50px 0;
    text-align: center;
    margin-bottom: 50px;
}
footer .footer-top h5{
    color: #1D3557;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}
footer .footer-top h2{
    color: #457B9D;
    font-weight: bold;
    font-family: "azonix, sans-serif";
    font-size: 50px;
    text-shadow: 2px 2px 0 #4b647a;
    margin: 0;
}
footer .footer-middle .bg{
    background-color: #3a3a3a;
    border-radius: 20px;
    overflow: hidden;
}
footer .footer-middle .bg .contact-details{
    padding: 20px 30px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
footer .footer-middle .bg iframe{
    width: 100%;
}
footer .footer-middle .bg .contact-details .phone,
footer .footer-middle .bg .contact-details .email{
    max-width: 50%;
    flex: 0 0 50%;
    padding: 10px 0;
}
footer .footer-middle .bg .contact-details .address{
    max-width: 100%;
    flex: 0 0 100%;
    padding: 10px 0;
}
footer .footer-middle .bg h6{
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    font-family: "Titillium Web", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 0 #1D3557;
}
footer .footer-middle .bg .contact-details a{
    font-size: 16px;
    margin: 10px 0 0;
    color: #fff;
    text-decoration: none;
}
footer .footer-middle .bg .social{
    padding: 20px 30px;
}
footer .footer-middle .bg .social a{
    color: #fff;
    font-size: 20px;
    margin: 10px;
    text-decoration: none;
    display: inline-block;
}
footer .footer-middle .form{
    background-image: url("../images/footer.jpg");
    background-size: cover;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}
footer .footer-middle .form h6{
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}
footer .footer-middle .form .overlay{
    background-color: rgba(29,53,87, 0.9);
    padding: 50px 20px;
    height: 100%;
}
footer .footer-middle .form .overlay .form-group input,
footer .footer-middle .form .overlay .form-group textarea{
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
}
footer .footer-middle .form .overlay button{
    padding: 10px;
    width: 100%;
    background-image: linear-gradient(to right, #fff, #ccc);
    color: #1D3557;
    font-weight: bold;
    font-size: 22px;
    display: inline ;
    border: none;
    border-radius: 5px;
}
footer .footer-middle .form .overlay button i{
    color: #1D3557;
    font-size: 20px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 0;
} 
footer .footer-middle .form .overlay button:hover i{
    left: 10px;
}
footer .footer-bottom{
    text-align: center;
    padding: 20px 0;
}
footer .footer-bottom p{
    color: #1D3557;
    font-size: 16px;
    margin: 0;
}
.section > .top{
    padding: 100px 0 50px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #457B9D;
    color: #fff;
    text-align: center;
}
.section > .top h1{
    font-size: 50px;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.section .services-detail{
    padding: 50px 0;
}
.section .services-detail .title{
    text-align: center;
}
.section .services-detail .title h5{
    color: #457B9D;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
.section .services-detail .title h2{
    font-size: 50px;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: #1D3557;
}
.section .services-detail .service{
    position: relative;
    margin: 20px 0;
}
.section .services-detail .service .img-container img{
    width: 100%;
    height: 375px;
}
.section .services-detail .service .text-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 50px;
    overflow: hidden;
    transition: background-image 0.5s ease-in-out;
    z-index: 10;
}
.section .services-detail .service .text-wrap .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom right, rgba(29, 53, 87, 1), rgba(69, 123, 157, 1));
    transition: opacity 0.5s ease-in-out;
    z-index: 9;
    opacity: 1;
    pointer-events: none;
}
.section .services-detail .service:hover .text-wrap .overlay::before{
    opacity: 0.5;
}
.section .services-detail .service .text-wrap .number{
    color: #9c9c9c;
    font-size: 60px;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 11;
}
.section .services-detail .service .text-wrap h3{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    font-family: "Titillium Web", sans-serif;
    position: relative;
    z-index: 11;
    margin: 0;
}
.section .services-detail .service .text-wrap ul li{
    color: #dedede;
    font-size: 17px;
    display: block;
    position: relative;
    z-index: 11;
}
.section .services-detail .service .text-wrap ul li::before{
    font-family: "Font Awesome 6 Free";
    content: '\f101';
    font-weight: bold;
    position: absolute;
    left: -20px;
    top: 5px;
    color: #fff;
    z-index: 11;
}
.section .services-detail .service .text-wrap .icon{
    position: absolute;
    bottom: -35px;
    right: -35px;
    width: 150px;
    height: 150px;
    border-radius:100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #1D3557;
    transition: all 0.5s ease-in-out;
    z-index: 11;
}
.section .services-detail .service:hover .text-wrap .icon{
    width: 0;
    height: 0;
    opacity: 0;
}
.section .products{
    padding: 50px 0;
}
.section .products .title{
    text-align: center;
}
.section .products .title h5{
    color: #457B9D;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
.section .products .title h2{
    font-size: 50px;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: #1D3557;
}
.section .products .product{
    margin: 50px 0;
}
.section .products .img-container img{
    width: 100%;
}
.section .products .text-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.section .products .text-wrap h2{
    font-size: 35px;
    color: #1D3557;
    font-weight: bold;
    margin: 0;
    font-family: "Titillium Web", sans-serif;
}
.section .products .text-wrap h4{
    font-size: 20px;
    color: #457B9D;
    font-weight: bold;
    margin: 10px 0 0;
}
.section .products .text-wrap a{
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
    background-image: linear-gradient(to right, #1D3557, #457B9D);
    border-radius: 5px;
    border: none;
}
.section .clients .img-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.section .contact {
    background-color: #f8f9fa;
    padding: 60px 0;
    color: #1D3557;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section .contact h2 {
    color: #1D3557;
    font-weight: 700;
    margin-bottom: 20px;
}

.section .contact .form-label {
    font-weight: 500;
    color: #1D3557;
}

.section .contact .form-control {
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-shadow: none;
    transition: border-color 0.3s ease;
}

.section .contact .form-control:focus {
    border-color: #457B9D;
    box-shadow: 0 0 0 0.1rem rgba(69, 123, 157, 0.25);
}

.section .contact .btn-primary {
    background-color: #1D3557;
    border-color: #1D3557;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.section .contact .btn-primary:hover {
    background-color: #457B9D;
    border-color: #457B9D;
}

.section .contact ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.section .contact iframe {
    border: 1px solid #ccc;
    border-radius: 8px;
}
.section .products-section{
    background-image: url("../images/products.jpg");
    background-size: cover;
}
.section .products-section .overlay{
    background-image: linear-gradient(to bottom right, rgba(29, 53, 87, 0.9), rgba(69, 123, 157, 0.9));
    padding: 100px 0;
}
.section .products-section .slider{
    position: relative;
    width: 100%;
}
.section .products-section .slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 150%;
    height: 525px;
    background-color: #efefef;
    z-index: 1;
}
.section .products-section .text-wrap{
    position: relative;
    z-index: 2;
    padding: 50px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.section .products-section .text-wrap h5{
    margin: 0;
    color: #457B9D;
    font-size: 16px;
    font-weight: bold;
}
.section .products-section .text-wrap h2{
    margin: 0;
    font-weight: bold;
    font-size: 30px;
}
.section .products-section .slider{
    padding: 30px 0;
}
.section .products-section .slider .splide{
    position: relative;
    z-index: 2;
    color: #fff;
}
.section .products-section .slider .product{
    border-radius: 10px;
    overflow: hidden;
}
.section .products-section .slider .splide__slide .img-container img{
    width: 100%;
}
.section .products-section .slider .splide__slide .text-wrap{
    padding: 20px;
    background-color: #1D3557;
}
.section .products-section .splide__slide .text-wrap h3{
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: bold;
}
.section .products-section .splide__slide .text-wrap ul li{
    font-size: 14px;
    color: #fff;
}
.section .products-section .splide__slide .text-wrap a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
.section .products-section .slider .splide__arrows{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
    .header .navbar .navbar-nav li a{
        font-size: 15px;
    }
    .section .banner .text-wrap h1{
        font-size: 55px;
    }
    .section .about .text-wrap p,.section .timeline p{
        font-size: 14px;
    }
    .section .services ul li .number{
        max-width: 15%;
        flex: 0 0 15%;
    }
    li:has(input:checked){
        --label-line-h-current: 6rem;
    }
    .cards-container{
        --info-top: 8rem;
        --title-top: 5rem;
    }
    .section .products .text-wrap{
        margin-bottom: 20px;
    }
    .section .products-section .slider::before{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .header .navbar-brand img{
        width: 80px;
    }
    .header .navbar .navbar-nav li{
        margin: 0;
    }
    .header .navbar .navbar-nav li a{
        font-size: 12px;
    }
    .section .banner .text-wrap h1{
        font-size: 45px;
    }
    .section .about .text-wrap p,.section .timeline p{
        font-size: 13px;
    }
    .section .about .img-container img{
        margin-top: 20px;
    }
    .section .services ul li .number{
        max-width: 20%;
        flex: 0 0 20%;
    }
    .section .services ul li .number h3{
        font-size: 40px;
    }
    .section .quote h1::before{
        left: 10%;
    }
    .section .quote h1::after{
        right: 20%;
    }
    .cards-container{
       --radius: 30vw;
    }
    .section .services ul li .title{
        max-width: 70%;
        flex: 0 0 70%;
    }
    .section .services ul li .title h1{
        font-size: 25px;
    }
    .section .services ul li:hover .title h1{
        font-size: 30px;
    }
    .section .quote h1{
        font-size: 40px;
    }
    .section .quote h1::before{
        font-size: 40px;
        left: 2%;
        top: 35px;
    }
    .section .quote h1::after{
        font-size: 40px;
        right: 33%;
        bottom: 85px;
    }
    .navbar-dark .navbar-toggler {
        border-color: #1D3557;
        background-color: #1D3557;
    }
    .section .products-section .slider::before{
        top: -350px;
        left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 575px){
    .header .navbar .navbar-nav li a{
        text-align: center;
        font-size: 16px;
    }
    .header .navbar .navbar-nav li.active a::before, .header .navbar .navbar-nav li:hover a::before,.header .navbar .navbar-nav li.active a::after, .header .navbar .navbar-nav li:hover a::after{
        width: 50%;
        height: 15px;
    }
    .section .banner{
        height: auto;
    }
    .section .banner .text-wrap{
        height: 50vh;
    }
    .section .banner .text-wrap h1{
        font-size: 35px;
        background-image: linear-gradient(to right,#3a3a3a 0%, #000 100%);
    }
    .section .services ul li .btn-wrap a{
        width: 30px;
        height: 30px;
        font-size: 15px;
        right: -10px;
    }
    .cards-container {
        --radius: 40vw;
    }
    .section .quote h1 {
        font-size: 25px;
    }
    .section .quote h1::before{
        left: 3%;
    }
    .section .quote h1::after {
        right: 30%;
        bottom: 80px;
    }
    .section .clients .img-container{
        margin-top: 20px;
    }
}
@media screen and (max-width: 492px){
    .section .products-section .slider::before{
        top: -400px;
    }
}
@media screen and (max-width: 399px){
    .section .products-section .slider::before{
        top: -450px;
    }
}