@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*background-color: #000000;*/
}

h1{
    font-family: "Montserrat", serif;
}
h2, h3, h4{
    font-family: "Poppins", serif;
}
/*h2{*/
/*    text-transform:uppercase;*/
/*}*/
p, li{
    font-family: "Open Sans", serif;
    font-size:15px;
}

.header{
    padding: 5px 50px;
    background-color: white;
    z-index: 1000;
    position: fixed;
    width: 100%;
}
.header.solid{
    background-color: #000000;
}
.header .navbar-brand img{
    width: 250px;
}
.header .navbar .nav-link{
    font-family: "Montserrat", serif;
    font-weight: 600;
    color: #000000;
}
.header .navbar .nav-link:hover{
    color: #5e5e5e;
}
.header .navbar .nav-item .active{
    color: #5e5e5e;
}
.header .navbar-collapse {
    /*margin-top:20px;*/
    /*text-align: center;*/
}
.services-cards h3{
    display:flex;
    align-items:center;
    font-size:1.2rem !important;
    margin-bottom: 0px;
}
.services-cards p{
    min-height: 100px;
    word-spacing: -1px;
    text-align: justify;
    hyphens: auto;
    margin-top: 30px;
}
.services-cards .card:hover{
    background-color:#000;
}
.products-cards .card:hover{
    background-color:#000;
}
@media(max-width:991px){
    .header .navbar-collapse {
    margin-top:25px;
}
}
.header .navbar-toggler {
    border: none;   
    box-shadow: none;
}
.header .navbar-toggler:focus {
    outline: none; 
    box-shadow: none;
}
.header .navbar-toggler-icon {
    overflow-y: hidden;
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000000;
    transition: all 300ms linear;
}
.header .navbar-toggler-icon:after, 
.header .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.header-container h1{
    font-family: 'Montserrat', serif;
}
.header-container img{
    width: 150px;
}
.header-container a{
    bottom:40px; 
    right:5px;
}
.header-container p{
    font-family: "Poppins", serif;
}
.header .navbar-toggler-icon:after{
	top: 8px;
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.navbar .container-fluid{
    max-width:100%;
}
@media (max-width: 991px) {
    .header .navbar .call-button{
        display: none;
    }
    .header .navbar .navbar-nav{
        width: 100%;
    }
}
@media (max-width: 425px) {
    .header{
        padding: 5px 10px;
    }
    .header .navbar-brand img{
        width: 160px;
    }
    .header .navbar .navbar-toggler{
        padding: 0;
        }
    .header__wraper .container{
        padding: 0px !important;
    }
    .header-container p{
        font-size:0.8rem;
    }
    .header-container row{
        padding: 0px !important;
    }
}

.header__wraper .content h1{
    font-size: 2.5rem;
}
.header__wraper .content p{
    font-size: 1.25rem;
}
.header__wraper .content .btns span{
    font-family: "Poppins", serif;
    }
@media (max-width: 1199px){
    .header__wraper .content h1{
        font-size: 2.25rem;
    }
}
@media (max-width: 1024px) {
    .header__wraper .content h1{
        font-size: 2rem;
    }
    .header__wraper .content p{
        font-size: 1rem;
    }
    .header__wraper .content .btns a{
        padding: 10px 20px !important;
    }
    .header__wraper .container{
        padding: 0px;
        margin: 0;
    }
    .why-elevator img{
    width:100% !important;
}
}

@media (max-width: 845px) {
    .header__wraper .content h1{
        font-size: 2rem;
    }
    .header__wraper .content .btns a{
        padding: 10px 10px !important;
        font-size: 1rem;
    }
    .header__wraper .content .btns{
        padding-top: 0 !important;
    }
    .header-container{
    height:80vh !important;
    }
    .header-container img{
    width:150px;
}
}
@media (max-width: 475px) {
    .header-container img{
    width:100px;
}
}
@media (max-width: 599px){
.header__wraper .content p{
        font-size: 1rem;
    }
}
@media (max-width: 576px) {
    .header__wraper .content h1{
        font-size: 1.75rem;
    }
    .services{
        padding: 50px;
    }
    .services-cards{
        padding: 50px;
    }
    .about-us{
        padding: 50px;
    }
    .products-cards{
        padding: 50px;
    }
    .review{
        padding: 50px;
    }
    .quote{
        padding: 50px;
    }
}

@media (max-width: 475px) {
    .header__wraper .content h1{
        font-size: 1.2rem;
    }
    .header__wraper .content p{
        font-size: 1rem;
    }
    .header-container{
    height:70vh !important;
    }
    .header__wraper .content .btns a{
        padding: 8px !important;
    }
    .header__wraper .content .btns span{
        font-size: 1rem !important;
    }
}

@media (min-width: 576px ) and (max-width: 1024px) {
    .container, .container-sm {
        max-width: 90%;
    }
}


@media (max-width: 1200px) {
    .services .services-content{
        padding: 50px;
    }
}

@media (max-width: 992px) {
    .services .services-content{
        padding: 10px;
    }
    /*.services .services-content h2{*/
    /*    font-size: 1.5rem;*/
    /*}*/
    /*.services .services-content p{*/
    /*    font-size: 0.9rem;*/
    /*}*/
    .elevationSection .content{
        text-align: center;
       padding-right: 50px;
       padding-top: 0 !important;
    }
    .elevationSection .content h2{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .quote p{
        font-size: 0.9rem;
    }
}

@media (max-width: 767px) {
    .services .services-content{
       height: auto;
       position: relative;
    }
    .about-us a{
        width: 170px !important;
        padding: 10px 10px !important;
    }
    .why-choose-us .card {
        height: 200px !important;
    }
}

@media (max-width: 425px) {
    .services{
        padding: 15px;
    }
    .services-cards{
        padding: 15px;
    }
    .about-us{
        padding: 15px;
    }
    .products-cards{
        padding: 15px;
    }
    .review{
        padding: 15px;
    }
    .quote{
        padding: 15px;
    }
    .quote .btn{
        width: 150px !important;
    }
    /*.services .services-content h2{*/
    /*    font-size: 1.3rem;*/
    /*    font-weight: 700;*/
    /*}*/
}

.services-cards .card{
    background-color: #636363;
    border: none;
    padding: 20px;
    border-radius: 0px; 
    height: 100%;
}
.services-cards .card img{
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
    margin-top: 2px;
    align-items:center;
}
.products-cards .card{
    background-color: #636363;
    border: none;
    border-radius: 0px; 
    height: 100%;
}
.products-cards-carousel .card{
    height: 525px !important;
}
.products-cards .card h3 {
    font-size: 1.3rem;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.why-elevator img{
    width:80%;
}

@media (max-width: 768px) {
    .services-cards-carousel .card p{
        font-size: 0.9rem;
    }
    .about-us p{
        font-size: 0.9rem;
    }
    .products-cards-carousel .card{
        height: 450px !important;
    }
    .products-cards-carousel .card p{
        font-size: 0.9rem !important;
    }
    .products-cards-carousel .card h3{
        font-size: 1.4rem !important;
    }
}
@media (max-width: 599px) {
    .products-cards-carousel .card{
        height: 600px !important;
    }
}

@media (max-width: 425px) {
    .services-cards-carousel .card img{
        width: 30px !important;
        height: 30px !important;
    }
    .products-cards-carousel .card{
        height: 500px !important;
    }
}
@media (max-width: 375px) {
    .products-cards-carousel .card{
        height: 475px !important;
    }
}
@media (max-width: 320px) {
    .products-cards-carousel .card{
        height: 425px !important;
    }
}

.about-us .btn{
    width: 200px;
}
.products-cards .card p{
    /*font-size: 1rem;*/
    word-spacing: -1px;
    text-align: justify;
    hyphens: auto;
}



.scrolling-text-container {
    background-color: #eff5ff;
    border-radius: 4px;
    overflow: hidden;
}

.scrolling-text-container img{
    width: 250px !important;
    height: 100px !important;
    margin-right: 80px;
}

@media (max-width: 768px) {
    .scrolling-text-container img{
        width: 150px!important !important;
        height:50px !important;
        margin-right: 50px;
    }
}

@media (max-width: 425px) {
    .scrolling-text-container img{
        width: 150px !important;
        height:50px !important;
        margin-right: 5px !important;
    }
}

.scrolling-text-inner {
    display: flex;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    padding: 25px 0;
}

.scrolling-text {
    display: flex;
}

.scrolling-text-item {
    padding: 0 30px;
}

.scrolling-text-inner>div {
    animation: var(--direction) var(--marquee-speed) linear infinite;
}

.scrolling-text-container:hover .scrolling-text-inner>div {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }

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

.review .box {
    text-align: center;
    padding: 20px;
    background-color: #131313;
    border: 1px solid #FAFAFA4E;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  @media (max-width: 991px) {
    .review .box .line{
        display:none;
    }
  }

  .quote input{
    border: 1px solid #d8d8d8;
    color: #6c757d;
  }
  .quote textarea{
    border: 1px solid #d8d8d8;
    color: #6c757d;
  }

  .quote input::placeholder{
    color: #6c757d;
    text-transform: uppercase;
    font-size: 0.8rem;
  }
  .quote textarea::placeholder{
    color: #6c757d;
    text-transform: uppercase;
    font-size: 0.8rem;
  }

.footer .footer-top img{
    width: 200px;
}

.footer .footer-top .call-btn img{
    width: 2rem !important;
}

.footer .footer-top .call-btn p{
    font-size: 2rem !important;
}

@media (max-width: 1200px) {
    .footer .footer-top .call-btn img{
        width: 1.5rem !important;
    }
    .footer .footer-top .call-btn p{
        font-size: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .footer .footer-top .call-btn p{
        font-size: 1.25rem !important;
    }
    .footer .footer-top .call-btn img{
        width: 1.25rem !important;
    }
}

@media (max-width: 575px) {
    .footer .footer-top{
        padding: 30px 0px !important;
    }
    .footer .footer-top .call-btn p{
        font-size: 0.9rem !important;
    }
    .footer .footer-top img{
        width: 150px !important;
    }   
    .footer .footer-top .call-btn img{
        width: 0.9rem !important;
    }
}   

@media (max-width: 425px) {
    .footer .footer-top img{
        width: 125px;
    }  
}

.quote textarea{
    resize: none;
}

scroller *{scrollbar-width:thin;scrollbar-color:#ddd #eee}

.services-cards-carousel .card{
        height: 350px;
    }
    
    @media (max-width: 1199px) {
        .services-cards-carousel .card{
        height: 325px;
    }
    .why-choose-us .card{
        height:250px !important;
    }
    .services-cards-carousel .card p{
                height: 8rem;
                overflow-y:auto;
            }
}
 @media (max-width: 991px) {
        .services-cards-carousel .card{
        height: 300px;
    }
    .why-choose-us .card{
        height:275px !important;
    }
}


/* Positioning the navigation buttons */
.owl-carousel .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Prevents overlapping issues */
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
    color: #fff;
    padding: 12px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto; /* Ensures buttons are clickable */
}

/* Position the buttons */
.owl-carousel .owl-prev {
    left: -50px; /* Adjust as needed */
}

.owl-carousel .owl-next {
    right: -50px; /* Adjust as needed */
}

/* Hover effect */
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

/* Custom icons inside the buttons */
.custom-prev, .custom-next {
    font-size: 24px;
}
