/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/

@font-face {
    font-family: 'Azonix';
    src: url('fonts/AzonixRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*----------------------------------------*/
/*  Base Styles
/*----------------------------------------*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background: #fff;
    color: #777;
    font-family: 'AzonixRegular', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}



h1, h2, h3, h4, h5, h6,
.title2, 
.section-title h2,
.activities-section-title,
.presentation-content h2,
.productivity-header h1,
.productivity-header h2,
.main-service-card h3,
.mission-content h3,
.service-card h3,
.activity-card h3,
.benefit-item h3 {
   font-family: 'AzonixRegular', sans-serif;

   
}

/* Utility Classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { float: left; margin-right: 15px; margin-bottom: 15px; }
.align-right { float: right; margin-left: 15px; margin-bottom: 15px; }
.align-center { display: block; margin: 0 auto 15px; }
.fix { overflow: hidden; }

img {
    max-width: 260%;
    height: auto;
    vertical-align: middle;
}
.topbar-left{
    margin-left: -31px;
}

a {
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover, a:focus {
    color: #d30202;
    text-decoration: none;
    outline: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
    line-height: 1.2;
}

h1 { font-size: 48px;  }
h2 { font-size: 38px;  }
h3 { font-size: 30px;  }
h4 { font-size: 24px;  }
h5 { font-size: 20px;  }
h6 { font-size: 16px;  }

p {
    margin: 0 0 15px;
    color: #777;
}

/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.quote-button .quote-btn:hover {
    background: #fff !important;
    color: #d30202 !important;
    border: 2px solid #fff;
    transition: 0.4s;
    text-decoration: none;
}

.topbar-area {
    background:#043080;
	height: 39px;
}

.topbar-left ul li a {
    color: #ddd;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 10px 0;
    text-decoration: none;
    font-size: 16px;
}
.topbar-left ul li a i {
    color: #d30202;
    font-size: 16px;
    padding-right: 7px;
}
.quote-button {
    float: right;
}
.quote-button .quote-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #d30202;
    display: inline-block;
    border: 2px solid #d30202;
    padding: 3px 21px;
    margin: 2px !important;
}
.quote-button .quote-btn:hover {
	background: #fff;
	color: #d30202;
	border: 2px solid #fff;
	transition: 0.4s;
    text-decoration: none;
}
.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}
@media (min-width: 992px) {
    .col-md-2 {
        width: 15.666667% !important;
    }
}
@media (min-width: 992px) {
    .col-md-3 {
        width: 24% !important;
    }
}

/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
/* Header Styles */
.header-area {
    background: #fff;
    box-shadow: 2px 2px 5px #ccc;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}

.logo-bg {
    padding: 0;
}

.logo img {
    max-width: 180px;
    height: 91px;
    transition: all 0.3s;
    top: 19px;
    margin-top: -38px;
}

.navbar-collapse {
    padding-right: 0;
}

.navbar-nav {
    margin: 7px 0;
    float: right!important;
}

.navbar-nav > li {
    margin-left: 5px !important;
}

.navbar-nav > li > a {
    color: #000!important;
    font-weight: 600;
    padding: 10px 15px!important;
    transition: all 0.3s;
    position: relative;
    font-size: 19px;

}

.navbar-nav > li > a:hover,
.current-menu-item > a {
    color: #043080!important;
    background: transparent!important;
}
.current-menu-item a {
    color: #d30202;
    font-weight: bold;
}
/* Active Page Styling */
.navbar-nav > li.current-menu-item > a {
    color: #d30202 !important;
    position: relative;
}

/* Optional: Add underline effect */
/* .navbar-nav > li.current-menu-item > a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background: #d30202;
    transition: all 0.3s;
} */

/* For mobile view */
/* @media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        width: 100%;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        height: auto;
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .navbar-nav > li.current-menu-item {
        background: #f8f9fa;
    }
    
    .navbar-nav > li.current-menu-item > a:after {
        display: none;
    }
}

.navbar-toggle {
    margin: 25px 0 0;
    border: none;
    background: transparent!important;
}


.navbar-toggle:hover {
    background: transparent!important;
}

.navbar-toggle .icon-bar {
    width: 25px;
    height: 3px;
    background: #333;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .logo img {
        max-width: 140px;
    }
    
    .navbar-nav > li {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .header-area {
        padding: 10px 0;
    }
    
    .logo-bg {
        width: 100%;
        text-align: center;
    }
    
    .col-sm-1.logo-bg {
        width: 100%;
    }
    
    
    .logo img {
        max-width: 120px;
        height: auto !important;
        margin-top: -29px;
    }
    
    
    .navbar-header {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    
    .navbar-collapse {
        position: relative;
        top: 10px;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    
    .navbar-nav {
        float: none!important;
        margin: 0;
    }
    
    .navbar-nav > li {
        margin-left: 0;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    
    .navbar-nav > li:last-child {
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 10px 20px!important;
    }
}

a:focus, a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: -6px !important;
    margin-bottom: 8px;
    background-color: #91161600;
    background-image: none;
    border: 1px solid #00000000;
    border-radius: 4px;
} */


/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/

/*-- Slider Container --*/
.intro-area {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/*-- Slide Content --*/
.intro-content {
    position: relative;
    height: 579px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.7); /* Increased opacity from 0.5 to 0.7 */
}

.slider-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*-- Text Content --*/
.slider-content {
    position: relative;
    z-index: 3;
    width: 100%;
    color: #fff;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}



/*-- Buttons --*/
.layer-1-3 {
    display: flex;
    gap: 15px;
}

.ready-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-decoration: none !important; /* Remove text decoration */
}

.left-btn {
    background: #d30202;
    color: #fff;
    border: 2px solid #d30202;
}

.right-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

/*-- Hover Effects --*/
.left-btn:hover {
    background: #b00202;
    border-color: #b00202;
    color: #fff;
    transform: translateY(-3px);
}

.right-btn:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-3px);
}

/*-- Carousel Controls --*/
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2) !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 24px !important;
    transition: all 0.3s ease;
    text-decoration: none !important; /* Remove text decoration */
}

