/*
Theme Name: Hello Elementor Child
Theme URI:
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Dau agency
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.swal2-html-container {
    margin: 0px !important;
    padding: 0px !important;
}

.swal2-close {
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 1px;
    right: -22px;
    height: 22px;
    border-radius: 50px !important;
    padding: 18px !important;
    margin-top: -19px !important;
    background-color: white !important;
    position: absolute;
    font-size: 38px !important;
    margin-right: 0;
    color: black !important;
    margin-bottom: -15px;
    padding: 0;
    overflow: hidden;
    transition: color .1s, box-shadow .1s;
    border: none;
    border-radius: 5px;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-family: monospace;
    font-size: 2.5em;
    cursor: pointer;
    justify-self: end;
}

.wpb-pcf-btn.wpb-pcf-btn-medium:after {
    content: " ";
    display: inline-block;
    width: 16px;  /* Adjust the width as necessary */
    height: 16px; /* Adjust the height as necessary */
    background-image: url('https://wordpress-880076-4705770.cloudwaysapps.com/wp-content/uploads/2024/07/Vector-44.png');
    background-size: contain; /* Adjust this to fit the image */
    background-repeat: no-repeat;
    margin-left: 8px; /* Adjust the spacing as necessary */
    vertical-align: middle; /* Adjust vertical alignment if needed */
}


.enquire-form-popup .form-group {
    margin-bottom: 0px;
}

.wpb-pcf-btn.wpb-pcf-btn-medium {
    padding: 8px 12px 8px 12px;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #A8161C;
    background-color: #A8161C !important;
}


.wpb-pcf-btn-default:hover {
    background: linear-gradient(83.39deg, #D71C24 0%, #630D11 99.02%) !important;
    color: #fff;
}


.password-protect-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f9f9f9;
}
.password-protect-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 100%;
}
.password-protect-form h2 {
    margin-bottom: 20px;
}
.password-protect-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.password-protect-form button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.password-protect-form button:hover {
    background-color: #005177;
}
.password-protect-form .error-message {
    color: red;
    display: none;
}
.password-protect-form .error-message.show {
    display: block;
}



.subscribe-group .wpcf7-response-output {
    color: white;
    border-color: white !important;
}

.subscribe-form-footer .wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

.cpdzone-shades .row {
    margin-left: 4px;
}

.single-experience_zone .header-blur {
    background-color: black !important;
}


.footer-menu-hover .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: #8e8e8e !important;
    font-weight: 700 !important;
}


