@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
    background-color: #f5f5f5;
    font-family: "Montserrat", sans-serif;   
    font-size: 14px; 
    color: #000;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, p, ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}



/* Product Section */
section.products-sec{
    background-color: #f5f5f5;
    margin: 0 auto;
    width: 100%;
}
.products-sec .products-container{
    display: flex;
    margin: auto;
    align-items: center;
    max-width: 1200px;
    padding: 32px;   
}
.products-sec .products-container .contents{
    padding: 32px;
    line-height: 24px;
}
.products-container .contents p{
    font-size: 1rem;
    color: #000000;
}
.products-container .contents h1{
    color: #FF7518;
    padding: 0 0 16px 0;
}
.products-container .product__card__cnr{
    display: flex;
    gap: 32px;
}
.product__card__cnr .product__card{
    padding: 16px;
}
.product__card__cnr .product__card .card__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50% 50% 2% 2%;
}
.product__card__cnr .product__card .card__image{
    height: 330px;
    width: 330px;
    border-radius: 50% 50% 2% 2%;
    padding: 8px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* Slider Testimonila */


.swipre-sec-cnr{
    padding: 16px;
    max-width: 1200px;
    width: 100%;
  }
  section.testimonial{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
    background-color: #FAF5EF;
    position: relative;
    max-width: 1440px;
    margin: auto;
  }
  .content .card{
    position: relative;
    background-color: #FFF;
    border-radius: 16px;
    width: 296px;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
  }
  .card .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 32px;
    z-index: 100;
  }
  
  .swiper{
    width: 950px;
    max-width: 100%;
  }
  section .card .image{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 4px;
    background: #FAF5EF;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #FAF5EF;
  }

  section .card .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  section .card .image h1{
    background: #003392;
    color: #FFF;
    margin: auto;
  }
  section .card .box1, section .card .box2, section .card .box3{
    position: absolute;
    width: 100%;
    height: 25%;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(106.32deg, #FF7518 14.23%, #ffbd91 139.97%);
  }
  .card .profile{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
  .profile .name{
    font-size: 24px;
    font-weight: 600;
    color: #222222;
  }
  .profile .profession{
    font-size: 16px;
    font-weight: 500;
    color: #333;
  }
  .card .rating{
    display: flex;
    align-items: center;
    margin-top: 16px;
  }
  .card .rating i{
    font-size: 20px;
    margin: 0 4px;
    color: #f3a60f;
  }
  .card .message{
    display: flex;
    text-align: center;
    color: #444;
    line-height: 24px;
    margin: 16px 0;
  }
  .testimonial-titles{
    width: 100%;
    margin: auto;
    text-align: center;
    color: #FF7518;
    font-size: 1.2rem;
    padding: 0 0 24px 0;
    max-width: 520px;
    font-weight: 600;
  }
  .testimonial-titles p{
    font-weight: 400;
    font-size: 1rem;
    color: #000;
    line-height: 32px;
    padding: 16px 0 0 0;
  }

section.portfolio{
    background: #ffffff;
    margin: 0 auto;
    width: 100%;
}
.portfolio .portfolio__container{
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    max-width: 1200px;
    padding: 32px;
}
.portfolio__container p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    text-align: center;
    max-width: 800px;
}
.portfolio__container .contents{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.portfolio__container h1{
    font-size: 1.5rem;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
    color: #FF7518;
}
.portfolio__container .project__card__cnr{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 32px 0;
}
.project__card__cnr .project__card{
    width: 320px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.project__card .image{
    height: 300px;
}
.project__card .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.project__card .project__card__contents h3{
    padding: 8px 0;
}
.project__card .project__card__contents span{
    color: #000;
}
.project__card__contents span i{
    color: #FF7518;
}
.portfolio__container .contact h1{
    color: #FF7518;
    font-size: 1.2rem;
}
.portfolio__container .contact p{
    font-size: 1rem;
}
.contact .contact__buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    padding: 16px 0;
}
.contact .contact__buttons a button{
    padding: 16px 24px;
    border: none;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 8px;
    color: #fff;
    display: flex;
    gap: 16px;
    align-items: center;
    cursor: pointer;
}
.contact .contact__buttons a button i{
    font-size: 1.5rem;
}
.contact__buttons a.call button{
    background: #fff;
    color: #FF7518;
    border:2px solid #FF7518;
}
.contact__buttons a.wp button{
    border: 2px solid #25D366;
    background: #FFF;
    color: #25D366;
}
.contact__buttons a.flyer button{
    background: #fff;
    color: #006892;
    border:2px solid #006892;
}
.what__we__offer{
    max-width: 1200px;
    margin: 0 auto;
}
.what__we__offer .contents{
    text-align: center;
}
.what__we__offer .contents h1{
    color: #FF7518;
}
.what__we__offer .contents p{
    font-size: 1rem;
}
.what__we__offer .services{
    width: 100%;
    padding: 32px 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
}
.what__we__offer .services .services__card{
    background: #ffff;
    padding: 16px;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.services__card .icon{
    position: relative;
    top: 0;
}
.services__card .icon i{
    color: #FF7518;
    font-size: 24px;
    top: -40px;
    background-color: #ff74180f;
    padding: 16px;
    border-radius: 50%;
    border: 4px solid #ffffff;
}
.services .services__card .title{
    line-height: 24px;
}
.services .services__card .title h3{
    color: #FF7518;
    padding: 8px 0;
}

/* Brand */
section.products-sec .brands__cnr{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 16px;
    text-align: center;
}
.brands__cnr .brand__flex{
    width: 100%;
    display: flex;
    padding: 32px 0 16px;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.brand__flex .brand{
    height: 80px;
    width: 200px;
    border-radius: 8px;
    background: #FFF;
    padding: 8px;
}
.brand__flex .brand img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Clients */
section.clients{
    background: #ffffff;
}
.clients .clients__cnr{
    max-width: 1200px;
    width: calc(100% - 32px);
    padding: 32px 16px;
    margin: auto;
}
.clients .clients__head{
    margin: 0 auto;
    text-align: center;
}
.clients .clients__head h1{
    color: #FF7518;
}
.clients .clients__head p{
    max-width: 75%;
    padding: 16px 0 0 0;
    margin: auto;
}
.clients .clients__logo{
    padding: 32px 0;
    margin: auto;
    width: 100%;
    overflow: hidden;
    
}
.clients__logo .logo__wrapper .overflow{
    display: flex;
    gap: 32px;
    flex-wrap: nowrap;
    animation: BrandLoop 10s linear infinite;
}
.clients__logo .logo__wrapper{
    gap: 32px;
    display: inline-flex;
}
.overflow .brand__logo{
    width: 140px;
    border: 2px solid #f5f5f5;
    border-radius: 8px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    
}
.overflow .brand__logo img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

@keyframes BrandLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Expert */
section.team{
    width: 100%;
    text-align: center;
    padding: 32px 16px;
    background: #f5f5f5;
}
.team .team__header h1{
    color: #FF7518;
}
.team .team__header p{
    padding: 16px 0;
}
.team__photograph{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
.team__photograph .team__card{
    padding: 16px;
    background: linear-gradient(180deg, rgb(255, 255, 255,0.1), rgb(255, 255, 255));
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    border-radius: 8px;
}
.team__photograph .team__card p{
    font-size: 0.8rem;
    line-height: 24px;
}
.team__card .profile__pic{
    width: 150px;
    height: 150px;
    border: 2px solid #FF7518;
    background: #f5f5f5;
    padding: 8px;
    border-radius: 50%;
}
.team__card .profile__pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.team__card h3{
    color: #FF7518;
}

/* Contact */
section.contact{
    width: 100%;
    background: #000000;
    padding: 32px;
    margin: auto;
}
section.contact h1{
    color: #ffffff;
    text-decoration: underline;
}
section.contact .contact__us__cnr{
    max-width: 1200px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.contact__us__cnr .address{
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.contact__us__cnr .address img{
    width: 150px;
    object-fit: cover;
    margin-bottom: 16px;
}
.contact__us__cnr .address .address__desc{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    line-height: 24px;
    color: #FFF;
}
.contact__us__cnr .address .address__desc i{
    font-size: 16px;
}
.contact__us__cnr .google__map iframe{
    width: 100%;
    height: 400px;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}
.contact__us__cnr .google__map{
    width: 50%;
}

/* Footer */
section.footer {
    width: 100%;
    background: #000;
}
.footer .footer__cnr{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    color: #FFF;
    border-top: 1px solid #fff;
    padding: 16px;
}


/* Page About Us */
section.about__page{
    width: 100%;
    background-color: #ffffff;
}
section.about__page .about__wrapper{
    margin: auto;
}
.about__wrapper .about__banner .banner__image {
    position: relative;
    overflow: hidden;
    height: 60vh;
}
.about__wrapper .about__banner{
    position: relative;
    width: 100%;
}
.about__wrapper .about__banner .banner__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.about__wrapper .about__banner .banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.about__banner .about__title{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 70px;
    color: #ffffff;
    z-index: 3;
    max-width: 800px;
    margin: auto;
    text-align: center;
    line-height: 24px;
}
.about__banner .about__title h1{
    font-size: 2rem;
    color: #FF7518;
}
.about__banner .about__title h3{
    font-weight: 400;
}


/* Page Contact Us */
section.contact__page{
    width: 100%;
    background-color: #ffffff;
}

section.contact__us__cnr{
    width: 100%;
}
section.contact__us__cnr .contact__contents{
    max-width: 1200px;
    margin: auto;
    padding: 32px 16px;
}
.contact__contents .contents__head{
    line-height: 32px;
}
.contact__contents .contents__card__cnr{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 0;
}
.contents__card__cnr .contents__card{
    width: calc(100% / 4);
    padding: 16px;
    background: #ffff;
    border-radius: 8px;
    line-height: 24px;
}
.contents__card .image img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}
.contents__card .card__cntd{
    padding-top: 8px;
}
.card__cntd a{
    width: 100%;
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-weight: 600;
}
.card__cntd a i{
    font-size: 18px;
}
.card__cntd a.call{
    border:2px solid #FF7518;
    color: #FF7518;
}
.card__cntd a.whatsapp{
    border:2px solid #25D366;
    color: #25D366;
}
.card__cntd a.email{
    border:2px solid #006892;
    color: #006892;
}

.contact__contents .contents__hero{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;
}
.contents__hero .google__map{
    width: 100%;
}
.contents__hero .conatct__address .address__item{
    display: flex;
    gap: 8px;
    line-height: 24px;
    align-items: center;
    padding: 8px;
}


/* CMS Pages */
    section.cms__page{
        width: 100%;
    }
    section.cms__page .cms__wrapper{
        margin: auto;
    }
    .cms__wrapper .cms__banner .banner__image {
        position: relative;
        overflow: hidden;
        height: 60vh;
    }
    .cms__wrapper .cms__banner{
        position: relative;
        width: 100%;
    }
    .cms__wrapper .cms__banner .banner__image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }
    
    .cms__wrapper .cms__banner .banner__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 0;
    }
    .cms__banner .cms__title{
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        bottom: 0;
        left: 0;
        right: 0;
        top: 70px;
        color: #ffffff;
        z-index: 3;
        max-width: 800px;
        margin: auto;
        text-align: center;
        line-height: 24px;
        padding: 0 16px;
    }
    .cms__banner .cms__title h1{
        font-size: 1.5rem;
        line-height: 32px;
    }

    .cms__wrapper .cms__page__contents{
        max-width: 1200px;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
        line-height: 24px;
    }
    .cms__wrapper .cms__page__contents .contact{
        margin: auto;
        text-align: center;
        padding: 32px 16px;
        background: #FFF;
        width: 100%;
        border-radius: 16px;
    }
    .cms__page__contents .page__contents__section h3{
        padding: 0 0 8px 0;
        color: #FF7518;
    }
    .cms__page__contents .page__contents__section ol{
        padding: 0 0 0 16px;
    }
    .cms__page__contents .page__contents__section ol li{
        list-style: unset;
    }

/* Product > CMS Page */

section.products__container{
    width: 100%;
    background: #f5f5f5;
    padding: 32px 0 16px 0;
}
section.products__container .product__list__cnr{
    max-width: 1200px;
    width: 100%;
    padding: 0 16px;
    display: flex;
    margin: auto;
    flex-direction: column;
    line-height: 24px;
    gap: 16px;
}
.products__container .product__list__cnr p,
.products__container .product__list__cnr h1{
    text-align: center;
}
.products__container .product__list__cnr h1{
    color: #FF7518;
}
.products__container .product__list__cnr p{
    color: #273444;
    font-size: 0.9rem;
    letter-spacing: 0.04rem;
}
.product__list__cnr .product__box__flex{
    width: 100%;
    display: flex;
    gap: 16px;
    align-content: center;
    margin: auto;
    flex-wrap: wrap;
}
.product__box {
    position: relative;
    width: 280px;
    padding: 8px 8px 16px 8px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    display: flex;
    flex-direction: column;
}

.product__box .product__image img {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    object-fit: cover;
}

.product__box .product__description {
    padding: 8px;
    text-align: left;
    flex: 1; /* Grow to take available space */
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product__box .product__description h3 {
    margin: 0; /* Remove default margin */
    max-height: calc(1.5rem* 2);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5rem;
}

.product__box .product__description p {
    margin: 0; /* Remove default margin */
    text-align: left;
    max-height: calc(1.5rem* 3);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4rem;
}

.product__box .product__button {
    margin-top: auto; /* Push the button to the bottom */
    width: 100%; /* Ensure button spans full width */
    display: flex;
    justify-content: center;
}

.product__box button {
    width: calc(100% - 16px); /* Adjust width to account for padding */
    border: 2px solid #25D366;
    height: 40px;
    border-radius: 40px;
    background-color: #fff;
    color: #25D366;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
    margin: auto;
}

.product__box button:hover {
    background-color: #25D366;
    color: #fff;
}

.product__box button i{
    font-size: 24px;
} 
section.cms__page .maintanance__wrapper{
    width: 100%;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maintanance__wrapper .maintanence__contents{
    max-width: calc(1200px - 32px);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.maintanance__wrapper .maintanence__contents i{
    font-size: 48px;
    color: #FF7518;
}
.maintanance__wrapper .maintanence__contents p{
    line-height: 24px;
}
.orange{
    color: #FF7518;
}
.page__contents__section ol li ul,
.page__contents__section ul{
    list-style: disc;
    padding: 0 0 0 16px;
}
.page__contents__section ul li{
    list-style: disc;
}

/* Responsive */
@media screen and (max-width: 520px) {
    .portfolio .portfolio__container{
        padding: 16px;
    }
    .portfolio__container p{
        font-size: 0.9rem;
        line-height: 24px;
        padding-bottom: 16px;
    } 
    .portfolio__container .project__card__cnr{
        margin: 0;
    }
    .testimonial-titles h1{
        font-size: 1rem;
    }
    .swipre-sec-cnr{
        padding: 0 16px;
    }
    .testimonial-titles p{
        font-size: 0.9rem;
        line-height: 24px;
    }
    .portfolio__container .contact h1{
        margin-top: 16px;
    }
    .contact .contact__buttons{
        gap: 16px;
    }
    .contact .contact__buttons a{
        width: 100%;
    }
    .contact__buttons a.call button,
    .contact__buttons a.flyer button,
    .contact__buttons a.wp button{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .portfolio__container .contact p{
        font-size: 0.9rem;
    }
    .products-sec .products-container{
        padding: 16px;
        flex-wrap: wrap;
    }
    .product__card__cnr .product__card{
        padding: 0;
    }
    .project__card__cnr .project__card{
        width: 100%;
    }
    .products-sec .products-container{
        justify-content: center;
    }
    .products-sec .products-container .contents{
        padding: 16px 0;
        text-align: center;
    }
    .products-container .contents p{
        font-size: 0.9rem;
    }
    .product__card__cnr .product__card .card__image{
        margin-top: 16px;
    }

    .what__we__offer{
        padding: 0 16px;
    }
    .what__we__offer .services{
        padding: 16px 0;
    }
    .what__we__offer .services .services__card{
        max-width: 100%;
    }
    section.contact{
        padding: 16px;
    }
    .team__photograph{
        padding: 0px;
    }
    .team__photograph .team__card{
        width: 100%;
    }
    .contact__us__cnr .google__map{
        width: 100%;
        padding: 16px 0;
    }
    .contact__us__cnr .address img{
        display: none;
    }
    .contact__us__cnr .google__map iframe{
        height: 240px;
    }
    .footer .footer__cnr{
        justify-content: center;
        text-align: center;
    }
    .contents__card__cnr .contents__card{
        width: 100%;
    }
    .contact__contents .contents__hero{
        padding: 8px 0;
    }
    section.contact__us__cnr .contact__contents{
        padding: 8px 16px;
    }
    .contents__hero .google__map{
        padding: 8px 0;
    }
    .about__banner .about__title{
        padding: 0 16px;
    }
    .brand__flex .brand{
        width: 160px;
    }
    .product__list__cnr .product__box__flex {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        align-content: center;
        margin: auto;
        overflow-x: auto; /* Enable horizontal scrolling */
        -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }
    
    .product__list__cnr .product__box__flex > * {
        flex-shrink: 0; /* Ensure items don't shrink */
    }
    .product__list__cnr .product__box__flex::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
    }
    .product__box__flex .product__box{
        width: 220px;
    }
    .product__box .product__image img{
        height: 180px;
    }
    .overflow .brand__logo{
        width: 120px;
    }
}
