/*--------------------------------------------------------------------- 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');

/*****---------------------------------------- 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(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;
    overflow-x: hidden !important;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
}

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

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    padding-top: 1px;
    padding-bottom: 25px;
    background-size: 100%;
    padding-bottom: 201px;
}

/* Sticky Navigation Bar */
.sticky_nav {
    position: fixed;
    top: -80px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease;
    padding: 8px 0;
    backdrop-filter: blur(10px);
}

.sticky_nav.visible {
    top: 0;
}

.sticky_nav .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.sticky_nav .sticky_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.sticky_nav .sticky_logo {
    display: flex;
    align-items: center;
}

.sticky_nav .sticky_logo img {
    height: 40px;
    width: auto;
}

.sticky_nav .sticky_nav_links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    align-items: center;
}

.sticky_nav .sticky_link {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 20px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.sticky_nav .sticky_link:hover {
    color: #3a9fc4;
    background: rgba(137, 203, 235, 0.1);
}

.sticky_nav .sticky_cta {
    background: linear-gradient(135deg, #89cbeb 0%, #5bb8d9 50%, #3a9fc4 100%);
    color: #1a1a1a !important;
    font-weight: 600;
    padding: 10px 20px;
    box-shadow: 0 3px 12px rgba(137, 203, 235, 0.3);
}

.sticky_nav .sticky_cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(137, 203, 235, 0.4);
    background: linear-gradient(135deg, #9dd5f0 0%, #6bc4e5 50%, #4aadcf 100%);
}

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

/* Main Navigation */
.main_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
    height: 60px;
}

.nav_links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    align-items: center;
}

.nav_link {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav_link:hover {
    color: #3a9fc4;
    background: rgba(137, 203, 235, 0.1);
}

.nav_cta {
    background: linear-gradient(135deg, #89cbeb 0%, #5bb8d9 50%, #3a9fc4 100%);
    color: #1a1a1a !important;
    font-weight: 600;
    padding: 12px 25px;
    box-shadow: 0 4px 15px rgba(137, 203, 235, 0.3);
}

.nav_cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(137, 203, 235, 0.4);
    background: linear-gradient(135deg, #9dd5f0 0%, #6bc4e5 50%, #4aadcf 100%);
}

/* Mobile menu toggle */
.mobile_menu_toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.mobile_menu_toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #1a1a1a;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile_menu_toggle.active span:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg);
}

.mobile_menu_toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile_menu_toggle.active span:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg);
}

