/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.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;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background-color: #19191b;
}

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: 22px
}

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: 20px;
    font-weight: 300;
    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;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.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 {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 50px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header_bg {
    background: #fb6818;
    border-bottom: 1px solid #ffffff;
}

.bg-light {
    background-color: transparent !important;
}

.ml-auto,
.mx-auto {
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px;
    font-size: 18px;
    color: #fefefd;
    margin: 0px 6px;
    text-transform: uppercase;
    background-color: transparent;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fefefd;
    background-color: #1e211f;
}
.navbar-light .navbar-nav .nav-link.active{ background: #fcc92e; color: #000;}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fefefd;
    background-color: #1e211f;
}

.navbar-brand {
    margin: 0px;
    float: right;
	width:170px
}

.navbar {
    
}

.login_bt {
    width: 200px;
    float: left;
}

.login_bt ul {
    margin: 0px;
    padding: 0px;
}

.login_bt li {
    float: right;
    font-size: 18px;
    color: #fefefd;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #1e211f;
}

.login_bt li a {
    color: #fefefd;
}

.login_bt li a:hover {
    color: #252525;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 150px 0px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #fefefd;
    font-weight: bold;
    margin: 0px;
}

.banner_text {
    width: 90%;
    font-size: 16px;
    color: #fefefd;
    padding-top: 10px;
    margin: 0px;
}

.started_text {
    width: 170px;
    float: left;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #fcc92e;
    text-align: center;
    font-size: 16px;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #1e211f;
}

.banner_img {
    width: 100%;
    float: left;
    display: none;
}

#main_slider a.carousel-control-prev {
    left: -120px;
    top: 257px;
}

#main_slider a.carousel-control-next {
    right: initial;
    top: 313px;
    left: -120px;
    color: #ffffff;
    background-color: #363636;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #19191b;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #363636;
}


/* banner section end */


/* about_section start */

.about_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    background-size: 100%;
    padding-bottom: 50px;
}

.about_taital_main {
    width: 90%;
    float: left;
    padding: 50px 0px 0px 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #272726;
    font-weight: bold;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #272726;
    margin: 0px;
    padding-top: 20px;
}

.read_bt {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #272726;
    padding: 0px;
    font-weight: bold;
}

.read_bt a:hover {
    color: #fcc92e;
}

.arrow_icon {
    padding-left: 5px;
    color: #fcc92e;
}

.about_img {
    width: 100%;
    float: left;
}


/* about section end */


/* bulb section start */

.bulb_section {
    width: 100%;
    float: left;
    background-color: #19191b;
    height: auto;
    background-size: cover;
}

.bulb_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fefefd;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.bulb_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    margin: 0px;
    text-align: center;
}

.bulb_section_2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.bulb_text1 {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    top: -80px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
}

#my_slider a.carousel-control-prev {
    left: -60px;
    top: 201px;
}

#my_slider a.carousel-control-next {
    right: -60px;
    top: 200px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #fcc92e;
    opacity: 1;
    font-size: 30px;
    color: #19191b;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #363636;
}


/* bulb section end */


/* customers section start */

.customer_section {
    width: 100%;
    float: left;
    padding-bottom: 76px;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.customer_section_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.box_main {
    width: 100%;
    border: 1px solid #787879;
    padding: 40px 30px;
    margin-bottom: 10px;
    display: flex;
}

.customer_text {
    width: 100%;
    font-size: 16px;
    color: #fefefd;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
}

.customer_main {
    width: 100%;
    float: left;
}

.customer_left {
    width: 30%;
    float: left;
}

.customer_right {
    width: 70%;
    float: left;
    padding-top: 50px;
    padding-left: 20px;
}

.customer_name {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #fefefd;
}

#costum_slider a.carousel-control-prev {
    left: -60px;
    top: 370px;
    right: 0px;
}

#costum_slider a.carousel-control-next {
    right: -60px;
    top: 370px;
    left: 0px;
}

#costum_slider .carousel-control-next,
#costum_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #fcc92e;
    opacity: 1;
    font-size: 40px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
}

#costum_slider .carousel-control-next:focus,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-prev:hover {
    color: #252525;
    background-color: #ffffff
}


