/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700,800&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

.logo {
    height: auto;
    margin-right: 10px; /* Space between logo and text */
    display: inline-block; /* Works with flex container */
}

.logo-img {
    max-width: 150px;
    height: auto;
    margin-right: 10px;
}


.logo-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px; /* Kept large for brand prominence */
    font-weight: 1000;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    text-transform: uppercase;
    padding: 0;
    display: inline-block; /* Aligns with logo in flex container */
}

.logo_section {
    padding: 8px 0; /* Compact header */
    width: 100%;
}

.center-desk {
    display: flex;
    align-items: center;
    justify-content: center; /* Center logo and text */
    padding: 5px 0; /* Compact header */
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
    width: 100%;
    margin: 0;
    padding: 0; /* Remove excess padding */
}

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

/*-- header area --*/

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*-- navigation--*/

.navbar-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.navigation.navbar {
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0 !important;
    position: relative; /* Ensure positioning context */
}

.navbar-toggler {
    border: none;
    padding: 10px;
    margin-top: -15px; /* Increased negative margin to lift higher */
    position: relative; /* Allow precise positioning */
    top: -30px; /* Additional lift using top offset */
    z-index: 1000; /* Ensure it stays above other elements */
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    display: inline-block;
    vertical-align: middle;
    width: 30px; /* Ensure consistent size */
    height: 30px; /* Ensure consistent size */
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0;
     margin: 0px 40px;
     color: #333333;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #33f033;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #33f033;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.header {
     width: 100%;
     padding: 20px 0px; /* Reduced from 35px to make header more compact */
     background: #fff;
}

/** banner section **/

.banner {
     position: relative;
     background: url(../images/banner1.jpg);
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     min-height: 804px;
     padding-top: 17%;
}

.text-bg {
     text-align: left;
}

.relative {
     position: inherit;
     right: 0;
     left: 0;
     padding: 0;
     bottom: 0;
}

.text-bg h1 {
     color: #000;
     font-size: 85px;
     line-height: 96px;
     padding-bottom: 0px;
     font-weight: bold;
}

.text-bg span {
     line-height: 25px;
     padding-bottom: 40px;
     color: #fff;
     font-size: 17px;
     font-weight: bold;
     display: block;
}

.text-bg .read_more {
     max-width: 243px;
     height: 66px;
     padding: 17px 0;
     background-color: #fff;
     color: #000;
     text-transform: uppercase;
     font-weight: bold;
     border-radius: 50px;
}

.text-bg .read_more:hover {
     background-color: #0d0c0c;
}

.banner .carousel-indicators {
     display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     width: 36px;
     height: 36px;
     background: #0d0c0c;
     opacity: 1;
     font-size: 25px;
     color: #fff;
     border-radius: 60px;
     top: 97.6%;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
     background: #16d316;
     color: #fff;
     width: 57px;
     height: 57px;
     font-size: 30px;
     top: 96%;
}

#myCarousel a.carousel-control-prev {
     position: absolute;
     bottom: 10px;
     left: 48%;
}

#myCarousel a.carousel-control-next {
     position: absolute;
     right: inherit;
     bottom: 10px;
     right: 46.5%;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-prev:focus {
     left: 46.5%;
}

#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-next:focus {
     right: 45%;
}

/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

.titlepage h2 {
     font-size: 40px;
     color: #1f1f1f;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
}

.green {
     color: #16e816 !important;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #252525;
     color: #fff;
     padding: 12px 0px;
     width: 100%;
     max-width: 210px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 400;
}

.read_more:hover {
     background: #16e816;
     color: #fff;
     transition: ease-in all 0.5s;
}

/** about section **/

.about {
     background-color: #fff;
     padding-top: 95px;
}

.about .titlepage {
     text-align: left;
     margin-top: 41%;
     padding-bottom: 0;
     margin-right: -20px;
}

.about .titlepage h2 {
     margin-bottom: 35px;
}

.about .titlepage p {
     font-weight: 300;
     color: #2e2d2d;
     font-size: 17px;
     line-height: 31px;
     padding-bottom: 35px;
}