.owl-carousel .owl-nav button.owl-prev { left: 30px; }
.owl-carousel .owl-nav button.owl-next { right: 30px; }

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: rgba(255,255,255,0.5) !important;
}

/*-- Animations --*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*----------------------------------------*/
/*  Responsive Adjustments
/*----------------------------------------*/

@media (max-width: 1199px) {
   
    .layer-1-1 p { font-size: 16px; }
}

@media (max-width: 991px) {
    .intro-content { min-height: 600px; }
    
    .ready-btn { padding: 12px 25px; }
}

@media (max-width: 767px) {
    .intro-content {
        min-height: 500px;
        text-align: center;
    }
    
    .layer-1-1 p { font-size: 15px; }
    .owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 20px !important;
    }
}

@media (max-width: 575px) {
    .intro-content { min-height: 450px; }
   
    .layer-1-1 p { font-size: 14px; }
}
/*----------------------------------------*/
/*  0.1. services-cards
/*----------------------------------------*/
/*----------------------------------------*/
.services-cards {
    position: relative;
    z-index: 8;
    margin-top: -100px;
    padding: 59px 20px;
}

.cards-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;

    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    border-top: 4px solid #d30202;
}



.main-card {
    transform: scale(1.05);
    z-index: 9;
}

.card-icon {
    background: #043080;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -50px auto 20px;
}

.card-icon i {
    color: white;
    font-size: 1.5rem;
}

.service-card h3 {
    color: #043080;
    margin-bottom: 1rem;
    
}

.service-card p {
    color: #666;
    line-height: 1.5;
    font-size: 17px !important;
}

@media (max-width: 768px) {
    .services-cards {
        margin-top: -50px;
        padding: 0 15px;
    }
    
    .cards-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .main-card {
        transform: scale(1);
    }
    
    .service-card {
        margin-bottom: 20px;
    }
}
/*----------------------------------------*/
/*  0.2. location-section
/*----------------------------------------*/

/* Base Styles */
.location-section {
    padding: 0px 0;
    background: #f8fafc;
}

/* Left Column Styles */
.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    padding: 25px;
    margin-bottom: 20px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.feature-item:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}


