@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

*:not(i) {
    font-family: 'Public Sans', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
}

body * {
    letter-spacing: 0;
}

header#site-header {
    background: rgba(255, 255, 255, 1);
    position: sticky;
    top: 0;
    z-index: 10;
}

header#site-header .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

header#site-header .header-inner .header-titles,
header#site-header .header-inner .header-titles .site-logo {
    margin: 0;
}

header#site-header .header-inner .header-navigation-wrapper {
    align-items: center;
    gap: 40px;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li {
    margin: 0;
    position: relative;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background-color: #000;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li .icon {
    display: none;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li.pll-parent-menu-item a {
    display: flex;
    align-items: center;
    gap: 5px;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li a {
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #000;
    text-decoration: none;
    padding: 0;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li:hover a {
    color: #000;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li .sub-menu {
    background-color: #fff;
    padding: 16px;
    top: calc(100% + 0rem);
    border: 1px solid #c5c6d0;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    width: 22rem;
    transform: translateX(-50%);
    left: 50%;
    display: none;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li:hover .sub-menu {
    display: block;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li .sub-menu::after {
    display: none;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li .sub-menu li a {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    color: #191b23;
    border-radius: 6px;
    gap: 1rem;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li .sub-menu li:hover a,
header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li .sub-menu li:focus a {
    background-color: #e1e2ec;
}

header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li .sub-menu li a img {
    margin: 0;
}

.common-modal-design .modal-content .modal-body {
    padding: 2.5rem;
}

.common-modal-design .modal-content .modal-body .modal-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 20px;
}

.common-modal-design .modal-content .modal-body ul {
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.common-modal-design .modal-content .modal-body ul .lang-item {
    margin: 0;
}

.common-modal-design .modal-content .modal-body ul .lang-item a {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #f0f0fa;
    border-radius: 12px;
    color: #000;
    text-decoration: none;
    gap: 6px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.common-modal-design .modal-content .modal-body ul .lang-item.current-lang a,
.common-modal-design .modal-content .modal-body ul .lang-item:hover a,
.common-modal-design .modal-content .modal-body ul .lang-item:focus a {
    background-color: #000;
    color: #fff;
}


.currency-switcher {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.currency-switcher button {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #f0f0fa;
    border-radius: 12px;
    color: #000;
    text-decoration: none;
    gap: 6px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.currency-switcher button:hover, .currency-switcher button:focus, .currency-switcher button.active {
    color: #fff;
    background-color: #000;
}

.common-modal-design .modal-content .modal-body .btn-close {
    margin: 0 !important;
    top: -47px !important;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    background-color: #fff;
    opacity: 1;
    background-size: 1rem;
}

footer#site-footer {
    padding: 0;
    background-image: url(https://wpdev.perceptionsystem.in/dubaiyacht/wp-content/uploads/2025/07/footer-bg-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer#site-footer .footer-top {
    padding: 80px 0 100px;
    margin: 0;
    border: 0;
}

footer#site-footer .footer-top .textwidget p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

footer#site-footer .footer-top .widget-title {
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 30px;
}

footer#site-footer .footer-top nav .menu {
    padding: 0;
}

footer#site-footer .footer-top nav .menu li {
    line-height: 1;
    margin: 0 0 20px;
}

footer#site-footer .footer-top nav .menu li:last-child {
    margin: 0;
}

footer#site-footer .footer-top nav .menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none !important;
}

footer#site-footer .footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #fff;
}

footer#site-footer .footer-bottom .footer-copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
}

@media (max-width: 999px) {
    #site-header .header-inner .header-titles-wrapper  .toggle {
        padding: 0;
        position: relative;
        width: 50px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000;
        right: 0;
    }
    
    #site-header .header-inner .header-titles-wrapper {
        justify-content: space-between;
        padding: 0;
    }
    
    #site-header .header-inner .header-titles-wrapper .toggle .toggle-inner {
        padding: 0;
        width: 100%;
        height: 100%;
    }
    
    #site-header .header-inner .header-titles-wrapper .toggle .toggle-inner .toggle-icon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #site-header .header-inner .header-titles-wrapper .toggle .toggle-inner .toggle-icon svg {
        width: 30px;
        height: 30px;
    }
    #site-header .header-inner .header-titles-wrapper .toggle:focus {
        outline: none;
    }

    .menu-modal {
        z-index: 999;
    }

    .menu-modal .menu-top button:not(.sub-menu-toggle) {
        outline: none;
    }

    .menu-modal .menu-top button .toggle-text {
        display: none;
    }

    .menu-modal .menu-top button:not(.sub-menu-toggle) .svg-icon {
        width: 50px;
        height: 40px;
        border: 1px solid white;
        padding: 10px;
    }

    .menu-modal .menu-top .mobile-menu .modal-menu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 0;
        border: 0;
    }
    
    .menu-modal .toggle{
        color: white;
        border: 0;
        margin: 0;
    }

    /* Initial modal styles */
    .menu-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        overflow: hidden;
    
        /* Animation-related */
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    
        /* Transition */
        transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s;
    }
  
  /* When menu is open */
  .menu-modal.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s;
  }
  
  /* Modal content area */
  .menu-modal-inner {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0;
    background-color: rgba(1, 64, 81, 1);
  }
  
  .menu-wrapper {
    display: block;
  }

  .menu-modal .menu-wrapper {
    padding: 0;
    width: 100%;
}

