/*--------------------------------------------------------------------- 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;
    margin: 0;
    padding: 0;
    min-width: 100%;
}

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: 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: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #0e0c06;
    height: auto;
    background-size: 100%;
}

.header_bg {
    width: 100%;
    float: left;
    background: #1d1d1d;
    height: auto;
    background-size: 100%;
}

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

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 20px;
    font-size: 17px;
    color: #fefefd;
    margin: 0px 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3CB371;
}


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

.call_text_main{
    width: 100%;
    float: left;
    background-color: #3CB371;
    height: auto;
    padding: 10px 0px;
}

.call_taital{
    width: 100%;
    display: flex;
}

.call_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.call_text a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 0px 20px;
}

.call_text a:hover {
    color: #363636;
}

.padding_left_15 {
    padding-left: 10px;
}

/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg2.jpg);
    height: auto;
    background-size: 100%;
    padding: 200px 0px 160px 0px;
}

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

.banner_taital {
    width: 100%;
    font-size: 60px;
    color: #2c2c2c;
    font-weight: 800;
    line-height: 70px;
}

.banner_text {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #403f3f;
    margin: 20px 0px 0px 0px;
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.contact_bt {
    width: 175px;
    float: left;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    background-color: #3CB371;
    color: #fcf8f8;
    text-align: center;
    padding: 12px 20px;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.contact_bt a:hover {
    color: #fcf8f8;
    background-color: #363636;
}

.contact_bt.active a {
    color: #fcf8f8;
    background-color: #363636;
    margin-left: 10px;
    border-radius: 8px;
}

.contact_bt.active a:hover {
    background-color: #3CB371;
    transition: all 0.3s ease;
}

.contact_icon {
    width: 48px;
    height: 48px;
    margin-right: 8px;
    vertical-align: middle;
    flex-shrink: 0;
}

.banner_img {
    width: 100%;
    float: left;
    text-align: center;
    display: none;
    padding: 30px 0;
}

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

#banner_slider a.carousel-control-prev {
    left: -120px;
    top: 155px;
    right: initial;
}

#banner_slider a.carousel-control-next {
    right: initial;
    top: 100px;
    left: -120px;
    color: #fcf8f8;
    background-color: #363636;
}

/* Mobile Responsive - Banner */
@media (max-width: 768px) {
    .banner_section {
        background-image: linear-gradient(135deg, rgba(254, 91, 41, 0.15) 0%, rgba(254, 91, 41, 0.05) 100%),
                          url(../images/banner-bg2.jpg);
        background-size: 100%;
        padding: 60px 0px 80px 0px;
    }
    
    .banner_img {
        display: block;
        margin-top: 30px;
        order: 2;
    }
    
    .banner_taital {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 15px;
    }
    
    .banner_text {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.6;
    }
    
    .btn_main {
        margin-top: 20px;
    }
    
    .contact_bt {
        display: block;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }
    
    #banner_slider a.carousel-control-prev,
    #banner_slider a.carousel-control-next {
        left: auto;
        right: 10px;
        bottom: 10px;
        top: auto;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #banner_slider a.carousel-control-next {
        right: 50px;
    }
}

@media (max-width: 480px) {
    .banner_section {
        background: linear-gradient(180deg, rgba(254, 91, 41, 0.1) 0%, rgba(254, 91, 41, 0.05) 100%),
                    url(../images/banner-bg2.jpg);
        background-size: 100%;
        padding: 40px 15px 60px 15px;
    }
    
    .banner_taital {
        font-size: 28px;
        line-height: 36px;
    }
    
    .banner_text {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.8;
        width: 100%;
    }
    
    .banner_img {
        display: block;
        padding: 20px 0;
    }
    
    .contact_bt {
        width: 100%;
        text-align: center;
    }
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 30px;
    color: #fcf8f8;
    background-color: #3CB371;
}

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

/* banner section end */

/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding: 45px 0px 45px 0px;
}

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

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
}

.about_taital_box {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.about_img {
    width: 100%;
}

.about_text {
    width: 91%;
    float: left;
    font-size: 16px;
    color: #2d2d2d;
    margin: 30px 0px 0px 0px;
}

.readmore_btn {
    width: 170px;
    float: left;
    margin-top: 40px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fcf8f8;
    background-color: #3CB371;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
}

.readmore_btn a:hover {
    color: #fcf8f8;
    background-color: #363636;
}


/* about section end */

/* search section start */
/* select box section start */

.search_section {
    width: 100%;
    float: left;
    background-color: #363636;
    height: auto;
    padding: 40px 0px;
    background-size: cover;
}

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

.search_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fefefd;
    font-weight: bold;
}
.search_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    margin: 0px;
}

.select_box_main {
    width: 100%;
    height: auto;
    padding: 40px 0px 0px 0px;
}

.md-outline.select-wrapper+label {
    top: .5em !important;
    z-index: 2 !important;
}

.nice-select {
    width: 100%;
    background-color: #ffffff !important;
    border: 0px;
    border-radius: 3px;
}

span.current {
    color: #1a1a1a;
}

.nice-select:after {
    width: 10px;
    height: 10px;
}

