:root{
  --primary: #F69F2B;
  --secondary: #056A81;
}
body{
  font-size: 16px;
}
.main_filter_wraper{
  background-color: rgba(0,0,0,.95);
  padding: 10px;
}
.nav-pills .nav-link.active {
  background-color: #343a40;
}
.nav-link {
  color: white;
}
.card-img-top {
  height: 200px;
  object-fit: cover;
}
.section_padding, .news_section{
  padding: 40px 0;
}
.with_bgimg .bg-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_tagline{
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 5px;
}
.section_title,
.category_page_title *{
  font-size: 28px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 30px;
}
.category_page_title * {
  color: #000000;
}
.section_desc{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.text-primary{
  color: var(--primary) !important;
}
.text-secondary{
  color: var(--secondary) !important;
}
.btn{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  padding: 15px 30px;
  transition: .3s;
}
.btn.small{
  padding: 12px 24px;
}
.btn_primary{
  background-color: var(--primary);
  border: 1px solid var(--primary) !important;
  color: black;
}
.btn_outline_primary{
  background-color: transparent;
  color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}
.btn_primary:hover{
  background-color: transparent;
  color: var(--primary);
}
.btn_outline_primary:hover{
  background-color: var(--primary);
  color: white !important;  
}
.cta_section .img_part img{
  border-radius: 10px;
  object-fit: cover;
}
.main_card_wraper{
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 15px 50px -12px #0000001A;
  height: 100%;
}
.main_card_wraper .img_wraper{
  height: 260px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.main_card_wraper .img_wraper img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.main_card_wraper .title_card{
  font-size: 20px;
  color: black;
  margin-bottom: 10px;
  font-weight: 700;
}
.main_card_wraper .category_card{
  color: #444444;
  font-size: 16px;
  margin-bottom: 30px;
}
.main_card_wraper .price_card{
  font-size: 20px;
}
.main_card_wraper .star_wraper{
  background: rgba(255, 255, 255, 60%);
  backdrop-filter: blur(5px);
  border-radius: 5px;
  height: 32px;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  gap: 6px;
}
.main_card_wraper .star_wraper img{
  height: 22px;
  width: 22px;
  object-fit: contain;
}
.news_section .img_wraper{
  height: 320px;
}
.offer_section .inner_box{
  height: 400px;
  width: 100%;
  padding: 30px;
  overflow: hidden;
}
.offer_section .inner_box:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(325.44deg, rgba(1, 64, 81, 0) 30%, #014051 80%);
  z-index: 1;
}
.offer_section .inner_box img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
  transition: .4s;
}
.offer_section .inner_box h4{
  font-size: 18px;
  color: white;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  z-index: 6;
  font-family: "Playfair Display", serif;
}
.offer_section .inner_box a{
  text-decoration: none !important;
}
.offer_section .inner_box .more_btn{
  background-color: var(--secondary);
  color: white;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 40px;
  z-index: 6;
  transition: .3s;
  position: absolute;
  top: 90px;
  left: 30px;
}
.offer_section .inner_box .more_btn:hover{
  background-color: white;
  color: black;
}
.offer_section .inner_box:hover img{
  transform: scale(1.1);
}
#yachtModal .modal-content{
  background-color: unset;
  border: 0;
}
#yachtModal .related_wraper{
  border-radius: 16px;
  margin-bottom: 16px;
}
#yachtModal .related_wraper .related-slider{
  padding: 16px 48px;
}
#yachtModal .modal-body{
  padding: 0;
}
#yachtModal .related_wraper .swiper-slide{
    padding: 8px 10px;
  background-color: #f0f0fa;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  gap: 10px;
}
#yachtModal .related_wraper .swiper-slide img{
  height: 32px;
  width: 48px;
  object-fit: cover;
  border-radius: 6px;
}
#yachtModal .related_wraper .swiper-slide .title{
  font-size: 14px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#yachtModal .main_wraper{
  padding: 40px;
  border-radius: 16px;
}
#yachtModal .main_wraper .swiper-slide{
  height: 400px;
  width: 100%;
  border-radius: 16px;
}
#yachtModal .main_wraper .swiper-slide img{
  border-radius: 16px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#yachtModal .main_wraper .yacht-details .title{
    font-size: 36px;
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
}
#yachtModal .main_wraper .yacht-details .price{
  color: #5c5e67;
  font-size: 20px;
  font-weight: 500;
}
#yachtModal .modal-header{
  background-color: unset;
  border: 0;
}
#yachtModal .modal-header .modal-title{
  display: none;
}
#yachtModal .modal-header .btn-close{
  background-color: white;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  padding: 0;
  font-size: 16px;
  opacity: 1;
  background-size: 12px;
  margin-bottom: 5px;
  outline: none !important;
  border: 0 !important;
}
#yachtModal .main_wraper .yacht-details svg{
  margin-right: 20px !important;
  flex-shrink: 0;
}
#yachtModal .main_wraper .link_wraper a{
  text-decoration: none !important;
  display: flex;
  gap: 10px;
  color: var(--secondary) !important;
}
/*f1 page css start*/

