:root {
    --color-primary: #F1592A;
}
.header-two-wrapper img{
    max-width: 200px;
}
.header-two-main-wrapper .nav-area ul li.main-nav{
    padding: 20px 0;
}
.header-two-wrapper .header-end .nav-btn{
    border: none;
}
.header-two-wrapper .header-end .icon-area{
    cursor: pointer;
}
.factory-banner .bg_banner-bg-area::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}

.factory-banner .bg_banner-bg-area .banner-two-inner {
    position: relative;
    z-index: 9999;
}
.banner-two-swiper-main-wrapper .swiper-slide-active span{
    color: var(--color-primary);
}
li.has-dropdown .submenu{
    border-radius: 0 0 5px 5px;
}

li.has-dropdown .submenu li a:hover{
    background-color: var(--color-secondary);
    color: #fff !important;
}
.factory-banner .bg_banner-bg-area .title{
    font-size: 40px;
}
.factory-banner .swiper-pagination .swiper-pagination-bullet{
    background-color: #fff;
}
.about-inner-area-content-one .title{
    color: var(--color-title);
}
.about-thumbnail-inner-one img{
    border-radius: 10px;
}
.about-thumbnail-inner-one .content-wrapper .single {
    padding: 20px;
}
.about-thumbnail-inner-one .content-wrapper {
    width: 200px;
    right: 0;
    bottom: 0;
    left:auto
}
.about-thumbnail-inner-one .content-wrapper .single{
    flex-basis: 100%;
}
.project-list-area-wrapper-3 .single-project-3 .left-side{
    gap: 7px;
}

.swiper-recent-project-5-wrapper .swiper-slide-active .single-case-studies-5 .inner {
    opacity: 0;
    transition: 0.7s;
}

.projects-contact-area-3 .title-area-wrapper-main-two .rts-btn {
    background: var(--color-primary);
}
.projects-contact-area-3 .title-area-wrapper-main-two .rts-btn::after{
    background: #141416;
}


.single-facts-three{
    padding: 30px;
}
.rts-section-gap{
    padding: 90px 0;
}
.facts-right-area-3-main-wrapper .inner-content {
    max-width: 70%;
}

.project-area-start-1 img{
    border-radius: 10px;
    height: 410px;
    width: 100%;
}
.project-area-start-1 .inner-content-project{
    padding: 30px ;
}
.client-box{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 120px;
}


.client-box .image {
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-box .image img{
    max-height: 100%;
}



.single-brand-area-style .icon img{
    max-width: 120px;
}
.tab-area-service-button li.nav-item button.nav-link{
    background-color: #EFEBE7;
}

.service-content-inner-wrapper .inner{
    max-width: 100%;
}
.service-content-inner-wrapper .inner p.disc,
.facts-right-area-3-main-wrapper .inner-content p.disc,
.project-list-area-wrapper-3 .single-project-3 .mid p{
    color: #dfdfe7;
}
.footer-wrapper-left-one p.disc,
.footer-location-area-4 .inner-wrapper .mail a,
.cta-main-wrapper-two .disc,
.single-nav-area-footer.news-letter p{
    font-size: 16px;
    color: #dfdfe7;
}
.service-content-inner-wrapper .inner img{
    border-radius: 10px;
}
.footer-wrapper-left-one .logo img{
    padding: 20px;
    width: 220px;
    border-radius: 10px;
    background-color: #fff;
}
.rts-footer-area{
    padding-top: 50px;
}
.copyright-area-one{
    margin-top: 20px;
}

.factory-banner .swiper-button-prev {
    left: 54px;
}
.factory-banner .swiper-button-next {
    right: 54px;
    left: auto;
}
.banner-two-swiper-main-wrapper .swiper-slide span{
    font-size: 24px;
    margin-bottom: 20px;
}
.factory-banner .bg_banner-bg-area p.disc{
    font-size: 20px;
}
.project-area-start-1 .inner-content-project .title{
    font-size: 24px;
}
.project-area-start-1 .inner-content-project .thumb-wrapper{
    margin-top: 0;
}
.swiper-slide.swiper-slide-active .inner-content-project{
    width: 85%;
}


.swiper-recent-project-5-wrapper .single-case-studies-5 img{
    height: 412px;
    width: 100%;
    border-radius: 10px;
}

.rts-portfolio-area-case .title-between-style-five{
    border: none;
}
.footer-wrapper-left-one .logo{
    margin-bottom: 15px;
}
.cta-main-wrapper-two{
    display: block;
    height: auto;
    padding: 60px;
}
.rts-appoinment-area-3 .appoinment-three-wrapper {
    border-radius: 10px;
    padding:30px  15px;
}


.swiper-recent-project-5-wrapper .single-case-studies-5 {
    padding: 15px;
}
.swiper-recent-project-5-wrapper .single-case-studies-5::after {
    content: ""; 
    position: absolute; 
    left: 15px; 
    top: 15px;  
    border-radius: 10px;
    width: calc(100% - 30px); 
    height: calc(100% - 30px); 
    background-color: #F1592A; 
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s, visibility 0s 0.7s; 
}
.swiper-recent-project-5-wrapper .single-case-studies-5:hover .inner {
    opacity: 1;
    transition: 0.3s; 
}
.swiper-recent-project-5-wrapper .single-case-studies-5:hover::after {
    opacity: 0.6;
    visibility: visible;
    transition: opacity 0.7s, visibility 0s; 
}
.swiper-recent-project-5-wrapper .single-case-studies-5 svg{
    display: none;
}
.swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area {
    background: #0000007d;
}
.swiper-recent-project-5-wrapper .swiper {
    height: auto; 
}

.swiper-recent-project-5-wrapper .single-case-studies-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
    aspect-ratio: 16/9; 
}