.elementor-2260 .elementor-element.elementor-element-de4178f .elementor-button:hover, .elementor-2260 .elementor-element.elementor-element-de4178f .elementor-button:focus {
    color: #FFFFFF;
     background: linear-gradient(83.39deg, #D71C24 0%, #630D11 99.02%) !important;
}

.elementor-2260 .elementor-element.elementor-element-ada0726 .elementor-button:hover, .elementor-2260 .elementor-element.elementor-element-ada0726 .elementor-button:focus {
     background: linear-gradient(83.39deg, #D71C24 0%, #630D11 99.02%) !important;
}

.elementor-1989 .elementor-element.elementor-element-15ee84c .aep-cf7 .wpcf7 input[type="submit"]:hover {
          background: linear-gradient(83.39deg, #D71C24 0%, #630D11 99.02%) !important;
}

section.calculator-item {
    margin-bottom: 5rem;
}

.main-banner img {
    width: 100% !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 3px;
}

.page-id-6457 .hide-btn-about {
	display: none !important;
}

.product_page_tabs .elementor-tab-desktop-title.elementor-active {
    background: linear-gradient(83.39deg, #D71C24 0%, #630D11 99.02%) !important;
    color: #fff;
    font-weight: 600 !important;
}

.product_page_tabs .elementor-tab-title {
    background-color: #4e4e4e;
    border-radius: 4px;
}

.product_page_tabs .elementor-tabs-wrapper {
    margin-top: 1%;
    position: absolute;
    top: 27px;
    left: auto;
    right: 32.5%;
    z-index: 10;
    gap: 15px;
}

.product_page_tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 13px 20px !important;
    font-weight: 700;
}

.hidden {
  display: none;
}
.read-more-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #D71C24;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.read-more-btn:hover {
  background-color: #a0141b;
}
.elementor-accordion-item {
  border-radius: 5px;
  transition: display 0.3s ease;
}
.elementor-accordion-item .elementor-accordion-content {
  background-color: #f9f9f9;
}


.sbi_header_text.sbi_no_bio {
    display: none !important;
}

#sb_instagram .sb_instagram_header, .sb_instagram_header {
    display: none;
}

.wpcf7-checkbox.wpcf7-validates-as-required {
    background-color: #ff000000;
    margin-left: 12px;
}

.century-faq .elementor-tab-title {
    border-bottom: 1px solid #E7E7E7;
}

.century-faq .elementor-1716 .elementor-element.elementor-element-01aeef0 .elementor-accordion-item .elementor-tab-title.elementor-active {
	    border-width: 1px;
}

.elementor-2042 .elementor-element.elementor-element-5a7e7f4 .aep-cf7 .wpcf7 input[type="submit"]:hover {
       background: linear-gradient(83.39deg, #D71C24 0%, #630D11 99.02%) !important;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 18px;
    width: 18px;
    position: absolute;
    margin-left: -26px;
    top: -1px;
}
.blog_cat a {
    color: white;
}

.elementor-1688 .elementor-element.elementor-element-9a78e6a .elementor-button:hover, .elementor-1688 .elementor-element.elementor-element-9a78e6a .elementor-button:focus {
    background: linear-gradient(83.39deg, #D71C24 0%, #630D11 99.02%) !important;
}

.elementor-nav-menu .sub-arrow {
    padding: 10px 1px 7px 7px !important;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    text-shadow: none;
    border-inline-start: 0px solid transparent !important;
}

.elementor-13 .elementor-element.elementor-element-95a669f .elementor-nav-menu--dropdown a:hover,
.elementor-13 .elementor-element.elementor-element-95a669f .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-13 .elementor-element.elementor-element-95a669f .elementor-nav-menu--dropdown a.highlighted {
    background: linear-gradient(83.39deg, #D71C24 0%, #630D11 99.02%);
}


@media(max-width:767px){
	
.cp-popup-content {
    padding: 12px 20px !important;
    width: 80% !important;
    position: absolute;
    top: 9% !important;
    right: 13% !important;
}

.enquire-form {
    font-weight: 700;
    font-size: 20px !important;
}

.enquire-form-popup p {
    margin-bottom: 10px !important;
}

.enquire-form-popup .form-control {
        height: 34px !important;
        box-shadow: 0px 1px 2px 0px #1018280D;
        font-family: "Helvetica", sans-serif;
        font-size: 12px !important;
}

.enquire-form-popup label {
    font-weight: 600;
    font-size: 14px !important;
}
	
	
    .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    z-index: 1 !important;
}

.elementor-widget-loop-carousel .swiper-pagination-bullets {
    z-index: 1 !important;
}
    
.elementor-nav-menu {
    position: relative;
    z-index: 1 !important;
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    font-size: var(--arrow-size, 25px);
    color: var(--arrow-normal-color, hsla(0, 0%, 93.3%, .9));
    border-style: var(--arrow-normal-border-type);
    transition-duration: .25s;
    z-index: 1;
}

.enquire-form-popup .wpcf7-submit {
    font-size: 14px !important;
    width: 100%;
    background-color: #EC1F28;
    border-color: #EC1F28;
    color: white;
    padding: 7px !important;
    border-radius: 8px !important;
}
	
.elementor-321 .elementor-element.elementor-element-9830f26 .bdt-fiestar-slider {
        padding: 120px 0 !important;
        margin-top: -50px;
    }
	
	.our_culture .bdt-fiestar-slider .bdt-img-wrap .bdt-img {
    border-radius: 12px !important;
    width: 100%;
    object-fit: cover;
}
	
	.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: 1em;
    width: 1em;
    fill: white;
}

.elementor-nav-menu__align-end .elementor-nav-menu {
    margin-inline-start: auto;
    justify-content: flex-end;
    background-color: black;
}
	.redecorate .elementor-tab-title {
    width: 50% !important;
}

	.redecorate .elementor-tab-content {
    padding: 20px 0px !important;
}
	
.text-tabs {
    height: 130px !important;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
	
	.product_page_tabs .elementor-tabs-wrapper {
    margin-top: 1%;
    position: absolute;
    top: 25px;
    left: 11px;
    right: auto;
    z-index: 10;
    gap: 15px;
}
	
	.elementor-element.elementor-element-a1a3667.elementor-absolute.elementor-widget.elementor-widget-button {
    transform: rotate(270deg);
    right: -40px;
}
    .subscribe-form-footer {
        display: grid !important;
        gap: 5px;
        width: 100% !important;
    }
	
.subscribe-form-footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 10px !important;
}
	
	
}

.redecorate .elementor-tab-title {
    width: 18%;
}

.text-tabs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  transition: background 0.5s; 
	   border-radius: 8px;
}

.text-tabs span {
  position: relative;
  z-index: 2;
}

.redecorate .elementor-tab-content {
    padding: 20px 0px !important;
}

.elementor-tab-title.elementor-active .text-tabs::before {
  background: linear-gradient(0deg, rgba(215, 28, 36, 0.6), rgba(215, 28, 36, 0.6)),
  linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.text-tabs {
    height: 160px;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.redecorate .elementor-tabs-wrapper {
    gap: 15px;
    justify-content: space-between;
}

.redecorate .elementor-tabs-wrapper .elementor-tab-title {
    padding: 0px;
    gap: 9px;
}

span.wpcf7-spinner {
    display: none;
}

.elementor-13 .elementor-element.elementor-element-95a669f .elementor-nav-menu--dropdown {
backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.header-blur {
	backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}


.elementor-41 .elementor-element.elementor-element-04dc34f .aep-cf7 .wpcf7 input[type="submit"] {
    font-family: "Helvetica", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    background: #D92D20;
    border: 0px solid #ddd !important;
    color: #fff;
    padding: 9px !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 0.2em 1em;
    border: 1px solid #00a0d2;
    font-size: 15px;
}

.subscribe-form-footer {
    display: flex;
    gap: 5px;
    width: 75%;
}


.page-id-321 .hide-btn-about {
	display: none;
}

.aep-cf7 {
    min-height: auto;
    overflow: hidden;
}

.subscribe-form-footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background: #EC1F28;
    border: 0px solid #EC1F28 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Helvetica', sans-serif;
    border-radius: 6px;
    padding: 9px !important;
    outline: none;
}

.elementor-6308 .elementor-element.elementor-element-5f61541e .aep-cf7 .wpcf7 input[type="submit"]:hover {
        background: linear-gradient(83.39deg, #D71C24 0%, #630D11 99.02%) !important;
}


.subscribe-field p {
    margin: 0px;
}

.subscribe-field .wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    font-size: 14px;
    padding: 8px 12px;
}

/* .big_pagination span.swiper-pagination-current {
    font-size: 40px;
		z-index: 99;
} */
.elementor-element.elementor-element-1eeee50.half_border.e-flex.e-con-boxed.e-con.e-child::before {
    content: "";
    height: 10px;
    width: 40%;
}
.about_page .for_button .elementor-button-wrapper {
    display: none;
}
.bdt-fiestar-slider .bdt-content {
		background: none !important;
}
.bdt-fiestar-slider .bdt-title {
    background: #FFFFFF0D;
    backdrop-filter: blur(60px);
    border: 1px solid #FFFFFF80;
    padding: 10px 10px 10px 10px;
}

.elementor-321 .elementor-element.elementor-element-9830f26 .bdt-fiestar-slider .bdt-title a {
    color: #FEFEFE;
    line-height: 22px;
}

.our_culture .bdt-fiestar-slider .bdt-img-wrap .bdt-img {
    width: 100%;
    object-fit: cover;
}

.our_culture .bdt-fiestar-slider .bdt-navigation-wrap .bdt-navigation-next, .our_culture .bdt-fiestar-slider .bdt-navigation-wrap .bdt-navigation-prev {
    top: 130%;
	  background: linear-gradient(40deg, #fff, #000) !important;
/*     border-radius: 50%; */
    border: 1px solid #fff;
}
.our_culture .bdt-fiestar-slider .bdt-navigation-wrap .bdt-navigation-next:hover i, .our_culture .bdt-fiestar-slider .bdt-navigation-wrap .bdt-navigation-prev:hover i {
    transform: none;
}
.our_culture .bdt-fiestar-slider .bdt-navigation-wrap .bdt-navigation-next i, .our_culture .bdt-fiestar-slider .bdt-navigation-wrap .bdt-navigation-prev i {
    transform: none;
    transition: none;
}
.our_culture .bdt-fiestar-slider .bdt-content {
    padding: 20px 20px 10px 20px;
}
.architect_videos .elementor-swiper-button.elementor-swiper-button-next, .architect_videos .elementor-swiper-button.elementor-swiper-button-prev {
    padding: 15px;
    background: linear-gradient(40deg, #fff, #000);
    border-radius: 50%;
    border: 1px solid #fff;
}
.architect_videos .elementor-swiper-button.elementor-swiper-button-prev {
    left: -28px;
}
.architect_videos .elementor-swiper-button.elementor-swiper-button-next {
    right: -25px;
}
.elementor.elementor-13.transparent {
        background-color: transparent !important;
}

/* Animation for slide change */
.swiper-slide {
  transition: transform 1s ease; /* Adjust duration and timing function as needed */
}

    .swiper-pagination-bullet {
        background-color: #fff !important; 
        transition: background-color 0.3s ease, opacity 0.5s ease !important; /* Include opacity transition */
        opacity: 0.5; /* Set default opacity */
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #a8161c !important;
        opacity: 1; /* Set active opacity */
        animation: scaleAnimation 0.5s infinite alternate !important;
        position: relative; /* Add position relative for animation */
    }

    @keyframes scaleAnimation {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.3);
        }
    }

    /* Add fade animation */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateX(-10%);
        }
        to {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    .main_carousel .swiper-pagination-bullet {
        animation: fadeIn 0.5s ease;
    }

    .main_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
        animation: none; 
    }

    /* Slide bullets */
    .main_carousel .swiper-pagination {
        display: flex;
        justify-content: center;
    }

    .main_carousel .swiper-pagination-bullet {
        transition: transform 0.5s ease;
    }

    .main_carousel .swiper-pagination-bullet-active {
        transform: translateX(-50%);
        transition-delay: 0.8s; 
    }

    .main_carousel .swiper-pagination-bullet-next {
        transform: translateX(50%);
        transition-delay: 0.8s; 
    }


/* Move active bullet to the left */
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-active {
    transform: translateX(-20%);
	transition: transform 1s ease 1s;
	
}

/* Move next bullet to the right */
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-next {
    transform: translateX(80%);
	transition: transform 1s ease 1s;
}




/* CSS for Calculator */

    .result-section {
      display: none;
    }
    .wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      margin-top: 50px;
    }
    .wrapper .img,
    .wrapper .content {
      width: 50%;
    }
    .wrapper .img img {
      max-width: 100%;
      height: auto;
    }
th.master-heading {
    background-color: #A8161C !important;
    color: #fefefe;
    padding: 12px 10px;
    font-family: 'Helvetic', sans-serif;
    font-size: 18px;
    font-weight: 700;
	text-align: center;
}
tr.hide-mobile {
    background-color: #121212;
    color: #fefefe;
    padding: 12px 80px;
    font-family: 'Helvetic', sans-serif;
    font-size: 16px;
    font-weight: 400
}


.cenexpslider-slider {
    position: relative;
    width: 100%;
    height: 90vh;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.cenexpslider-slide {
    position: absolute;
    left: 0;
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: transform 1s;
    background-size: cover;
    background-position: center;
}

.cenexpslider-slide .cenexpslider-content {
    text-align: left;
	width: 1300px;
    color: white;
}

.cenexpslider-slide h2 {
    font-size: 50px;
    font-family: Helvetica;
    font-weight: 700;
    margin: 0px 8px 6px 0px;
}
.explore-btn-slider {
    padding: 0px;
}

.blog-tittle-c .elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
}

.elementor-widget-theme-post-excerpt p {
    margin: 0px;
}

.cenexpslider-slide p {
    font-size: 16px !important;
    color: white;
    font-family: Helvetica;
    font-weight: 300;
}

.cenexpslider-content a {
    padding: 3px 10px 6px 10px;
    font-size: 15px;
    background-color: #FFFFFF33;
    border: none;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease, padding 0.3s ease, border 0.3s ease;
    backdrop-filter: blur(95px);
    border-radius: 2px;
    border: 1px solid white;
}

.cenexpslider-content a:hover {
    background: linear-gradient(0deg, #D71C24 0%, #630D11 100%);
    border: 1px solid #D71C24;
}

.explore-btn-slider img {
    width: 17px;
}

.explore-btn-slider {
  position: relative;
  padding-left: 25px; /* Adjust this value based on the icon's width */
}

.explore-btn-slider span::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 55%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(https://wordpress-880076-4705770.cloudwaysapps.com/wp-content/uploads/2024/06/Frame-24.png);
    background-size: cover;
}

.furniture-type .label {
    margin-left: 0px;
    padding: 0px;
    font-size: 16px !important;
    font-weight: 500 !important;
	margin-bottom: 0px !important;
}

.furniture-type .custom-select {
    height: 45px;
    margin-top: 3px;
}

.variants-details-item tr th {
    background: white;
    color: black;
    font-size: 15px;
	text-align: center;
    font-weight: 500;
    font-family: "Helvetica", sans-serif;
}

}
h3.table-content {
    margin: 10px !important;

}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-left: 0px;
    background-color: white !important;
    color: black !important;
}