.about_img {
     padding: 40px 30px 45px 30px;
}

.about_img::before {
     position: absolute;
     content: "";
     background: url(../images/vg.png);
     top: 0;
     height: 100%;
     width: 452px;
     right: 0;
     border-radius: 5px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     z-index: 9999;
     position: relative;
}

/** end about section **/

/** service section **/

/* Assign specific background images based on data-image attribute */
.audience_box[data-image="images/condominio_residencial.jpg"] {
    background-image: url('../images/condominio_residencial.jpg');
}

.audience_box[data-image="images/comunidades_privadas.jpg"] {
    background-image: url('../images/comunidades_privadas.jpg');
}

.audience_box[data-image="images/parques_industriales.jpg"] {
    background-image: url('../images/parques_industriales.jpeg');
}

.audience_box[data-image="images/edificios_corporativos.jpg"] {
    background-image: url('../images/edificio_corporativo.jpg');
}

.audience_box:hover {
    transform: translateY(-8px) scale(1.05); /* Added scale for enlargement */
    box-shadow: 0 8px 20px rgba(20, 204, 20, 0.2);
}

.service .row.mt-4 .col-md-6 {
    padding: 15px; /* Add internal padding to each column */
}

.service .row.mt-4 .col-md-6 h4 {
    font-size: 20px;
    color: #252525;
}

.service {
    padding: 80px 0;
}

.service_box {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.service_box:hover {
    transform: translateY(-10px);
}

.service_box h3 {
    font-size: 20px;
    color: #252525;
    padding-bottom: 5px;
    margin-top: 15px;
    font-weight: bold;
}

.service_box p {
    color: #181818;
    font-size: 15px;
}

.service .read_more {
     margin: 0 auto;
     display: block;
     margin-top: 60px;
}

.service_box img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

/** end service section **/

/** gallery  section **/

.gallery {
     margin-top: 80px;
     padding-top: 80px;
     background-color: #eae7e7;
     padding-bottom: 50px;
}

.gallery .titlepage {
     text-align: center;
}

.gallery .titlepage p {
     color: #2a2b2a;
     display: block;
     padding-top: 20px;
}

.gallery .gallery_img {
     overflow: hidden;
     margin-bottom: 30px;
}

.gallery .gallery_img figure {
     margin: 0;
}

.gallery .gallery_img figure img {
     width: 100%;
     transition: all .5s;
}

.gallery .gallery_img figure img:hover {
     transform: scale(1.2);
     cursor: pointer;
}

.gallery_text {
    text-align: center;
    background-color: #1a73e8;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audience_box {
    background: url('../images/default-bg.jpg') no-repeat center center; /* Fallback image */
    background-size: cover;
    border: 2px solid #14cc14;
    border-radius: 12px;
    padding: 30px 15px;
    height: 300px;
    margin-bottom: 25px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    position: relative; /* For overlay positioning */
    color: #252525; /* Ensure text is dark for contrast */
}

.audience_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Semi-transparent black overlay */
    border-radius: 10px;
    z-index: 1; /* Below text */
}

.audience_box h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    position: relative; /* Ensure text is above overlay */
    z-index: 2; /* Above overlay */
    color: #fff; /* White text for contrast against overlay */
}

.audience_box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(20, 204, 20, 0.2);
}

.galleryh3 h3 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}

.galleryh3 p {
     font-size: 17px;
     line-height: 31px;
     color: #fff;
}

/** end gallery  section **/

/** design section **/

.design {
     padding-top: 80px;
}

.text_de p {
     color: #2a2b2a;
     padding-bottom: 50px;
     font-size: 17px;
     line-height: 31px;
}

.banner_design {
     max-width: 443px;
     float: right;
     width: 100%;
}

.design_img figure {
     margin: 0;
}

.design_img figure img {
     width: 100%;
}

.banner_design .carousel-indicators {
     display: none;
}

#design .carousel-control-prev,
#design .carousel-control-next {
     width: 83px;
     height: 76px;
     background: #0d0c0c;
     opacity: 1;
     font-size: 35px;
     color: #fff;
     top: 97%;
}

