/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* @font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica-Compressed.woff2') format('woff2'),
        url('Helvetica-Compressed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica-Light.woff2') format('woff2'),
        url('Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica-Oblique.woff2') format('woff2'),
        url('Helvetica-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.woff2') format('woff2'),
        url('Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica-Bold.woff2') format('woff2'),
        url('Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/HelveticaRounded-Bold.woff2') format('woff2'),
        url('HelveticaRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica-BoldOblique.woff2') format('woff2'),
        url('Helvetica-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} */

/***************/

html {
  scroll-behavior: smooth;
}
.current-menu-item span.nav-link-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #333;
    text-transform: capitalize;
}
span.nav-link-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    background: #1E1E1E;
    height: 4px;
}a.btn.head-btn {
    background: #fe6c61;
    border-radius: 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    padding: 17px 15px;
    border: 1px solid #fe6c61;
}

ul#menu-main-menu {
    /* padding-left: 24px; */
    gap: 30px;
}body .main-page-wrapper {
    padding-top: 0px;
}.sec-1 {
    padding: 0;
    background-size: cover;
}
h4 {
    font-weight: 900;
    font-size: 20px;
    color: #fe6c61;
}
.sec-1 h4 strong {
    font-weight: 700;
    font-size: 19px;
    /* background: #12606e; */
}h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    color: #fff;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}.sec-1 p {
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;
}
a.btn.all-btn.green {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    background: #12606e;
    font-family: 'Poppins';
    padding: 21px 25px;
    border-radius: 7px;
    border: none !important;
}
a.btn.all-btn.green::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 500;
    padding-left: 10px;
    font-size: 20px;
}
a.btn.all-btn.white {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    background: #fe6c61;
    padding: 18px 40px;
    border-radius: 5px;
}

.sec-2 {
    padding: 150px 0px;
}
.blue {
    background: #fe6c61;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.vc_column-inner {
    padding-top: 0px !important;
}
.black {
    background: #4f3635;
}
.off-white {
    background: #F3F3F3;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.light-blue {
    background: #49CBE5;
}
.sec-2 .wpb_column p:first-child {
    min-height: 110px;
    margin-bottom: 20px;
}
.sec-2 .wd-info-box {
    margin: 0px !important;
    padding: 30px 16px 35px;
    gap: 30px;
}
.sec-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sec-2 .wd-info-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.9;
    text-transform: capitalize;
    color: #fff;
}
.sec-2 .off-white .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    color: #000;
}
.sec-2 .off-white .wd-info-box p {
    color: #000;
}
.sec-2 .light-blue .wd-info-box p {
    color: #000;
}
.sec-2 .light-blue .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    color: #000;
}
.sec-2 .blue .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m p a {
    color: #fff;
}
a.learn {
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
}
.off-white a.learn, .light-blue a.learn {
    color: #000;
}.sec-1 h4 {
    color: #fff;
    margin-bottom: 37px;
    position: relative;
    z-index: 228277;
}
.sec-3 h4 {
    color: #fe6c61;
    font-weight: 900;
    margin-bottom: 25px;
}

h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.1;
    color: #333;
}
.sec-3 p a {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #12606e;
}
.sec-3 p {
    color: #333;
}
a.btn.all-btn {
    background: #fe6c61;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    padding: 18px 36px;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.5s;
    border: 1px solid #fe6c61;
}
.set-box .wpb_text_column.wpb_content_element {
    max-width: 273px;
    position: absolute;
    bottom: 0;
    margin-bottom: 155px;
    left: -142px;
    padding: 60px 20px;
    border-radius: 4px;
   background: #4f3635;
}
.set-box .wpb_text_column.wpb_content_element h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    font-style: italic;
}.sec-3 {
    padding-bottom: 100px;
}
.sec-4 {
    margin-bottom: 0px;
    background-size: cover;
}
.sec-4 .wpb_text_column.wpb_content_element.text-center {
    margin: 0px;
}
.sec-4 {
    padding: 90px;
}
.sec-4 h1 {
    font-weight: 400;
    font-size: 57px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    line-height: 1.1;
    font-style: italic;
    padding-bottom: 20px;
}.sec-4 a.btn.all-btn.white {
    color: #fff;
}.sec-5 .wd-info-box {
    box-shadow: 5px 5px 20px 0 rgba(10, 27, 95, 0.05);
    background: #fff;
    margin-bottom: 50px;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    padding: 25px 40px 40px;
}
.sec-5 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    text-transform: capitalize;
    color: #333;
    padding-bottom: 15px;
    padding-top: 19px;
    font-family: 'Poppins';
}
.sec-5 .wd-info-box p {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    /* display: inline-flex; */
}.sec-5 .wd-info-box p:not(:last-child) {
    padding-bottom: 8px;
    display: inline-flex;
}
.sec-5 .wd-info-box p:not(:last-child)::before {
    content: "\f107";
    font-family: "woodmart-font";
    font-weight: 900;
    padding-right: 10px;
    font-size: 19px;
    color: #0094a3;
}.sec-5 .wd-info-box .box-icon-wrapper.box-with-icon.box-icon-simple {
    margin-left: -10px;
}.sec-5 .wd-info-box p:last-child {
    padding-top: 13px;
}.sec-5 {
    margin-bottom: 80px;
}.sec-5 {
    margin-bottom: 80px;
}
.sec-6 {
    padding: 80px 0px 80px;
    background-repeat: no-repeat;
    background-size: cover;
}.testimon-align-left .testimonial-inner {
    flex-direction: column !important;
}
.testimon-align-left .testimonial-inner .testimonial-content {
    background-color: #fff;
    padding: 105px 40px 30px 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 48px 0 rgba(31, 88, 168, 0.05);
    font-style: italic;
}
.testimon-align-left .testimonial-inner .testimonial-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    z-index: -1;
    padding-bottom: 35px;
    font-family: 'Inter';
    font-style: italic;
}
.testimon-align-left .testimonial-inner .testimonial-content footer {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    font-style: normal;
    line-height: 1.3;
}
.testimon-align-left .testimonial-avatar {margin-right: 0 !important;margin-bottom: -30px;margin-left: 30px;}
.testimonial-content footer {
    display: flex;
    flex-direction: column;
}body img.testimonial-avatar-image {
    border-radius: 5px;
    max-width: 70px !important;
}

