/*******************************/
/********* General CSS *********/
/*******************************/

body {
    
    color: #666666;
    background: #dddddd;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #030f27;
}

a {
    color: #666666;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #fdbe33;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.back-to-top {
    border-radius: 100%;
    position: fixed;
    display: none;
    background: linear-gradient(135deg, #18d84f 0%, #0baa20 100%);
    color: #ffffff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    box-shadow: 0 10px 25px rgba(11, 170, 32, .35);
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
    z-index: 9;
    animation: whatsapp-float 2.4s ease-in-out infinite;
}

.back-to-top::before,
.back-to-top::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px solid rgba(24, 216, 79, .45);
    pointer-events: none;
    animation: whatsapp-ring 2.4s ease-out infinite;
}

.back-to-top::after {
    animation-delay: 1.2s;
}

.back-to-top:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #22ea62 0%, #07951a 100%);
    box-shadow: 0 12px 30px rgba(11, 170, 32, .48);
    transform: translateY(-4px) scale(1.05);
    animation-play-state: paused;
}

.back-to-top i {
    position: relative;
    z-index: 1;
    padding-top: 18px;
}

.btn {
    transition: .3s;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 90px;
    background: #fdbe33;
}
#marca {
    width: 100px;
    height: 90px;
}
.top-bar .logo {
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #030f27;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.top-bar .logo img {
    max-width: 100%;
    
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .top-bar-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: #030f27;
    font-size: 40px;
}

.top-bar .top-bar-text {
    padding-left: 15px;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color: #030f27;
    font-size: 16px;
    font-weight: 400;
}

.top-bar .top-bar-text p {
    margin: 0;
    color: #030f27;
    font-size: 13px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    background: #fdbe33;
    transition: .3s;
}

.nav-bar .container-fluid {
    padding: 0;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1366px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    background: #030f27 !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fdbe33;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0;
}

.nav-bar .btn:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
}

@media (min-width: 992px) {
    .nav-bar {
        padding: 0 75px;
    }
    
    .nav-bar.nav-sticky {
        padding: 0;
    }
    
    .nav-bar .navbar {
        padding: 20px;
    }
    
    .nav-bar .navbar-brand {
        display: none;
    }
    
    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {
    .nav-bar .navbar {
        padding: 15px;
    }
    
    .nav-bar a.nav-link {
        padding: 5px;
    }
    
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
    
    .nav-bar .btn {
        display: none;
    }
}


/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    min-height: 400px;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
    min-height: 400px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-caption .btn:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
}

@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }
    
    .carousel .carousel-caption p {
        font-size: 20px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }
    
    .carousel .carousel-caption p {
        font-size: 16px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background: #fdbe33;
}

.page-header h2 {
    position: relative;
    color: #030f27;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #030f27;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #030f27;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #121518;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
    }
    
    .page-header h2 {
        font-size: 45px;
    }
    
    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
    }
    
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header p {
    color: #fdbe33;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    margin-bottom: 45px;
}

.feature .col-md-12 {
    background: #030f27;
}
    
.feature .col-md-12:nth-child(2n) {
    color: #030f27;
    background: #fdbe33;
}

.feature .feature-item {
    min-height: 250px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #030f27;
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: #fdbe33;
}

.feature .feature-icon [class^="flaticon-"]::before {
    position: relative;
    margin: 0;
    color: #fdbe33;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {
    padding-left: 30px;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #fdbe33;
    font-size: 25px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: #fdbe33;
    font-size: 18px;
    font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #030f27;
}


/*******************************/
/********** About CSS **********/
/*******************************/


.about {
    position: relative;
    width: 100%;
   
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    
    position: relative;
    height: 10%;
}

