
/* Estilo general del body */

:root {
    --primary-brand-blue: #4DAFF6;
    --dark-text-color: #333; 
    --light-text-color: #FFFFFF;
    --secondary-gradient-green: #28a745;
    --dark-footer-bg: #2c3e50; 
    --light-grey-background: #f8f9fa;
    --medium-grey-text: #6c757d;
    --section-grey-bg: #f2f2f2;
    --footer-text-light-grey: #a0a8b1;
    --num-slides: 10;
}

body {
    font-family: 'Arial', sans-serif; 
    margin: 0;
    padding: 0;
    background-color:var(--light-text-color);
    color:var(--dark-text-color);
}
/* Contenedor principal */
.container {
    width: 90%;
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 20px;
}
/* Encabezados */
h1, h2, h3 {
    color:var(--primary-brand-blue);
    margin-bottom: 15px;
}
/* Estilo para enlaces */
a {
    color:var(--primary-brand-blue);
    text-decoration: none;
}
a:hover {
    text-decoration: underline; 
}
/* Diseño responsivo para imágenes */
img {
    max-width: 100%;
    height: auto; 
}
/* Estilos para botones */
.button {
    background-color: var(--primary-brand-blue)!important; 
    color: white; 
    padding: 10px 20px;
    border: none; 
    border-radius: 5px;
    cursor: pointer; 
    transition: background-color 0.3s;
}

.logo-bar {
    background-color: var(--light-grey-background);
    padding: 15px 0; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); 
}

.logo-bar .logo img {
    vertical-align: middle;
}

.logo-bar .top-info-block {
    display: flex;
    align-items: center; 
    margin-left: 25px;
}

.logo-bar .top-info-block .icon-block {
    margin-right: 10px; 
}

.logo-bar .top-info-block .icon-block i {
    color: var(--primary-brand-blue); 
    font-size: 24px; 
}

.logo-bar .top-info-block .info-block h5 {
    color: var(--dark-text-color); 
    margin-bottom: 2px; 
    font-weight: 600; 
    font-size: 1.1em;
}

.logo-bar .top-info-block .info-block p {
    color: #6c757d; 
    margin-bottom: 0; 
    font-size: 0.9em;
}

/* Ensure icons for the main navbar (if any remain) are still styled correctly */
/* This specific rule targets the top-bar icons */
i.ti-mobile, i.fas.fa-mobile, i.fas.fa-envelope, i.ti-email {
    display: inline-block;
}

.header {
    background-color: #FFFFFF; 

}

.top-bar {
    background-color: #e0f2f7;
    padding: 8px 0;
    font-size: 0.9em;
    color: #333; 
}

/* --- Main Navigation Bar --- */
#mainmenu-area {
    background-color: transparent;
    box-shadow: none; 
    position: sticky;
    top: 0; 
    z-index: 999; 
    padding: 10px 0; 
}

#mainmenu-area .navbar {
    
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: var(--primary-brand-blue) !important;
    
    border-radius: 5px;
    padding: 0;
}

.navbar a {
  text-transform: uppercase;
  font-weight: bold; 
}

#mainmenu-area .navbar-brand h4 {
    color: var(--light-text-color); 
    margin: 20px;
    font-size: 1.5rem; 
}

/* For the logo in the image, if it's an image not text, you'd style img */
#mainmenu-area .navbar-brand img {
    height: 40px; 
    vertical-align: middle;
}

/* Navbar Toggler */
#mainmenu-area .navbar-toggler {
    margin: 20px;
    border-color: rgba(255, 255, 255, 0.5);
}

#mainmenu-area .navbar-toggler span.ti-menu,
#mainmenu-area .navbar-toggler span.fa-solid.fa-bars {
    color: var(--light-text-color); 
}

/* Navbar Links */
#mainmenu-area .navbar-nav .nav-item .nav-link:hover,
#mainmenu-area .navbar-nav .nav-item .nav-link.active {
    color:var(--light-text-color);
}

#mainmenu-area .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
    padding: 15px 20px; 
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar-right-form .form-control {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5); 
    background-color: rgba(255, 255, 255, 0.1); 
    padding: 8px 12px;
    margin-right: 10px;
    color: var(--light-text-color); 
}

/* Styles for the login/search form on the right (if using Bootstrap forms) */
.navbar-right-form {
    display: flex;
    align-items: center;
    margin-left: auto; 
}