.nice-select {
    color: #363636;
    font-size: 18px;
}

.search_btn {
    width: 170px;
    float: left;
}

.search_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #3CB371;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
}

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


/* select box section end */
/* search section end */


/* gallery section start */

.gallery_section {
    width: 100%;
    float: left;
    padding: 45px 0px;
}

.gallery_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}

.gallery_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.gallery_img img {
    width: 100%;
    float: left;
    min-height: 182px;
}

.gallery_box {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding: 20px 20px;
    box-shadow: 0px 0px 6px 6px #f4f3f2;
}
.gallery_box:hover {
    box-shadow: 0px 0px 0px 0px;
}

.types_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #2f2e2d;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}

.looking_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #3CB371;
    text-align: center;
    margin: 0px;
    font-weight: bold;
}

.read_bt {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    background-color: #3CB371;
    font-weight: bold;
    padding: 10px;
}

.read_bt a:hover {
    color: #fefefd;
    background-color: #363636;
}

#main_slider a.carousel-control-prev {
    left: -50px;
    top: 170px;
}

#main_slider a.carousel-control-next {
    right: -50px;
    top: 170px;

}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #fefefd;
    background-color: #4a4949;
}

#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: #fefefd;
    background-color: #f01c1c;
}


/* gallery section end */

/* choose section start */

.choose_section{
    width: 100% !important;
    float: left;
    background-color: #363636 !important;
    height: auto;
    padding: 40px 0px;
    clear: both;
    margin: 0 !important;
    display: block;
}

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

.choose_subtitle {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.choose_section_2{
    width: 100%;
    float: left;
    padding-top: 40px;
    text-align: center;
}

.icon_1 {
    width: 100%;
    float: left;
    min-height: 50px;
    text-align: center;
}

.safety_text{
    width: 100%;
    float: left;
    color: #fefefd;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

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

/* choose section end */

/* client section start */

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

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

.client_section_2 {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 90px;
}

.client_taital_box {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding: 0px 20px 30px 20px;
    box-shadow: 0px 0px 10px 10px #ebebea;
}

.client_img {
    width: 100%;
    text-align: center;
    position: relative;
    top: -30px;
}

.moark_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #1d1f1e;
    font-weight: bold;
    text-align: center;
    padding: 0px 0px 20px 0px; 
}

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

.quick_icon{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}

.quick_icon img {
    filter: invert(48%) sepia(50%) saturate(638%) hue-rotate(100deg) brightness(95%) contrast(88%);
}

#custom_slider a.carousel-control-prev {
    left: 80px;
    top: 270px;
}

#custom_slider a.carousel-control-next {
    right: 80px;
    top: 270px;

}

#custom_slider .carousel-control-next,
#custom_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 30px;
    color: #fefefd;
    background-color: #3CB371;
}

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


/* client section end */

/* contact section start */

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

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

.contact_section_2 {
    width: 100%;
    margin: 0 auto;
    padding: 110px 20px 50px 20px;
    background-color: #3CB371;
    border-top-left-radius: 540px;
    border-top-right-radius: 540px;
    margin-top: 50px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 60%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2a2a2c;
    border: 0px;
    background-color: #ffffff;
    padding: 11px 20px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

input.mail_text::placeholder {
    color: #2a2a2c;
}

.massage-bt {
    color: #2a2a2c;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #ffffff;
    padding: 40px 20px 0px 20px;
    border: 0px;
    height: 110px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

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

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

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fe2929;
    background-color: #ffffff;
    padding: 12px;
    margin-top: 20px;
    display: block;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

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

/* ===== Service Box Styles (About Section) ===== */

.about_main_title {
    text-align: center;
    font-size: 40px;
    color: #2c2c2c;
    margin-bottom: 50px;
    font-weight: bold;
    letter-spacing: 1px;
}

.about_highlight {
    color: #3CB371;
    font-weight: bold;
    font-size: 45px;
}

.service_box {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
}

.service_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(60, 179, 113, 0.2);
    border-color: #3CB371;
}

.service_icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #3CB371 0%, #4CD964 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 45px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(60, 179, 113, 0.3);
}

.service_icon i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_box h3 {
    font-size: 20px;
    color: #1f1f1f;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-align: center;
}

.service_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.service_box li {
    color: #2c2c2c;
    font-size: 18px;
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    font-weight: 600;
    line-height: 1.5;
}

.service_box li:last-child {
    border-bottom: none;
}

.service_box li:before {
    content: "✓ ";
    color: #3CB371;
    font-weight: bold;
    margin-right: 8px;
}

.service_box:hover li {
    color: #3CB371;
    padding-left: 10px;
}

/* ===== Certifications Section Styles ===== */

.certifications_section {
    width: 100%;
    float: left;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 45px 0px;
}

.certifications_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

.certifications_subtitle {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

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

.certification_item {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    padding: 30px 20px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
}

.certification_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(60, 179, 113, 0.2);
    border-color: #3CB371;
}

.certification_icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3CB371 0%, #4CD964 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 30px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(60, 179, 113, 0.3);
}

