/**
* Website Name: Ideal Ascenseur
* Template URL: https://ideal-asc.tn
* Updated: 22/07/2024 with Bootstrap v5.3.3
* Author: Vagor Team
* License: https://vagor.tn/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
--------------------------------------------------------------*/
/* Fonts */
:root {
    --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Nunito",  sans-serif;
    --nav-font: "Inter",  sans-serif;
  }

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #364d59; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #52565e; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #fe7200; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
    --text-dark-color: #000000;
    --text-default-color: #1d1d1d;
    --text-light-color: #2b2a29;
  }

  .light-background {
    --background-color: #39556411;

  }




/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about-page-title{
    background-image: url(/assets/img/about/1685868.webp);
}


/* Desktop Navigation */
@media (min-width: 1200px) {
    .about-page-title {
        color: var(--default-color);
        background-color: var(--background-color);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 300px 0 0 0;
        text-align: left;
        position: relative;
      }
      

      
    .about-page-title h1{
        font-family: var(--default-font);
        font-size: 4.5rem;
        font-weight: 900;
        color: var(--text-light-color);
        text-shadow: 0px 15px 5px rgba(0,0,0,0.15),
                     10px 20px 5px rgba(0,0,0,0.05),
                     -10px 20px 5px rgba(0,0,0,0.05);
        
    }
    
    .about-page-title .brand {
        color: var(--accent-color);
        text-shadow: 0px 15px 5px rgba(255, 115, 0, 0.22),
                     10px 20px 5px rgba(255,115,0,0.05),
                     -10px 20px 5px rgba(255,115,0,0.05);
    }

    .about {
        margin-top: 200px;
    }


}


/* Mobile Navigation */

@media (max-width: 1199px) {

    .about-page-title {
        color: var(--default-color);
        background-color: var(--background-color);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 200px 0 0 0;
        text-align: left;
        position: relative;
      }


    .about-page-title h1{
        font-family: var(--default-font);
        font-size: 3rem;
        font-weight: 800;
        color: var(--text-light-color);
        text-shadow: 0px 15px 5px rgba(0,0,0,0.15),
                     10px 20px 5px rgba(0,0,0,0.05),
                     -10px 20px 5px rgba(0,0,0,0.05);
        
    }
    
    .about-page-title .brand {
        color: var(--accent-color);
        text-shadow: 0px 15px 5px rgba(255, 115, 0, 0.22),
                     10px 20px 5px rgba(255,115,0,0.05),
                     -10px 20px 5px rgba(255,115,0,0.05);
    }

    .about {
        margin-top: 50px;
    }
}



.about-page-title:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    inset: 0;
  }

.about .inner-title {
    color: var(--text-default-color);
    font-size: 3rem;
    font-weight: 850;
    margin: 30px 0;
  }
  
  @media (min-width: 991px) {
    .about .inner-title {
      max-width: 65%;
      margin: 0 0 80px 0;
    }
  }
  
  .about .our-story {
    padding: 40px;
    background-color: rgba(54, 77, 89, 0.1);
  }
  
  @media (min-width: 991px) {
    .about .our-story {
      padding-right: 35%;
    }
  }
  
  .about .our-story h4 {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: rgba(54, 77, 89, 0.5);
  }
  
  .about .our-story h3 {
    font-size: 2.25rem;
    font-weight: 700;
    color: rgba(54, 77, 89, 0.8);
  }
  
  .about .our-story p:last-child {
    margin-bottom: 0;
  }
  
  .about ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .about ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  
  .about ul i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    line-height: 1.2;
    color: var(--accent-color);
  }
  
  .about .watch-video i {
    font-size: 2rem;
    transition: 0.3s;
    color: var(--accent-color);
  }
  
  .about .watch-video a {
    font-weight: 600;
    color: rgba(54, 77, 89, 0.8);
    margin-left: 8px;
    transition: 0.3s;
  }
  
  .about .watch-video:hover a {
    color: var(--accent-color);
  }
  
  .about .about-img {
    min-height: 400px;
    position: relative;
  }
  
  @media (min-width: 992px) {
    .about .about-img {
      position: absolute;
      top: 0;
      right: 0;
      min-height: 600px;
    }
  }
  
  .about .about-img img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    border: 6px solid var(--surface-color);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.4);
  }