.img-holder img {
    width: 100%;
    height: auto;
    max-height: 385px!important;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.feature-icon {
    width: 50px;
    height: 50px;
    background: #d30202;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: white;
    flex-shrink: 0;
}

.feature-item h3 {
    color: #0f172a;
    margin-bottom: 8px;
}

.feature-item p {
    color: #64748b;
    margin-bottom: 0;
}

/* Right Column Styles */
.section-subtitle {
    color: #043080;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    margin-bottom: 15px;
}

.section-title {
    color: #0f172a;
    font-weight: 700;
}

.section-description {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 35px;
}

.highlight-list {
    margin-top: 20px;
}

.highlight-item {
    padding: 15px 20px;
    background: rgba(4, 48, 128, 0.05);
    color: #d30202;
    font-weight: 500;
    margin-bottom: 13px;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    background: rgba(4, 48, 128, 0.1);
    transform: translateY(-3px);
}

.highlight-item i {
    color: #043080;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .section-title {
        font-size: 2.2rem;
    }
    
    .feature-item {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .location-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .feature-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/*--------------------------------------------------------------
#0.3	services-section
--------------------------------------------------------------*/
.services-section {
    background-color: #fff;
    padding: 17px 0 0 0;
}

/* Section Title Styling */
.section-title {
    margin-bottom: 40px;
    max-width: 100%;
    padding: 0 15px;
}



.services-section .service-grids .grid {
  width: 33.33%;
  float: left;
  overflow: hidden;
}
.services-section .grid h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
h1, h2, h3, h4, h5, h6 {
  
    color: #06163a;
}
.services-section .grid img {
    margin: 24px 0 7px -10px;
    max-width: 160%;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 212px;
}

@media (max-width: 991px) {
  .services-section .service-grids .grid {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .services-section .service-grids .grid {
    width: 100%;
    float: none;
  }
}

.services-section .grid h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 767px) {
  .services-section .grid h3 {
    font-size: 18px;
  }
}

.services-section .grid h3 a {
  color: #043080;
  text-decoration: none;
}

.services-section .grid:hover h3 a {
  color: #d30202;
  text-decoration: none;
}

.services-section .grid .details {
  background-color: #fff;
  padding: 28px 25px;
  border: 2px solid #f1f1f1;
}

@media (max-width: 991px) {
  .services-section .grid .details {
    padding: 22px 20px;
  }
}

.services-section .img-holder {
  position: relative;
  overflow: hidden;
}

.services-section .view-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.services-section .view-details:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.6);
  content: '';
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

.services-section .grid:hover .view-details:before {
  opacity: 1;
  -webkit-transform: scale3d(0.6, 0.6, 0.6);
  transform: scale3d(0.6, 0.6, 0.6);
}

.services-section .view-details a {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color: white;
    position: absolute;
    right: 30px;
    bottom: 48px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
    text-decoration: none;
}

.services-section .view-details a:hover {
  color: #d30202;
}

.services-section .grid:hover .view-details a {
  opacity: 1;
  visibility: visible;
}

.services-section .grid img {
  margin: -10px 0 0 -10px;
  max-width: 130%;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services-section .grid:hover img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/*--------------------------------------------------------------
#0.4	Transport-section
--------------------------------------------------------------*/

/* Transport Section Styles */
.Transport-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 4rem 0;
    color: #fff;
}

.Transport-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(5 32 82 / 79%);
    z-index: 1;
}

.Transport-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.Transport-content {
    text-align: center;
}

.Transport-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #fff;
}

.tagline {
    font-size: 19px;
    margin-bottom: 3rem;
    font-weight: 600;
}
.highlight-box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
    
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 3rem 0;
}

.benefit-item {
    padding: 1.5rem;
    background-color: rgba(4, 48, 128, 0.8);
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
}

.benefit-item i {
    font-size: 2.5rem;
    color: #d30202;
    margin-bottom: 1rem;
}

.benefit-item h3 {
    color: #fff;
    margin: 1rem 0;
    font-size: 1.3rem;
}