/* Mobile menu */
.mobile_menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 15px 15px;
    padding: 15px 0;
    min-width: 200px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.mobile_menu.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.mobile_nav_link {
    display: block;
    padding: 12px 25px;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile_nav_link:hover {
    background: rgba(137, 203, 235, 0.1);
    color: #3a9fc4;
}

.mobile_nav_cta {
    margin: 10px 15px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #89cbeb 0%, #5bb8d9 50%, #3a9fc4 100%);
    color: #1a1a1a !important;
    font-weight: 600;
    border-radius: 25px;
    text-align: center;
}

.mobile_nav_cta:hover {
    background: linear-gradient(135deg, #9dd5f0 0%, #6bc4e5 50%, #4aadcf 100%);
}

.menu_main {
    font-size: 20px;
    color: #fff;
    float: left;
}

.menu_main a {
    color: #fff;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.toggle_menu {
    top: 8px;
    position: relative;
    left: 0px;
}

.shoping_bag {
    float: right;
    text-align: right;
    padding-left: 30px;
    padding-top: 8px;
}

.togle_3 {
    float: left;
}

.menu_text {
    float: right;
    width: 13%;
    padding-top: 15px;
}

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

.padding_left_40 {
    padding-left: 40px;
}

.padding_left0 {
    padding-left: 20px;
}

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

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

.banner_taital {
    width: 100%;
    float: left;
    font-size: 38px;
    color: #084f70;
    font-weight: bold;
    text-transform: uppercase;
}

.banner_taital_1 {
    width: 100%;
    float: left;
    font-size: 44px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

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

.banner_text strong {
    color: #084f70;
    font-weight: bold;
}

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

.contact_bt a {
    width: 170px;
    float: left;
    font-size: 16px;
    color: #f8fdfe;
}

.contact_bt a:hover {
    color: #181919;
}

.contact_padding {
    padding-left: 15px;
}

/* Main CTA Button - Get a Quote */
.cta_button_wrapper {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.cta_button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 35px;
    background: linear-gradient(135deg, #89cbeb 0%, #5bb8d9 50%, #3a9fc4 100%);
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(137, 203, 235, 0.4), 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: ctaPulse 2.5s ease-in-out infinite;
}

.cta_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.cta_button:hover::before {
    left: 100%;
}

.cta_button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(137, 203, 235, 0.5), 0 6px 15px rgba(0, 0, 0, 0.15);
    color: #1a1a1a;
    animation: none;
}

.cta_text {
    position: relative;
    z-index: 1;
}

.cta_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.cta_button:hover .cta_icon {
    transform: translateX(5px);
}

@keyframes ctaPulse {
    0%, 100% {
        box-shadow: 0 8px 25px rgba(137, 203, 235, 0.4), 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 0 8px 35px rgba(137, 203, 235, 0.6), 0 4px 15px rgba(0, 0, 0, 0.15);
    }
}

.play_icon {
    width: 90px;
    height: 90px;
    float: left;
    margin-top: 70px;
    position: relative;
    z-index: 3;
}

.play_icon a {
    position: relative;
    z-index: 4;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: 2;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1
    }

    40% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.services_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #addaed;
    font-weight: 600;
}

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

.box_section {
    width: 100%;
    float: left;
    border: 1px solid #d0d0d0;
    padding: 30px 20px 0px 20px;
}

.box_section:hover {
    background-color: #89cbeb;
    border: 1px solid #89cbeb;
}

.box_section:hover .tile_text {
    color: #ffffff;
}

.box_section:hover .lorem_text {
    color: #ffffff;
}

.box_section:hover .tiles_img_1 {
    background-image: url(../images/carpet-img2.png);
}

.box_section.active {
    background-color: #89cbeb;
    border: 1px solid #89cbeb;
}

/* Service Icon Styles - Single, clean approach */
.service-icon {
    width: 74px;
    height: 90px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.service-icon-inactive {
    width: 74px;
    height: 90px;
    margin: 0 auto;
    display: none; /* Hidden by default */
    object-fit: contain;
}

/* Show inactive image when box_section is not active */
.box_section:not(.active) .service-icon {
    display: none;
}

.box_section:not(.active) .service-icon-inactive {
    display: block;
}

/* Text color for active vs inactive states */
.box_section:not(.active) .tile_text {
    color: #084f70;
}

.box_section:not(.active) .lorem_text {
    color: #084f70;
}

.box_section:hover .service-icon,
.box_section:hover .service-icon-inactive {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.box_section.active .service-icon {
    filter: brightness(1.2);
}

.tile_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #2d2d2c;
    text-align: center;
    font-weight: 500;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-left: 0px;
    font-weight: 500;
}

.tile_text.active {
    color: #ffffff;
}

.lorem_text.active {
    color: #ffffff;
}

#main_slider_desktop a.carousel-control-next,
#main_slider_mobile a.carousel-control-next {
    position: absolute;
    right: -30px;
    top: 65%;
}

#main_slider_desktop .carousel-control-prev,
#main_slider_desktop .carousel-control-next,
#main_slider_mobile .carousel-control-prev,
#main_slider_mobile .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #404040;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    border-radius: 100%;
}

#main_slider_desktop a.carousel-control-prev,
#main_slider_mobile a.carousel-control-prev {
    position: absolute;
    left: -30px;
    top: 65%;
    background: #367d99;
}