.menu-modal .menu-top button:not(.sub-menu-toggle) {
    padding: 15px 20px;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item {
    margin: 0 !important;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 0;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item a {
    padding: 16px 22px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
    color: white;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .submenu-toggle {
    background: none;
    border: none;
    padding: 16px;
    position: absolute;
    right: 10px;
    top: 3px;
    cursor: pointer;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .submenu-toggle[aria-expanded="true"] svg{
    transform: rotate(180deg);
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .submenu-toggle svg {
    width: 25px;
    height: 25px;
    stroke: #fff;
    transition: transform 0.4s ease;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu {
    max-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    transition: max-height 0.4s ease;
    display: block;
    padding: 0;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu.open {
    max-height: 1000px;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu li a {
    padding-left: 40px;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu .sub-menu li a {
    padding-left: 60px;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu .sub-menu .sub-menu li a {
    padding-left: 75px;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item.current_page_item a,
.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item.current-menu-item a {
    background-color: rgba(255,255,255,0.1);
    font-weight: 900;
}
}

.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel-container .swiper {
    height: calc(100vh - 145px);
}

.carousel-container .swiper .swiper-wrapper .swiper-slide img,
.carousel-container .swiper .swiper-wrapper .swiper-slide video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.ps-overlay-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.ps-overlay-slider:not(.overlay-none) {
    background: linear-gradient(180deg, rgba(1, 64, 81, 0) 25.93%, #014051 92.59%);
}

.ps-overlay-slider .slider-inner-content-wrap {
    text-align: center;
    max-width: 850px;
    padding: 0 15px;
    height: calc(100% - 125px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider-inner-content-wrap h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.slider-inner-content-wrap  h2 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 20px;
}

.slider-inner-content-wrap  p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 30px 0;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background: rgba(246, 159, 43, 1);
    border-color: rgba(246, 159, 43, 1);
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: white;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    color: #1f2937;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #f3f4f6;
}

.swiper-button-prev {
    left: 0.5rem;
}

.swiper-button-next {
    right: 0.5rem;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
}

.payment-icons {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    z-index: 2;
}

.payment-icons img {
    height: 24px;
    margin: 0 0.5rem;
    width: 115px;
    object-fit: contain;
}

.product-categories-main-filter-wrap {
    background: rgba(250, 250, 250, 1);
    position: sticky;
    top: 80px;
    z-index: 999;
    padding-top: 3px;
}

.product-categories-main-filter-wrap .filter-swiper-button-next, .product-categories-main-filter-wrap .filter-swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.product-categories-main-filter-wrap .filter-swiper-button-next {
    right: 0;
}

.product-categories-main-filter-wrap .filter-swiper-button-prev {
    left: 0;
}

.product-categories-main-filter-wrap .swiper-button-disabled {
    display: none;
}

.product-categories-main-filter-wrap .filter-swiper-button-next::after, .product-categories-main-filter-wrap .filter-swiper-button-prev::after {
    position: absolute;
    content:"";
    background-image:url('data:image/svg+xml,<svg width="18" height="18" fill="none" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19 12H5"></path><path d="m12 19-7-7 7-7"></path></svg>');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.product-categories-main-filter-wrap .filter-swiper-button-next::after {
    transform: rotate(180deg);
}

.product-categories-main-filter-wrap .product-categories-swiper{
    padding: 5px 0;
}

.product-categories-main-filter-wrap .product-categories-swiper .swiper-slide {
    width: 120px;
}

.product-categories-main-filter-wrap .product-category-item {
    text-align: center;
    cursor: pointer;
    position: relative;
}

.product-categories-main-filter-wrap .product-category-item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background-color: transparent;
}

.product-categories-main-filter-wrap .product-category-item.active::before {
    background-color: rgba(1, 64, 81, 1);
}

.product-categories-main-filter-wrap .product-category-item.active,
.product-categories-main-filter-wrap .product-category-item.active span,
.product-categories-main-filter-wrap .product-category-item:hover,
.product-categories-main-filter-wrap .product-category-item:hover span,
.product-categories-main-filter-wrap .product-category-item:focus,
.product-categories-main-filter-wrap .product-category-item:focus span {
    color: rgba(1, 64, 81, 1);
    font-weight: 700;
}

.product-categories-main-filter-wrap .product-category-item .category-icon {
    margin: 0 auto;
}

.product-categories-main-filter-wrap .product-category-item span {
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.main-product-card-wrap {
    padding: 50px 0;
    background-color: rgba(250, 250, 250, 1);
}
.main_card_wraper .yacht-card-slider .yacht-card-swiper img {
    height: 260px;
}
.main_card_wraper .star_wraper {
    z-index: 9;
}
.main_card_wraper a {
    color: #000;
    text-decoration: none;
}
.yacht-card-swiper-pagination {
    position: absolute;
    bottom: 14px !important;
    z-index: 104;
    padding: 0 20px;
}

.yacht-card-swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 1);
}

.row-gap-20 {
    row-gap: 20px;
}

.common-button-prev, .common-button-next {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #c5c6d0;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.common-button-prev {
    left: 8px;
}

.common-button-next {
    right: 8px;
}

.common-button-prev svg, .common-button-next svg {
    width: 16px;
    height: 16px;
}

.action_wraper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    outline: none;
    border: none;
    height: 44px;
    padding: 0 2rem;
    border-radius: 9999px;
    font-size: 1.125rem; 
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    background-color: var(--secondary) !important; 
    color: #fff;
}

.btn-white:hover {
    background-color: #e1e2eccc;
}
.btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    outline: none;
    border: none;
    height: 44px;
    padding: 0 2rem;
    border-radius: 9999px;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    background-color: #f0f0fa;
    color: #191b23;
}

.home-bottom-info-section-wrap {
    background: rgba(1, 64, 81, 0.05);
    padding: 100px 0;
}

.home-bottom-info-section-wrap .image img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.home-bottom-info-section-wrap iframe {
    border-radius: 10px;
    width: 100% !important;
}

.home-bottom-info-section-wrap .content h2 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.home-bottom-info-section-wrap .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0 0 30px;
}

.home-bottom-info-section-wrap .content p:last-child {
    margin: 0;
}

.mb-100 {
    margin-bottom: 100px;
}

.row-gap-40 {
    row-gap: 40px;
}

.section_description {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
}

.thfaqf-faq-list {
    margin: 0 !important;
}

.thfaqf-faq-list .thfaqf-faq-list-title {
    display: none;
}

.thfaqf-faq-list .faq-item-wrapper .thfaqf-faq-item {
    border-radius: 10px !important;
    margin: 0 0 30px 0;
    box-shadow: 0px 15px 50px -12px rgba(0, 0, 0, 0.1);
}

.thfaqf-faq-list .faq-item-wrapper .thfaqf-faq-item:last-child {
    margin-bottom: 0;
}

.thfaqf-faq-list .faq-item-wrapper .thfaqf-faq-item .thfaqf-faq-item-title {
    background-color: #fff !important;
    border: 0 !important;
    padding: 15px 30px;
}

.thfaqf-faq-list .faq-item-wrapper .thfaqf-faq-item .thfaqf-faq-item-title h4 {
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.thfaqf-faq-list .faq-item-wrapper .thfaqf-faq-item .thfaqf-faq-item-title h4 .thfaqf-title-text {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0px;
    color: #000 !important;
}

.thfaqf-faq-list .faq-item-wrapper .thfaqf-faq-item .thfaqf-faq-item-title h4 .thfaqf-toggle-icon {
    color: rgba(5, 106, 129, 1) !important;
    line-height: 1;
    font-size: 32px;
}

.thfaqf-faq-list .faq-item-wrapper .thfaqf-faq-item .thfaqf-faq-item-content {
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px 30px 30px;
}

.thfaqf-faq-list .faq-item-wrapper .thfaqf-faq-item .thfaqf-faq-item-content p {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
}

.thfaqf-faq-list .faq-item-wrapper .thfaqf-faq-item .thfaqf-faq-item-content ul {
    padding: 0;
    margin: 0;
}

.thfaqf-faq-list .faq-item-wrapper .thfaqf-faq-item .thfaqf-faq-item-content ul li {
    list-style: disc;
}

.review_box_wrap {
    box-shadow: 0px 15px 50px -12px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px 30px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.primary-link {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(246, 159, 43, 1);
    gap: 10px;
}

.primary-link:hover,
.primary-link:focus {
    color: rgba(246, 159, 43, 1);
}

.review_box_wrap p {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #000;
}

.review_box_wrap br {
    display: none;
}

.cate-listing-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.cate-listing-row .cat-list {
    flex: calc(14.28% - 30px);
    max-width: calc(14.28% - 30px);
    cursor: pointer;
}

.cate-listing-row .cat-list div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cate-listing-row .cat-list div .category-icon {
    width: 40px;
    height: 40px;
    background: rgba(246, 159, 43, 1);
    padding: 6px;
    box-shadow: 0px 2.67px 5.33px -2.67px rgba(0, 0, 0, 0.1), 0px 5.33px 8px -1.33px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.cate-listing-row .cat-list div span {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    vertical-align: middle;
    color: #000;
}

.product-info-listing-wrap {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 46px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.product-info-listing-wrap .product-info-listing-box-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-info-listing-wrap .product-info-listing-box-wrap .info_value {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.product-info-listing-wrap li {
    margin: 0;
}

.border-bottom {
    border-color: #E1E2EC !important;
}

.common-gallary-list-wrap {
    margin: 0;
    padding: 0;
}

.common-gallary-list-wrap img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 12px;
    margin: 0 0 12px;
}

.common-gallary-list-wrap p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.product-content-title {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    margin-bottom: 16px;
}

.facilities_list_wrap {
    margin: 0;
    padding: 0;
    column-count: 2;
}

.facilities_list_wrap li {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    padding-left: 40px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M21.6747 6.7024L15.6247 2.6424C15.3062 2.42607 14.932 2.30628 14.5471 2.29741C14.1621 2.28854 13.7828 2.39097 13.4547 2.5924L3.50469 8.7124C3.21461 8.89133 2.97507 9.14143 2.8088 9.43896C2.64254 9.73648 2.55507 10.0716 2.55469 10.4124V16.2324C2.5542 16.56 2.63419 16.8827 2.78763 17.1722C2.94107 17.4616 3.16327 17.7089 3.43469 17.8924L9.48469 21.9624C9.8032 22.1787 10.1774 22.2985 10.5623 22.3074C10.9472 22.3163 11.3266 22.2138 11.6547 22.0124L21.6047 15.8924C21.8948 15.7135 22.1343 15.4634 22.3006 15.1658C22.4668 14.8683 22.5543 14.5332 22.5547 14.1924V8.3624C22.5552 8.03479 22.4752 7.71208 22.3217 7.42263C22.1683 7.13318 21.9461 6.88585 21.6747 6.7024Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.5547 22.3031V14.3031L2.80469 9.45312" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.5547 14.3075L22.3247 7.4375" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left top;
}

.product-categories {
    margin: 0;
    padding: 0;
    column-count: 2;
}

.product-categories li {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-categories li a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
}


.product_price_box {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}

.product_price_box .price_box_wrap {
    border: 1px solid #F0F0FA;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 25px 50px -25px rgb(0 0 0 / 10%);
}

.product_price_box .price_box_wrap .price_hour span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
}

.product_price_box .price_box_wrap .price_hour p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    margin: 0;
}

.product_price_box .price_box_wrap .price_value .price {margin: 0;font-size: 18px;font-weight: 600;line-height: 28px;color: #000;}

.btn_transperent {
    text-transform: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

.btn_transperent:hover,
.btn_transperent:focus {
    background-color: #e1e2ec;
    text-decoration: none;
}

.theme-light-bg {
    background-color: #f9f9fa;
}

.container.info_content_page {
    margin: 0 auto;
    padding-bottom: 80px;
}

.entry-header .entry-title {
    font-family: 'Playfair Display', sans-serif;    
}

.info_content_page h1,
.info_content_page h2,
.info_content_page h3,
.info_content_page h4,
.info_content_page h5,
.info_content_page h6 {
    margin: 30px 0 20px;
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 0;
}

.info_content_page p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0 0 20px 0;
}

.info_content_page p:last-child {
    margin: 0;
}

.info_content_page ol, .info_content_page ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.info_content_page ul li {
    list-style-type: disc;
}

.info_content_page ol li {
    list-style-type: decimal;
}

.info_content_page li {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    letter-spacing: 0;
}

.page-id-623 .entry-header {
    display: none;
}

.page-id-623 .post-inner {
    padding: 0;
}

.page-id-623 .wp-block-group {
    margin-top: 0;
    margin-bottom: 0;
}

.ab_common_banner_wrap {
    position: relative;
    padding: 60px 0;
    min-height: 766px;
}

.ab_common_banner_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ab_common_banner_wrap .ab_banner_inner {
    position: relative;
    z-index: 1;
}

.ab_common_banner_wrap .ab_banner_inner h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 66px;
    color: #323233;
    margin-bottom: 18px;
}

.ab_common_banner_wrap .ab_banner_inner h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 58px;
    margin-bottom: 18px;
    letter-spacing: 1px;
    color: #323233;
    text-align: center;
}

.ab_common_banner_wrap .ab_banner_inner  p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    color: #000;
    margin: 0 auto 18px;
}

.ab_common_banner_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(  180deg,  rgba(255, 255, 255, 1) 0%,  rgba(255, 255, 255, 1) 50%,  rgba(255, 255, 255, 0.9) 65%,  rgba(255, 255, 255, 0.7) 75%,  rgba(255, 255, 255, 0.3) 90%,  rgba(255, 255, 255, 0) 100%);
    height: 80%;
}

.ab_common_banner_wrap.blue_and_white::after {
    background: linear-gradient(180deg, rgba(29, 58, 113, 0.71) 0%, rgba(59, 96, 169, 0) 100%);
}

.ab_common_banner_wrap.black_and_white::after {
    background: rgb(0 0 0 / 50%);
    height: 100%;
}

.ab_btn_white a {
  max-width: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  width: 100%;
  border: 1px solid #fff;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 900;
  border-radius: 35px;
  background: #fff;
  text-decoration: none;
  color: #000;
  font-size: 1.8rem;   
  text-transform: none;
  gap: 5px;
}

.ab_btn_white.icon a::after {
  content:"";
  background-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.0605 1C2.0605 0.585786 2.40645 0.25 2.83319 0.25H10.3025V7.5C10.3025 7.91421 9.95658 8.25 9.52983 8.25C9.10309 8.25 8.75714 7.91421 8.75714 7.5V2.81066L1.31906 10.0303C1.01731 10.3232 0.528069 10.3232 0.226315 10.0303C-0.0754385 9.73744 -0.0754385 9.26256 0.226315 8.96967L7.6644 1.75H2.83319C2.40645 1.75 2.0605 1.41421 2.0605 1Z" fill="%23021026"></path></svg>');
  width: 11px;
  height: 11px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ab_btn_white a:hover {
  text-decoration: none !important;
}

.blog-filter-wrap .blog-filter {
    margin: 0 0 60px;
    display: flex;
    border-bottom: 1px solid #ddd;
    gap: 30px;
    overflow-x: auto;
}

.blog-filter-wrap .blog-filter .filter-btn {
    padding: 0;
    background-color: transparent;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 2px solid transparent;
    transition: color 0.3s ease, border-color 0.3s ease, font-weight 0.3s ease;
    white-space: nowrap;
}

.blog-filter-wrap .blog-filter .filter-btn.active,
.blog-filter-wrap .blog-filter .filter-btn:hover,
.blog-filter-wrap .blog-filter .filter-btn:focus {
    color: rgba(1, 64, 81, 1);
    border-color: rgba(1, 64, 81, 1);
}

.blog-filter-wrap .blog-filter .filter-btn.active {
    font-weight: 700;
}

.blog_page .main_card_wraper {
    transition: 0.5s;
}

.blog_page .main_card_wraper:hover {
    box-shadow: 0px 7px 30px -16px rgba(0, 0, 0, 0.65);
    transform: scale(1.02);
}

.breadcrumb-inner-wrapper {
    margin: 24px 0 !important;
}

.breadcrumb-inner-wrapper .breadcrumb {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
}

.breadcrumb-inner-wrapper .breadcrumb .breadcrumb-item {
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-inner-wrapper .breadcrumb .breadcrumb-item a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    color: #000;
    line-height: 1;
}

.breadcrumb-inner-wrapper .breadcrumb .breadcrumb-item.active a {
    color: var(--primary);
}

.breadcrumb-inner-wrapper .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    margin: -3px 0 0 0;
    padding: 0;
    border-bottom: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.ab_information_section_wrap {
    background-color: #f9f9fa;
    padding: 50px 100px;
    margin-bottom: 24px !important;
}

.ab_information_section_wrap .about-swiper-scroller {
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 60px;
}

.ab_h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 58px;
    margin: 0 !important;
    margin-bottom: 18px !important;
    letter-spacing: 1px;
    color: #323233;
}

.ab_paragraph {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #444;
    margin: 0 0 20px;
}

.ab_h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin: 0 !important;
    margin-bottom: 18px !important;
    letter-spacing: 1px;
    color: #323233;
}

.ab_tag_paragraph {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin: 0;
}

.ab_information_section_wrap ul.wp-block-navigation {
    margin: 30px 0;
}

.ab_information_section_wrap ul.wp-block-navigation li.wp-block-navigation-link {
    margin: 0;
}

.ab_information_section_wrap ul.wp-block-navigation li.wp-block-navigation-link a {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary);
    text-decoration: underline;
}

.btn_primary_wiget a {
    min-width: 200px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: none;
    outline: none;
    padding: 15px 30px;
    transition: .3s;
    background-color: var(--primary);
    border: 1px solid var(--primary) !important;
    color: black;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 15px;
}

.btn_primary_outline_wiget a {
    min-width: 200px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: none;
    outline: none;
    padding: 15px 30px;
    transition: .3s;
    background-color: transparent;
    border: 1px solid var(--primary) !important;
    color: var(--primary);
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 15px;
}

.btn_primary_wiget a:hover,
.btn_primary_outline_wiget a:hover {
    text-decoration: none !important;
}

.about-swiper-scroller .swiper-wrapper .img_title_bxo {
    text-align: center;
}

.about-swiper-scroller .swiper-wrapper .img_title_bxo span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.about-swiper-scroller .swiper-wrapper .img_title_bxo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin: 0 0 10px;
}

.ab_two_col_wrap img {
    width: 100%;
    border-radius: 10px;
}

.site-description {
    display: none;
}

.margin-0 ul {
    margin: 0;
}

.post-meta-wrapper .post-meta {
    margin: 0;
    gap: 20px;
}

.post-meta-wrapper .post-meta li {
    margin: 0;
}

.filter-section {
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    border-left: 6px solid var(--primary);
  }

  .filter-section label {
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 6px;
  }

  .filter-section .form-select,
  .filter-section .form-control {
    border-radius: 8px;
    height: 45px;
    font-size: 14px;
    border: 1px solid #dee2e6;
    transition: border-color 0.3s ease;
  }

  .filter-section .form-select:focus,
  .filter-section .form-control:focus {
    border-color: #dee2e6;
    box-shadow: 0 0 0 0.15rem #dee2e6;
  }

  .filter-section .form-control::placeholder {
    color: #000;
  }

  .filter-section .d-flex input {
    flex: 1;
  }

.child-service-item-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 0 30px;
    aspect-ratio:1;
}

.child-service-item-card .content_info p {
    margin: 20px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.single-post .content_wraper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.post-type-archive-service article.services {display: flex;flex-direction: column-reverse;}

.post-type-archive-service article.services .entry-header {
    padding: 0 !important;
}

.post-type-archive-service article.services .entry-header .section-inner {
    width: 100%;
    margin: 0;
    max-width: 100%;
}

.post-type-archive-service article.services .entry-header .section-inner .post-meta-wrapper {
    display: none;
}

.post-type-archive-service article.services .entry-header .entry-title {
    font-size: 26px;
    text-align: left;
}

.post-type-archive-service article.services figure {
    margin: 0 0 20px 0;
}

.post-type-archive-service article.services figure .section-inner {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.post-type-archive-service article.services figure .section-inner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.post-type-archive-service article.services .entry-header .entry-title a:hover {
    text-decoration: none;
}

@media screen and (min-width: 992px) and (max-width: 1920px) and (max-height: 750px) {
    .banner_bluer_content {
        padding: 20px 50px;
    }
}

@media (min-width: 576px) {
    .modal-600 {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .banner_bluer_content {
        position: relative;
        background: rgba(1, 64, 81, 0.3);
        padding: 70px 50px;
        border-radius: 30px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

@media(min-width: 992px){
    .container {
        max-width: calc(100% - 100px);
    }
    .main-product-card-wrap {
        padding: 80px 0;
    }
    .product_price_box {
    position: sticky;
    top: 80px;
    max-width: 400px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    }
}

@media (min-width: 1280px) {
    .container.info_content_page {
    max-width: 800px;
    }
}

@media(min-width: 1600px){
    .container {
        max-width: calc(100% - 200px);
    }
    .main-product-card-wrap {
        padding: 100px 0;
    }
       .pe-80 {
        padding-right: 80px;
    }
}

@media (min-width: 1930px) {
    .container {
        max-width: calc(1930px - 200px);
    }
}

@media (max-width: 1650px) and (min-width: 1400px) {
    .main_card_wraper .btn.small {
        padding: 12px 15px;
        font-size: 15px;
    }
    .main_card_wraper .price_card {
        font-size: 18px;
    }
}

@media (max-width: 1599px) {
    .slider-inner-content-wrap h2 {
        font-size: 60px;
    }
    .slider-inner-content-wrap h1 {
        font-size: 22px;
    }
    .home-bottom-info-section-wrap {
        padding: 80px 0;
    }
    .mb-100 {
        margin-bottom: 80px;
    }
    .home-bottom-info-section-wrap .content h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .home-bottom-info-section-wrap .content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .cate-listing-row .cat-list {
        flex: calc(20% - 30px);
        max-width: calc(20% - 30px);
    }
    .ab_common_banner_wrap {
        min-height: 566px;
    }
    .ab_common_banner_wrap .ab_banner_inner h1 {
        font-size: 56px;
        line-height: 60px;
    }
    .ab_common_banner_wrap .ab_banner_inner h2,
    .ab_h2 {
        font-size: 48px;
        line-height: 54px;
    }
    .ab_common_banner_wrap .ab_banner_inner p {
        font-size: 20px;
        line-height: 26px;
    }
    .btn_primary_wiget a, .btn_primary_outline_wiget a {
        max-width: 100%;
        min-width: 100%;
        padding: 15px 20px;
    }
    .news_section .img_wraper, .blog_page .main_card_wraper .img_wraper {
        height: 200px;
    }
}

@media (max-width: 1199px) {
    header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu {
        gap: 20px;
    }
    header#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li:not(:last-child):after {
        right: -10px;
    }
    .cate-listing-row .cat-list {
        flex: calc(25% - 30px);
        max-width: calc(25% - 30px);
    }
    .ab_common_banner_wrap .ab_banner_inner h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .ab_common_banner_wrap .ab_banner_inner h2,
    .ab_h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .ab_information_section_wrap {
        padding: 50px;
    }
    .ab_paragraph {
        font-size: 18px;
        line-height: 26px;
    }

    .product-gallery-swiper {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .cate-listing-row .cat-list {
        flex: calc(33.33% - 30px);
        max-width: calc(33.33% - 30px);
    }
    .product_price_box .price_box_wrap {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
    .mobile-sticky-book-yact {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: hsla(0,0%,100%,.95);
        padding: 15px 25px;
        z-index: 9;
    }
    .ab_two_col_wrap .wp-block-column {
    flex-basis: 100% !important;
    }

    .ab_two_col_wrap {
        flex-wrap: wrap !important;
    }
    .col-md-full {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .ps-overlay-slider .slider-inner-content-wrap {
        padding: 0 80px;
    }

    .product-gallery-swiper {
        height: 400px;
    }
    .grid-custom-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    footer#site-footer .container {
        padding: 0;
    }
    .slider-inner-content-wrap h1 {
        font-size: 18px;
    }
    .ab_h2 {
        font-size: 36px;
        line-height: normal;
    }
    .slider-inner-content-wrap p {
        font-size: 16px;
    }
    .payment-icons {
        flex-wrap: wrap;
        column-gap: 10px;
        row-gap: 20px;
        bottom: 20px;
    }

    .payment-icons img {
        width: 90px;
        height: 18px;
        margin: 0;
    }

    .carousel-container .swiper {
        height: 700px;
    }
    .ps-overlay-slider .slider-inner-content-wrap {
        height: calc(100% - 115px);
    }
    footer#site-footer .footer-top {
        padding: 50px 15px 80px;
    }
    footer#site-footer .footer-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-bottom-info-section-wrap {
        padding: 60px 0;
    }
    .home-bottom-info-section-wrap .content h2 {
        font-size: 28px;
    }
    .cate-listing-row {
        gap: 20px;
    }
    .cate-listing-row .cat-list {
        flex: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .cate-listing-row .cat-list div {
        gap: 10px;
    }
    .cate-listing-row .cat-list div .category-icon {
        width: 36px;
        height: 36px;
    }
    .product_price_box .price_box_wrap {
        flex:calc(100% - 8px);
        max-width: calc(100% - 8px);   
    }
    .blog-filter-wrap .blog-filter {
        margin-bottom: 40px;
        gap: 15px;
    }
    .ab_common_banner_wrap {
        min-height: 400px;
        padding: 40px 0;
    }
    .ab_common_banner_wrap .ab_banner_inner h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .ab_common_banner_wrap .ab_banner_inner p {
        font-size: 18px;
    }
    .ab_common_banner_wrap .ab_banner_inner h2 ,
    .ab_h2{
        font-size: 28px;
        line-height: 36px;
    }
    .ab_common_banner_wrap::after {
        height: 100%;
    }
    #yachtModal .main_wraper {
        padding: 15px;
    }
    .ab_information_section_wrap {
        padding: 30px 20px;
    }
    .ab_h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .ab_paragraph {
        font-size: 16px;
        line-height: 24px;
    }
    .btn_primary_wiget a,
    .btn_primary_outline_wiget a {
        font-size: 16px;
    }
    .ps-overlay-slider .slider-inner-content-wrap {
        padding: 0 50px;
    }
    .ps-overlay-slider {
        background: linear-gradient(180deg, rgba(1, 64, 81, 30%) 0%, #014051 92.59%) !important;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 30px;
    }
    .blog_detail_wraper .featured-media .featured-media-inner img {
        height: 400px;
    }
    .link_wraper ul {
        padding-left: 10px !important;
    }
    .post-inner {
        padding-top: 0;
    }
    .banner_section,
    .service_detail_wraper .banner_section {
        height: 300px;
    }
    .slider-inner-content-wrap h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .main_card_wraper .category_card {
        margin-bottom: 5px;
    }
    .thfaqf-faq-list .faq-item-wrapper .thfaqf-faq-item .thfaqf-faq-item-title h4 .thfaqf-title-text {
        font-size: 16px;
    }
    .thfaqf-faq-list .faq-item-wrapper .thfaqf-faq-item .thfaqf-faq-item-content p {
        font-size: 16px;
    }
    .ab_common_banner_wrap:not(.blue_and_white::after)::after{
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 50%);
    }
    .ab_common_banner_wrap.black_and_white::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%, rgba(255, 255, 255, 0.27) 100%, rgba(255, 255, 255, 0) 100%);
    }
    .modal {
        --bs-modal-margin: 1.5rem;
    }
    .grid-custom-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 380px) {
    .mobile-sticky-book-yact {
        padding: 14px 10px;
    }
    .mobile-sticky-book-yact .btn_transperent {
        font-size: 14px;
    }
}