.benefit-item p {
    color: #ddd;
    font-size: 1rem;
    line-height: 1.5;
}

.cta-button {
    display: inline-block;
    background-color: #d30202;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}

.cta-button:hover {
    background-color: #b00202;
}

/* Responsive Design */
@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .Transport-content h2 {
        font-size: 2rem;
    }

    .tagline {
        font-size: 1rem;
    }

    .highlight-box {
        padding: 1.5rem;
    }

    .benefit-item {
        padding: 1.2rem;
    }
}

@media (max-width: 480px) {
    .Transport-section {
        padding: 2rem 0;
    }

    .Transport-content h2 {
        font-size: 1.8rem;
    }

    .benefit-item h3 {
        font-size: 1.2rem;
    }
}
/*--------------------------------------------------------------
#0.5	 liber-container
--------------------------------------------------------------*/

.liber-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.liber-services-section {
    background-color: #f8fafc;
}

/* Services Section */
.liber-services {
    padding: 100px 0;
    background-color: #f8fafc;
}

.liber-section-title , .location-section-title  , .services-section-title {
    text-align: center;
    margin-bottom: 15px;
    color: #043080;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.liber-section-title:after , .location-section-title::after ,.services-section-title::after{
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #043080, #d30202);
    margin: 8px auto 25px;
    border-radius: 2px;
}
.liber-service-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
    border-top: 4px solid #043080;
}


.liber-section-description {
    text-align: center;
    color: #666;
    margin-bottom: 18px;
}
.liber-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
/* Services Grid */
.liber-services-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.liber-service {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-top: 5px solid transparent;
    position: relative;
    overflow: hidden;
}

.liber-service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #043080;
    transition: height 0.3s ease;
}

.liber-service:hover::before {
    height: 100%;
    opacity: 0.05;
}

.liber-service:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Service Specific Styles */
.liber-service-formation {
    border-top-color: #043080;
}

.liber-service-achat-vente {
    border-top-color: #d30202;
}

.liber-service-achat {
    border-top-color: #d30202;
}

.liber-service-icon {
    font-size: 50px;
    margin-bottom: 20px;
    color: #043080;
}

.liber-service-achat .liber-service-icon {
    color: #d30202;
}

.liber-service-maintenance .liber-service-icon {
    color: #fff;
}
.liber-service-maintenance .liber-service-icon {
    background-color:  #043080;
    box-shadow: 0 8px 20px rgba(74, 74, 74, 0.3);
}

.liber-service-card h3 {
    color: #043080;
    margin-bottom: 15px;
}

.liber-service-achat h3 {
    color: #d30202;
}

.liber-service-link {
    display: inline-block;
    margin-top: 15px;
    color: #043080;
    font-weight: 600;
    text-decoration: none;
}

.liber-service-achat .liber-service-link {
    color: #d30202;
}
.liber-service-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2.2rem;
    color: #fff;
    position: relative;
    z-index: 2;
}

.liber-service-formation .liber-service-icon {
    background-color: #043080;
    box-shadow: 0 8px 20px rgba(4, 48, 128, 0.3);
    COLOR: WHITE;
}

.liber-service-achat-vente .liber-service-icon {
    background-color: #d30202;
    box-shadow: 0 8px 20px rgba(211, 2, 2, 0.3);
}

.liber-service-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #1a1a2e;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.liber-service-text {
    color:  #4a4a4a;
    margin-bottom: 25px;
    font-size: 1.05rem;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.liber-service-link {
    display: inline-flex;
    align-items: center;
    color: #043080;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.liber-service-achat-vente .liber-service-link {
    color: #d30202;
}

.liber-service-arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.liber-service-link:hover {
    color: #1a1a2e;
}

.liber-service-achat-vente .liber-service-link:hover {
    color: #a00202;
}

.liber-service-link:hover .liber-service-arrow {
    transform: translateX(5px);
}
.liber-service-icon {
    font-size: 2.5rem;
    color: #043080;
    margin-bottom: 1rem;
}

.liber-service-icon i {
    transition: transform 0.3s ease;
}

.liber-service-card:hover .liber-service-icon i {
    transform: scale(1.2);
}