#main_slider_desktop .carousel-control-prev:hover,
#main_slider_desktop .carousel-control-next:hover,
#main_slider_desktop .carousel-control-prev:focus,
#main_slider_desktop .carousel-control-next:focus,
#main_slider_mobile .carousel-control-prev:hover,
#main_slider_mobile .carousel-control-next:hover,
#main_slider_mobile .carousel-control-prev:focus,
#main_slider_mobile .carousel-control-next:focus {
    background: #367d99;
    color: #fff;
}

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

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

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

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

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

.contact_bt_1 a {
    width: 170px;
    float: left;
    font-size: 16px;
    color: #181919;
}

.contact_bt_1 a:hover {
    color: #addaed;
}

.choose_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background-color: #f9fafa;
    height: auto;
}

.choose_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #addaed;
    font-weight: 600;
    text-align: center;
}

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

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

.choose_box {
    width: 100%;
    float: left;
    border: 1px solid #90ceec;
}

.client_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #90ceec;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}

.client_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

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

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

.get_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #202020;
    border-radius: 40px;
    padding: 10px 0px;
    margin-top: 30px;
    text-transform: uppercase;
}

.get_bt a:hover {
    color: #ffffff;
    background-color: #367d99;
}

.team_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

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

.image_4 {
    width: 100%;
    float: left;
    text-align: center;
}

.follow_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #89cbeb;
    text-align: center;
    padding-top: 15px;
}

.follow_social_icon {
    width: 100%;
    float: left;
    text-align: center;
}

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

.follow_social_icon li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.consectetur_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 110px;
}

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

.consectetur_text_1 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 110px;
    text-align: right;
}

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

.newsletter_section {
    width: 100%;
    float: left;
    background-color: #89cbeb;
    height: auto;
    padding: 40px 0px;
}

.newsletter_text {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 40px;
}

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

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

.mail_text {
    width: 60%;
    float: left;
    color: #000;
    font-size: 16px;
    background-color: #ffffff;
    padding: 10px 15px;
    border: 0px;
    height: auto;
}

.subscribe_bt {
    width: 150px;
    float: left;
    color: #ffffff;
    font-size: 16px;
    background-color: #282828;
    padding: 10px 15px;
    text-align: center;
}

.subscribe_bt a {
    color: #ffffff;
}

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

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

.footer_left {
    width: 25%;
    float: left;
}

/* Contact Header Redesign */
.contact_header {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 30px;
    text-align: center;
}

.contact_header .contact_taital {
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
    float: none;
}

.contact_info_cards {
    display: inline-flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contact_card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(137, 203, 235, 0.2);
    border-radius: 12px;
    padding: 15px 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.contact_card:hover {
    background: rgba(137, 203, 235, 0.1);
    border-color: rgba(137, 203, 235, 0.4);
    transform: translateY(-3px);
}

.contact_card_icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #89cbeb 0%, #5a9cb8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact_card_icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.contact_card_content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.contact_card_label {
    font-size: 12px;
    color: #89cbeb;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.contact_card_value {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}

.location_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fdfdfd;
    padding-top: 15px;
    text-align: center;
}

.location_text a {
    color: #fdfdfd;
}

.padding_left_15 {
    padding-left: 15px;
}

.mail_section {
    width: 80%;
    float: left;
}

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

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

.email_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: transparent !important;
    border-bottom: 2px solid #6f6f6f !important;
    border: 0px;
    padding: 20px 15px 10px 15px;
    height: auto;
}

input.email_text::placeholder {
    color: #717471;
}

.massage_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: transparent !important;
    border-bottom: 2px solid #6f6f6f !important;
    border: 0px;
    height: 90px;
    padding: 40px 15px 0px 15px;
}

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

.send_bt {
    width: 150px;
    float: left;
    margin-top: 40px;
}