.testimon-align-left .testimonial-inner .testimonial-content footer span {
    font-weight: 400;
    font-size: 14px;
    color: #747474;
}.testimonial-inner::after {
    position: absolute;
    z-index: 32;
    top: 0px;
    left: 46px;
    margin-top: 90px;
    content: "\f148 \f148 \f148 \f148 \f148";
    font-family: "woodmart-font";
    font-weight: 400;
    font-size: 24px;
    color: #fe6c61;
}.testimonial-content footer>span:before {
    display: none !important;
}.sec-6 
 .wpb_text_column.wpb_content_element.text-center {
    margin-bottom: 80px;
}.sec-6 h4 {
}.wd-nav-pagin-wrap.text-center.wd-style-shape.wd-hide-md-sm.wd-hide-sm {
    margin-top: 60px;
}
li.wd-nav-pagin-item.wd-active {
    border-radius: 5px;
    width: 50px;
    height: 6px;
    background: #fe6c61;
    opacity: 1;
}
body li.wd-nav-pagin-item.wd-active span {
    background: none !important;
    border: none !important;
}
li.wd-nav-pagin-item {
    background: #fe6c61;
    opacity: 0.5;
    border-radius: 5px;
    width: 25px;
    height: 6px;
}
li.wd-nav-pagin-item span {
    border: none !important;
}.sec-7 h4 {
    color: #12606E;
}
.sec-7 {
    padding: 100px 0px;
}
.sec-7 .wpb_text_column.wpb_content_element.text-center {
    margin: 0px;
    padding-bottom: 80px;
}
body .wd-accordion.wd-style-default:before {
    display: none;
}
.wd-accordion-title.font-primary.wd-fontsize-s.text-left.wd-opener-pos-right.wd-font-weight-600 {
    background: #f3f3f3;
    margin-bottom: 20px;
    padding: 20px 24px;
    border-radius: 8px;
}
.wd-accordion.wd-style-default .wd-accordion-item {
    border: none !important;
}
.wd-accordion-title-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: #333;
    font-family: 'Poppins' !important;
}
.wd-accordion-content.reset-last-child p {
    padding: 0px 23px;
    font-size: 16px;
}
.wd-accordion-opener.wd-opener-style-plus:before {
    font-size: 21px;
    color: #0096FF;
}.post-date.wd-post-date.wd-style-with-bg {
    display: none !important;
}
.article-body-container {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    text-align: left !important;
    padding: 40px 30px 40px !important;
}
.article-inner {
    box-shadow: none !important;
}
.wd-entities-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #231f20;
    padding-bottom: 3px;
}
.entry-content.wd-entry-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #42526b;
    padding-top: 6px;
    padding-bottom: 4px;
}
a.btn-read-more.more-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #333;
    text-transform: capitalize;
}.wd-post .entry-thumbnail img {
    border-radius: 15px !important;
}.sec-8 .wpb_text_column.wpb_content_element.text-center {
    padding-bottom: 80px;
    margin: 0px;
}
.sec-8 {
    padding: 100px 0px;
}div#media_image-2 {
    padding: 0px;
    border: none !important;
    margin-bottom: 41px;
}
.footer-column-1 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
.footer-column-1 
 .wd-social-icons.icons-design-default.icons-size-default.color-scheme-dark.social-follow.social-form-circle.text-center {
    text-align: left;
}
.footer-column-1 
 span.wd-icon {
    background: rgba(255, 255, 255, 0.08);
    padding: 13px 16px;
    border-radius: 5px;
    color: #fff;
    transition: 0.5s;
}
.footer-column-1 a.wd-social-icon.social-facebook {
    padding-left: 0px !important;
}h5.widget-title {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
}
.menu-item a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    /* font-family: 'Poppins'; */
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-6.current_page_item.menu-item-26 a {
    color: #fff;
}
.footer-column-2 {
    padding-left: 130px;
}
.textwidget p a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 2.1;
}
.footer-column-4 .textwidget p {
    color: #fff;
    font-weight: 400;
    line-height: 1.8;
    margin-top: -4px;
}
.footer-column-4 .textwidget p a {
    line-height: 2.3;
}.col-left.set-cont-mb-s.reset-last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
.col-right.set-cont-mb-s.reset-last-child p a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}.copyrights-wrapper.copyrights-two-columns {
    border: none !important;
}
.min-footer {
    border-top: 1px solid #fff;
}
.footer-sidebar {
    padding: 100px 0px 80px !important;
}.wd-prefooter {
    padding: 0px !important;
}
.site-content {
    margin: 0px !important;

}.sec-8 h4 {
    /* color: #21616d; */
}
.sec-8 h2 {
    line-height: 1.3;
}.about-us {
    padding-top: 60px !important;
    padding-bottom: 0px;
}