/* Animation Styles */
.liber-service {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.liber-services.animated .liber-service {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 992px) {
    .liber-services {
        padding: 80px 0;
    }
    
    .liber-section-title , .location-section-title  , .services-section-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    .liber-section-title , .location-section-title  , .services-section-title {
        font-size: 2.2rem;
    }
    
    .liber-section-description {
        font-size: 1.1rem;
        margin-bottom: 50px;
    }
    
    .liber-services-wrapper {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .liber-service {
        padding: 35px 25px;
    }
}

@media (max-width: 480px) {
    .liber-services {
        padding: 60px 0;
    }
    
    .liber-section-title , .location-section-title  , .services-section-title {
        font-size: 2rem;
    }
    
    .liber-service-icon {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
}
/*----------------------------------------*/
/*  11. Quote  Area
/*----------------------------------------*/
/* Contact Form & Map Section Styles */
.contact-map-section {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.form-wrapper h2 {
    color: #d30202;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.form-wrapper h2 span {
    position: relative;
    display: inline-block;
    color: #043080;
}

.form-wrapper h2 span::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #d30202;
    position: absolute;
    bottom: -8px;
    left: 0;
}

@media (max-width: 768px) {
    .form-wrapper h2 span::after {
        height: 2px;
        bottom: -5px;
    }
}
.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
}
.container-fluid {
    padding-right: 47px !important;
    padding-left: 77px !important;
    margin-right: auto;
    margin-left: auto;
}
.row.g-0 {
    margin-right: 0;
    margin-left: 0;
}

/* Form Column Styles */
.form-column {
    padding-right: 15px;
}

.form-wrapper {
    background: #ffffff;
    min-height: 600px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Form Elements */
.needs-validation .form-control,
.needs-validation .form-select {
    border: 1px solid #ddd;
    padding: 12px 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

.needs-validation .form-control:focus,
.needs-validation .form-select:focus {
    border-color: #043080;
    box-shadow: none;
    outline: 0;
}

.needs-validation textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* Button Styles */
.btn-primary {
    background-color: #043080;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    width: 100%;
    margin-top: 15px;
    color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #043080;
    border-color: #043080;
}
.btn-primary:hover {
    background-color: #043080;
    opacity: 0.9;
}

/* Error Messages */
.invalid-feedback {
    color: #d30202;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
    border-color: #d30202;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-wrapper {
        padding: 30px !important;
        min-height: auto;
    }
    
    .form-wrapper h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .form-wrapper h2 {
        font-size: 24px;
    }
    
    .needs-validation .form-control,
    .needs-validation .form-select {
        font-size: 14px;
        padding: 10px 15px;
    }
}

/* Map Column Styles */
.map-column {
    padding-left: 15px;
}

.map-container {
    background: #e9ecef;
    min-height: 600px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .form-wrapper {
        padding: 40px;
        min-height: 500px;
    }
    
    .map-container {
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    .contact-map-section {
        padding: 60px 0;
    }
    
    .form-column,
    .map-column {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .form-wrapper {
        min-height: auto;
        margin-bottom: 30px;
        padding: 30px;
    }
    
    .map-container {
        min-height: 400px;
    }
    
    .form-wrapper h2 {
        font-size: 28px;
    }
    
    .btn-primary {
        padding: 12px 20px;
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .form-wrapper {
        padding: 25px;
    }
    
    .form-wrapper h2 {
        font-size: 24px;
    }
    
    .needs-validation .form-control,
    .needs-validation .form-select {
        font-size: 14px;
        padding: 10px 15px;
    }
}
/*----------------------------------------*/
/*  /* Footer Responsive CSS */
/*----------------------------------------*/

/* ===== Footer Area ===== */
.footer-area {
    padding: 22px 0;
    background: #071333;
}

.footer-logo {
    margin-bottom: 15px;
}

/* Footer Headings */
.footer-head p {
    color: #ddd;
}

.footer-head h4 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-area-bottom .copyright {
    text-align: center;
}

/* Set default link color to #ddd */
.copyright a {
    color: #ddd !important; /* Override any previous red color */
}
.subs-feilds i {
    color: #ff0000; /* Or use your theme's red color (#d30202) */
    margin-right: 8px; /* Optional spacing between icon and text */
}

/* Target the PROXISOFT span */
.copyright a .proxisoft {
    color: #d30202 !important;
}

/* Footer List Styles */
.footer-list {
    list-style: none !important;
    padding-left: 0 !important;
}

.footer-services-link ul.footer-list {
    width: 50%;
    float: left;
}

.footer-list li a {
    color: #ddd;
    padding: 3px 0 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}

.footer-list li:first-child a {
    padding-top: 0;
}

.footer-list li:last-child a {
    padding-bottom: 0;
}

.footer-list li a:hover {
    color: #d30202 !important;
    text-decoration: none;
}

/* Social Icons */
.footer-social {
    display: flex;
    gap: 15px;
    margin: 20px 0;
    justify-content: left;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Footer Tags */
.footer-tags li {
    float: left;
}

.footer-tags li a {
    color: #ddd;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 3px;
    border: 1px solid #002C57;
    background: #002C57;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 2px;
}

/* Form Elements */
.suscribe-input input {
    background: transparent;
    border: 1px solid #777;
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
}

.suscribe-input button {
    background: #d30202;
    border: 1px solid #d30202;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700;
}

.suscribe-input button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #d30202;
}

/* Footer Bottom Area */
.footer-area-bottom {
    background: #071333;
    padding: 11px 0;
    border-top: 1px solid #333;
    text-align: center;
}

/* Copyright Text */
.copyright > p {
    margin-bottom: 0;
    color: #ddd;
}

.copyright a {
    color: #d30202;
}

.copyright-text a {
    color: #ddd;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #d30202;
}

/* Hover States */
.footer-tags li a:hover,
.footer-icons ul li a:hover {
    color: #fff;
    background: #d30202;
    border: 1px solid #d30202;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-social {
        gap: 12px;
    }
    
    .footer-social a {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .footer-social {
        gap: 10px;
    }
    
    .footer-social a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}
#scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
  }
  
  #scrollToTop:hover {
    background: #555;
  }
/*----------------------------------------*/
/*  Apropos page
/*----------------------------------------*/
.page-area{
    position: relative;
}
.page-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 73px 0 0 0;
}
.breadcumb-overlay {
  position: absolute;
  background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.breadcrumb{
    padding: 100px 0px;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb {
    padding: 0px 0px !important; 
    margin-bottom: 0px !important;
    list-style: none; 
    background-color: transparent !important;
   
}

.breadcrumb .section-headline{
    margin-bottom: 0px;
}
.breadcrumb .section-headline h3::after {
    display: none;
}
.breadcrumb ul {
    padding: 10px 0px;
}
.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.breadcrumb .section-headline::after {
    display: none;
}
/* About Section Styles */
.about-section {
    background: #fff;
}

.section-padding {
    padding: 60px 0;
}

.expertise-list {
    columns: 2;
    list-style-type: none;
    padding-left: 20px;
}

.expertise-list li {
    padding: 8px 0;
    position: relative;
}

.expertise-list li:before {
    content: "▹";
    color: #e74c3c;
    position: absolute;
    left: -20px;
}

.cta-section {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
}

.btn-primary {
    background-color: #e74c3c;
    border-color: #c0392b;
    padding: 12px 30px;
}

.btn-primary:hover {
    background-color: #c0392b;
    border-color: #a93226;
}
/******************************
	2.1.page title APROPOS
******************************/
/* Page Title Styles */
.page-title {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 33px 0;
    text-align: center;
    color: #fff;
}

.page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.page-title h2 {
    position: relative;
    font-size: 42px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.breadcrumb .section-headline h3 {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 48px;
    text-transform: inherit;
}
.breadcrumb {
    margin-top: 30px;
    position: relative;
    color: #fff;
}
.breadcrumb ul li.home-bread {
    padding-left: 0px;
    color: white !important;
}
.breadcrumb ul {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.breadcrumb ul li {
    display: inline-block;
    color: #d30202;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 24px;
}

.breadcrumb li:after {
    content: '/';
    position: absolute;
    right: -15px;
}

.breadcrumb li:last-child:after {
    display: none;
}

.home-bread {
    color: #d30202;
}

.section-headline h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}

/* About Section Styles */
/* Modern About Section CSS */
.sebul-about-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.sebul-about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sebul-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.sebul-about-media {
    position: relative;
    height: 100%;
}

.sebul-media-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 500px;
}

.sebul-media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sebul-media-wrapper:hover .sebul-media-image {
    transform: scale(1.05);
}

.sebul-media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(4, 48, 128, 0.7) 0%, transparent 50%);
}

.sebul-media-badge {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: #d30202;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sebul-about-content {
    position: relative;
    z-index: 2;
}

.sebul-content-inner {
    max-width: 500px;
    margin-left: auto;
}

.sebul-content-subtitle {
    display: inline-block;
    color: #d30202;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    padding-left: 60px;
}

.sebul-content-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #d30202;
}

.sebul-content-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #043080;
    margin-bottom: 30px;
}

.sebul-content-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 30px;
}