/* customers section end */


/* news section start */

.news_section {
    width: 100%;
    float: left;
}

.news_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.news_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.seller_taital {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 10px;
}

.passages_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.news_img {
    width: 100%;
    float: left;
}

.readmore_btn {
    width: 150px;
    margin: 0 auto
}

.readmore_btn a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
    margin-top: 30px;
    font-weight: bold;
    border: 1px solid #ffffff;
}

.readmore_btn a:hover {
    color: #252525;
    background-color: #ffffff;
}


/* news section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #fefefd;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.contact_section_2 {
    width: 100%;
    margin: 0 auto;
}

.mail_section {
    width: 70%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #707070;
    border: 1px solid #787879;
    background-color: transparent;
    padding: 14px 15px;
    margin-top: 40px;
}

input.mail_text::placeholder {
    color: #707070;
}

.massage-bt {
    color: #707070;
    width: 100%;
    height: 130px;
    font-size: 18px;
    background-color: transparent;
    padding: 40px 15px 0px 15px;
    border: 1px solid #787879;
    margin-top: 40px;
}

textarea#comment.massage-bt::placeholder {
    color: #707070;
}

.send_bt {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #fefefd;
    background-color: #fcc92e;
    padding: 16px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
}

.send_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #111111;
    height: auto;
    padding: 30px 0px;
}

.footer_logo {
    width: 100%;
    float: left;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #ffffff;
    margin: 20px 0px 0px 0px;
}

.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu_left {
    width: 50%;
    float: left;
}

.footer_menu_right {
    width: 50%;
    float: left;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
}

.footer_menu li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    padding-bottom: 5px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.footer_menu li a {
    color: #fefefd;
}

.footer_menu li a:hover {
    color: #fefefd;
}

.footer_menu li.active::before,
.footer_menu li:hover::before {
    background-color: #ffffff;
}

.footer_menu li::before {
    width: 20px;
    height: 8px;
    content: "";
    background-color: #fcc92e;
    position: absolute;
    left: -30px;
    top: 27%;
    border-radius: 40px;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    float: left;
    font-size: 15px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
	width: 100%;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #fcc92e;
}

.padding_left_10 {
    padding-right: 10px;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    margin: 0 auto;
    float: left;
}

.update_mail {
    color: #c3c2c2;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding: 13px 10px 0px 10px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 10px;
    border: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-family: 'Poppins', sans-serif;
}

textarea#comment.update_mail::placeholder {
    color: #c3c2c2;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 10px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #fcf9f9;
    font-size: 16px;
    padding: 13px 0px 14px 0px;
    background-color: #fcc92e;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.subscribe_bt a:hover {
    color: #363636;
    background-color: #ffffff;
}

.social_icon {
    width: 100%;
    float: left;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 3px 10px;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 5px;
    width: 46px;
    text-align: center;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

.social_icon li a:hover {
    background-color: #fcc92e;
    color: #ffffff;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #111111;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
    border-top: 1px solid #7d7d7e;
    padding-top: 20px;
    font-family: 'Poppins', sans-serif;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #fcc92e;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.code_con img {
	width: 120px;
	height: 120px;
	
	
}
/* Filter controls */
ul.simplefilter {
    text-align: center;
    margin: 2em 0;
}
.simplefilter li {
	color: white;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	padding: 0.8em 2em;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px; 
	margin: 0.3em;
}
.simplefilter li {
    border:1px solid  #fff;
}
.simplefilter li:hover {
    border:1px solid  #fcc92e;
	color: #fcc92e;
}
.simplefilter li.active {
    background-color: #fcc92e;
	border:none;
	color: #000
}
.agileits-img a{ 
	display:block;
	overflow:hidden;
	background-color: #000;
}
.agileits-img a img{
    width: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all; 
}
.agileits-img a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	opacity: 0.5;
}
.filtr-item {
    padding: 1em;
}
.filtr-container{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.filtr-item p{ text-align: center;color: #fff; font-size: 18px; }

/* 视频/图片统一缩略图容器 */
.media-thumb {
    display: block;
    overflow: hidden;
    background-color: #000;
    position: relative;
    cursor: pointer;
}
.media-thumb img,
.media-thumb video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.media-thumb:hover img,
.media-thumb:hover video {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.7;
}
/* 视频缩略图上的播放按钮 */
.media-thumb .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    background: rgba(0,0,0,0.55);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: background .3s;
}
.media-thumb:hover .video-play-btn {
    background: rgba(252,201,46,0.85);
}
.media-thumb .video-play-btn::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
    margin-left: 3px;
}