.service-pg{
        padding-top: 100px !important;
}
.blog-pg {
    padding-top: 50px !important;
    padding-bottom: 50px;
}
.testimonial-pg {
    padding-top: 50px !important;
    padding-bottom: 50px;
}
.Conatct-pg {
    padding: 60px 0px 80px;
}
button#wpforms-submit-84 {
    background: #fe6c61;
}a.btn.all-btn.green:hover {
    background: #ffffff;
    color: #21616d;
}

a.btn.all-btn.white:hover {
    background: transparent;
    color: #fff;
}

a.btn.all-btn:hover {
    background: #fff;
    color: #4f3635;
}a.btn.head-btn:hover {
    background: transparent;
    color: #fe6c61;
}.footer-column-1 span.wd-icon:hover {
    background: #21616d;
}
.testimonial-content pre {
    background: transparent !important;
    padding: 0px !important;
    font-family: 'Poppins' !important;
}
a.btn.head-btn.marg {
    margin-left: 10px;
}

/*********MEdia*****/
@media screen and (min-device-width: 1000px) and (max-device-width: 1100px){
    .site-logo img {
    max-width: 140px !important;
}
}
@media screen and (min-device-width: 1100px) and (max-device-width: 1200px){
    .site-logo img {
    max-width: 172px !important;
}
}
@media screen and (min-device-width: 1000px) and (max-device-width: 1203px){
     .current-menu-item span.nav-link-text {
    font-size: 14px !important;
}
    ul#menu-main-menu {
    gap: 9px;
}
    span.nav-link-text {
    font-size: 14px !important;
}
}
@media screen and (min-device-width: 1000px) and (max-device-width: 1640px){
    .current-menu-item span.nav-link-text {
    font-size: 17px;
}
    ul#menu-main-menu {
    gap: 9px;
}
    a.btn.all-btn.trans {
    margin-left: 260px !important;
    padding: 23px 34px !important;
}
.sec-1 .wd-button-wrapper {
    margin-top: 132px !important;
}

.sec-1 p {
    padding: 0px 140px;
    margin-bottom: 5px;
}
.sec-4 .wd-button-wrapper {
    margin-top: -59px !important;
    margin-right: 210px !important;
}
    .textwidget ul li a {
    font-size: 15px;
}
span.nav-link-text {
    font-size: 15px;
}
a.btn.head-btn {
    font-size: 14px;
    padding: 15px 10px;
}
h4 {
    font-size: 16px;
}
.sec-1 h4 strong {
    font-size: 20px;
}
h1 {
    font-size: 30px;
}
p {
    font-size: 16px !important;
}
a.btn.all-btn.green {
    font-size: 16px;
    padding: 17px 19px;
}
a.btn.all-btn.white {
    font-size: 14px;
    padding: 12px 27px;
}
.sec-2 {
    padding: 100px 0px;
}
.sec-2 .wpb_column p:first-child {
    min-height: 140px;
}
.sec-2 .wd-info-box {
    padding: 30px 16px 34px;
    }
h2 {
    font-size: 35px;
}
a.btn.all-btn {
    font-size: 16px;
    padding: 16px 34px;
}
.set-box .wpb_text_column.wpb_content_element h3 {
    font-size: 20px;
}
.set-box .wpb_text_column.wpb_content_element {left: 0px;padding: 40px 20px;max-width: 213px;}
.sec-3 {
    padding-bottom: 70px;
}
.sec-4 h1 {
    font-size: 37px;
}
.sec-4 {
    /* margin-bottom: 100px; */
}
.sec-5 {
    margin-bottom: 50px;
}
.sec-6 {
    padding: 80px 0px 80px;
}
.sec-7 {
    padding: 80px 0px;
}
.sec-8 {
    padding: 80px 0px;
}
.wd-entities-title {
    font-size: 17px !important;
}
a.btn-read-more.more-link {
    font-size: 15px;
}
.footer-sidebar {
    padding: 80px 0px 80px !important;
}
h5.widget-title {
    font-size: 20px;
}
.menu-item a {
    font-size: 15px;
}
.textwidget p a {
    font-size: 15px;
    line-height: 2.4;
}
.col-left.set-cont-mb-s.reset-last-child {
    font-size: 15px;
}
.col-right.set-cont-mb-s.reset-last-child p a {
    font-size: 15px;
}
    .textwidget ul li a {
    font-size: 15px !important;
}
}
.blog-design-masonry.blog-style-bg.has-post-thumbnail .article-body-container {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (min-device-width: 1700px) and (max-device-width: 1900px){
    .set-box .wpb_text_column.wpb_content_element {
    left: -92px;
    max-width: 253px;
}

.set-box .wpb_text_column.wpb_content_element h3 {
    font-size: 20px;
}
}
@media screen and (min-device-width: 1640px) and (max-device-width: 1700px){
    .set-box .wpb_text_column.wpb_content_element h3 {
    font-size: 20px;
}
    .set-box .wpb_text_column.wpb_content_element {
    left: -32px;
}
}
/*********replica**********/

.whb-general-header span.nav-link-text {
    color: #333;
}

.top-ul UL {
    display: flex;
    margin-bottom: 0px;
    gap: 23px;
    align-items: center;
    padding-left: 0px;
    list-style: none;
}
.wd-toolbar {
    display: none !important;
}
.top-ul UL li {
    margin-bottom: 0px;
    display: flex;
    gap: 9px;
    align-items: center;
}

.top-ul UL li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}span.wd-icon {
    background: rgba(255, 255, 255, 0.08);
    padding: 11px 14px;
    border-radius: 5px;
    font-size: 16px !important;
}.wd-social-icon {
    padding-right: 0px !important;
}.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    font-size: 11px;
    color: #000 !important;
    font-weight: 700;
}.sec-1 h4::before {
    content: url(/wp-content/uploads/2024/12/Frame-1-2.png);
    position: absolute;
    left: 30px;
    right: 0;
    top: -61px;
    z-index: -1;
}
.sec-1 .wpb_text_column.wpb_content_element.text-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}.sec-3 h2 {
    margin-bottom: 25px;
}