#design .carousel-control-prev:hover,
#design .carousel-control-next:hover,
#design .carousel-control-prev:focus,
#design .carousel-control-next:focus {
     background: #16d316;
     color: #000;
}

#design a.carousel-control-prev {
     position: absolute;
     left: 31%;
}

#design a.carousel-control-next {
     position: absolute;
     right: 29%;
}

.pad_roght0 {
     padding-right: 0;
}

.text_de .titlepage {
     padding-bottom: 30px;
}

/** end design section **/

/** latest_news section **/

.latest_news {
     padding: 80px 0 50px 0;
}

.latest_news .titlepage {
     text-align: center;
}

.latest_news .titlepage p {
     color: #fff;
     font-size: 17px;
     margin-top: 20px;
}

.latest_news .news_box {
     text-align: left;
     background-color: #ffffff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.latest_news .news_box .news_img figure {
     margin: 0;
     padding: 0px 30px 0 0;
     margin-left: -195px;
}

.latest_news .news_box .news_img figure img {
     width: 100%;
}

.mr_le figure {
     margin-left: 0 !important;
     margin-right: -195px !important;
     padding: 0px 0px 0 30px !important;
}

.latest_news .news_box .news_room {
     padding: 15px 30px;
     text-align: left;
}

.latest_news .news_box .news_room h3 {
     color: #252525;
     font-size: 17px;
     line-height: 20px;
     font-weight: bold;
     padding-bottom: 10px;
     transition: ease-in all 0.5s;
     margin: auto;
     padding-top: 15px;
}

.latest_news .news_box .news_room span {
     font-size: 15px;
     color: #252525;
     font-weight: 400;
     margin-bottom: 0px;
     display: block;
     transition: ease-in all 0.5s;
}

.latest_news .news_box .news_room ul li {
     display: inline-block;
}

.latest_news .news_box .news_room ul li a {
     transition: ease-in all 0.5s;
     display: inline-block;
     font-size: 15px;
     padding-right: 30px;
}

.latest_news .news_box .news_room ul li a i {
     padding-left: 5px;
}

.latest_news .news_box .news_room ul li a:hover {
     color: #16e816 !important;
}

.latest_news .news_box .news_room ul li:last-child a {
     padding-right: 0;
}

.latest_news .news_box .news_room p {
     font-size: 16px;
     line-height: 21px;
     font-weight: 400;
     color: #1b1b1b;
     transition: ease-in all 0.5s;
}

#new:hover.news_box {
     background: #292a29;
     transition: ease-in all 0.5s;
     cursor: pointer;
}

#new:hover.news_box .news_room span,
#new:hover.news_box .news_room h3,
#new:hover.news_box .news_room p,
#new:hover.news_box .news_room ul li a {
     color: #fff;
     transition: ease-in all 0.5s;
}

.latest_news .read_more {
     margin: 0 auto;
     display: block;
     margin-top: 30px;
}

/** end latest_news section **/

/** testimonial section **/

.Testimonial {
     padding-top: 80px;
}

.banner_testimonial {
     padding: 40px 50px;
     width: 100%;
     background-color: #343434;
}

.text_humai {
     margin-top: 60px;
     text-align: left;
     padding: 0 30px 40px 30px;
     border: #16d316 solid 1px;
     border-radius: 5px;
}

.text_humai span {
     color: #fff;
     padding-top: 20px;
     padding-bottom: 20px;
     font-size: 17px;
     line-height: 31px;
     font-weight: bold;
     display: block;
}

.text_humai i img {
     margin-top: -60px;
}

.text_humai p {
     color: #fff;
     font-weight: 400;
     font-size: 17px;
     line-height: 31px;
}

.banner_testimonial .carousel-indicators {
     display: none;
}

.pad_left0 {
     padding-left: 0;
}

#testimon .carousel-control-prev,
#testimon .carousel-control-next {
     width: 83px;
     height: 76px;
     background: #0d0c0c;
     opacity: 1;
     font-size: 35px;
     color: #fff;
     top: 67%;
}

