    body
        {
            background: #f9f9f9;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            overflow-x: hidden;
        }


    /* start hr */
    hr
        {
            border: 1px solid #FFC107;
            width: 100px;
            margin-top: 20px;
        }
    /* end hr */


    /* start h2 */
    h2
        {
            font-size: 60px;
            text-align: center;
            color: #424242;
        }
    /* end h2 */


    /* start h4 */
    h4
        {
            text-align: center;
            padding-bottom: 50px;
            color: #757575;
        }
    /* end h4 */
    .btn {
        background: transparent;
        border-radius: 10px;
        color: #ffffff;
        margin-top: 40px;
        padding: 12px 22px;
        transition: all 0.4s ease-in-out;  
    }
    .btn:hover {
        background: #FFC107;
        border-color: transparent;
        color: #424242;
    }


    /* start overlay */
    .overlay 
        {
        width: 100%;
        height: 100%;
        background: rgba(66, 66, 66, 0.7);
        } 
    /* end overlay */


    /* start preloader */
    .preloader
        {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 99999;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-flow: row nowrap;
                -ms-flex-flow: row nowrap;
                    flex-flow: row nowrap;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            background: none repeat scroll 0 0 #fff;
        }
    .sk-spinner-rotating-plane.sk-spinner 
        {
            width: 30px;
            height: 30px;
            background-color: #FFC107;         
            -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                    animation: sk-rotatePlane 1.2s infinite ease-in-out;
        }


    @-webkit-keyframes sk-rotatePlane {
    0% {
            -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }


    50% {
            -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }


    100% {
                -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


    @keyframes sk-rotatePlane {
    0% {
            -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }


    50% {
            -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }


    100% {
                -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
    /* end preloader */


    /* start navigation */
    .custom-navbar 
        {
            margin-bottom: 0;
            background-color: #fff;
            text-align: right;
            border-bottom: 3px solid #FFC107;
        }
    .custom-navbar .navbar-brand 
        {
            color: #424242;
            font-weight: bold;
            font-size: 20px;
            padding: 10px 15px;
            line-height: 50px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
    .custom-navbar .navbar-brand .navbar-logo-icon
        {
            height: 45px;
            width: auto;
            display: inline-block;
            vertical-align: middle;
            transition: all 0.3s ease;
        }
    .custom-navbar .navbar-brand .navbar-brand-text
        {
            display: inline-block;
            vertical-align: middle;
            color: #FFC107;
            font-weight: bold;
            font-size: 18px;
            line-height: 1.2;
        }
    .custom-navbar .navbar-brand:hover .navbar-logo-icon
        {
            transform: scale(1.05);
        }
    .custom-navbar .navbar-brand:hover .navbar-brand-text
        {
            color: #ff6363;
        }
    /* Responsive: ocultar texto en móviles */
    @media (max-width: 480px) {
        .custom-navbar .navbar-brand .navbar-brand-text {
            display: none;
        }
        .custom-navbar .navbar-brand {
            padding: 5px 10px;
        }
    }
    .custom-navbar .nav li a
        {
            color: #424242;
            font-weight: 400;
            font-size: 13px;
            text-transform: uppercase;
        }
    .custom-navbar .nav li a:hover
        {
            background: transparent;
            color: #FFC107;
        }
    .custom-navbar .nav li.active > a
        {
            background-color: transparent;
            color: #FFC107;
        }
    .custom-navbar .navbar-toggle
        {
            border: none;
            padding-top: 10px;
        }
    .custom-navbar .navbar-toggle .icon-bar
        {
            background: #FFC107;
            border-color: transparent;
        }
    @media(min-width:768px){
        .custom-navbar
            {
                padding: 20px 0;
                border-bottom: 0;
                background: 0 0;
                transition: all 0.3s ease;
            }
        .custom-navbar.top-nav-collapse
            {
                padding: 0;
                box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
                background: #fff;
                border-bottom: 3px solid #FFC107;
            }
    }
    /* end navigation */


    /* start home */        
    #home h1
        {
            font-size: 80px;
            font-weight: bold;
            line-height: 1em;
            letter-spacing: 2px;
            padding-top: 10px;
            color: #ffffff;
        }
    #home span
        {
            color: #FFC107;
            font-weight: bold;
        }
    #home .btn {
        background: #FFC107;
        border: 2px solid #FFC107;
        color: #424242;
    }
    #home .btn:hover {
        background: #424242;
        border: 2px solid #424242;
        color: #FFC107;
    }
    .templatemo_homewrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .flexslider {
        margin: 0 0 60px;
        background: #fff;
        padding: 0;
        position: relative;
        zoom: 1;
        background-color: #424242;
        overflow: hidden;
        margin: 0;
        text-align: center;
    }
    .flexslider .slides {
        padding: 0;
        zoom: 1;
    }
    .flexslider .slides img {
        width: 100%;
        min-width: 648px;
        min-height: 270px;
        display: block;
    }
    .flexslider .slides > li {
        display: none;  
        padding: 0;
        position: relative;
        -webkit-backface-visibility: hidden;
    }
    .flexslider img {
        position: relative;
        width: 100%;
    }
    .slider-caption {
        color:white;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        text-transform: uppercase;
        z-index: 7;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /* end home */


    /* start service */
    #service
        {
            background: #ffffff;
            padding-top: 80px;
            padding-bottom: 80px;
        }
    #service .media
        {
            padding: 10px;
            transition: all 0.3s ease;
        }
    #service .media:hover
        {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        }
    #service .media .fa
        {
            color: #424242;
            background: #FFC107;
            font-size: 40px;
            margin-right: 20px;
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            border-radius: 50%;
            transition: all 0.3s ease;
        }
    #service .media:hover .fa
        {
            background: #424242;
            color: #FFC107;
            transform: scale(1.1);
        }
    #service .media .media-heading
        {
            font-weight: 600;
            font-size: 20px;
            padding-bottom: 10px;
            color: #424242;
        }
    #service .media-body p
        {
            color: #757575;
        }
    /* end service */


    /* start divider */
    .divider
        {
            background: url('../images/divider-bg.jpg');
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: fixed;
            color: #ffffff;
            text-align: center;
        }
    .divider .overlay
        {
            background: linear-gradient(135deg, rgba(66, 66, 66, 0.9) 0%, rgba(97, 97, 97, 0.85) 100%);
        }
    .divider .divider-des
        {
            padding: 100px 15px;
        }
    .divider h3
        {
            color: #FFC107;
        }
    .divider p
        {
            color: #ffffff;
        }
    .divider .btn
        {
            background: #FFC107;
            color: #424242;
            border: 2px solid #FFC107;
        }
    .divider .btn:hover
        {
            background: transparent;
            color: #FFC107;
            border: 2px solid #FFC107;
        }
    /* end divider */


    /* start about */
    h3.about-title {
        margin-top: 0;
        color: #424242;
    }
    #about
        {
            padding-top: 80px;
            padding-bottom: 80px;
            background: #f5f5f5;
        }
    #about .progress
        {
            background: #e0e0e0;
            box-shadow: none;
            border-radius: 0px;
            height: 30px;
        }
    #about .progress .progress-bar-danger
        {
            background: #FFC107;
            background-image: linear-gradient(45deg, #FFD54F 25%, #FFC107 25%, #FFC107 50%, #FFD54F 50%, #FFD54F 75%, #FFC107 75%, #FFC107);
        }
    #about span
        {
            display: block;
            margin-top: 12px;
            margin-bottom: 6px;
            color: #424242;
            font-weight: 600;
        }
    #about .about-wrapper
        {
            background: #ffffff;
            box-shadow: 0px 8px 20px rgba(50,50,50, 0.1);
            margin-top: 60px;
            margin-bottom: 20px;
            max-width: 500px;
            padding: 40px 20px;
            text-align: center;
            transition: all 0.3s ease;
        }
    #about .about-wrapper:hover
        {
            transform: translateY(-5px);
            box-shadow: 0px 12px 30px rgba(50,50,50, 0.15);
        }
    #about .about-wrapper h3
        {
            color: #424242;
            font-size: 20px;
            font-weight: bold;        
        }
    #about .about-wrapper h5
        {
            color: #757575;
        }
    #about .about-wrapper i.fa
        {
            color: #FFC107;
            margin-bottom: 15px;
        }
    #about p
        {
            color: #757575;
            line-height: 1.8;
        }
    /* end about */


    /* start portfolio */
    #portfolio
        {
            background: #fff;
            border-top: 1px solid #eeeeee;
            border-bottom: 1px solid #eeeeee;
            padding-top: 80px;
            padding-bottom: 80px;
        }
    #portfolio .portfolio-thumb
        {
            overflow: hidden;
            margin: 0;
            position: relative;
        }
    #portfolio .portfolio-thumb .portfolio-overlay
        {
            background: rgba(255, 193, 7, 0.95);
            color: #424242;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            position: absolute;
            opacity: 0;
            transition: all 0.4s ease-in-out;
        }
    #portfolio .portfolio-thumb:hover .portfolio-overlay
        {
            opacity: 1;
        }
    #portfolio .portfolio-thumb .portfolio-overlay .fa
        {
            border: 2px solid #424242;
            border-radius: 50%;
            background: #424242;
            color: #FFC107;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            text-decoration: none;
            margin-right: 6px;
            margin-bottom: 10px;
            transition: all 0.3s ease;
        }
    #portfolio .portfolio-thumb .portfolio-overlay .fa:hover {
        background: transparent;
        border-color: #424242;
        color: #424242;
    }
    #portfolio .portfolio-thumb .portfolio-overlay h4
        {
            padding-bottom: 10px;
            color: #424242;
            font-weight: 600;
        }
    #portfolio .portfolio-thumb .portfolio-overlay p
        {
            color: #424242;
        }
        .portfolio-description {
            padding-left: 15px;
            padding-right: 15px;
        }
    /*filter css*/
    .filter-wrapper {
        width: 100%;
        margin: 0 0 24px 0;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }
    .filter-wrapper li {
        display: inline-block;
        margin: 4px;
        transition: all 0.3s ease;
    }
    .filter-wrapper li:hover {
        background: #FFC107;
    }
    .filter-wrapper li:hover a {
        color: #424242;
        font-weight: 600;
    }
    .filter-wrapper li a {
        border: 2px solid #FFC107;
        color: #424242;
        background: #ffffff;
        padding: 8px 17px;
        display: block;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .filter-wrapper li a.selected {
        background: #FFC107;
        color: #424242;
        font-weight: 600;
    }
    /*isotope box css*/
    .iso-box-section {
        width: 100%;
        margin: 0 0 24px 0;
    }
    .iso-box-wrapper {
        width: 100%;
        padding: 0;
        clear: both;
        position: relative;
    }
    .iso-box {
        position: relative;
        min-height: 50px;
        float: left;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .fluid-img {
        width: 100%;
        display: block;
        height: auto;
    }
    /* end portfolio */


    /* start contact */
    #contact
        {
            background: #ffffff;
            padding-top: 80px;
            padding-bottom: 80px;
        }
    #contact .form-control
        {
            background: transparent;
            border-radius: 0px;
            box-shadow: none;
            border: 2px solid #e0e0e0;
            margin-bottom: 20px;
            transition: all 0.4s ease-in-out;
            color: #424242;
        }
    #contact .form-control:focus
        {
            border-color: #FFC107;
            box-shadow: 0 0 8px rgba(255, 193, 7, 0.3);
        }
    #contact input
        {
            height: 50px;
        }
    #contact input[type="submit"]
        {
            border: none;
            background: #FFC107;
            font-weight: 600;
            color: #424242;
            padding: 15px 40px;
            transition: all 0.3s ease;
        }
    #contact input[type="submit"]:hover
        {
            background: #424242;
            color: #FFC107;
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        }
    #contact i.fa
        {
            color: #FFC107;
            margin-right: 5px;
        }
    #contact p
        {
            color: #757575;
        }
    /* end contact */


    /* start footer */
    footer
        {
            background: #424242;
            color: #ffffff;
            padding-top: 60px;
            padding-bottom: 60px;
            text-align: center;
        }
    footer p
        {
            display: block;
            padding-top: 40px;
            color: #e0e0e0;
        }
    footer span
        {
            color: #FFC107;
            font-weight: bold;
        }
    /* end footer */


    /* start social icon */
    .social-icon
        {
            display: block;
            position: relative;
            padding: 0;
            margin: 0;
            top: 20px;
        }
    .social-icon li
        {
            display: inline-block;
            list-style: none;
            transition: all 0.4s ease-in-out;
            width: 40px;
            height: 40px;
        }
    .social-icon li a
        {
            color: #FFC107;
            border: 2px solid #FFC107;
            background: transparent;
            font-size: 20px;
            text-decoration: none;
            line-height: 40px;
            text-align: center;
            display: block;
            border-radius: 50%;
            transition: all 0.3s ease;
        }
    .social-icon li:hover a
        {
            background: #FFC107;
            color: #424242;
            border-color: #FFC107;
            transform: translateY(-3px);
        }
    /* end social icon */


    /* start media 980 */
    @media screen and ( max-width: 980px ){
        #home h1
            {
                font-size: 40px;
            }
        h2
            {
                font-size: 30px;
            }
        
    }
    /* end media 980 */



    /* start media 768 */
    @media screen and ( max-width: 767px ){
        h4 {
            padding-bottom: 20px;
        }
    #home h1
        {
            font-size: 40px;
        }
        #home {
            margin-top: 50px;
        }
        .templatemo-about-left {
            margin-bottom: 30px;
        }
        #about .about-wrapper {
            margin-left: auto;
            margin-right: auto;
        }
    }
    /* end media 768 */


    @media screen and (max-width: 440px) {
        h4 {
            padding-bottom: 15px;
            line-height: 1.5em;
        }
        .filter-wrapper li {
            margin: 2px;
        }
        .filter-wrapper li a {
            padding: 6px 10px;
        }
    }


    @media screen and (max-width: 380px) {
        #service .media .fa {
            margin-right: 5px;
        }
    }


    /* start media 360 */
    @media screen and ( max-width: 360px ){
        #home h1
            {
                font-size: 30px;
                line-height: 1.5em;
            }
    }
    /* end media 360 */
.service-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.service-item {
  flex: 1 1 22%; 
  min-width: 260px;
  max-width: 320px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .service-blocks {
    flex-direction: column;
    gap: 20px;
  }
  .service-item {
    min-width: 0;
    max-width: 100%;
  }
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 9999;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #128C7E;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.whatsapp-float i {
  line-height: 60px;
}

/* Alert styles for form messages */
.alert-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    font-size: 28px;
    bottom: 15px;
    right: 15px;
  }
  
  .whatsapp-float i {
    line-height: 55px;
  }
}