.sec-1 .bannervideo video {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: top;
}

.sec-1 .bannervideo {
    clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 94%, 70% 100%, 30% 100%, 0 94%, 0 0);
    position: relative;
}

.sec-1 .bannervideo::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, black 70%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(180px);
    opacity: 0.7;
}

.sec-3 a.btn.all-btn {
    margin-top: 10px;
}.sec-4 h2 {
    color: #fff;
    line-height: 1.1;
    line-height: 1.3;
}

.sec-4 p {
    color: #fff;
    line-height: 1.5;
    padding-bottom: 10px;
}

a.btn.all-btn.trans {
    background: none !important;
    border: 1px solid #fff;
    margin-left: 0px;
    padding: 27px 20px;
    height: 0px;
    margin-left: 310px;
    position: relative;
    z-index: 3;
}.sec-4 .wpb_text_column.wpb_content_element.text-center p {
    display: flex;
    justify-content: center;
    gap: 20px;
}.sec-our-service .wd-info-box {
    background: #fff !important;
    padding: 0px 50px 40px;
    gap: 8px;
    border-radius: 10px;
    border-top: 12px solid #4f3635;
    transition: 0.5s;
}.sec-our-service .wd-info-box .info-box-icon {
    background: #4f3635;
    padding: 15px;
    border-radius: 10px 10px 0 10px;
}

.sec-our-service .wd-info-box .box-icon-wrapper.box-with-icon.box-icon-simple {
    text-align: right;
    margin-right: -50px;
    margin-top: -12px;
}

.sec-our-service .wd-info-box:hover .info-box-icon {
    background: #fe6c61;
}.sec-our-service h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    text-transform: capitalize;
    color: #333333;
    padding-bottom: 10px;
    text-align: left;
}

.sec-our-service p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.sec-our-service p:first-child {
    padding-bottom: 20px;
}

.sec-our-service p a.learn-btn {
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #333;
}
.sec-our-service .wd-info-box:hover {
    border-top: 12px solid #fe6c61;
}.sec-our-service .wpb_text_column.wpb_content_element.text-center:not(:last-child) {
    padding: 0px 0px 40px;
}

.sec-our-service h4 {
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #fe6c61;
}

.sec-our-service h2 {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 20px;
}

.sec-our-service p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}.sec-our-service::before {
    content: url(/wp-content/uploads/2024/12/Rectangle-30-3.png);
    position: absolute;
    right: 0;
}.chose-us-sec {
    padding: 130px 0px 100px;
}

.chose-us-sec h4 {
    margin-bottom: 20px;
}

.chose-us-sec  h2 {
    margin-bottom: 16px;
}

.chose-us-sec p {
    color: #333;
}

.chose-us-sec h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 600 !important;
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.chose-us-sec 
 .info-box-inner.set-cont-mb-s.reset-last-child p {
    font-size: 16px;
    margin-top: 0px !important;
    color: #333;
}

.chose-us-sec .info-box-inner.set-cont-mb-s.reset-last-child {
    margin-top: 0px;
}

.chose-us-sec  .wd-info-box {
    margin-bottom: 27px;
}

.chose-us-sec .wd-info-box .info-box-icon::before {
    content: '';
    background: #fe6c61;
    width: 3px;
    height: 31px;
    position: absolute;
    top: 62px;
    margin-left: 29px;
}

.chose-us-sec .wd-info-box .info-box-icon img.attachment-800x600.size-800x600 {
    position: relative;
}
.chose-us-sec .tax-box .info-box-icon::before {
    display: none !important;
}
.tax-box {
    margin-bottom: 35px !important;
}

.chose-us-sec .wpb_text_column.wpb_content_element {
    margin-bottom: 25px;
}.sec-our-service {
    padding-bottom: 100px;
}.sec-our-service {
    padding: 100px 0px 100px;
}.explore-more {
    margin-top: 60px;
    margin-bottom: 0px;
}.wd-wpb.wd-accordion .wd-accordion-title-text {
    font-family: 'Inter' !important;
}.footer-column-4 p {
    margin-bottom: 7px;
}

.footer-column-4 .wd-social-icons.icons-design-default.icons-size-default.color-scheme-dark.social-follow.social-form-circle.text-center {
    text-align: left;
}

.footer-column-4 span.wd-icon {
    color: #fff;
}

:is(.widget_categories,.widget_pages,.widget_archive,.widget_nav_menu) ul li.current_page_item>a {
    color: #fff;
}

.menu-item-object-page a {
    font-family: 'Inter';
}.tnp-field label {
    display: none !important;
}

input#tnp-1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #6c6c6c;
    background: #fff;
    border-radius: 8px;
    padding: 28px 20px;
}

.tnp-field.tnp-field-button {
    position: absolute;
    right: 60px;
    bottom: 46px;
}

.tnp.tnp-subscription {
    position: relative;
}

