:root {
    --common-found: 'Teko';
    /* --theme-found: 'DM Sans'; */
    --theme-found: 'poppins';
    --theme-color: #ff2706;
}



@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');


h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "Teko", sans-serif !important;
    font-weight: 600!important;  
}

a, li, strong{
         font-family: var(--theme-found); 
}

h2 {
    color: var(--theme-color);
}

p {
    font-family: var(--theme-found);
    font-size: 16px;
    line-height: 2;
    color: #2e2d2d;
    font-weight: 400;
}
.theme-btn {
    padding: 10px 36px;}

/* preloader  */

.load-text img {
    width: 100px;
    animation: pulseAnim 1.5s ease-in-out infinite;
}

@keyframes pulseAnim {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}



.desktop-nav .nav-bar > ul > li > a {
    font-size: 16px;
    line-height: 1;
    font-weight: 500 !important;
    position: relative;
         font-family: var(--theme-found);
    text-transform: capitalize;
}



.desktop-nav .nav-bar ul li.menu-item-has-children:hover ul.sub-menu {
    box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
    width: 300px;
    padding:10px;
}

.desktop-nav .nav-bar ul > li ul.sub-menu li{
    border-bottom: 1px solid #eeeeee;
}

.desktop-nav .nav-bar ul > li ul.sub-menu li a {
    padding: 6px 6px;
       font-family: var(--theme-found); 
    display: flex;
    align-items: center;
    color: #302f2f;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    justify-content: space-between;
    text-transform: capitalize;
}
.gap {
    padding: 80px 0;
    position: relative;
}

.theme-btn:hover {
    background-color: transparent;
    color: #c9c9c9;
}

.header-logo a img {
    width: 200px;
    height: auto;
    /* filter: drop-shadow(0px 2px 0px red);    */
}

.header-style-one{
    border-bottom: 1px solid #ffffff;
}

.featured-slider-one:before {
    content: "";
    /* background: #000000c4; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    opacity: .8;
    background-image: linear-gradient(45deg, #0000001c, #2c2c2cfc);
}

.featured-slider-one {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* height: 850px; */
    height: 748px;
}

.featured-slider-one .owl-item.active .f-slider-one-data h1 {
    font-size: 80px;
    line-height: 1;
    color: white;
    margin-bottom: 10px;
    font-family: var(--common-found);
    text-transform: uppercase;
}

.f-slider-one-data span {
    font-size: 30px;
    display: block;
    font-family: var(--common-found);
    color: var(--theme-color);
    text-transform: uppercase;
}

.featured-slider-one .owl-item.active .f-slider-one-data p {
    font-size: 18px;
    line-height: 1.1;
    color: white;
        font-family: var(--theme-found);
        text-transform: capitalize;

}

.featured-slider-one img.gym-girl {
    position: absolute;
    z-index: 1;
    width: 40% !important;
    height: revert-layer;
    right: 0% !important;
    z-index: 11;
    top: 15% !important;
    filter: drop-shadow(0px 0px 5px rgb(37, 37, 37));

}

.about-style-one {
    position: relative;

}

.about-style-one::before {
    content: '';
    position: absolute;
    right: 100px;
    /* top: 0; */
    width: 300px;
    height: 500px;
    background: linear-gradient(rgb(255 39 6 / 21%), #ff051300);
    border-radius: 50%;
    /* filter: blur(30px); */
    bottom: 100px;
    opacity: 0.5;
    border-radius: 0px 80px 0px 80px;

}

.client-review-style-one .head-review h3 {
    color: var(--theme-color);
}

.ablist{
    margin-bottom: 10px;
    margin-left: 30px;
}
.ablist li{
    font-size: 16px;
    list-style: disc;
}
.about-info p{margin-bottom: 10px!important;}

.heading-style-2 .data h2 {
    color: var(--theme-color);

}
.light-bg{
    background-color: #e0e0e0;
}

.newproduct .product{
    position: relative;
        background: white;
    padding: 20px;
}
.newproduct .product h3 a {
    color: #ff2706;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.renovation .reno-data {
    position: relative;
}

.team-slider.owl-carousel .owl-item img {
    width: 300px;
}

.team-data {
    padding: 20px;
}

.team-style-one .team-data .team-info h3 {
    font-size: 33px;
    line-height: 1;
}

.team-style-one .team-data a i {
    font-size: 50px !important;
}

.team-data:hover:before {
    height: 100%;
}

.team-data:before {
    background-color: #2e2e2e;
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.core-features {
    padding: 50px 0px;
}

.counter-style-one .counter-data {
    height: 100%;
}

.homcontact {
    padding: 50px 0;
    background: #f5f5f5;
}

.homcontact input[type="text"],
.homcontact input[type="email"],
.homcontact textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ff0000 !important;
    font-size: 16px;
    color: #111111 !important;
    margin-bottom: 20px;
}


.homcontact .data h2 {
    color: var(--theme-color);
}

.footer-col ul li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}
.footer-style-one .footer-p-2 .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-style-one .footer-p-2 .footer-col h3 {
    font-size: 34px;
    text-transform: capitalize;
}