.top-info-block {
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  gap: 10px;
}

.icon-block i {
  font-size: 20px;
  color: #fff;
}

.info-block {
  text-align: left; 
}

.col-lg-8.justify-content-end {
  margin-left: 150px;   
}


.navbar-right-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.navbar-right-form .btn-primary {
    background-color: var(--light-text-color);
    border-color: var(--light-text-color);
    color: var(--primary-brand-blue); 
    padding: 8px 15px;
    border-radius: 5px;
}

.navbar-right-form .btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.8); 
    border-color: rgba(255, 255, 255, 0.8);
    color:var(--primary-brand-blue);
}

/* --- Banner Section --- */
.banner-area, .banner-area2 {
    position: relative; 
    padding: 100px 0; 
    min-height: 700px;
    display: flex; 
}

.banner-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #030A42;
    
                                
    z-index: 1; 
}

.banner-area2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: linear-gradient(to bottom right, #070E42, #040B42);
    /* background: #020942; */
    z-index: 1; 
}


.banner-area2 .container, .banner-area .container {
    position: relative;
    z-index: 2;
}

#text-banner {
  
    text-align: left; 
    padding-right: 30px;
}

.banner-content h1 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: var(--light-text-color); 
    font-size: 2.5em; 
    font-weight: bold;
    line-height: 1.1; 
    margin-bottom: 20px;
}

.banner-content p.lead {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: var(--light-text-color); 
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px; 
}

/* Banner Button */
.banner-content .btn-primary {
    background-color: var(--primary-brand-blue); 
    color: var(--light-text-color);
    padding: 12px 30px; 
    border-radius: 30px; 
    border: none;
    font-size: 0.9em;
    font-weight: 600;
    transition: background-color 0.3s ease-in-out;
}

.banner-content .mb-0{
    text-align: left;
    text-transform: uppercase;
}

.banner-content .btn-primary:hover {
    transform: translateY(-2px); 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08); */
    background-color: var(--light-text-color); 
    color: var(--primary-brand-blue);
    border: 1px solid var(--primary-brand-blue);
    transition: all 0.3s ease-in-out;
    cursor: pointer; 
    text-decoration: none;
}

/* Banner Contact Form (Right Column) */
.banner-contact-form {
    background-color: var(--light-text-color); 
    padding: 40px; 
    border-radius: 8px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); 
    margin-left: 20px; 
}

.banner-contact-form .form-group {
    margin-bottom: 20px;
}

.banner-contact-form .form-control {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 12px 15px; 
    font-size: 1em;
    color: var(--dark-text-color);
}

.banner-contact-form .form-control::placeholder {
    color: #6c757d; 
}

.banner-contact-form .btn-block {
    text-transform: uppercase;
    background-color: var(--primary-brand-blue); 
    color: var(--light-text-color);
    padding: 12px 20px;
    border-radius: 30px;
    border: none;
    font-size: 0.9em;
    font-weight: 600;
    width: 100%;
}

.banner-contact-form .btn-block:hover {
    transform: translateY(-1px); 
    background-color: var(--primary-brand-blue);
    border-color: var(--primary-brand-blue);

    box-shadow: 0 5px 15px rgba(77, 175, 246, 0.3);
    padding: 10px 18px;
    border-radius: 30px;
    border: 1px solid var(--primary-brand-blue); 
    font-size: 0.9em;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer; 
}

/* Alert message styles (already present in HTML) */
.contact__msg {
    margin-bottom: 20px; 
    padding: 15px;
    border-radius: 5px;
}

.section.bg-grey,
#process {
    background-color: var(--section-grey-bg); 
    padding: 80px 0; 
}

#process .section-heading {
    text-align: center;
    margin-bottom: 60px; 
}

#process .section-title {
    color: var(--dark-text-color); 
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

#process .section-heading p {
    color: var(--medium-grey-text);
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Styling for the image and text blocks (.row.box) */
#process .box {
    display: flex; 
    align-items: center;
    margin-bottom: 60px; 
    padding: 20px; 
    background-color: var(--light-text-color); 
    border-radius: 8px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); 
}

/* Specific adjustment for the text block when it's on the left in even rows */
#process .box:nth-child(even) .text {
    padding-right: 30px; 
    padding-left: 0;
}

#process .box h3 {
    color: var(--dark-text-color);
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: 600;
}