input.tnp-submit {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    background: #fe6c61!important;
    font-family: 'Inter';
    padding: 19.8px 30px!important;
    border-radius: 7px;
}.footer-column-3 {
    /* padding-left: 50px; */
}.col-right.set-cont-mb-s.reset-last-child p {
    color: #fff;
}.service-pg::before {
    display: none;
}
.service-pg .wd-info-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 270px;
}.service-pg {
    padding-top: 70px !important;
}.footer-column-4 {
    flex: 22%;
    max-width: 22%;
}

.footer-column-1 {
    flex: 28%;
    max-width: 31%;
}

.footer-column-3 {
    flex: 21%;
    max-width: 21%;
    margin-left: 20px;
}a.btn.all-btn.trans:hover {
    color: #ffff;
    background: #fe6c61 !important;
    border: 1px solid #fe6c61;
}.textwidget ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}.footer-column-4 ul li a {
    line-height: 2.4;
}

.footer-column-4 li {
    margin-bottom: 0px;
}.Conatct-pg h4.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    color: #fe6c61;
    font-size: 27px;
}

div.wpforms-container-full {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px 30px 50px;
    border-radius: 20px;
}

.Conatct-pg h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 20px;
}

.Conatct-pg .info-box-inner.set-cont-mb-s.reset-last-child {
    margin-top: 0px;
}

.Conatct-pg .info-box-inner.set-cont-mb-s.reset-last-child a {
    color: #000;
}


body div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    min-height: 110px !important;
}
.black img {
    filter: brightness(0) invert(1);
}

ul#menu-footer-menu {
    pointer-events: none;
}

em.wpforms-error {
    display: none !important;
}.sec-1 .wd-button-wrapper {
    position: absolute;
    margin-top: 199px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    top: 0;
}
.wd-popup {
    padding: 30px 0px 40px;
    background: #f7f7f7 !important;
    border-radius: 30px !important;
}

.wd-popup div#wpforms-231 {
    padding: 0px 10px;
    background: none !important;
    box-shadow: none !important;
}

.wd-popup h2 {
    color: #4f3635;
}

.wd-popup .wpb_text_column.wpb_content_element.text-center {
    margin-bottom: 0px;
    margin-top: 0px;
}

.wd-popup .wpforms-field {
    padding: 8px 0px 0px  !important;
}

.wd-popup label.wpforms-field-label {
    color: #4f3635;
    margin-bottom: 7px;
    font-weight: 100 !important;
    font-size: 15px;
}

.wd-popup button#wpforms-submit-231 {
    background: #4f3635;
    width: 100%;
    padding: 23px !important;
    margin: 0 auto;
}

.wd-popup .wpforms-submit-container {
    width: 40%;
    margin: 0 auto;
}

.wd-popup .wpb_text_column.wpb_content_element {
    margin-bottom: 0px !important;
}

button.mfp-close {
    top: -23px !important;
    margin-right: 0px;
    background: #4f3635 !important;
    color: #fff;
    border-radius: 50% !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}body {
    --wpforms-button-background-color: #4f3635 !important;
}
.sec-4 .wd-button-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: -66px;
    margin-right: 230px;
}
.Conatct-pg .wd-button-wrapper {
    text-align: left;
}

.btn.btn-color-default:hover {
    box-shadow: none;
    color: #ffffff;
}

body .sec-btn:hover {
    background: transparent !important;
    color: #fe6c61 !important;
}

.pay-sec h3 {
    font-size: 44px;
    color: #000;
}

.pay-sec .wpb_text_column.wpb_content_element {
    padding-left: 40px;
}

.pay-sec {
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}


.faq {
    padding-bottom: 100px;
}
.sec-our-service {
    padding-bottom: 0 !important;
}
.wd-accordion-opener.wd-opener-style-plus:before {
    font-size: 21px;
    color: #fe6c61;
}
.faq-text {
    padding-bottom: 30px;
    padding-top: 30px;
}
.ser-new ul li {
    color: #333;
    font-size: 15px;
   
}
.ser-box {
    min-height: 1100px;
}
.enhance {
    display: flex;
    align-items: center !important;
    justify-content: center;
    gap: 30px;
}
.enhance a.btn.all-btn.green {
    background: #fe6c61;
    
    border: 1px solid #fff !important;
    font-family: inter;
    font-weight: 500;
    padding: 15.8px 25px !important;
}
.ser-new h4 {
    color: #fe6c61 !important;
    font-size: 50px !important;
    /* text-align: center; */
    padding-bottom: 20px !important;
}
.ser-11 {
    padding: 50px 0;
}
.ser-12 {
    padding-bottom: 70px;
}


@media screen and (min-device-width: 200px) and (max-device-width: 999px){
    

h1 {
    font-size: 24px;
}

.sec-1 p {
    font-size: 12px;
}

.sec-1 p br {
    display: none;
}

.sec-1 .wd-button-wrapper {
    margin-top: 109px;
}

a.btn.all-btn.white {
    font-size: 14px;
    padding: 15px 37px;
}

.container, .container-fluid {padding-right: 15px !important;padding-left: 15px !important;}


.sec-1 .wpb_text_column.wpb_content_element.text-center {
    padding: 0px 15px;
}

.sec-2 {
    padding: 30px 11px;
}

.blue {
    border-radius: 20px;
    margin-bottom: 20px;
}

.black {
    border-radius: 20px;
    margin-bottom: 20px;
}

.off-white {
    border-radius: 20px;
}

.sec-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 19px;
}

.sec-2 .wd-info-box p {
    font-size: 13px;
}