/* 弹窗中视频播放 */
#mediaModal .modal-dialog {
    max-width: 900px;
}
#mediaModal .modal-content {
    background: #000;
    border: none;
    border-radius: 0;
}
#mediaModal .modal-body {
    padding: 0;
}
#mediaModal .modal-body img {
    width: 100%;
    display: block;
}
#mediaModal .modal-body video {
    width: 100%;
    display: block;
}
#mediaModal .close {
    color: #fff;
    opacity: 0.8;
    font-size: 28px;
    position: absolute;
    right: 10px;
    top: 4px;
    z-index: 1;
}
#mediaModal .close:hover {
    opacity: 1;
    color: #fcc92e;
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}


..navbar{ position: relative;}
.lag_con{
	padding: 2px 10px;
    font-size: 14px;
    margin: 10px 6px;
	border:1px solid #fff;
	border-radius: 3px;
	color: #fff!important;
	 position: absolute;
    top: 10px;
	right: 15px;
}
.lag_con:hover{
	border:1px solid #fcc92e;
	color: #fcc92e!important;

}
@media (min-width: 300px) and (max-width: 767px) {
.lag_con{
	padding: 5px 10px;
    top: 5px;
	right: 80px;
}	
}
.custom-pagination {
 margin: 0 auto;
 justify-content: center;
 margin-bottom: 20px;
}
.custom-pagination .page-item{
 margin:3px;

}