.about .about-img img {
    filter: drop-shadow(15px 8px 10px rgb(3, 3, 3)) ;
    width: 100%;
    height: 20%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #030f27;
    border-radius: 0;
    background: #fdbe33;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #fdbe33;
    background: #030f27;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.fact .col-6 {
    display: flex;
    align-items: flex-start;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 10px 0 10px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.fact .fact-right .fact-icon [class^="flaticon-"]::before {
    background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-left,
.fact .fact-right {
    padding-top: 50px;
    padding-bottom: 50px;
}

.fact .fact-text h2 {
    font-size: 28px;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left {
    color: #fdbe33;
    background: #030f27;
}

.fact .fact-right {
    color: #030f27;
    background: #fdbe33;
}

.fact .fact-left h2 {
    color: #fdbe33;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    max-width: 100%;
    height: auto;
    
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.service-img {
  
  overflow: hidden; /* Oculta la parte de la imagen que se salga del contenedor */
  position: relative; /* Necesario para posicionar elementos dentro */
}

.service-img img {
    width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que la imagen cubra el contenedor sin distorsionarse */
  transition: transform 0.3s ease-in-out; 
}

.service-img:hover img {
    transform: scale(1.2);
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    margin-left: 50px;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#arrow {
    margin-left: 10px;
}
.service .service-item a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}


/*******************************/
/********** Video CSS **********/
/*******************************/
.video {
    position: relative;
    margin: 45px 0;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/nosotros.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play:hover:after {
    background-color: darken(#fdbe33, 10%);
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #030f27;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}


.team-img {
    overflow: hidden; /* Oculta la parte de la imagen que se salga del contenedor */
  position: relative; /* Necesario para posicionar elementos dentro */

}

.team-img img {
    width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que la imagen cubra el contenedor sin distorsionarse */
  transition: transform 0.3s ease-in-out; 

}

.team-img:hover img {
     transform: scale(1.2);

}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #030f27;
    transition: .5s;
}

.team .team-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fdbe33;
    transition: .5s;
}

.team .team-text p {
    margin: 0;
    color: #ffffff;
}

.team .team-item:hover .team-text {
    background: #fdbe33;
}

.team .team-item:hover .team-text h2 {
    color: #030f27;
    letter-spacing: 1px;
}

.team .team-social {
    position: absolute;
    width: 100px;
    top: 0;
    left: -50px;
    display: flex;
    flex-direction: column;
    font-size: 0;
}

.team .team-social a {
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.team .team-item:hover .team-social a:first-child {
    background: #00acee;
    left: 50px;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    background: #3b5998;
    left: 50px;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    background: #0e76a8;
    left: 50px;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    background: #3f729b;
    left: 50px;
    transition: .3s .3s;
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #fdbe33;
}

.faqs #accordion-1 {
    padding-right: 15px;
}

.faqs #accordion-2 {
    padding-left: 15px;
}

@media(max-width: 767.98px) {
    .faqs .row::after {
        display: none;
    }
    
    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }
    
    .faqs #accordion-2 {
        padding-top: 15px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #121518;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #fdbe33;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #fdbe33;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #030f27;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 90px 0;
    text-align: center;
    background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/nosotros.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .container {
    max-width: 760px;
}

.about-page .testimonial {
    padding-bottom: 90px;
}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.testimonial .testimonial-slider-nav .slick-slide {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.testimonial .testimonial-slider-nav .slick-active {
    opacity: 1;
    transform: scale(1.3);
}

.testimonial .testimonial-slider-nav .slick-center {
    transform: scale(1.8);
    z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
    position: relative;
    display: block;
    margin-top: 37px;
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.testimonial .testimonial-slider {
    position: relative;
    margin-top: 15px;
    padding-top: 50px;
}

.testimonial .testimonial-slider::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 50px;
    top: 0;
    left: calc(50% - 30px);
    
}

.testimonial .testimonial-slider h3 {
    color: #fdbe33;
    font-size: 22px;
    font-weight: 700;
}

.testimonial .testimonial-slider h4 {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial .testimonial-slider p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.testimonial .container {
    max-width: 980px;
}

.testimonial .testimonial-slider-nav {
    width: min(92vw, 680px);
    min-height: clamp(118px, 17vw, 172px);
}

.testimonial .testimonial-slider-nav .slick-list {
    padding: 16px 0 22px 0 !important;
}

.testimonial .testimonial-slider-nav .slick-track {
    display: flex;
    align-items: center;
}

.testimonial .testimonial-slider-nav .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(94px, 13vw, 136px);
    transform: none;
}

.testimonial .testimonial-slider-nav .slick-active {
    transform: none;
}

.testimonial .testimonial-slider-nav .slick-center {
    transform: scale(1.08);
}

.testimonial .testimonial-slider-nav .slider-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: clamp(94px, 13vw, 136px) !important;
    padding: 8px;
}

.testimonial .testimonial-slider-nav .slider-nav::before {
    content: "";
    position: absolute;
    inset: 10px 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(253, 190, 51, .22);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .22);
    opacity: .65;
    transition: transform .35s ease, opacity .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.testimonial .testimonial-slider-nav .slick-active.slider-nav::before {
    opacity: .9;
}

.testimonial .testimonial-slider-nav .slick-center.slider-nav::before {
    border-color: rgba(253, 190, 51, .8);
    box-shadow: 0 16px 36px rgba(253, 190, 51, .22), 0 16px 36px rgba(0, 0, 0, .28);
    transform: scale(1.05);
}

.testimonial .testimonial-slider-nav .slick-slide img {
    margin-top: 0;
    width: min(82%, 150px);
    height: clamp(58px, 8vw, 82px);
    padding: 12px 16px;
    object-fit: contain;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .24);
    transition: transform .35s ease, box-shadow .35s ease;
}

.testimonial .testimonial-slider-nav .slick-center img {
    transform: scale(1.08);
    box-shadow: 0 12px 28px rgba(253, 190, 51, .28);
}

@media (max-width: 575.98px) {
    .testimonial {
        padding: 60px 0;
        background-attachment: scroll;
    }

    .testimonial .testimonial-slider-nav {
        width: 100%;
        min-height: 112px;
    }

    .testimonial .testimonial-slider-nav .slick-slide,
    .testimonial .testimonial-slider-nav .slider-nav {
        height: 94px !important;
    }

    .testimonial .testimonial-slider-nav .slick-slide img {
        width: min(86%, 118px);
        height: 56px;
        padding: 9px 12px;
    }
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-title {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #ffffff;
}

.blog .blog-meta {
    position: relative;
    padding: 25px 0 10px 0;
    background: #f3f6ff;
}

.blog .blog-meta::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #fdbe33;
}

.blog .blog-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}

.blog .blog-meta p a {
    margin-left: 5px;
    font-style: normal;
}

.blog .blog-text {
    padding: 10px 25px 25px 25px;
    background: #f3f6ff;
}

.blog .blog-text p {
    margin: 0;
    font-size: 16px;
}

.blog .pagination .page-link {
    color: #030f27;
    border-radius: 0;
    border-color: #fdbe33;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #fdbe33;
    background: #030f27;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #f3f6ff;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 400;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #030f27;
    background: #fdbe33;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #030f27;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #fdbe33;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #030f27;
    background: #fdbe33;
}

.single .comment-form .btn:hover {
    color: #fdbe33;
    background: #030f27;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fdbe33;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #fdbe33;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #030f27;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #fdbe33;
    background: #030f27;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #030f27;
    background: #fdbe33;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fdbe33;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #fdbe33;
    background: #030f27;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #030f27;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background: #fdbe33;
    border: none;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #030f27;
    color: #fdbe33;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #fdbe33;
    background: #030f27;
}

.portfolio .portfolio-warp {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    width: 100%;
    transition: .3s;
}

.portfolio .portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio .portfolio-overlay p {
    margin: 0;
    color: #ffffff;
}

.portfolio .portfolio-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #ffffff;
    border-radius: 0;
    transition: .3s;
}