.set-box .wpb_text_column.wpb_content_element {
    position: unset;
    max-width: 100%;
    padding: 10px 20px;
    margin-bottom: 45px;
}

.set-box .wpb_text_column.wpb_content_element h3 {
    font-size: 18px;
    text-align: center;
}

.sec-3 .wpb_text_column.wpb_content_element {
    text-align: center;
}

h2 {
    font-size: 25px;
}

.sec-3 h4 {
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
}

p {
    font-size: 14px;
}

.sec-3 {
    padding-bottom: 0px;
}

.sec-4 {
    padding: 40px 0px;
}

.sec-4 h2 br {
    display: none;
}

p br {
    display: none;
}

.enhance {
    flex-direction: column;
    gap: 10px;
}

a.btn.all-btn.white {
    width: 100%;
}

.sec-our-service {
    padding: 40px 0px 30px !important;
}

.sec-our-service h2 {
    font-size: 24px;
}

h2 br {
    display: none;
}

.sec-our-service h4 {
    margin-bottom: 5px;
}

.sec-our-service p {
    font-size: 14px;
}

.sec-our-service .wpb_text_column.wpb_content_element.text-center:not(:last-child) {
    padding: 0px 0px 0px;
}

.sec-our-service .wd-info-box {
    padding: 0px 20px 20px;
}

.sec-our-service .wd-info-box .box-icon-wrapper.box-with-icon.box-icon-simple {
    margin-right: -20px;
}

.sec-our-service h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 23px;
}

.chose-us-sec {
    padding: 50px 0px 10px;
    text-align: center;
}

.chose-us-sec .wd-info-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
    margin-bottom: 20px;
}

.chose-us-sec .info-box-wrapper {
    text-align: center;
}

.chose-us-sec .wd-info-box .info-box-icon::before {
    display: none;
}

.chose-us-sec h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 20px;
}

.chose-us-sec .info-box-inner.set-cont-mb-s.reset-last-child p {
    font-size: 14px;
}

a.btn.all-btn {
    font-size: 14px;
    padding: 14px 36px;
}

.chose-us-sec .wd-info-box:nth-child(4) {
    
    /* margin-bottom: 0px !important; */
}

.chose-us-sec a.btn.all-btn {
    margin-top: 0px !important;
    margin-bottom: 20px;
}

.pay-sec {
    flex-direction: column-reverse;
    text-align: center;
    padding-bottom: 20px;
}

.pay-sec .wpb_text_column.wpb_content_element {
    padding-left: 0px;
}

.pay-sec h3 {
    font-size: 29px;
    margin-bottom: 7px;
}

.sec-6 {
    padding: 50px 0px 0px;
}

.sec-8 {
    padding: 40px 0px;
}

.sec-6 .wpb_text_column.wpb_content_element.text-center {
    margin-bottom: 60px;
}

.testimon-align-left .testimonial-inner .testimonial-content {
    font-size: 14px;
}

.sec-8 .wpb_text_column.wpb_content_element.text-center {
    padding-bottom: 30px;
}

.sec-8 {
    padding-bottom: 20px;
}

.Conatct-pg {
    padding: 40px 0px 20px;
    text-align: center;
}

.Conatct-pg .wd-info-box {
    flex-direction: column;
    text-align: center;
    padding-bottom: 15px;
}

.wd-title-style-bordered .liner-continer {
    flex-direction: column !important;
}

div.wpforms-container-full {
    margin-top: 0px !important;
}

.Conatct-pg .title-wrapper {
    margin-bottom: 9px !important;
}

.Conatct-pg h4.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-size: 29px;
}

.wpforms-field-label {
    text-align: left;
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

button#wpforms-submit-84 {
    width: 100%;
}

.footer-sidebar {
    padding: 0px 0px 0px !important;
    display: unset !important;
}

.footer-column {
    max-width: 100%;
    padding: 0px;
}

div#media_image-2 {
    text-align: center;
    margin-bottom: 20px;
}

.footer-column-1 p {
    font-size: 14px;
    text-align: center;
}

.tnp-field.tnp-field-button {
    position: unset;
    margin-bottom: 35px !important;
}

input.tnp-submit {
    padding: 16.8px 30px !important;
}

input#tnp-1 {
    padding: 25px 20px;
}

h5.widget-title {
    padding-right: 0px !important;
    text-align: center;
    font-size: 19px;
}

.footer-column-3 {
    margin-left: 0px;
}

.menu-footer-menu-container {
    text-align: center;
}

.textwidget {
    text-align: center;
}

.menu-item a {
    font-size: 14px;
}

.textwidget ul li a {
    font-size: 14px;
}

.footer-column-4 .wd-social-icons.icons-design-default.icons-size-default.color-scheme-dark.social-follow.social-form-circle.text-center {
    text-align: center;
    margin-top: 9px;
}

.sticky-toolbar-on {
    padding-bottom: 0px !important;
}

.col-left.set-cont-mb-s.reset-last-child {
    font-size: 14px;
    line-height: 1.8;
}

.footer-column-4 {
    margin-bottom: 10px !important;
}
    .container.main-footer {
    padding-top: 30px;
}
    .sec-1 a.btn.all-btn.white {
    width: 170px;
}
    span.nav-link-text {
    font-size: 16px;
    color: #000;
}

.current-menu-item span.nav-link-text {
    font-size: 16px;
}

.wd-sub-menu li>a {
    color: #000;
    font-size: 15px;
}

a.woodmart-nav-link {
    color: #000;
}
    .about-us {
    padding: 20px 0px 0px !important;
}