.page-id-1102 .entry-header, .page-id-324 .entry-header{
  display: none;
}
.page-id-1102 .post-inner, .page-id-324 .post-inner{
  padding: 0 !important;
}
.page-id-1102 .section_banner{
  max-width: unset !important;
  min-height: 700px;
  margin: 0 !important;
  width: 100% !important;
}
.page-id-1102 .section_banner .banner_img{
  position: absolute;
  height: 100%;
  width: 100% !important;
  max-width: unset !important;
  left: 0;
  top: 0;
  margin: 0 !important;
}
.page-id-1102 .section_banner .banner_img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-id-1102 .section_banner:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  z-index: 1;
}
.section_banner .content_wraper{
  z-index: 10;
}
.our_client{
  background-color: var(--secondary);
}
.section_banner .content_wraper h2, .pricing_wraper h2, .our_client h2{
  font-size: 32px;
  color: black;
  font-weight: 700;
  margin-bottom: 28px;
}
.our_client h2{
  color: white;
}
.section_banner .content_wraper p{
  font-size: 16px;
  color: hsla(0,0%,100%,.6);
  margin-bottom: 30px;
}
.button_wraper .wp-block-group__inner-container{
  display: flex;
  align-items: center;
  gap: 20px;
}
.button_wraper a{
    text-decoration: none !important;
    padding: 10px 18px;
    border-radius: 4px;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border: 0;
}
.button_wraper .red_btn a{
  background-color: #c30d0d;
  color: white;
}
.button_wraper .white_btn a{
  background-color: #fff;
  color: black;
}
.button_wraper .orange_btn a{
  background-color: var(--primary);
  color: white;
}
.review_wraper .button_wraper .white_btn a{
  width: 100%;
  background-color: var(--secondary);
  color: white;
  cursor: default;
}
.review_wraper .button_wraper .white_btn .wp-block-button{
  width: 100%;
}
.video_wraper{
  padding: 40px 0 !important;
}
.video_wraper iframe{
  max-width: 100%;
}
.pricing_wraper{
  background-color: #fff;
}
.pricing_wraper h2{
  margin-bottom: 10px;
}
.pricing_wraper p{
  font-size: 18px;
  color: #aaabb4;
}
.pricing_wraper .inner_wraper .inner_item{
  background: rgb(5 106 129 / 20%);
  padding: 20px;
  border-radius: 16px;
  transition: .3s;
  overflow: hidden;
}
.pricing_wraper .inner_wraper .inner_item:hover{
  box-shadow: 0px 7px 30px -16px rgba(0, 0, 0, 0.65);
}
.pricing_wraper .inner_wraper .inner_item img{
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: .4s;
}
.pricing_wraper .inner_wraper .inner_item figure{
  overflow: hidden;
  border-radius: 10px;
}
.pricing_wraper .inner_wraper .inner_item:hover img{
  transform: scale(1.1);
}
.pricing_wraper .inner_wraper .inner_item h4{
  font-size: 22px;
  color: black;
  margin: 0;
  margin-bottom: 10px;
  line-height: 30px;
}
.pricing_wraper .inner_wraper .inner_item p:not(.badge){
    color: var(--secondary);
  font-size: 18px;
}
.pricing_wraper .inner_wraper .inner_item .badge{
  color: #000000;
  background-color: rgb(5 106 129 / 10%);
  width: max-content;
  padding: 6px 16px;
  border-radius: 40px;
  font-size: 15px;
  margin-bottom: 20px;
}