.portfolio .portfolio-warp:hover a.btn {
    color: #ffffff;
    background: #fdbe33;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact .col-md-6:first-child {
    background: #030f27;
}

.contact .col-md-6:last-child {
    background: #fdbe33;
}

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid rgba(256, 256, 256, .2);
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: #fdbe33;
    font-size: 40px;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 20px;
}

.contact .contact-text h2 {
    color: #fdbe33;
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
}

.contact .contact-form input {
    color: #ffffff;
    height: 40px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 185px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
    box-shadow: none;
}

.contact .contact-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fdbe33;
    background: #030f27;
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #030f27;
    background: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #030f27;
    color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fdbe33;
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #fdbe33;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #fdbe33;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #fdbe33;
    border-color: #fdbe33;
}

.footer .footer-social a:hover i {
    color: #030f27;
}

.footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fdbe33;
    background: #121518;
    border-radius: 0;
    border: 2px solid #fdbe33;
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: #121518;
    background: #fdbe33;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
    color: #fdbe33;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #fdbe33;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}


.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {	
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #086e27;
	margin-right: 15px;
	padding: 5px 10px;
}

.img-responsive {
    width: 100%;
    height: 80%;
}

.modal-body .img-responsive {
    display: block;
    width: 100%;
    height: auto;
    max-height: 82vh;
    object-fit: contain;
    background: #ffffff;
}