.page-id-10 .Conatct-pg {
    padding-top: 10px;
}

.page-id-10 .about-us .wpb_text_column.wpb_content_element {margin-bottom: 0px;}

.about-us .set-box {
    margin-bottom: 30px;
}
.faq-text {
    padding-bottom: 0px;
}

.faq-text h2 br {
    display: none;
}

.wd-wpb.wd-accordion .wd-accordion-title-text {
    font-size: 13px;
}

.wd-accordion-content.reset-last-child p {
    font-size: 14px;
}

.faq {
    padding-bottom: 20px;
}

.service-pg {
    padding-top: 10px !important;
}
	.ser-11 {
    padding: 0px 0px;
    margin-bottom: 0px;
}

.ser-12 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 28px !important;
    text-align: center;
    padding-bottom: 1px !important;
}

.ser-12 p {
    text-align: center;
}

.ser-12 p strong {
    font-weight: 900;
    font-size: 15px;
}

.ser-12 ul {
    padding-top: 12px;
}

.ser-12 {
    padding-bottom: 20px;
}
	.blog-pg {
    padding-top: 10px !important;
}
    .page-id-16 .Conatct-pg {
    padding-top: 0px;
}

.page-id-16 .Conatct-pg h4.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-size: 25px;
}

.page-id-16 .Conatct-pg .wd-info-box {
    justify-content: center;
    align-items: center;
}

.page-id-16 .Conatct-pg .vc_column-inner.vc_custom_1496932331302 {
    padding-top: 0px !important;
}
	.whb-general-header .site-logo img {
    max-width: 120px !important;
}
h1.entry-title.title {
    font-size: 25px !important;
}
	
	
	
	
	
	.wpb_text_column.wpb_content_element ul li {
    text-align: left;
    font-size: 14px !important;
}

.sec-1 p {
    padding: 0px 0 !important;
}

.sec-1 {
    /* padding: 20px; */
}

h1 {
    padding-top: 0px;
}


div#animated-lines p {
    font-size: 16px;
}
.set-box .wpb_single_image.wpb_content_element.vc_align_left img {
    width: 100% !important;
}
div#carousel-466 {
    margin: 0;
}

.vc_row.wpb_row.vc_row-fluid.chose-us-sec {
    padding: 0;
}

h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 16px !important;
}

.wpb_text_column.wpb_content_element.text-center.booking {
    margin: 0;
}

.vc_row.wpb_row.vc_row-fluid.pay-sec {
    padding: 0 !important;
}

.packages-sec .wpb_text_column.wpb_content_element {
    min-height: 100px !important;
}

.vc_row.wpb_row.vc_row-fluid.packages-sec {
    padding-bottom: 40px;
}

.wpb_text_column.wpb_content_element.text-center.note-home {
    margin: 0;
    padding: 0;
}
.note-home p {
    font-size: 18px !important;
}
	.moin {
    padding: 0 !important;
}

.vc_row.wpb_row.vc_row-fluid.sec-3.about-us.wd-rs-675a1b989bf48 {}

.vc_row.wpb_row.vc_row-fluid.sec-3.about-us.wd-rs-675a1b989bf48 {
    padding: 0px 0px !important;
}




.page-id-10 img.vc_single_image-img.attachment-full {
    padding-top: 20px;
}

.page-id-10 .about-col-2 .wpb_text_column.wpb_content_element {
    max-width: 100% !important;
}


.page-id-10 .vc_row.wpb_row.vc_inner.vc_row-fluid.set-box.about-col-2 {
    margin: 0;
}
	

.wd-bg-none {
    margin: 0 !important;
}


.wd-accordion-title-text {
    font-size: 14px !important;
}

.wd-accordion-opener.wd-opener-style-plus:before {
    font-size: 14px !important;
}
.wpb_text_column.wpb_content_element.text-center.faq-text {
    padding: 0;
}
.page-id-11 .page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    margin: 0px 0 20px;
}
.page-id-10 .page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    margin: 0px 0 20px;
}
.page-id-15 .page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    margin: 0px 0 20px;
}
.page-id-16 .page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    margin: 0px 0 0px;
}
.chose-us-sec .wd-info-box {
    padding-bottom: 10px !important;
    padding-top: 20px;
}

.faq-text h2 {
    font-size: 20px;
}
.wpb_text_column.wpb_content_element {
    margin-bottom: 20px !important;
}
.vc_row.wpb_row.vc_row-fluid.sec-6 {
    padding: 25px 0 0;
}
div#contact {
    padding: 10px 0;
}

.booking h2 {
    padding: 15px 0 0px !important;
}
div#animated-lines p {
    font-size: 16px !important;
    line-height: 1.3 !important;
}

ul li {
    margin-bottom: 5px;
}

.title-after_title.set-cont-mb-s.reset-last-child.wd-fontsize-xs {
    font-size: 14px !important;
    text-align: center;
}

.wpb_text_column.wpb_content_element strong {
    display: block;
}

.whb-header {
    margin-bottom: 20px !important;
}
	
	
	
	
	
}


#line {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.fade-in-out {
    opacity: 0;
    animation: fadeInOut 3s forwards; 
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.sec-1 p {
    padding: 0px 230px;
}

div#animated-lines p {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0px;
}


.set-box .wpb_single_image.wpb_content_element.vc_align_left {
    width: 100%;
}

.set-box figure.wpb_wrapper.vc_figure {
    width: 100%;
    text-align: center;
}

.set-box .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}