.send_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #393a40;
    text-align: center;
    background-color: #89cbeb;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 40px;
}

.social_icon {
    width: 100%;
    float: left;
    text-align: right;
    padding-top: 30px;
}

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

.social_icon li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #fefefe;
    height: auto;
    border-top: 2px solid #282828;
}

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

.copyright_text a {
    color: #020202;
}

.copyright_text a:hover {
    color: #89cbeb;
}

.background_bg {
    width: 100%;
    float: left;
    background: #89cbeb;
    height: auto;
    padding: 15px 0px;
}

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

/* ============================================
   Contact Form Styles
   ============================================ */

.contact_form_section {
    width: 100%;
    padding: 30px;
    background-color: #363636;
    border-radius: 10px;
}

.form_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 20px;
}

.form_group {
    padding: 0 10px;
    margin-bottom: 15px;
}

.form_group_full {
    width: 100%;
}

.form_group_half {
    width: 50%;
}

.form_label {
    display: block;
    color: #89cbeb;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.required_asterisk {
    color: #ff6b6b;
    font-weight: bold;
}

.required_hint {
    color: #89cbeb;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}

.form_input,
.form_select,
.form_textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    color: #ffffff;
    background-color: #282828;
    border: 2px solid #4a4a4a;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form_input:focus,
.form_select:focus,
.form_textarea:focus {
    border-color: #89cbeb;
    outline: none;
    box-shadow: 0 0 0 3px rgba(137, 203, 235, 0.2);
}

.form_input::placeholder,
.form_textarea::placeholder {
    color: #717471;
}

.form_select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2389cbeb' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

/* Hide the background arrow when nice-select is used (nice-select uses :after for arrow) */
.nice-select.form_select {
    background-image: none !important;
}

.form_select option {
    background-color: #282828 !important;
    color: #ffffff !important;
    padding: 10px !important;
}

/* Force dark styling on all select dropdowns in contact form */
.contact_form_section select,
.contact_form_section select option,
.footer_section select,
.footer_section select option {
    background-color: #282828 !important;
    color: #ffffff !important;
}

/* Nice-Select Dropdown Override for Dark Theme */
.contact_form_section .nice-select {
    background-color: #282828 !important;
    border: 2px solid #4a4a4a !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    width: 100% !important;
    float: none !important;
    line-height: 24px !important;
    padding: 12px 40px 12px 15px !important;
    height: auto !important;
}

.contact_form_section .nice-select:after {
    border-color: #89cbeb !important;
    right: 15px !important;
}

.contact_form_section .nice-select:hover,
.contact_form_section .nice-select:focus,
.contact_form_section .nice-select.open {
    border-color: #89cbeb !important;
}

.contact_form_section .nice-select .list,
.contact_form_section .nice-select .nice-select-dropdown,
.contact_form_section .nice-select ul.list {
    background-color: #282828 !important;
    border: 2px solid #4a4a4a !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4) !important;
    margin-top: 5px !important;
    width: 100% !important;
    max-height: 250px !important;
    overflow-y: auto !important;
}

.contact_form_section .nice-select .option,
.contact_form_section .nice-select .list li,
.contact_form_section .nice-select ul.list li {
    background-color: #282828 !important;
    color: #ffffff !important;
    padding: 10px 15px !important;
    line-height: 24px !important;
    min-height: auto !important;
}

.contact_form_section .nice-select .option:hover,
.contact_form_section .nice-select .option.focus,
.contact_form_section .nice-select .list li:hover,
.contact_form_section .nice-select ul.list li:hover {
    background-color: #367d99 !important;
    color: #ffffff !important;
}

.contact_form_section .nice-select .option.selected,
.contact_form_section .nice-select .list li.selected,
.contact_form_section .nice-select ul.list li.selected {
    background-color: #3a3a3a !important;
    color: #89cbeb !important;
    font-weight: 600 !important;
}

.contact_form_section .nice-select .option.selected:hover,
.contact_form_section .nice-select .list li.selected:hover,
.contact_form_section .nice-select ul.list li.selected:hover {
    background-color: #367d99 !important;
    color: #ffffff !important;
}

/* Placeholder styling for nice-select */
.contact_form_section .nice-select .current {
    color: #717471 !important;
}

.contact_form_section .nice-select.has-value .current {
    color: #ffffff !important;
}

.form_textarea {
    resize: vertical;
    min-height: 120px;
}

/* Input error styling */
.input_error {
    border-color: #ff6b6b !important;
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.2) !important;
}