.certification_item h4 {
    font-size: 20px;
    color: #1f1f1f;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

/* Mobile Responsive - Certifications */
@media (max-width: 768px) {
    .certifications_section {
        padding: 30px 0px;
    }
    
    .certifications_taital {
        font-size: 28px;
    }
    
    .certifications_subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .certifications_grid .row > div {
        width: 33.33% !important;
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
        padding: 5px !important;
    }
    
    .certifications_grid .row > div:nth-child(4),
    .certifications_grid .row > div:nth-child(5) {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    
    .certification_item {
        padding: 20px 10px;
        margin-bottom: 10px;
    }
    
    .certification_item h4 {
        font-size: 14px;
    }
    
    .certification_icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/* ===== Portfolio Styles ===== */

.portfolio_grid {
    width: 100%;
    max-width: 1280px;
    margin: 30px auto 0;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.portfolio_item {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    aspect-ratio: 16 / 9;
}

.portfolio_item:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    transform: scale(1.1);
}

.portfolio_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.portfolio_item:hover .portfolio_img {
    transform: scale(1.1);
}

/* Service Slider - Desktop (3 columns) */
.service_slider {
    width: 100%;
}

.service_slider_track {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service_slide {
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}

.service_slider_dots {
    display: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .portfolio_grid {
        padding: 0 10px;
        gap: 15px;
    }
    
    .portfolio_item {
        aspect-ratio: 16 / 9;
    }
    
    .service_box li {
        padding: 6px 0;
        font-size: 16px;
    }
    
    /* About Section - Mobile Horizontal Slider */
    .service_slider {
        overflow: hidden;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .service_slider_track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
    }
    
    .service_slider_track::-webkit-scrollbar {
        display: none;
    }
    
    .service_slide {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box;
        scroll-snap-align: start;
    }
    
    .service_slide:first-child {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    
    .service_slide:last-child {
        padding-right: 15px !important;
    }
    
    .service_slide .service_box {
        margin-bottom: 0;
    }
    
    /* Slider indicators */
    .service_slider_dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 15px;
    }
    
    .service_slider_dots .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        cursor: pointer;
    }
    
    .service_slider_dots .dot.active {
        background-color: #3CB371;
    }
}

@media (max-width: 480px) {
    .portfolio_grid {
        padding: 0 8px;
        gap: 12px;
        margin: 20px auto 0;
    }
    
    .portfolio_item {
        aspect-ratio: 16 / 9;
        border-radius: 8px;
    }
    
    .service_box li {
        padding: 4px 0;
        font-size: 15px;
    }
}

.map_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}
/* contact section end */

/* footer section start */

.footer_section {
    width: 100% !important;
    float: left;
    background-color: #363636 !important;
    padding: 50px 0px;
    clear: both;
    margin: 0 !important;
    display: block;
}

.footer_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.footer_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
}

.footer_col {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.footeer_logo{
    width: 100%;
    text-align: center;
}

.footer_section_2{
    width: 100%;
    float: left;
    padding-top: 50px;
}

.footer_taital {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #fefefd;
    font-weight: bold;
    padding-bottom: 20px;
}

.lorem_text {
    width: 60%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    margin: 0px;
}

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

.social_icon {
    width: 100%;
    float: left;
    margin-top: 10px;
}

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

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 2px 7px;
    background-color: #ffffff;
    color: #2e2e2e;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 5px;
    width: 41px;
    text-align: center;
    margin-top: 10px;
}

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

/* ===== Footer Logo Box Styles ===== */

.footer_logo_box {
    text-align: center;
}

.footer_brand_name {
    font-size: 28px;
    color: #fefefd;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0;
}

.footer_brand_desc {
    font-size: 14px;
    color: #fefefd;
    line-height: 1.6;
    margin: 0;
}

.update_mail {
    color: #ffffff;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 0px;
    background-color: transparent;
    border-bottom: 1px solid #ffffff !important;
    border: 0px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
}

textarea#comment::placeholder {
    color: #fff;
}

.subscribe_bt {
    width: 140px;
    float: right;
    margin-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 0px;
    text-transform: uppercase;
    background-color: #3CB371;
    text-align: center;
    border-radius: 3px;
}

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

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

.location_text a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
}

.location_text a:hover {
    color: #3CB371;
}

.padding_left_15 {
    padding-left: 10px;
}

/* footer section end */

/* copyright section start */

.copyright_section {
    width: 100%;
    background-color: #363636;
    padding: 20px 30px;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.copyright_text a {
    color: #fefefd;
}

.copyright_text a:hover {
    color: #3CB371;
}


/* copyright section end */

.footer_section .contact_bt a {
    background-color: transparent !important;
}

.margin_top90 {
    margin-top: 90px;
}

/* Mobile carousel button positions */
@media (max-width: 768px) {
    #banner_slider .carousel-control-prev { right: 50px !important; left: auto !important; position: absolute !important; }
    #banner_slider .carousel-control-next { right: 10px !important; left: auto !important; position: absolute !important; }
}

/* Mobile carousel button positions - left <, right > */
@media (max-width: 768px) {
    .carousel-control-prev {
        left: 0 !important;
        right: auto !important;
    }
    .carousel-control-next {
        right: 0 !important;
        left: auto !important;
    }
}