.set-box img.vc_single_image-img.attachment-full {
    width: 77%;
}

.sec-3 ul li {
    font-size: 16px;
    color: #333333;
}
.pay-sec ul li {
    color: #333;
    font-size: 16px;
}

.pay-sec img.vc_single_image-img.attachment-full {
    width: 80% !important;
}

.service-pg .wd-info-box {
    margin-bottom: 50px;
}

.Conatct-pg h4 {
    font-size: 27px;
}

.Conatct-pg .title-after_title.set-cont-mb-s.reset-last-child.wd-fontsize-xs {
    color: #333;
    font-size: 17px;
}
.Conatct-pg .wd-marquee-content {
    font-size: 20px;
    color: #000;
}


.form-col .title-wrapper {
    margin-bottom: 11px !important;
}

.form-col .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}

.form-col .wpforms-container {
    margin-top: 10px !important;
}
.form-col p {
    font-size: 17px;
    color: #33333;
}

.form-col p strong {
    font-weight: 900;
}
.packages-sec .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 37px 18px;
    min-height: 340px;
    transition: all ease 0.5s;
}

.packages-sec {
    padding-bottom: 80px;
}

.packages-sec h4 {
    font-size: 18px;
    padding-top: 1px;
    color: #000;
    margin-bottom: 10px;
}

.packages-sec p strong {
    font-size: 21px;
    color: #ff5754;
}

.packages-sec ul li {
    COLOR: #333333;
    font-size: 15px;
}

.packages-sec p {
    margin-bottom: 12px !important;
    font-size: 15px;
}



.packages-sec .wpb_text_column.wpb_content_element:hover {
    background: #4d3535;
}

.packages-sec .wpb_text_column.wpb_content_element:hover h4 {
    color: #fff;
}

.packages-sec .wpb_text_column.wpb_content_element:hover p strong {
    color: #fff;
}

.packages-sec .wpb_text_column.wpb_content_element:hover ul li {
    color: #fff;
}

.packages-sec .wpb_text_column.wpb_content_element:hover p {
    color: #fff;
}

.packages-sec .wpb_text_column.wpb_content_element:hover {
    transform: translateY(-10px);
}

.packages-sec .wpb_text_column.wpb_content_element ul {
    padding-top: 6px;
}

.booking h2 {
    color: #000;
    padding-bottom: 40px;
}

.resource{
	padding-bottom: 50px !important;
}
.note-home p {
    font-size: 21px;
    color: #000;
    font-weight: 500;
}

.note-home {
    padding-bottom: 50px;
}

div#animated-lines {
    padding-bottom: 11px;
}

.note-home a.btn.all-btn.white:hover {
    color: #f66777;
}

.moin {
    padding-bottom: 0px;
    padding-top: 80px;
}
.about-col-2 .wpb_text_column.wpb_content_element {
    right: 0px;
    max-width: 50%;
    margin: 0px 0 90px auto;
}

/* Homepage blog section (sec-8) */
.sec-8 {
    padding: 90px 0 100px;
}

.sec-8 .wpb_text_column.wpb_content_element.text-center {
    max-width: 760px;
    margin: 0 auto 50px;
    padding-bottom: 0 !important;
}

.sec-8 h4 {
    color: #fe6c61;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.sec-8 h2 {
    color: #231f20;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
}

.sec-8 .wpb_text_column.wpb_content_element.text-center p {
    color: #42526b;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.sec-8 .wd-blog-element {
    max-width: 1200px;
    margin: 0 auto;
}

.sec-8 .wd-blog-holder.wd-masonry {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px !important;
    height: auto !important;
}

.sec-8 .wd-blog-holder.wd-masonry > article {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}

.sec-8 .wd-post.blog-design-masonry .article-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(35, 31, 32, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sec-8 .wd-post.blog-design-masonry:hover .article-inner {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(35, 31, 32, 0.12);
}

.sec-8 .wd-post .entry-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 0 !important;
}

.sec-8 .wd-post .post-img-wrapp {
    border-radius: 0;
}

.sec-8 .wd-post .article-body-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left !important;
    padding: 28px 24px 32px !important;
    background: #fff;
}

.sec-8 .wd-post .post-title {
    font-size: 20px !important;
    line-height: 1.35;
    margin-bottom: 10px;
}

.sec-8 .wd-post .post-title a {
    color: #231f20;
    transition: color 0.2s ease;
}

.sec-8 .wd-post .post-title a:hover {
    color: #fe6c61;
}

.sec-8 .wd-post .entry-content.wd-entry-content {
    flex: 1;
    font-size: 15px;
    line-height: 1.65;
    color: #42526b;
}

.sec-8 .wd-post .read-more-section {
    margin-top: 18px;
}

.sec-8 .wd-post a.btn-read-more.more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 7px;
    background: #fe6c61;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: none;
    transition: background 0.2s ease;
}

.sec-8 .wd-post a.btn-read-more.more-link:after {
    display: none;
}

.sec-8 .wd-post a.btn-read-more.more-link:hover {
    background: #4f3635;
    color: #fff !important;
}

@media screen and (max-width: 1024px) {
    .sec-8 .wd-blog-holder.wd-masonry {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px !important;
    }

    .sec-8 h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .sec-8 {
        padding: 60px 0 70px;
    }

    .sec-8 .wd-blog-holder.wd-masonry {
        grid-template-columns: 1fr;
        gap: 20px !important;
    }

    .sec-8 h2 {
        font-size: 26px;
    }

    .sec-8 .wd-post .entry-thumbnail img {
        height: 200px;
    }
}