.swiper-recent-project-5-wrapper .single-case-studies-5 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.swiper-recent-project-5-wrapper .swiper-slide {
    height: auto; 
}
.swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area {
    padding: 20px 30px;
}



.banner-two-swiper-main-wrapper {
    position: relative;
  }
  
  .scroll-down-arrow {
    position: absolute;
    bottom: 120px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; 
    display: inline-block;
    width: 50px; 
    height: 50px; 
    line-height: 50px; 
    text-align: center;
    background-color: #f1582aba; 
    color: #ffffff !important; 
    border-radius: 50%; 
    font-size: 24px; 
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  .scroll-down-arrow:hover {
    background-color: rgba(0, 0, 0, 0.6); 
    transform: translateX(-50%) translateY(3px);
    color: #fff; 
  }
 
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateX(-50%) translateY(0);
    }
    40% {
      transform: translateX(-50%) translateY(-10px);
    }
    60% {
      transform: translateX(-50%) translateY(-5px);
    }
  }
  
  .scroll-down-arrow {
    animation: bounce 2s infinite;
  }
  
  .scroll-down-arrow:hover {
    animation: none; 
     transform: translateX(-50%) translateY(3px); 
  }
  

/* media queries*/
@media (max-width:767px){
    .factory-banner .bg_banner-bg-area .title{
        font-size: 30px;
    }
    .banner-two-swiper-main-wrapper .swiper-slide span,
    .factory-banner .bg_banner-bg-area p.disc{
        font-size: 18px;
    }
    .factory-banner .swiper-button-next,
    .factory-banner .swiper-button-prev{
        display: none;
    }
    .about-thumbnail-inner-one .content-wrapper .single span.pp{
        font-size: 12px;
    }
    .about-thumbnail-inner-one .content-wrapper .single {
        padding: 15px 10px;
    }
    .about-thumbnail-inner-one .content-wrapper{
        width: calc(100% - 60px);
    }
    .single-facts-three{
        display: flex;
        gap: 30px;
    }
    .facts-right-area-3-main-wrapper .inner-content{
        max-width: 100%;
    }
    .swiper-recent-project-5-wrapper .swiper-slide-active .single-case-studies-5 .inner {
        left: 0;
        opacity: 1;
    }
    .tab-area-service-button{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tab-area-service-button li.nav-item{
        flex-basis: 100%;
        width: 100%;
    }
    .scroll-down-arrow {
        bottom: 80px;
    }
}
.about-inner-area-content-one p{
    color: #4d4d4f;
}

.breadcrumb-section{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb-section::before{
    content: "";
    position: absolute;
    background-color: #141416;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.8;
}
.breadcrumb-section .breadcrumb-area-inner .content{
    position: relative;
    z-index: 2;
}

.why-choose-us-area.in-about-page{
    padding-top: 90px;
    margin-top: 0;
}

.title-style-two-center .title{
    font-size: 32px;
}
.single-history-area {
    display: flex;
    height: 100% !important;
        padding-bottom: 60px;

}
.service-content-inner-wrapper .check-about-main-wrapper{
    margin-top: 50px;
}
.service-content-inner-wrapper .check-about-main-wrapper .single-check p{
    color: #fff;
}


  .certifications-grid {
    display: grid;
    grid-template-columns: repeat(4 , 1fr); 
    gap: 30px;
  }
  .certification-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    min-height: 200px; 
  }

  .certification-item img {
    max-height: 100px; 
    max-width: 100%;
    margin-bottom: 10px;
    object-fit: contain;
  }
  .certification-item h5 {
    color: #141416;
    margin-top: auto;    
    margin-bottom: 0;    
    text-align: center;  
    width: 100%;         
    font-size: 1.4em;
    line-height: 1.3; 
    }

@media (max-width: 992px) { 
  .certifications-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .certifications-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .certification-item {
    min-height: 180px; 
  }
}

@media (max-width: 576px) { 
  .certifications-grid {
    grid-template-columns: 1fr;
  }
}
.clients-section .client{
    margin-top: 20px;
}
.clients-section .client .client-box .image img{
    transition: 0.6s;
}
.clients-section .client .client-box .image{
    overflow: hidden;
}
.clients-section .client:hover .client-box .image img{
    transition: 0.6s;
    transform: scale(1.1) skewX(-5deg);
}

.clients-section .client .content {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.clients-section .client .content h6{
    color: #141416;
}



.single-service-area-inner .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 9;
}

.rts-ervice-area .title{
    color: #141416;
}
.rts-ervice-area .client-box{
    background-color: #f8f5f1;
}

.single-project-area-one .inner-content{
    background-color: #fff;
}
.single-project-area-one .inner-content .title{
    color: #141416;
}

.single-project-area-one {
    display: flex;           
    flex-direction: column;   
    width: 100%;              
    flex-grow: 1;             
    background-color: #ffffff;
    border-radius: 8px;      
    overflow: hidden;        
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
}

.single-project-area-one .thumbnail {
    display: block;           
    width: 100%;
    height: 260px;            
    overflow: hidden;         
}
.single-project-area-one .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; 
}
.single-project-area-one .inner-content {
    padding: 20px;           
    display: flex;
    flex-direction: column;   
    flex-grow: 1;             
}