/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.section-title{
    margin-top: 100px;
}
.section-stats{
    margin-bottom: 100px;
}
.stats-counter .stats-item {
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  
  .stats-counter .stats-item i {
    color: var(--accent-color);
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
  }
  
  .stats-counter .stats-item span {
    color: var(--heading-color);
    font-size: 36px;
    display: block;
    font-weight: 600;
  }
  
  .stats-counter .stats-item p {
    padding: 0;
    margin: 0;
    font-family: var(--heading-font);
    font-size: 16px;
  }


/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
    .alt-services .content h3 {
        font-size: 5rem;
        font-weight: 750;
        color: var(--text-default-color);
      }
      .alt-services p{
        font-size: 1.5rem;
      }
}

/* Mobile Navigation */

@media (max-width: 1199px) {

    .alt-services .content h3 {
        font-size: 3rem;
        font-weight: 700;
      }
}

.alt-services {
    padding-bottom: 20px;
  }

  
  
  .alt-services .content .who-we-are {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: rgba(54, 77, 89, 0.6);
  }
  
  
  
  .alt-services .content ul {
    list-style: none;
    padding: 0;
  }
  
  .alt-services .content ul li {
    padding-bottom: 10px;
  }
  
  .alt-services .content ul i {
    font-size: 1.25rem;
    margin-right: 4px;
    color: var(--accent-color);
  }
  
  .alt-services .content p:last-child {
    margin-bottom: 0;
  }
  
  .alt-services .content .read-more {
    background: var(--accent-color);
    color: var(--contrast-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 24px;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .alt-services .content .read-more i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    transition: 0.3s;
  }
  
  .alt-services .content .read-more:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
    padding-right: 19px;
  }
  
  .alt-services .content .read-more:hover i {
    margin-left: 10px;
  }
  
  .alt-services .about-images img {
    border-radius: 10px;
  }

/*--------------------------------------------------------------
# Services 2 Section
--------------------------------------------------------------*/
.services-2 {
    overflow: visible;
    margin-top: 100px;
    margin-bottom: 300px;
  }
  
  
  .services-2 .section-title p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    text-align: left;
    font-size: 4.5rem;
    color: var(--text-default-color);
    margin-bottom: 50px;
    
  }
  
  .services-2 .services-carousel-wrap {
    position: relative;
    margin-bottom: -200px;
  }
  
  .services-2 .swiper-wrapper {
    height: auto;
  }
  
  .services-2 .service-item {
    position: relative;
    overflow: hidden;
  }
  
  .services-2 .service-item:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: 0.3s all ease;
  }
  
  .services-2 .service-item img {
    transition: 0.5s all ease;
    transform: scale(1);
  }
  
  .services-2 .service-item .service-item-contents {
    z-index: 9;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    transition: 0.3s all ease;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  
  .services-2 .service-item .service-item-contents .service-item-category {
    color: var(--accent-color);
    text-transform: uppercase;
  }
  
  .services-2 .service-item .service-item-contents .service-item-title {
    color: var(--contrast-color);
    margin-bottom: 0;
  }
  
  .services-2 .service-item:hover:before {
    opacity: 1;
    visibility: visible;
  }
  
  .services-2 .service-item:hover .service-item-contents {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  
  .services-2 .service-item:hover img {
    transform: scale(1.2);
  }
  
  .services-2 .navigation-prev,
  .services-2 .navigation-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 46px;
    height: 46px;
    background: var(--contrast-color);
    background-color: none;
    border: none;
    transition: 0.3s all ease;
  }
  
  .services-2 .navigation-prev i,
  .services-2 .navigation-next i {
    font-size: 2rem;
  }
  
  .services-2 .navigation-prev:hover,
  .services-2 .navigation-next:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
  
  .services-2 .navigation-prev {
    left: 10px;
  }
  
  .services-2 .navigation-next {
    right: 10px;
  }
  
  .services-2 .swiper {
    padding-bottom: 50px;
  }
  
  .services-2 .swiper-pagination {
    bottom: 0px;
  }
  
  .services-2 .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 20px;
    height: 4px;
    background-color: rgba(54, 77, 89, 0.2) !important;
    opacity: 1;
  }
  
  .services-2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color) !important;
  }