#process .box p {
    color: var(--medium-grey-text); 
    line-height: 1.7;
}

#process .box p strong {
    color: var(--primary-brand-blue);
}

.button:hover {
    background-color: #0056b3;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #28a745; 
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.scroll-to-top i {
    color: white;
    font-size: 24px;
}

.masonry {
    column-count: 2; 
    column-gap: 15px;
}

.masonry a {
    display: block;
    break-inside: avoid;
    margin-bottom: 15px;
}

.masonry img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    object-fit: cover;
}

#work-wrap img {
    border-radius: 5px;
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}



.lightbox {
    position: fixed;
    top: 5500px;
    left: 1000px;
    width: 100%;
    height: 100%; 
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain; 
}

.lightbox.active {
  display: flex;
}

.lightbox-controls {
    position: absolute;
    top: 100px;
    right: 100px;
    z-index: 10000;
}

.lightbox.active .lightbox-controls {
  display: block;
}

.close-lightbox {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  background: red;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;

}

i {
  display: inline-block !important;
  font-size: 20px;
  color: black;
}


#services-2 { 
    background: linear-gradient(to top right,#6F88E6, #13b952); 
    color: var(--light-text-color);
    padding: 60px 0; 
    text-align: center;
}

#services-2 .container {
    
    margin: 0 auto;
    max-width: 1200px; 
    padding: 0 20px; 
}

#services-2 .section-title {
    color: var(--light-text-color);
    margin-bottom: 20px; 
    font-size: 2.5em; 
}

#services-2 p {
    color: white; 
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 800px; 
    margin-left: auto;
    margin-right: auto;
}

#services-2 video {
    max-width: 100%; 
    height: auto; 
    display: block; 
    margin: 0 auto;
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
}

.section.bg-grey {
    background-color: var(--section-grey-bg); 
    padding: 60px 0; 
}

.section-heading h6 {
    color: var(--dark-text-color); 
    font-size: 2.2em; 
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

/* Slider Container */
.slider {
    background: var(--section-grey-bg); 
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    height: 120px;
    margin: auto;
    overflow: hidden; 
    position: relative;
    width: 100%; 
}

/* Masking effect on the left and right edges */
.slider::before,
.slider::after {
    background: linear-gradient(to right,
                var(--section-grey-bg) 0%,
                rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg); 
}

.slider::before {
    left: 0;
    top: 0;
}

/* The track that holds all the slides */
.slide-track {
    display: flex;
    width: calc(200px * var(--num-slides));
}

/* Each individual logo slide */
.slider .slide {
    height: 100px; 
    width: 200px; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px; 
    flex-shrink: 0;
}

.slider .slide img {
    height: 80px; 
    max-width: 80%;
    object-fit: contain; 
    filter: none;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    cursor: default;
}

/* Animation for the scrolling effect */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 7));
    }
}


/* Pause animation on hover */
.slider:hover .slide-track {
    animation-play-state: paused;
}

#contact-info {
    padding: 80px 0; 
    background-color: var(--light-text-color);
}

#contact-info .contact-info-block {
    background-color: var(--light-text-color); 
    padding: 40px 20px; 
    border-radius: 10px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px; 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
}

#contact-info .contact-info-block:hover {
    transform: translateY(-5px); 
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

#contact-info .contact-info-block i {
    color: var(--primary-brand-blue); 
    font-size: 3.5em; 
    margin-bottom: 20px; 
    line-height: 1;
}

#contact-info .contact-info-block h4 {
    color: var(--dark-text-color); 
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 10px; 
}

#contact-info .contact-info-block p.lead {
    color: var(--medium-grey-text); 
    font-size: 1.05em;
    line-height: 1.5;
    margin-bottom: 0;
}

#contact {
    padding: 80px 0; 
    background-color: var(--light-text-color); 
}

#contact h5 {
    color: var(--medium-grey-text); 
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 10px;
}

#contact .section-title {
    color: var(--dark-text-color);
    font-size: 2.5em;
    font-weight: bold; 
    margin-bottom: 20px;
}

/* The 'font-weight-normal' class from Bootstrap will override 'bold' for that specific span */
#contact .section-title .font-weight-normal {
    font-weight: 400; 
}

#contact p {
    color: var(--medium-grey-text);
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Form Group Labels */
#contact .form-group label {
    color: var(--dark-text-color);
    font-size: 0.85em; 
    font-weight: 600; 
    margin-bottom: 8px; 
}