/* Conditional sections */
.conditional_section {
    background-color: #2d2d2d;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 4px solid #89cbeb;
}

.section_title {
    color: #89cbeb;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4a4a4a;
}

/* Quantity selector */
.quantity_selector {
    display: flex;
    align-items: center;
    background-color: #282828;
    border: 2px solid #4a4a4a;
    border-radius: 8px;
    overflow: hidden;
}

.qty_btn {
    width: 45px;
    height: 45px;
    background-color: #367d99;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty_btn:hover {
    background-color: #89cbeb;
}

.qty_btn:active {
    background-color: #2c6a82;
}

.qty_input {
    flex: 1;
    text-align: center;
    border: none !important;
    background-color: transparent !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}

.qty_input:focus {
    outline: none;
    box-shadow: none !important;
}

/* Field hint text */
.field_hint {
    display: block;
    color: #999999;
    font-size: 12px;
    margin-top: 8px;
    font-style: italic;
    line-height: 1.4;
}

/* Custom Checkbox Styling */
.checkbox_label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 15px;
    background-color: #282828;
    border: 2px solid #4a4a4a;
    border-radius: 8px;
    transition: all 0.3s ease;
    user-select: none;
}

.checkbox_label:hover {
    border-color: #89cbeb;
}

.form_checkbox {
    display: none;
}

.checkbox_custom {
    width: 22px;
    height: 22px;
    border: 2px solid #4a4a4a;
    border-radius: 4px;
    margin-right: 12px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background-color: transparent;
}

.form_checkbox:checked + .checkbox_custom {
    background-color: #89cbeb;
    border-color: #89cbeb;
}

.form_checkbox:checked + .checkbox_custom::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #282828;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox_text {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
}

/* Submit button */
.submit_btn {
    width: 100%;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #282828;
    background-color: #89cbeb;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.submit_btn:hover {
    background-color: #367d99;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(137, 203, 235, 0.4);
}

.submit_btn:active {
    transform: translateY(0);
}

/* Submit Button Loading State */
.submit_btn:disabled {
    background-color: #5a8fa8;
    color: #ffffff;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.submit_btn.loading {
    position: relative;
    color: transparent;
}

.submit_btn.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 3px solid rgba(40, 40, 40, 0.3);
    border-top-color: #282828;
    border-radius: 50%;
    animation: buttonSpinner 0.8s linear infinite;
}

@keyframes buttonSpinner {
    to {
        transform: rotate(360deg);
    }
}

.submit_btn .btn_text {
    display: inline-block;
    transition: opacity 0.2s ease;
}

.submit_btn.loading .btn_text {
    opacity: 0;
}

/* Success Overlay */
.contact_form_section {
    position: relative;
}

.success_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 30, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    animation: fadeIn 0.4s ease;
}

.success_overlay.show {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.success_overlay.hiding {
    animation: fadeOut 0.4s ease forwards;
}

.success_content {
    text-align: center;
    padding: 40px;
    position: relative;
}

.success_close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #89cbeb;
    color: #282828;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    line-height: 1;
}

.success_close:hover {
    background: #367d99;
    color: #ffffff;
    transform: scale(1.1);
}

.success_icon {
    margin-bottom: 20px;
}

/* Animated Checkmark */
.checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #89cbeb;
    stroke-miterlimit: 10;
    margin: 0 auto;
}