.detail-consult-wrap {
    padding: 18px 20px 24px;
    text-align: center;
    background: #ffffff;
}

.detail-consult-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    padding: 13px 28px;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #25d366 0%, #0baa20 100%);
    box-shadow: 0 12px 28px rgba(11, 170, 32, .35);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.detail-consult-btn::before {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: inherit;
    border: 1px solid rgba(37, 211, 102, .45);
    animation: whatsapp-ring 2.2s ease-out infinite;
}

.detail-consult-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
    transform: skewX(-22deg);
    transition: left .6s ease;
}

.detail-consult-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(135deg, #2be06f 0%, #07951a 100%);
    box-shadow: 0 14px 34px rgba(11, 170, 32, .48);
    transform: translateY(-3px) scale(1.03);
}

.detail-consult-btn:hover::after {
    left: 125%;
}

.detail-consult-btn i,
.detail-consult-btn span {
    position: relative;
    z-index: 1;
}

.detail-consult-btn i {
    font-size: 22px;
}



*/

:root{
 
  --max-width: 1366px;
}

/* Global box-sizing + responsive root font-size */
*, *::before, *::after{box-sizing: border-box;}
html{font-size: clamp(14px, 1.2vw + 10px, 18px);} /* responsive base font-size */
body {
   
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

h1,h2,h3,h4,h5,h6{margin:0 0 .5em 0}




/* Layout wrapper: fluid with comfortable side padding on small screens */
.wrapper{
   position: relative;
    width: 100%;
    max-width: 100%; /* Cambiar de 1366px a 100% */
    margin: 0 auto;
    background: #ffffff;/* keeps content away from edges on small screens */
}

/* Make images truly responsive */
img{max-width:100%;height:auto;display:block}



/* Top bar: use flexible sizing instead of fixed heights */

.top-bar .logo{padding:8px 0;text-align:left}
.top-bar .logo h1{margin:0;line-height:1;font-weight:700}
.top-bar .logo img{max-width:100%;max-height:60px}
.top-bar .top-bar-item{display:flex;align-items:center;justify-content:flex-end}
.top-bar .top-bar-icon{width:40px;display:flex;align-items:center;justify-content:center}
.top-bar .top-bar-text{padding-left:15px}
.top-bar .top-bar-text h3{margin:0 0 5px 0;font-weight:400}
.top-bar .top-bar-text p{margin:0;font-weight:400}

/* Nav bar */
.nav-bar{position:relative;background:var(--color-accent);transition:.3s}
.nav-bar .container-fluid{padding:0}
.nav-bar.nav-sticky{position:fixed;top:0;left:0;right:0;width:100%;max-width:var(--max-width);margin:0 auto;box-shadow:0 2px 5px rgba(0,0,0,.3);z-index:999}
.nav-bar .navbar{height:100%;background:#030f27}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active{padding:10px 10px 8px 10px;color:#ffffff}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link.active{color:#fdbe33;transition:none}

.nav-bar .dropdown-menu{margin-top:0;border:0;border-radius:0;background:#fdbe33}
.nav-bar .btn{color:#fff;border:2px solid #fff;border-radius:0}
.nav-bar .btn:hover{color:var(--color-dark);background:var(--color-accent);border-color:var(--color-accent)}

/* container utility for consistent padding */
.container{max-width:1200px;margin:0 auto;padding:0 15px}

/* Carousel: prefer aspect-ratio when possible and avoid fixed vh on small screens */
.carousel{position:relative;width:100%;text-align:center;overflow:hidden;height:clamp(360px,56.25vw,720px);min-height:360px;max-height:calc(100vh - 96px)}
.carousel .carousel-inner,.carousel .carousel-item{position:relative;width:100%;height:100%}
.carousel .carousel-item img{width:100%;height:100%;object-fit:cover;object-position:center center}
.carousel .carousel-item:nth-child(2) img{object-position:68% center}
.carousel .carousel-item:nth-child(3) img{object-position:center center}
.carousel .carousel-item:nth-child(4) img{object-position:center center}
.carousel .carousel-item::after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.3);z-index:1}
.carousel .carousel-caption{top:0;bottom:0;height:100%;min-height:0;padding:clamp(24px,5vw,64px) 15%;justify-content:center}



/* Page header */
.page-header{position:relative;margin-bottom:45px;padding:clamp(30px,6vw,90px) 0;text-align:center;background:#fdbe33}
.page-header h2{position:relative;color:#030f27;font-size:clamp(24px,4vw,60px);font-weight:700;margin-bottom:20px;padding-bottom:5px}
.page-header h2::after{position:absolute;content:"";width:100px;height:2px;left:calc(50% - 50px);bottom:0;background:#030f27}
.page-header a{position:relative;padding:0 12px;font-size:clamp(14px,1.5vw,22px);color:#030f27}

/* Section header */
.section-header{position:relative;width:100%;margin-bottom:45px}
.section-header p{color:var(--color-accent);font-size:clamp(14px,1.5vw,18px);font-weight:600;margin-bottom:5px}
.section-header h2{margin:0;position:relative;font-size:clamp(22px,3.5vw,50px);font-weight:700}

/* Feature - use flex-wrap & responsive paddings */
.feature{position:relative;margin-bottom:45px}
.feature .feature-item{min-height:250px;padding:clamp(18px,2vw,30px);display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}
.feature .feature-icon{width:60px;display:flex;align-items:center;justify-content:center;flex:0 0 60px}
.feature .feature-text{padding-left:30px;flex:1}
.feature .feature-text h3{margin:0 0 10px 0;color:#fdbe33;font-size:clamp(16px,1.8vw,25px);font-weight:600}
.feature .feature-text p{margin:0;color:#fdbe33;font-size:clamp(14px,1.2vw,18px);font-weight:400}

/* About */
.about{position:relative;width:100%;padding:45px 0}
.about .about-img{position:relative;height:100%}
.about .about-img img{width:100%;height:100%;object-fit:cover}
.about .about-text p{font-size:clamp(14px,1.2vw,16px)}
.about .about-text a.btn{margin-top:15px;padding:12px 28px;font-size:clamp(14px,1.2vw,16px);font-weight:500;color:var(--color-dark);border-radius:0;background:var(--color-accent)}

/* Video: avoid background-attachment fixed on small screens (some mobile browsers ignore it) */
.video{position:relative;margin:45px 0;min-height:400px;}
@media (max-width:767.98px){
  .video{background-attachment:scroll}
}


/* Team, Service, Testimonial etc. Keep existing behavior but ensure flexible widths */
.team,.service,.testimonial,.blog,.portfolio{width:100%;padding:45px 0}
.team .team-item,.service .service-item{margin-bottom:30px}
.team .team-text{padding:20px;text-align:center;}
.team .team-text h2{font-size:clamp(16px,1.2vw,20px);color:#fdbe33}

/* Service cards */
.service .row{
  align-items:stretch;
  row-gap:30px;
}

.service .row > [class*="col-"]{
  display:flex;
}

.service .service-item{
  display:flex;
  flex-direction:column;
  width:100%;
  margin-bottom:0;
  overflow:hidden;
  border-radius:8px;
  background:#030f27;
  box-shadow:0 12px 28px rgba(3,15,39,.12);
  transition:transform .3s ease, box-shadow .3s ease;
}

.service .service-item:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 38px rgba(3,15,39,.18);
}

.service .service-img{
  width:100%;
  aspect-ratio:4 / 5;
  background:#f5f5f5;
}

.service .service-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.service .service-text{
  min-height:68px;
  height:auto;
  margin-top:auto;
}

.service .service-text h3{
  margin-left:0;
  padding:0 16px 0 22px;
  width:calc(100% - 66px);
  font-size:clamp(16px, 1.5vw, 20px);
}

.service .service-item a.btn{
  position:relative;
  flex:0 0 66px;
  width:66px;
  height:68px;
  padding:0;
  overflow:hidden;
  font-size:42px;
  line-height:1;
  border-left:1px solid rgba(3,15,39,.12);
  box-shadow:inset 0 0 0 0 rgba(255,255,255,.28), 0 0 0 rgba(253,190,51,0);
  transition:color .3s ease, background .3s ease, transform .3s ease, box-shadow .3s ease;
}

.service .service-item a.btn::before{
  content:"";
  position:absolute;
  inset:9px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.55);
  animation:detail-button-pulse 1.9s ease-out infinite;
}

.service .service-item a.btn:hover,
.service .service-item:hover a.btn{
  color:#ffffff;
  background:#0baa20;
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.24), 0 0 18px rgba(253,190,51,.42);
}

.service .service-item a.btn:hover{
  transform:scale(1.04);
}

@media (max-width:767.98px){
  .service .row{
    row-gap:22px;
  }

  .service .service-img{
    aspect-ratio:4 / 5;
  }

  .service .service-text{
    min-height:62px;
  }

  .service .service-text h3{
    width:calc(100% - 58px);
    padding-left:16px;
  }

  .service .service-item a.btn{
    flex-basis:58px;
    width:58px;
    height:62px;
    font-size:36px;
  }
}

/* Product categories */
.team .product-category-grid{
  align-items:stretch;
  row-gap:30px;
}

.team .product-category-col{
  display:flex;
}

.team .product-category-col .team-item{
  display:flex;
  flex-direction:column;
  width:100%;
  min-height:100%;
  margin-bottom:0;
  border-radius:8px;
  background:#030f27;
  box-shadow:0 12px 28px rgba(3,15,39,.12);
  transition:transform .3s ease, box-shadow .3s ease;
}

.team .product-category-col .team-item:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 38px rgba(3,15,39,.18);
}

.team .product-category-col .team-img{
  width:100%;
  aspect-ratio:4 / 3;
  background:#f2f2f2;
}

.team .product-category-col .team-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.team .product-category-col .team-img a{
  display:block;
  width:100%;
  height:100%;
}

.team .product-category-col .team-text{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:82px;
  padding:18px 12px;
}

.team .product-category-col .team-text a{
  display:block;
  width:100%;
}

.team .product-category-col .team-text h2{
  margin:0;
  line-height:1.25;
  font-size:clamp(16px, 1.6vw, 21px);
}

@media (min-width:992px){
  .team .product-category-col{
    flex:0 0 25%;
    max-width:25%;
  }
}

@media (max-width:767.98px){
  .team .section-header{
    margin-bottom:30px;
  }

  .team .section-header p{
    font-size:15px;
    line-height:1.6;
  }

  .team .product-category-grid{
    row-gap:22px;
  }

  .team .product-category-col .team-img{
    aspect-ratio:16 / 10;
  }
}

@media (prefers-reduced-motion: reduce){
  .back-to-top,
  .back-to-top::before,
  .back-to-top::after,
  .service .service-item a.btn::before{
    animation:none;
  }
}

/* FAQs: remove absolute line at small screens */
.faqs .row::after{position:absolute;content:"";width:1px;height:100%;top:0;left:calc(50% - .5px);background:var(--color-accent)}
@media (max-width:767.98px){
  .faqs .row::after{display:none}
  .faqs #accordion-1,.faqs #accordion-2{padding:0}
  .faqs #accordion-2{padding-top:15px}
}

/* Sidebar responsive spacing */
.sidebar{position:relative;width:100%}
@media(max-width:991.98px){.sidebar{margin-top:45px}}

/* Contact: prefer stacking on small screens */
.contact .col-md-6{padding-top:30px;padding-bottom:30px}
.contact .col-md-6:first-child{background:#030f27}
.contact .col-md-6:last-child{background:#fdbe33}
@media(max-width:767.98px){
  .contact .col-md-6{padding:20px}
}

/* Footer: stack at small screens */
.footer{position:relative;margin-top:45px;padding-top:60px;background:#030f27;color:#fff}
.footer h2::after{background:#fdbe33}
@media (max-width:768px){
  .footer .copyright p, .footer .copyright .col-md-6:last-child p{margin:5px 0;text-align:center}
}

/* Utility helpers for layout (mobile-first) */
.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}
[class*="col-"]{padding-left:15px;padding-right:15px}
.col-12{flex:0 0 100%;max-width:100%}
/* Responsive columns - basic grid (can be used without bootstrap) */
@media(min-width:576px){.col-sm-6{flex:0 0 50%;max-width:50%}}
@media(min-width:768px){.col-md-6{flex:0 0 50%;max-width:50%}}
@media(min-width:992px){.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-12{flex:0 0 100%;max-width:100%}}
@media(min-width:992px){.col-lg-4{flex:0 0 33.3333%;max-width:33.3333%}}
@media(min-width:1200px){.col-xl-3{flex:0 0 25%;max-width:25%}}

/* Footer polish */
.footer{
  overflow:hidden;
  padding-top:68px;
  background:
    linear-gradient(135deg, rgba(253,190,51,.12) 0%, rgba(253,190,51,0) 34%),
    #030f27;
}

.footer::before{
  position:absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg, #fdbe33, #22a522, #fdbe33);
}

.footer > .container:first-child > .row{
  align-items:flex-start;
  row-gap:22px;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter{
  height:100%;
  margin-bottom:36px;
}

.footer h2{
  margin-bottom:18px;
  padding-bottom:12px;
  font-size:19px;
  line-height:1.25;
}

.footer .footer-contact p{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom:11px;
  line-height:1.55;
  color:rgba(255,255,255,.88);
}

.footer .footer-contact p i{
  flex:0 0 20px;
  width:20px;
  margin-top:4px;
  color:#fdbe33;
  text-align:center;
}

.footer .footer-social{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.footer .footer-social a{
  width:38px;
  height:38px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.2);
}

.footer .footer-link a{
  width:max-content;
  max-width:100%;
  margin-bottom:9px;
  line-height:1.55;
  color:rgba(255,255,255,.88);
}

.footer .footer-link a:hover{
  letter-spacing:0;
  transform:translateX(4px);
}

.footer .newsletter form{
  max-width:420px;
}

.footer .newsletter .row{
  row-gap:0;
}

.footer .newsletter .col-md-6,
.footer .newsletter .col-lg-12{
  flex:0 0 100%;
  max-width:100%;
}

.footer .newsletter .form-group{
  margin-bottom:14px;
}

.footer .newsletter input,
.footer .newsletter textarea{
  width:100%;
  color:#030f27;
  background:#ffffff;
  border:1px solid rgba(255,255,255,.35);
  border-radius:4px;
  box-shadow:none;
}

.footer .newsletter input{
  height:46px;
}

.footer .newsletter textarea{
  min-height:92px;
  resize:vertical;
}

.footer .newsletter .btn{
  position:static;
  height:auto;
  min-height:42px;
  padding:10px 18px;
  border-radius:4px;
  color:#030f27;
  background:#fdbe33;
  border:2px solid #fdbe33;
}

.footer .newsletter .btn:hover{
  color:#fdbe33;
  background:transparent;
}

.footer .footer-menu:empty{
  display:none;
}

.footer .copyright{
  margin-top:6px;
  padding:22px 15px;
  border-top:1px solid rgba(255,255,255,.12);
}

.footer .copyright p{
  color:rgba(255,255,255,.82);
  line-height:1.5;
}

.footer .copyright p a{
  letter-spacing:0;
}

@media (min-width:992px){
  .footer{
    padding-top:70px;
  }

  .footer .newsletter form{
    margin-left:auto;
  }
}

@media (max-width:991.98px){
  .footer{
    padding-top:54px;
  }
}

@media (max-width:767.98px){
  .footer{
    margin-top:32px;
    padding-top:44px;
  }

  .footer .footer-contact,
  .footer .footer-link,
  .footer .newsletter{
    margin-bottom:26px;
  }

  .footer h2{
    font-size:18px;
    margin-bottom:14px;
  }

  .footer .newsletter form{
    max-width:none;
  }

  .footer .newsletter .form-group{
    margin-bottom:10px;
  }

  .footer .newsletter textarea{
    min-height:74px;
  }

  .footer .newsletter .btn{
    width:100%;
  }

  .footer .copyright{
    margin-top:0;
    padding:18px 15px 22px;
  }
}

@media (min-width:360px) and (max-width:767.98px){
  .footer > .container:first-child > .row > .col-md-6:nth-child(2),
  .footer > .container:first-child > .row > .col-md-6:nth-child(3){
    flex:0 0 50%;
    max-width:50%;
  }
}

/* Small tweaks to avoid overflowing text */
.text-truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

/* Accessibility: visible focus for keyboard users */
:focus{outline:2px dashed var(--color-accent);outline-offset:3px}
:focus:not(:focus-visible){outline:none}

/* Keyframes */
@keyframes pulse-border{0%{transform:translate(-50%,-50%) scale(1);opacity:1}100%{transform:translate(-50%,-50%) scale(1.5);opacity:0}}
@keyframes whatsapp-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes whatsapp-ring{0%{transform:scale(.85);opacity:.75}70%,100%{transform:scale(1.45);opacity:0}}
@keyframes detail-button-pulse{0%{transform:scale(.82);opacity:.9}70%,100%{transform:scale(1.35);opacity:0}}

/* Final responsive breakpoints for specific adjustments */
@media (min-width:992px){
    .top-bar{padding:12px 60px}
    .nav-bar{padding:0 75px}
    .nav-bar .navbar{padding:20px}
    .nav-bar .navbar-brand{display:none}
    .nav-bar a.nav-link{padding:8px 15px;font-size:15px;text-transform:uppercase}
}

@media (max-width:991.98px){
    .top-bar .logo{text-align:center}
    .nav-bar .navbar{padding:15px}
    .nav-bar a.nav-link{padding:5px}
    .nav-bar .dropdown-menu{box-shadow:none}
    .nav-bar .btn{display:none}
}

/* Mobile-specific font-size and stacking improvements */
@media (max-width:575.98px){
  .carousel{height:clamp(340px,92vw,430px);min-height:340px;max-height:none}
  .carousel .carousel-item:first-child img{object-position:55% center}
  .carousel .carousel-item:nth-child(2) img{object-position:72% center}
  .carousel .carousel-item:nth-child(3) img{object-position:47% center}
  .carousel .carousel-item:nth-child(4) img{object-position:50% center}
  .carousel .carousel-caption h1{font-size:clamp(18px,6vw,30px);font-weight:500}
  .carousel .carousel-caption p{font-size:clamp(12px,3.5vw,16px)}
}

/* End of file */