.footer-col ul li {
    margin-bottom: 5px;
}

.footer-style-one .footer-p-2 {
    padding: 50px 0 20px;

}

.footer-style-one .footer-p-1 {
    padding: 10px 0;

}



/* contact us */

.contact-form-2 form input, .contact-form-2 form textarea {
    padding-left: 20px;
    background: #fafafa00;
    color: #fff !important;
}
.consty {
    background-color: #2f2f2f;
    padding: 27px;
}

.contact-form-2 .info {
    background: black;
    padding: 35px 40px 40px;
    height: 100%;
}
.contact-form-2 form input::placeholder , .contact-form-2 form textarea::placeholder{
    color: #fff !important;
}
.heading h2, .heading.heading-style-3 h2 span, .data h2 {
    font-size: 60px;
    color: #ff2706;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: -15px;
}

/* about us */
.aboutimg-wrp img{
        border-radius: 100px 0px 100px 0px;
}


/* gallery page */
.pd-details .nav-pills .nav-link{
    width: auto;
}

/* indoor page */

.indoor{
    padding: 50px 0px;
}
.indoor .prodes{
    padding: 0px 50px;
    display: flex;    
    align-items: center;   
    position: relative;
    height: 100%;
}


.construction-services .services-nav ul li {
    width: 100%;
    text-align: left;
     font-family: "Teko", sans-serif;
}

.procontent p{
    margin-bottom: 20px;
}
.procontent ul li{
    margin-bottom: 8px;
    font-size: 18px;
    border-bottom: 1px solid #86868633;
}
.footer-p-4{
    background-color: #00000000;
    padding: 30px 0px;
}
.footer-p-4 img{
    width: 64px;
    margin-bottom: 15px;
}
.footer-p-4-left img, .footer-p-4-right img {
   transition: all 1s linear;
}

.footer-p-4-left:hover img, .footer-p-4-right:hover img {
    transform: scale(1.1);
}
    

/* indoor equipments */

.construction-services .services-nav ul li button {
    padding: 5px;
    font-size: 20px;
    color: #404040;
}
.services-nav .nav{
        padding: 10px;
        background-color: #f3f3f3a8;
}

.pd-details .nav {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start;
}


.innerpro .product{
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
    background: #fff4f4!important;
    height:100%;
}
.innerpro.product h3 a{
    font-size: 16px!important;
}