#testimon .carousel-control-prev:hover,
#testimon .carousel-control-next:hover,
#testimon .carousel-control-prev:focus,
#testimon .carousel-control-next:focus {
     background: #16d316;
     color: #000;
}

#testimon a.carousel-control-prev {
     position: absolute;
     left: 118%;
}

#testimon a.carousel-control-next {
     position: absolute;
     right: -38%;
}

.pad_roght0 {
     padding-right: 0;
}

.text_de .titlepage {
     padding-bottom: 30px;
}

/** end testimonial section **/

/** contact section **/

.contact {
     background: url(../images/conatct.jpg);
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center;
     padding: 80px 0;
}

.contact .titlepage {
     text-align: left;
}

.contact .titlepage h2 {
     color: #fff;
     font-weight: 500;
     text-transform: uppercase;
}

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 54px;
     background: #fff;
     color: #989696;
     font-size: 18px;
     font-weight: normal;
     border-radius: 5px;
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #989696;
     font-size: 18px;
     font-weight: normal;
     padding: 35px 15px 0 15px;
     height: 107px;
     border-radius: 5px;
}

.main_form .send_btn {
     font-size: 22px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     border: #fff solid 3px;
     text-transform: uppercase;
     color: #fff;
     padding: 7px 0px;
     max-width: 150px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
}

.main_form .send_btn:hover {
     background-color: #2a2b2a;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #989696;
     opacity: 1;
}

/** end contact section **/

/** footer **/

.footer {
     background: #202020;
     padding-top: 80px;
     text-align: center;
}

.footer h3 {
     font-weight: 400;
     font-size: 30px;
     line-height: 23px;
     text-align: left;
     color: #fff;
     padding-bottom: 20px;
     display: table;
     text-transform: uppercase;
}

ul.social_icon {
     padding-bottom: 14px;
     width: 100%;
     text-align: left;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     border-radius: 30px;
     margin: 0 3px;
     color: #202020;
     background: #fff;
     width: 35px;
     height: 35px;
     flex-wrap: wrap;
}

ul.social_icon li a:hover {
     color: #fff;
     background: #33f033;
}

.pad_roght2 {
     padding-right: 20px;
}

.variat {
     color: #fff;
     text-align: left;
     font-size: 17px;
     font-weight: 400;
     line-height: 28px;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 20px;
     font-size: 16px;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 20px;
}

ul.conta li a {
     color: #fff;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: #33f033;
}

.bottom_form {
     display: flex;
     flex-wrap: wrap;
     margin-top: 40px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 119px 0px 0px;
     width: 100%;
     height: 45px;
     background: transparent;
     color: #4d4c4c;
     font-size: 17px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
     border-bottom: #fff solid 1px;
}

.sub_btn {
     font-size: 19px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     color: #fff;
     padding: 8px 0px;
     max-width: 147px;
     width: 100%;
     font-weight: 500;
     text-transform: uppercase;
     position: absolute;
     right: 0;
}

.sub_btn:hover {
     transition: ease-in all 0.5s;
     color: #33f033;
}

#hkh *::placeholder {
     color: #4d4c4c;
     opacity: 1;
}

.copyright {
     margin-top: 60px;
     padding-bottom: 20px;
     background-color: #fff;
}

.copyright p {
     color: #000;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #000;
}

.copyright a:hover {
     color: #33f033;
}

/** end footer **/

/** endinner page css **/

.in_page .header {
     border-bottom: #3fe43d solid 2px;
}

/* Products Section */
.titlepage {
    text-align: center;
    margin-bottom: 30px; /* Space between title and description */
}

.titlepage h2 {
    font-size: 36px;
    margin-bottom: 20px; /* Space between "Nuestros Productos" and text */
}

.titlepage .text-description {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify; /* Justified text for better organization */
    color: #666;
    margin: 0 auto;
    max-width: 800px; /* Limits width for readability */
}

/* Products Carousel */
#productsCarousel {
    overflow: hidden;
    max-width: 100%;
    margin: 20px auto;
}

#productsCarousel .carousel-inner {
    position: relative;
    width: 100%;
    padding-top: 50%; /* Matches productos.html */
    max-height: 400px; /* Matches productos.html */
}