/* Form Controls (Input fields and Textarea) */
#contact .form-control {
    border: 1px solid #e0e0e0; 
    border-radius: 5px; 
    padding: 12px 18px;
    font-size: 1em;
    color: var(--dark-text-color);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#contact .form-control:focus {
    border-color: var(--primary-brand-blue); 
    box-shadow: 0 0 0 0.2rem rgba(77, 175, 246, 0.25);
    outline: none; 
}

#contact textarea.form-control {
    resize: vertical; 
    min-height: 120px; 
}

/* Submit Button */
#contact .btn-primary.btn-circled {
    background-color: var(--primary-brand-blue); 
    color: var(--light-text-color); 
    border: 1px solid var(--primary-brand-blue); 
    border-radius: 50px; 
    padding: 12px 35px; 
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

#contact .btn-primary.btn-circled:hover {
    background-color: var(--primary-brand-blue);
    border-color: var(--primary-brand-blue);
    transform: translateY(-2px); 
    box-shadow: 0 5px 15px rgba(77, 175, 246, 0.3);
}

#contact .btn-primary.btn-circled:active {
    transform: translateY(0); 
    box-shadow: none;
}


/* Small text below button */
#contact .small {
    color: var(--medium-grey-text);
    font-size: 0.9em;
    margin-top: 10px; 
}

/* Map Iframe */
#contact iframe {
    width: 100%; 
    height: 450px; 
    border: none; 
    border-radius: 8px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

#map.google-map-container {
    width: 100%;
    height: 450px; 
}

/* --- Footer Section --- */
#footer {
    background-color: var(--dark-footer-bg); 
    padding: 80px 0 30px;
    color: var(--footer-text-light-grey); 
    position: relative;
}

#footer .footer-widget {
    margin-bottom: 40px; 
}

/* Footer Brand (Suraire Service text) */
#footer .footer-brand {
    color: var(--light-text-color); 
    font-size: 1.8em; 
    font-weight: bold;
    margin-bottom: 20px;
    display: block; 
    text-decoration: none; 
}

#footer .footer-widget p {
    color: var(--footer-text-light-grey);
    font-size: 0.95em;
    line-height: 1.6;
    margin-top: 15px;
}

/* Footer Widget Headings (Socials, Contact) */
#footer .footer-widget h3 {
    color: var(--light-text-color); 
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* Footer Links (Socials and Contact Info) */
#footer .footer-links {
    padding-left: 0; 
    list-style: none;
}

#footer .footer-links li {
    margin-bottom: 15px; 
    display: flex; 
    align-items: center; 
}

#footer .footer-links li:last-child {
    margin-bottom: 0; 
}

#footer .footer-links li a {
    color: var(--footer-text-light-grey); 
    text-decoration: none;
    font-size: 0.95em;
    transition: color 0.3s ease;
    display: flex; 
    align-items: center;
}

#footer .footer-links li a:hover {
    color: var(--primary-brand-blue); 
}

/* Icons within Footer Links */
#footer .footer-links i {
    color: var(--footer-text-light-grey);
    font-size: 1.2em;
    margin-right: 12px; 
    transition: color 0.3s ease;
}

#footer .footer-links li a:hover i {
    color: var(--primary-brand-blue); 
}


/* Copyright Section */
#footer .footer-copy {
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
    padding-top: 30px; 
    font-size: 0.9em;
    color: var(--footer-text-light-grey); 
    text-align: center;
    margin-bottom: 0;
}

#footer .footer-copy .design-link {
    color: var(--secondary-gradient-green) !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

#footer .footer-copy .design-link:hover {
    color: var(--primary-brand-blue);
}

#footer .footer-copy .current-year a{
    color: var(--secondary-gradient-green) !important;
    text-decoration: none;
}

#footer .footer-copy .current-year :hover{
    color: var(--primary-brand-blue) !important;
}

/* Responsive */
@media (max-width: 991px) {
    body {
        padding: 20px; 
    }
    .container {
        width: 100%; 
    }
    h1 {
    font-size: 24px; 
    }
    h2 {
    font-size: 20px; 
    }
    .button {
        width: 100%; 
    }
    .row {
        gap: 30px;
    }
    .col-lg-8.justify-content-end {
        margin-left: 0px; 
    }
}