.sebul-features-list {
    margin: 40px 0;
    padding: 0;
    list-style: none;
}

.sebul-features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #334155;
}

.sebul-feature-icon {
    width: 20px;
    height: 20px;
    fill: #d30202;
    margin-right: 15px;
    flex-shrink: 0;
}

.sebul-cta-link a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #043080;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px 0;
    border-bottom: 2px solid #d30202;
}

.sebul-cta-link a:hover {
    color: #d30202;
    padding-right: 10px;
    text-decoration: none;
}

.sebul-cta-arrow {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.sebul-cta-link a:hover .sebul-cta-arrow {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .sebul-about-grid {
        gap: 40px;
    }
    
    .sebul-content-title {
        font-size: 36px;
    }
    
    .sebul-media-wrapper {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .sebul-about-section {
        padding: 80px 0;
    }
    
    .sebul-about-grid {
        grid-template-columns: 1fr;
    }
    
    .sebul-content-inner {
        max-width: 100%;
    }
    
    .sebul-media-wrapper {
        min-height: 300px;
    }
    
    .sebul-content-title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .sebul-about-section {
        padding: 60px 0;
    }
    
    .sebul-content-title {
        font-size: 28px;
    }
    
    .sebul-content-text p {
        font-size: 16px;
    }
    
    .sebul-media-badge {
        bottom: 20px;
        left: 20px;
        padding: 8px 16px;
        font-size: 12px;
    }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .page-title {
        padding: 120px 0;
    }
    
    .sebul-section-title h2 {
        font-size: 32px;
    }
    

}

@media (max-width: 768px) {
    .page-title {
        padding: 59px 0;
    }
    
    .page-title h3 {
        font-size: 32px;
    }
    
    .section-headline h3 {
        font-size: 20px;
    }
    
    .breadcrumb li {
        font-size: 14px;
    }
    
    .sebul-section-title h2 {
        font-size: 28px;
    }
    
    .col-md-6 {
        width: 100%;
    }
    
    .sebul-about-img {
        margin-bottom: 40px;
    }
    
    .sebul-img-container {
        height: 400px;
    }
    
    .section-padding {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .page-title {
        padding: 21px 0;
    }
    
    .page-title h3 {
        font-size: 26px;
    }
    
    .section-headline h3 {
        font-size: 18px;
    }
    
    .breadcrumb li {
        font-size: 12px;
    }
    
    .sebul-section-title h2 {
        font-size: 24px;
    }
    
    .sebul-section-title span {
        font-size: 14px;
    }
    
    .sebul-about-content p {
        font-size: 15px;
    }
    
    .more-about a {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .sebul-img-container {
        height: 300px;
    }
}

@media (max-width: 400px) {
    .breadcrumb li {
        font-size: 11px;
    }
    
    .page-title h3 {
        font-size: 22px;
    }
    
    .sebul-section-title h2 {
        font-size: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav > li > a {
        font-size: 12px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .navbar-nav > li > a {
        font-size: 10px;
    }
    .quote-button .quote-btn
    {
        font-size : 10px;
        margin-top: 8px;
    }
}