.form-control:focus{
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

.product-detail{
    padding:40px 0px;
}
.product-detail .product{
   position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.prodet{
        padding: 20px;
    background-color: #ffffff;
}

.prodet h2 {
    color: #ff2706;
    font-size: 30px;
    font-weight: 500 !important;
}
.prodet p{
    color: #535353;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
 
}
.prodet  > p{
     margin-bottom: 5px;
    color: darkblue;
}
.prodet .prd-list li{
        padding: 2px 0px;
}
.prodet .prd-list li p strong{
    color: #1f1f1f;
}
.prodet .prd-list li p{
    color: #535353;
    font-size: 16px;
    font-weight: 500;
} 
.prodet .prd-list li p:before{
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #ff2706;
    z-index: a;
}

.product-detail .product figure{
    width: 100%;
    height:250px;    
    overflow: hidden;
        background-color: #f4f4f4;
}
.product-detail .product figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}


/* media queries */
@media screen and (max-width:767px) {
    .featured-slider-one .owl-item.active .f-slider-one-data h1 {
        font-size: 41px;
        line-height: 1;
    }
    .product figure{
    width: 100%;
    height:100%;    
    overflow: hidden;
}

    .featured-slider-one .f-slider-one-data,
    .featured-slider-one .owl-item.active .f-slider-one-data {
        padding-bottom: 330px;
    }

    .featured-slider-one img.gym-girl {
        display: block;
    }

    .renovation .reno-data {
        background-color: transparent;
    }

    .featured-slider-one img.gym-girl {
        position: absolute;
        z-index: 1;
        top: 48% !important;
        width: 66% !important;
        /* height: revert-layer; */
        right: 17% !important;
        z-index: 11;
        bottom: 9px !important;
        filter: drop-shadow(0px 0px 5px rgb(37, 37, 37));
    }

    .featured-slider-one .owl-item.active .f-slider-one-data p {
        font-size: 16px;
        line-height: 1.2;
    }

    .featured-slider-one {
        height: auto;
    }

    .homcontact .theme-btn{
        width: 100%;
    }

    .indoor .prodes{
    padding:20px;
    }
    .mobile-nav > ul > li > a {
        font-size: 20px;
        line-height: 16px;
    }

}


@media (max-width: 556px) {
    .mobile-nav > ul > li > a {
        font-size: 20px;
        line-height: 16px;
    }
}

@media screen and (max-width:1300px){
    .desktop-nav .nav-bar > ul > li > a {
    font-size: 15px;
    line-height: 1;
    font-weight: 500 !important;
    position: relative;
    font-family: var(--theme-found);
    text-transform: capitalize;
}
.header-style-one .nav-bar > ul > li:not(:last-child) {
    margin-right: 9px;
}
.desktop-nav .nav-bar > ul {
    padding-right: 26px;
}
}
@media screen and (min-width:1500px){
    .desktop-nav .nav-bar > ul > li > a {
    font-size: 17px;
    line-height: 1;
    font-weight: 500 !important;
    position: relative;
    font-family: var(--theme-found);
    text-transform: capitalize;
}
.desktop-nav .nav-bar > ul {
    padding-right: 50px;
}
.header-style-one .nav-bar > ul > li:not(:last-child) {
    margin-right: 25px;
}
}

/* client */
.multi-image-client {
  display: grid;
  grid-template-columns: 1fr 1fr;  
  grid-template-rows: 1fr 0fr;   
  gap: 10px;
  overflow: hidden;
  border-radius: 12px;
   
  
}
.cls {
    padding:10px 10px;
}
.cl {
    padding:0px 10px;
}
.client-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: solid 0.8px #c0c0c0;
 
}
@media (max-width: 767px) { 
     .client-image img {
    width: 131px !important;
}
}
.client-image img {
width:150px;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
   
}

.client-image:hover img {
  transform: scale(1.1); 
}

.image-caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.3s ease;
}

.client-image:hover .image-caption {
  background: rgba(255, 0, 0, 0.9);  
}

.machine-p{
    font-size:16px !important;
    font-weight: 500 !important;
    color:#535353 !important;
   
}
.table {
            border-collapse: collapse;
            width: 100%;
            padding: .2rem .2rem;
        }
        .item-table th {
            background-color: #f9fafb;
            font-weight: 600;
        }

        /* Container */
.left-sticky-buttons {
    position: fixed;
    top: 35%;
    left: 0;
    z-index: 9999;
}

/* Buttons */
.sticky-btn {
    display: block;
    background: #ff2706;       /* Default red */
    color: #fff;
    padding: 8px 8px;
    margin: 10px 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.45s ease;   /* smoother */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* softer shadow */
}

/* Light Hover Effect */
.sticky-btn:hover {
    text-align: center;
    background: rgba(255, 39, 6, 0.08);   /* very light soft red */
    color: #ff2706;
    border: 1px solid rgba(255, 39, 6, 0.4); /* soft border */
    box-shadow: 0 6px 14px rgba(255, 39, 6, 0.25); /* light glow */
    transform: translateX(4px);   /* small gentle slide */
}

tr, td, span {
    
    font-family: 'Teko', sans-serif;
}