.custom-pagination .page-link {
 border:1px solid #fff;
 font-size: 16px;
 background: none;
 color: #fff;

}
.black_bg{ background: #111;}

.page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: #fcc92e;
    border-color: #fcc92e;}

        /* 焦点图外层容器：圆润边界 + 优雅阴影，视觉聚焦 */
        .hero-carousel-wrapper {
            max-width: 1600px;
            
            
            overflow: hidden;
            
            transition: all 0.2s;
        }

        /* carousel-item 图片响应式设置: 确保不同分辨率下完美呈现 */
        .carousel-item img {
            object-fit: cover;
            width: 100%;
            height: auto;
            min-height: 260px;   /* 手机端最小高度 */
        }
        /* PC端 & 大屏固定醒目高度，让焦点图更有冲击力 (参照现代能源网站) */
        @media (min-width: 992px) {
            .carousel-item img {
                height: 620px;
                max-height: 80vh;
            }
        }

        /* 平板设备: 适中高度，保持信息可见 */
        @media (min-width: 768px) and (max-width: 991.98px) {
            .carousel-item img {
                height: 480px;
            }
        }

        /* 手机端优化高度，使轮播不会过于拥挤，图片内容依然清晰 */
        @media (max-width: 767.98px) {
            .carousel-item img {
                height: 360px;
            }
        }

        /* 超小屏 (≤480px) 确保标题完全显示 */
        @media (max-width: 480px) {
            .carousel-item img {
                height: 300px;
            }
        }

        /* ---------- 轮播文字区 (caption) 样式完全参照设计稿风格 ---------- */
        /* 半透明深色底纹，提升文字可读性；位置居中偏下，但可以灵活适配 */
        .carousel-caption {
            background: rgba(0, 0, 0, 0.25);
            
            border-radius: 1.5rem;
            left: 8%;
            right: 8%;
            bottom: 32%;
            padding: 1.2rem 2rem;
            text-align: center;
            transition: all 0.3s;
            
        }

        /* 平板/PC端文字区域靠左并适当加宽，高级感更强 */
        @media (min-width: 768px) {
            .carousel-caption {
                left: 8%;
                right: auto;
                width: 40%;
                bottom: 32%;
                text-align: left;
                padding: 1.8rem 2.2rem;
                background: rgba(0, 0, 0, 0.25);
                border-radius: 1.8rem;
            }
        }

        /* 大屏幕可让标题更突出 */
        @media (min-width: 1200px) {
            .carousel-caption {
                width: 35%;
                bottom: 32%;
                padding: 2rem 2.5rem;
            }
        }

        /* 标题风格: 大且醒目，符合 "Solar Energy, The Smart Way To Power Your Home" 风格 */
        .carousel-caption h1 {
            font-size: 1.8rem;
            font-weight: 700;
            padding: 0;
            color: #ffffff;
            text-shadow: 0 2px 5px rgba(0,0,0,0.4);
            letter-spacing: -0.3px;
        }

        /* 描述段落样式: 白色加轻微阴影 */
        .carousel-caption p {
            font-size: 1rem;
            color: #f1f5f9;
            line-height: 1.5;
            margin-bottom: 1.5rem;
			margin-left: 0;
            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
            font-weight: 400;
        }

        /* 按钮组 (两个按钮: Our Services / Contact Us) 模拟设计稿风格 */
        .btn-group-custom {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            margin-top: 0.25rem;
        }

        .btn-energy {
            padding: 0.6rem 1.5rem;
            font-weight: 600;
            border-radius: 2rem;
            transition: all 0.25s ease;
            font-size: 0.9rem;
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            text-decoration: none;
        }

        .btn-primary-energy {
            background-color: #f5b042;
            color: #1e2a32;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .btn-primary-energy:hover {
            background-color: #ffbf5e;
            transform: translateY(-2px);
            color: #0f1720;
            box-shadow: 0 8px 16px rgba(0,0,0,0.15);
        }

        .btn-outline-energy {
            background-color: transparent;
            border: 2px solid white;
            color: white;
        }

        .btn-outline-energy:hover {
            background-color: white;
            color: #1e2a32;
            transform: translateY(-2px);
        }

        /* 手机端按钮样式略小但保持可点 */
        @media (max-width: 576px) {
            .btn-energy {
                padding: 0.45rem 1.2rem;
                font-size: 0.8rem;
            }
            .carousel-caption h1 {
                font-size: 1.3rem;
            }
            .carousel-caption p {
                font-size: 0.8rem;
                margin-bottom: 1rem;
            }
            .carousel-caption {
                padding: 0.9rem 1rem;
                bottom: 22%;
            }
            .btn-group-custom {
                gap: 0.7rem;
            }
        }

        /* 极小设备: 微调内边距 */
        @media (max-width: 380px) {
            .carousel-caption h1 {
                font-size: 1.1rem;
            }
            .carousel-caption p {
                font-size: 0.7rem;
            }
            .btn-energy {
                padding: 0.35rem 1rem;
                font-size: 0.7rem;
            }
        }

        /* 指示器样式: 圆润活泼 (适配深色背景) */
        .carousel-indicators li {
            width: 40px;
            height: 5px;
            border-radius: 4px;
            background-color: rgba(255,255,255,0.5);
            margin: 0 6px;
        }
        .carousel-indicators .active {
            background-color: #f5b042;
        }

        /* 左右箭头控制按钮 现代风格 */
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: rgba(0,0,0,0.4);
            border-radius: 50%;
            padding: 20px;
            background-size: 50% 50%;
            transition: 0.2s;
        }
        .carousel-control-prev-icon:hover,
        .carousel-control-next-icon:hover {
            background-color: rgba(245,176,66,0.8);
        }

        /* 移除Bootstrap轮播默认的某些边角问题 */
        .carousel {
            border-radius: 1.2rem;
        }
        /* 焦点图区域辅助边距 */
        .container-padding-fix {
            padding-left: 0;
            padding-right: 0;
        }
        /* 可选底部小提示，展示响应式特性（无需也可，但增加设计感） */
        .demo-note {
            text-align: center;
            margin: 1.5rem auto 1rem;
            font-size: 0.8rem;
            color: #5f6c7a;
        }
        .demo-note i {
            margin-right: 6px;
            color: #f5b042;
        }
		
.navbar-toggler {

    background-color: #fff;
	}