.checkmark_circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #89cbeb;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark_check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

.success_title {
    color: #89cbeb;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.success_message {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.success_submessage {
    color: #999999;
    font-size: 14px;
    font-style: italic;
}

/* Date input styling */
input[type="date"].form_input {
    position: relative;
}

input[type="date"].form_input::-webkit-calendar-picker-indicator {
    filter: invert(70%) sepia(50%) saturate(500%) hue-rotate(160deg);
    cursor: pointer;
}

/* Map section adjustments for new layout */
.footer_section .map_main {
    margin-top: 0;
}

.map_title {
    text-align: center;
    margin-bottom: 20px;
}

.map-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.map-responsive iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

.map_title h4 {
    color: #89cbeb;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.map_title p {
    color: #b0b0b0;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.footer_section .social_icon {
    text-align: center;
    padding-top: 20px;
}

/* Gallery Section Styles */
.gallery-item {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
}

.gallery-title {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #2d2d2c;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.gallery-description {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #084f70;
    text-align: center;
    margin: 0;
    font-weight: 400;
    line-height: 24px;
}

/* Gallery Carousel Controls */
#gallery_slider_desktop .carousel-control-prev,
#gallery_slider_desktop .carousel-control-next,
#gallery_slider_mobile .carousel-control-prev,
#gallery_slider_mobile .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #404040;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#gallery_slider_desktop a.carousel-control-prev,
#gallery_slider_mobile a.carousel-control-prev {
    position: absolute;
    left: -30px;
    background: #367d99;
}

#gallery_slider_desktop a.carousel-control-next,
#gallery_slider_mobile a.carousel-control-next {
    position: absolute;
    right: -30px;
}

#gallery_slider_desktop .carousel-control-prev:hover,
#gallery_slider_desktop .carousel-control-next:hover,
#gallery_slider_desktop .carousel-control-prev:focus,
#gallery_slider_desktop .carousel-control-next:focus,
#gallery_slider_mobile .carousel-control-prev:hover,
#gallery_slider_mobile .carousel-control-next:hover,
#gallery_slider_mobile .carousel-control-prev:focus,
#gallery_slider_mobile .carousel-control-next:focus {
    background: #367d99;
    color: #fff;
}

/* TwentyTwenty Customization */
.twentytwenty-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.twentytwenty-container img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.twentytwenty-overlay {
    background: rgba(8, 79, 112, 0.8);
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    background: rgba(8, 79, 112, 0.9);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 4px;
}

.twentytwenty-handle {
    background: #367d99;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.twentytwenty-left-arrow {
    border-right: 8px solid #ffffff;
}

.twentytwenty-right-arrow {
    border-left: 8px solid #ffffff;
}

.twentytwenty-before,
.twentytwenty-after,
.twentytwenty-overlay,
.twentytwenty-handle,
.twentytwenty-container img {
  transition: none !important;
}


/* Mobile Gallery Indicators */
#gallery_slider_mobile .carousel-indicators {
    bottom: -50px;
}

#gallery_slider_mobile .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d0d0d0;
    border: none;
}

#gallery_slider_mobile .carousel-indicators .active {
    background-color: #367d99;
}

/* Site Footer */
.site_footer {
    background-color: #1a1a1a;
    padding: 30px 0;
    border-top: 1px solid #333;
    clear: both;
    width: 100%;
    float: left;
}

.site_footer .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 100%;
}

.footer_logo img {
    max-height: 50px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer_logo img:hover {
    opacity: 1;
}

.footer_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.footer_social li {
    display: inline-block;
}

.footer_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #282828;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer_social a:hover {
    background-color: #89cbeb;
    transform: translateY(-3px);
}

.footer_social img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.footer_social a:hover img {
    filter: brightness(0) invert(0.2);
}

.footer_copyright p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.footer_copyright a {
    color: #89cbeb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer_copyright a:hover {
    color: #ffffff;
}