th.master-heading {
    background-color: #A8161C !important;
    color: #fefefe !important;
    padding: 12px 10px;
    font-family: 'Helvetic', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.result-area tr:nth-child(even) {
    background-color: #000000;
}

.result-area table td, table th {
    padding: 6px 10px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
	 text-align: center;
}

img.button-icon {
    width: 16px;
}

button {
  background: none;
  border: none;
}

button .fas {
  color: rgba(255, 255, 255, .5);
}

.cenexpslider-btn-slide {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    width: 1200px;
}

.cenexpslider-prev {
  top: 3rem;
}

.cenexpslider-next {
  bottom: 3rem;
}

.cenexpslider-dots-container {
    display: flex;
    flex-direction: unset;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 5%;
    top: 90%;
    transform: translateY(-50%);
}

.cenexpslider-dot {
  color: white;
  cursor: pointer;
  padding: 10px;
  display: none;
}

.cenexpslider-dot-last {
    color: white;
    cursor: pointer;
    padding: 10px;
    margin: 0px !important;
}

.cenexpslider-dot.active {
    color: white;
    cursor: pointer;
    display: block;
}

.cenexpslider-btn-slide .prev-title {
    display: block;
    background: linear-gradient(to bottom, #ffffff, #e52e7100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 700;
}

.cenexpslider-btn-slide .next-title {
    background: linear-gradient(to top, #ffffff, #e52e7100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {

.cenexpslider-content a {
    padding: 3px 14px 6px 14px;
    border-radius: 3px;
}
	
.cenexpslider-slide-title {
    margin-right: 30px;
}
	
.cenexpslider-content a:hover {
    padding: 3px 14px 6px 14px;
    border-radius: 3px;
}

.cenexpslider-next {
    bottom: 7rem;
}
	
.cenexpslider-prev {
    top: 5rem;
}
	
.cenexpslider-slide h2 {
    font-size: 38px !important;
}
	
.cenexpslider-slide .cenexpslider-content {
    text-align: left;
    width: auto !important;
    color: white;
}

.cenexpslider-btn-slide {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: 100%;
}

.cenexpslider-btn-slide .prev-title {
    font-size: 26px;
}

.cenexpslider-btn-slide .next-title {
    font-size: 26px;
}
	
.cenexpslider-slide {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: transform 1s;
    background-size: cover;
    background-position: center;
}

.cenexpslider-btn-slide {
        margin-left: 17% !important;
    }
	
.cenexpslider-slider {
    height: 90vh;
}

.cenexpslider-slide {
        height: 90vh !important;
        padding-left: 30px;
    }
	
.cenexpslider-dots-container {
    display: flex;
    flex-direction: unset;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 33%;
    top: 94%;
    transform: translateY(-50%);
}
	
}

button.cenexpslider-btn-slide.cenexpslider-prev {
    background-color: #faebd700;
}

button.cenexpslider-btn-slide.cenexpslider-next{
    background-color: #faebd700;
}

button.cenexpslider-btn-slide.cenexpslider-prev:focus-visible {
    outline: unset;
    box-shadow: unset;
}

button.cenexpslider-btn-slide.cenexpslider-next:focus-visible {
    outline: unset;
    box-shadow: unset;
}





/*Experience Zone Sections Start*/
.cpdzone-global {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }


        .cpdzone-sections {
    margin-top: 70px;
}


/* .my_custom_header {
    background-color: black !important;
} */


.cpdzone-product-tittle {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.select-shades {
    margin-bottom: 7px !important;
    margin-top: 20px;
    font-weight: 600;
}

.col-sm-6 {
    padding-left: 0px !important;
}

        .cpdzone-sections {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: flex-start;
            gap: 50px;
        }
       .cpdzone-product {
    width: 60%;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    position: relative;
}
        .cpdzone-product img.cpdzone-product-img {
            width: 100%;
        }

.cpdzone-details {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}

        h4 {
            margin-bottom: 10px;
            font-size: 24px;
        }
        .cpdzone-select-box {
            margin-bottom: 20px;
            width: 30%;
            text-align: unset;
        }
        
        .cpdzone-select-box select {
    width: 100%;
    padding: 4px 13px;
    border: 1px solid #DADADA;
    border-radius: 5px;
    height: 40px;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 700;
    background-color: #FAFAFA;
}

.cpdzone-item {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    transition: box-shadow 0.3s;
    border: 1px solid #ededed;
    background: #F8F8F8;
    margin-right: 14px;
    margin-top: 14px;
}
        .cpdzone-item:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }
        .cpdzone-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
        .cpdzone-item p {
            margin: 10px 0 0;
            font-size: 16px;
        }
        .cpdzone-shades {
            display: flex;
            gap: 30px;
        }

        .cpdzone-shadecard {
            display: none;
        }


        .cpdzone-buttons {
            display: flex;
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 1;
        }
        .cpdzone-buttons button {
            background-color: #FAFAFA;
            border: none;
            color: #414141;
            padding: 5px 12px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin-right: 9px;
            border-radius: 50px;
            cursor: pointer;
        }
        .cpdzone-buttons button img {
            width: 20px;
            margin-right: 5px;
        }
        .cpdzone-product-sections {
            position: relative;
        }
        .cpdzone-product {
            position: relative;
        }
        .cpdzone-product-img {
            width: 100%;
            height: auto;
            display: block;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        }
        .button-pro {
            background-color: white;
            color: #414141;
            display: flex;
            align-items: center;
            padding: 6px 14px;
            font-size: 15px;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 500;
        }
        .cpdzone-product-tittle img {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }
        .button-combo {

        }
        .button-item {
            width: 20%;
            display: flex;
        }
        .button-item-half {
            width: 80%;
            display: flex;
            justify-content: flex-end;
            margin-right: 20px;
        }
        .cpdzone-buttons {
            width: 100%;
        }
   .button-pro img {
    padding-right: 4px;
    width: 20px;
    height: 15px;
}

.button-show {
    margin-left: 20px;
    margin-right: 15px;
}

.button-combo-last {
    border-radius: 0px 50px 50px 0px;
    padding: 6px 16px 6px 10px;
}
.button-combo-right {
    border-radius: 50px 0px 0px 50px;
    padding: 6px 0px 6px 16px;
}

.share-width {
    width: 450px;
}

.cpdzone-buttons a {
    text-decoration: none;
}

.share-width .col-md-6 {
    padding-left: 0px;
}
#download-button  {
	 display: none;
}

@media (min-width: 992px) {
    .cpdzone-product {
        position: sticky !important;
        top: 67px;
        left: 0;
        z-index: 0;
    }
}

@media only screen and (max-width: 768px) {
.cpdzone-sections {
        display: inline-grid;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 14px;
        gap: 0px;
    }

.cpdzone-sections {
    margin-top: 12px;
}
	
.col-xs-6 {
        margin: 0px;
        padding: 0px;
        width: 50%;
    }
	
.button-item {
    width: 30%;
    display: flex;
}

.cpdzone-details {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 13px;
}

.cpdzone-select-box {
    margin-bottom: 20px;
    width: 45%;
    text-align: unset;
}

    .cpdzone-product {
        width: 100%;
        background-size: cover;
        background-position: center;
        color: white;
        text-align: center;
        position: relative;
    }

    .cpdzone-details {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

       .button-pro {
        background-color: white;
        color: #414141;
        display: flex;
        align-items: center;
        padding: 2px 6px;
        font-size: 8px;
        margin-left: 2px;
        text-decoration: none;
        border-radius: 50px;
        font-weight: 500;
    } 

    .button-pro img {
        padding-right: 4px;
        width: 16px;
        height: 13px;
    }
    .share-width {
    width: auto;
}

.col-xs-6 {
    margin: 0px;
    padding: 0px;
}

}





#openFormBtn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.form-popup {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 3px solid #f1f1f1;
    z-index: 9;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 8px;
}

.form-container {
    max-width: 300px;
    padding: 20px;
    position: relative;
}

.form-container .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.form-container h2 {
    margin-bottom: 20px;
}

.form-container input[type=text], .form-container input[type=email], .form-container input[type=tel], .form-container textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-container input[readonly] {
    background-color: #f1f1f1;
}

.form-container textarea {
    resize: none;
}

.form-container .btn {
    background-color: red;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    margin-top: 10px;
}

.form-container .btn:hover {
    opacity: 0.8;
}

.cp-popup {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: hidden; /* Disable scroll */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }


.enquire-form-popup .form-control {
    border: 1px solid #B2B2B2 !important;
    padding: 6px 16px 7px 9px !important;
    border-radius: 8px;
    height: 40px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.enquire-form {
    font-weight: 700;
    font-size: 26px;
    width: 70%;
}

.enquire-form-popup  textarea.form-control {
    height: 40px !important;
}

.enquire-form-popup label {
    font-weight: 600;
    font-size: 16px;
}

.cp-popup-content {
    background-color: #fefefe;
    padding: 17px 25px;
    border: 1px solid #D71C24;
    width: 20%;
    max-width: 600px;
    position: absolute;
    top: 15%;
    right: 4%;
    /* left: auto; */
    /* margin-right: 20px; */
    transition: right 0.5s ease-in-out;
    z-index: 1000;
    border-radius: 12px;
}
.enquire-form-popup .col-md-12 {
    padding: 0px;
}

.enquire-form-popup .wpcf7-submit {
    font-size: 13px !important;
    width: 100%;
    background-color: #EC1F28;
    border-color: #EC1F28;
    color: white;
    padding: 5px !important;
    border-radius: 8px !important;
}

.enquire-form-popup .wpcf7-submit:hover {
    background: linear-gradient(83.39deg, #D71C24 0%, #630D11 99.02%) !important;
}

.cp-popup-content.show {
            right: 0; 
        }

.cp-close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

button.cp-close.closeBtn {
    padding: 0px;
    font-size: 30px;
    margin-top: 10px;
    color: black;
}

button.cp-close.closeBtn:hover {
    background-color: whitesmoke;
}

.cp-close:hover,
.cp-close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

.cenexpslider-slide .cenexpslider-content {
    width: 1200px;
}

.cenexpslider-slide .cenexpslider-content {
    width: 1200px;
    z-index: 1;
}




/* .hide_things h2.elementor-heading-title.elementor-size-default {
    display: none;
}
.hide_things a.elementor-button.elementor-button-link.elementor-size-sm {
    display: none;
} */

.hide_things .elementor-316 .elementor-element.elementor-element-2a75c98 .elementor-heading-title {
    /*font-size: 52px;
    line-height: 60px;*/
}
.hide_things .elementor-316 .elementor-element.elementor-element-6114ac4 {
   /* font-size: 30px;
    line-height: 36px;*/
}

.elementor-gallery__container a:first-child{ display: none;}