.pricing_wraper .inner_wraper .inner_item > .wp-block-group__inner-container{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing_wraper .inner_wraper .inner_item .button_wraper{
  margin-top: auto;
}
.client_wraper{
  max-width: 700px !important;
  padding: 30px 0;
  gap: 20px;
}
/*.product-categories-main-filter-wrap .product-categories-swiper:before, .product-categories-main-filter-wrap .product-categories-swiper:after{
  content: '';
  width: 100px;
  height: 80px;
  background: linear-gradient(270deg, #FAFAFA 30%, rgba(250, 250, 250, 0) 100%);
  position: absolute; 
  display: block;
  top: 0;
}
.product-categories-main-filter-wrap .product-categories-swiper:before{
  left: 0;
}
.product-categories-main-filter-wrap .product-categories-swiper:after{
  right: 0;
}*/
.testimonial_wraper .inner_box{
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  color: black;
  font-size: 16px;
  line-height: 24px;
  padding: 30px;
}
.testimonial_wraper .inner_box img{
  margin-bottom: 30px;
}
.testimonial_wraper .inner_box .footer_wraper .wp-block-group__inner-container, .whatsap_wraper .wp-block-group__inner-container, .top_book_wraper > .wp-block-group__inner-container{
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial_wraper .inner_box .footer_wraper p{
  margin: 0;
}
.testimonial_wraper .inner_box .footer_wraper a{
  color: var(--secondary);
  text-decoration: none !important;
  font-weight: 500;
}
.testimonial_wraper .inner_box .footer_wraper img, .testimonial_wraper .inner_box .footer_wraper .avtar{
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  color: white;
  background-color: var(--secondary);
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.whatsap_wraper figure{
  margin-bottom: 0;
}
.whatsap_wraper .wp-block-group__inner-container{
  justify-content: center;
  margin-top: 30px;
  font-size: 18px;
}
.whatsap_wraper a{
  color: black;
  text-decoration: none !important;
}
.f1_content_wraper h2, .f1_content_wraper h3{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
.f1_content_wraper p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.weekend_wraper{
  background-color: rgba(0,0,0,.4);
  padding: 16px;
  color: white;
  margin: 20px 0 !important;
}
.weekend_wraper h4{
  margin: 0;
  font-size: 20px;
  min-width: 100px;
}
.top_book_wraper .logo_wraper{
  align-items: center;
  max-width: 600px;
}
.top_book_wraper .logo_wraper img{
  width: 80px;
  height: auto;
  object-fit: contain;
}
.weekend_wraper p{
  margin: 0 !important;
  font-size: 14px !important;
  color: white !important;
}
.weekend_wraper #time_days{
  font-size: 24px !important;
}
.weekend_wraper p:not(#time_days){
  text-transform: uppercase;
}
.group::after, .entry-content::after{
  display: none;
}
.banner_section{
  height: 600px;
}
.page-template-yacht-list .banner_section {
    height: 100%;
    padding: 70px 0;
}
.banner_section .content h2:only-child, .banner_section .content h1:only-child {
  margin-bottom: 0;
}
.banner_section .image{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner_section .image:before{
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.banner_section .banner_img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner_section .content{
  font-size: 18px;
}
.banner_section .content h2,
.banner_section .content h1{
  font-size: 28px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 30px;
}
.booklet_btn{
  padding: 10px 20px;
  border-radius: 6px;
  color: black !important;
  text-decoration: none !important;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.booklet_btn:hover{
  background-color: #e1e2ec;
}
/*Product single page css start */
.product-title{
  font-size: 22px;
  font-weight: 600;
}
.product-gallery-swiper{
  height: 600px;
  width: 100%;
  border-radius: 20px;
}
.product-gallery-swiper img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.product_single:before{
  content:'';
  background-color: #556579;
  height: 400px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.rent_form_wraper{
  background-color: #f9f9fa;
}
.rent_form_wraper label{
  font-size: 14px;
  color: black;
  display: block;
}
.rent_form_wraper .wpcf7-form-control:not(.wpcf7-submit){
  padding: 5px 20px;
  width: 100%;
  height: 42px;
  border: 1px solid #ededed;
  border-radius: 5px;
  font-size: 16px;
  color: black;
  outline: none;
  box-shadow: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FFF;
}
.rent_form_wraper .wpcf7-spinner{
  display: none;
}
.rent_form_wraper .wpcf7-submit{
  text-decoration: none !important;
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  border-radius: 6px;
  transition: .3s;
}
.rent_form_wraper .wpcf7-submit:hover{
  color: var(--secondary);
  background-color: transparent;
}
.service_detail_wraper .banner_section{
  height: 400px;
}
.booking_form_wraper{
    max-width: 550px;
}
.modal-body{
  scrollbar-width: thin;
}
.booking_form_wraper h2{
  font-size: 24px;
  color: black;
  font-weight: 700;
}
.booking_form_wraper .top_content{
  font-size: 16px;
  color: black;
}
.booking_form_wraper .top_content img{
  height: 26px;
  width: 26px;
  object-fit: contain;
}
.booking_form_wraper .radio_wraper .wpcf7-radio{
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.booking_form_wraper .wpcf7-form-control:not(.wpcf7-radio){
  padding: 10px;
  background-color: #ededed;
  border-radius: 6px;
  min-height: 46px;
}
.booking_form_wraper label{
  margin-bottom: 10px !important;
}
.booking_form_wraper .uacf7-buttons{
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.booking_form_wraper .uacf7-buttons button, .booking_form_wraper .wpcf7-submit{
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none !important;
}
.booking_form_wraper .uacf7-buttons .uacf7-next, .booking_form_wraper .wpcf7-submit{
  background-color: var(--secondary) !important;
  color: white;
}
.booking_form_wraper .uacf7-buttons .uacf7-prev{
  background-color: gray;
}
.booking_form_wraper .wpcf7-spinner{
  position: absolute;
  right: 10px;
}
.booking_form_wraper .radio_wraper .wpcf7-radio .wpcf7-list-item{
  margin: 0;
  position: relative;
  width: 100%;
}
.booking_form_wraper .uacf7-step{
  position: relative;
}
.booking_form_wraper .radio_wraper .wpcf7-radio label{
  margin: 0;
}
.booking_form_wraper .radio_wraper .wpcf7-radio input{
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.booking_form_wraper .radio_wraper .wpcf7-radio .wpcf7-list-item-label{
  font-size: 16px;
  color: black;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #e7e7e7;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid transparent;
}
.booking_form_wraper .radio_wraper .wpcf7-radio input:checked + .wpcf7-list-item-label{
  border-color: var(--secondary);
  color: var(--secondary);
  background-color: white;
}
.booking_form_wraper .radio_wraper .wpcf7-radio .wpcf7-list-item-label:before, .booking_form_wraper .radio_wraper .wpcf7-radio .wpcf7-list-item-label:after{
  display: none;
}
.booking_form_wraper .wpcf7-form-control-wrap{
  margin-bottom: 30px;
  display: block;
}
.booking_form_wraper .uacf7_range_slider-280 .uacf7-slider-label{
  display: none;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px !important;
  background: #ddd !important;
  border-radius: 3px !important;
  outline: none;
}

/* Webkit (Chrome, Safari) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid var(--secondary);
  margin-top: -9px; 
}

/* Firefox */
input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid var(--secondary);
}

/* IE and Edge */
input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid var(--secondary);
}

/* Optional: Style the track for consistent appearance */
input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: #ddd;
  border-radius: 3px;
}
input[type="range"]::-moz-range-track {
  height: 6px;
  background: #ddd;
  border-radius: 3px;
}
input[type="range"]::-ms-track {
  height: 6px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.services_content_wraper h3{
  font-size: 20px;
  color: black;
  margin-bottom: 20px;
  font-weight: 600;
}
.services_content_wraper ul, .services_content_wraper ol{
  margin: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.services_content_wraper ul{
  list-style: disc;
}
.services_content_wraper ol{
  list-style: decimal;
}
.services_content_wraper table{
  margin-top: 0;
  font-size: 16px;
}
.services_content_wraper table tr td:first-child{
  font-weight: 500;
  color: black;
}
.services_content_wraper li{
  list-style: inherit !important;
  margin: 0;
  margin-bottom: 10px;
}
.entry-header{
  padding: 40px 0 !important;
}
.entry-header .entry-title{
  font-size: 32px;
  color: black;
  font-weight: 700;
}
.post-inner{
  padding-top: 30px;
}
.location_wraper .inner_wraper{
  background: rgb(5 106 129 / 10%);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 20px;
  height: 100%;
}
.location_wraper .inner_wraper:last-child {
  margin-bottom: 0;
}
.location_wraper .inner_wraper h4{
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
    margin-top: 20px;
}
.location_wraper .inner_wraper p{
    font-size: 18px;
    color: black;
}
.location_wraper .inner_wraper a, .support_wraper a{
  color: var(--secondary);
  text-decoration: none !important;
}
.location_wraper .inner_wraper img{
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.support_wraper{
    font-size: 16px;
    line-height: 24px;
    color: #444;
    margin: 0 auto;
}
.support_wraper h4{
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
  font-weight: 600;
}
.support_wraper .wp-block-button__link{
  background-color: var(--secondary);
  color: white;
  text-decoration: none !important;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 6px;
}
.wp-singular #site-content,
.single-post{
    background: #f5f5f5;
}
.blog_detail_wraper .link_wraper{
  top: 80px;
}
.blog_detail_wraper .link_wraper li{
  list-style: decimal;
  margin-bottom: 8px;
  
}
.blog_detail_wraper .link_wraper li a{
    font-size: 16px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
}
.entry-categories-inner a{
  text-decoration: none !important;
  color: var(--secondary) !important;
  border-bottom: none !important;
}
.blog_detail_wraper .featured-media .featured-media-inner{
  position: unset !important;
  width: 100% !important;
  left: unset !important;
  max-width: unset !important;
}
.blog_detail_wraper .featured-media .featured-media-inner img{
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.blog_detail_wraper .pagination-single, .blog_detail_wraper .comments-wrapper{
  display: none;
}
.blog_detail_wraper p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}
.blog_detail_wraper h3, .blog_detail_wraper h2, .blog_detail_wraper h4{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 145%;
}
.blog_detail_wraper ul, .blog_detail_wraper ol{
   margin-left: 20px;
   padding-left: 0; 
}
.blog_detail_wraper img{
  margin: 20px 0 20px 0;
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog_detail_wraper ul li{
  list-style: disc;
}
.blog_detail_wraper ol li{
  list-style: decimal;
}
.share_wraper p{
    font-size: 15px;
    font-weight: 500;
    color: #6E7494;
}
.share_wraper ul{
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0px;
  gap: 10px;
}
.share_wraper ul li{
  list-style: none !important;
  margin: 0;
}
.pagination-wrapper .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.pagination-wrapper .nav-links .page-numbers {
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    background-color: #e9ebeb;
    border-radius: 3px;
    color: #000;
    text-decoration: none;
    border: 0 !important;
}
.pagination-wrapper .nav-links .page-numbers span {
    display: none;
}
.pagination-wrapper .nav-links .page-numbers.current {
    background-color: #056A81 !important;
    color: #fff !important;
}
.pagination-wrapper {
    margin: 60px 0 0 0;
}
.pagination-wrapper .nav-links .page-numbers.prev {
    transform: scale(-1);
}
.pagination-wrapper .nav-links .page-numbers.next, .pagination-wrapper .nav-links .page-numbers.prev {
    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="m13 17 5-5-5-5"></path><path d="m6 17 5-5-5-5"></path></svg>');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
@media(min-width: 992px){
  .section_padding{
    padding: 100px 0;
  }
  .news_section{
    padding: 60px 0;
  }
  .section_desc{
    font-size: 18px;
    line-height: 30px;
  }
  .btn:not(.small){
    font-size: 18px;
  }
  .main_card_wraper{
    padding: 20px;
  }
  .offer_section .inner_box h4{
    font-size: 24px;
  }
  .section_banner .content_wraper h2, .pricing_wraper h2, .our_client h2{
    font-size: 40px;
    margin-top: 40px;
  }
  .video_wraper{
    padding: 100px 0 !important;
  }
  .product-title, .booking_form_wraper h2{
    font-size: 32px;
  }
  .video_wraper iframe{
    max-width: 1024px;
    width: 100%;
    height: 500px !important;
    margin: auto;
  }
  .section_title, .banner_section .content h2, .banner_section .content h1, .entry-header .entry-title, .category_page_title *{
    font-size: 36px;
  }
  .rent_form_wraper .container{
    max-width: 780px;
  }
}

@media (min-width: 1280px) {
    .cta_section .img_part{
      margin-bottom: -120px !important;
    }
    .product_single .container{
      max-width: 1200px;
    }
    .cta_section .content_part{
      padding-left: 60px;
    }
    .section_title, .banner_section .content h2, .banner_section .content h1, .entry-header .entry-title, .category_page_title *{
      font-size: 42px;
    }
    .section_banner .content_wraper h2, .pricing_wraper h2, .our_client h2{
      font-size: 60px;
    }
    .support_wraper{
        max-width: 800px !important;
    }
}
@media(max-width: 570px){
  .pricing_wraper .inner_wraper, .location_wraper .is-layout-grid, .support_wraper .is-layout-grid, .review_wraper .is-layout-grid, .about_f1_wraper .is-layout-grid{
      grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .client_wraper{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 571px) and (max-width: 1199px){
  .pricing_wraper .inner_wraper, .location_wraper .is-layout-grid, .support_wraper .is-layout-grid, .review_wraper .is-layout-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) and (max-width: 1500px){
  .pricing_wraper .inner_wraper{
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .yacht-details-modal .modal-dialog {
      max-width: calc(100% - 100px);
  }
}

@media(min-width: 1500px){
  .offer_section .inner_box{
      height: 500px;
  }
}
@media(max-width: 991px){
  .top_book_wraper > .wp-block-group__inner-container{
    flex-direction: column;
  }
  .about_f1_wraper img{
    width: 100%;
  }
}