.single-project-area-one .inner-content .title {
    min-height: 3em;
    margin-bottom: 10px; 
    font-size: 2.125rem;  
    font-weight: bold;
}

.single-project-area-one .inner-content .disc {
    flex-grow: 1;             
    margin-bottom: 15px;      
    color: #555;              
    font-size: 0.9rem;        
    line-height: 1.5;
}


.project-details-wrapper-image-top .thumbnail .project-image{
    display: block;           
    width: 100%;
    height: 600px;            
    overflow: hidden; 
    border-radius: 10px;        
}

.project-details-wrapper-image-top .thumbnail .project-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; 
    border-radius: 10px;
}
.service-about-wrapper .title-three-left .title{
    color: #141416;
    font-size: 30px;
}

.thumbnail-team-support-left img{
    border-radius: 10px;
}



.single-project-info-wrapper-inner .single-project-info{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.why-us-img{
    padding: 0 50px;
    height: 300px;
}
.service-content-inner-wrapper .inner .why-us-img img{
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
    aspect-ratio: 16/9; 
    
}

.header-two-main-wrapper .nav-area ul li.main-nav.active a{
    color: var(--color-primary) !important;
}
.rts-btn.btn-primary:hover{
    border: 1px solid var(--color-primary);
}
.footer-location-area-4 .inner-wrapper .title{
    font-size: 18px;
    margin-bottom: 0;
}
.footer-location-area-4 .icon{
    height: 50px;
    min-width: 50px;
}
.footer-location-area-4 .icon i{
    font-size: 18px;
}


#whatsapp {
    cursor: pointer;
    position: fixed;
    z-index: 5;
    border-radius: 50px 50px 4px 4px;
    text-align: center;
    left: 30px;
    bottom: 30px;
}
#whatsapp a img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.contact-form-area-wrapper .title {
    font-size: 44px;
    margin-bottom: 55px;
}

.quick-contact-page-1{
    height: 100%;
}