#productsCarousel .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#productsCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#productsCarousel .carousel-caption {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

#productsCarousel .carousel-caption h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: bold;
}

#productsCarousel .carousel-caption p {
    font-size: 12px;
    color: #fff;
}

#productsCarousel .carousel-control-prev,
#productsCarousel .carousel-control-next {
    width: 30px;
    height: 30px;
    background: #0d0c0c;
    opacity: 1;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
}

#productsCarousel .carousel-control-prev:hover,
#productsCarousel .carousel-control-next:hover,
#productsCarousel .carousel-control-prev:focus,
#productsCarousel .carousel-control-next:focus {
    background: #16d316;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

#productsCarousel .carousel-indicators {
    bottom: 5px;
}

#productsCarousel .carousel-indicators li {
    background-color: #0d0c0c;
    width: 8px;
    height: 8px;
}

#productsCarousel .carousel-indicators .active {
    background-color: #16d316;
    width: 10px;
    height: 10px;
}

/* Product Categories - Modern Minimalist Style */
.product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between items */
    justify-content: space-between;
}

.category-item {
    flex: 1 1 calc(33.33% - 20px); /* Approximately 3 columns with gap adjustment */
    min-width: 250px; /* Minimum width for smaller screens */
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for modern look */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-item:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.category-item h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item ul li {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.category-item ul li:before {
    content: "•"; /* Custom bullet */
    color: #16d316;
    position: absolute;
    left: 0;
    font-size: 16px;
}

@media (max-width: 768px) {

     .audience_box {
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .audience_box h3 {
        font-size: 16px;
    }

    .logo-img {
        max-width: 100px;
    }

    .logo-text {
        font-size: 20px;
    }

    .header {
        padding: 10px 0;
    }

    .navigation.navbar {
        padding: 10px 0 !important;
    }

    .navbar-nav {
        text-align: center;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        margin: 5px 0;
        padding: 10px 0;
    }

    .banner {
        min-height: 400px;
        padding-top: 30%;
    }

    .text-bg h1 {
        font-size: 36px;
        line-height: 45px;
    }

    .text-bg span {
        font-size: 12px;
        line-height: 20px;
    }

    .text-bg .read_more {
        max-width: 150px;
        height: 40px;
        font-size: 12px;
    }

    .about .titlepage {
        margin-top: 0;
        padding-bottom: 15px;
    }

    .about_img {
        padding: 15px;
    }

    .service_box {
        margin-bottom: 15px;
    }

    #productsCarousel .carousel-inner {
        padding-top: 75%;
        max-height: 250px;
    }

    #productsCarousel .carousel-caption h3 {
        font-size: 14px;
    }

    #productsCarousel .carousel-caption p {
        font-size: 10px;
    }

    .contact .titlepage h2 {
        font-size: 28px;
    }

    .main_form .contactus,
    .main_form .textarea {
        font-size: 14px;
        height: 40px;
    }

    .main_form .textarea {
        height: 80px;
    }

    .main_form .send_btn {
        font-size: 16px;
        max-width: 100px;
    }

    .footer .row > div {
        margin-bottom: 20px;
    }

    .bottom_form {
        flex-direction: column;
        align-items: center;
    }

    .bottom_form .enter {
        padding: 0;
        margin-bottom: 10px;
    }

    .sub_btn {
        position: static;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {

     .audience_box {
        padding: 15px 5px;
    }

    .audience_box h3 {
        font-size: 14px;
    }

    .logo-img {
        max-width: 80px;
    }

    .logo-text {
        font-size: 16px;
    }

    .banner {
        min-height: 300px;
    }

    .text-bg h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .about .titlepage h2 {
        font-size: 24px;
    }

    .service_box h3 {
        font-size: 16px;
    }

    .service_box p {
        font-size: 12px;
    }

    #productsCarousel .carousel-inner {
        padding-top: 80%;
        max-height: 200px;
    }

    .audience_box h3 {
        font-size: 14px;
    }

    .contact .titlepage h2 {
        font-size: 24px;
    }
}