/*!
 * Theme Name: 		   OceanWP
 * Text Domain: 	   oceanwp
 * Version:            4.1.0
 * Tested up to:       6.8.1
 * Requires at least:  5.6
 * Requires PHP:       7.4
 * Author:             OceanWP
 * Author URI:         https://oceanwp.org/about-oceanwp/
 * Theme URI:          https://oceanwp.org/
 * Description:        OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful & professional design. Very fast, responsive, RTL & translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet & mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor & WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
 * Tags:               two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce, block-styles, wide-blocks, accessibility-ready
 *
 * License: GNU General Public License v2.0 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 *
 * All files, unless otherwise stated, are released under the GNU General Public
 * License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned
 * with others.
 *
 * DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
 * To add your own CSS, use a child theme: https://github.com/oceanwp/oceanwp-child-theme
 *
 * CSS file is in "assets/css"
 */

a:active,a:focus{outline:0 !important;-moz-outline-style:none !important}

.header-section .elementor-nav-menu > li:last-child > a {
    background-color: #f9a32f !important;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 10px;
    background-image: none !important;
}
.header-section .elementor-nav-menu > li:last-child > a:hover{
    background-color: #000 !important; 
    color: #f9a32f !important;
}
body:not(.home) .header-section .elementor-nav-menu > li:last-child > a:hover{
	background-color: #fff !important;
	color: #000 !important;
}
.header-section .elementor-item-active {
    background-image: url("https://yakovrozenberg.cloudtrek360.com/wp-content/uploads/2025/11/Rectangle-25.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 90%;
}
/* .book-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 65%;
    height: 77%;
    background-image: url("https://yakovrozenberg.cloudtrek360.com/wp-content/uploads/2025/11/Group-42.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    z-index: -1;
} */
/* body:not(.home) .book-section::before {
    width: 70%;
    height: 100%;
} */
.flip-section::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 248px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translateY(-50%);
    z-index: -1;
    background-color: #f9a32f;
}
.video-section .elementor-custom-embed-image-overlay img, .video-section .elementor-open-lightbox{
    --video-aspect-ratio: 0 !important;
}
.video-trailer {
    position: relative;
    top: 24%;
}
.post-section .elementor-post__excerpt {
    padding: 0px 40px;
}

.post-section .elementor-post__read-more {
    background-color: #f9a32f;
    padding: 11px 23px;
    border-radius: 10px;
}
.post-section .elementor-post__read-more:hover{
    background-color: #fff;
    color: #000 !important;
}

.post-section .elementor-post {
    overflow: visible !important;
}
.post-section:before {
    content: "";
    position: absolute;
    top: 71%;
    left: 0;
    width: 100%;
    height: 476px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
    transform: translateY(-50%);
    z-index: -1;
    background-image: url("https://yakovrozenberg.cloudtrek360.com/wp-content/uploads/2025/11/Group-46.png");
}
body:not(.home) .post-section:before{
 display: none;
}
.testimonail-section .elementor-testimonial__footer {
    display: flex;
    flex-direction: column-reverse;
}
.testimonail-section .elementor-testimonial {
  display: flex;
  flex-direction: column;
  height: 100%; 
}

.testimonail-section .elementor-testimonial__footer {
  margin-top: auto !important;
}
.testimonail-section .elementor-testimonial__content {
    margin-bottom: 30px;
}
.testimonail-section .swiper-slide-next {
    transform: scale(1.14) !important;
   
}
.testimonail-section .swiper-slide-next::before {
    content: "";
    position: absolute;
    background-color: #060f3c !important;
   
    pointer-events: none;
        height: 87% !important;
 
}
.testimonail-section .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9a32f;
    z-index: -1;
    pointer-events: none;
    height: 84%;
    border-radius: 10px;
}
.testimonail-section .elementor-testimonial__content:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 94px; 
    height: 16px;
    background-image: url("https://yakovrozenberg.cloudtrek360.com/wp-content/uploads/2025/11/Shape-1-copy-6.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}
.testimonail-section .swiper-slide-next .elementor-testimonial__content::before {
        filter: invert(71%) sepia(82%) saturate(2860%) hue-rotate(358deg) brightness(104%) contrast(92%);
}
.testimonail-section .elementor-testimonial__content {
    position: relative; 
    z-index: 1;
}
.testimonail-section .elementor-testimonial__text{
 padding-top: 20px;   
}
.testimonail-section .swiper-slide-next .elementor-testimonial__image img{
    border-color: #f9a32f !important;
}
.testimonail-section .swiper-wrapper{
 padding-bottom: 50px;
    padding-top: 50px;   
}
.testimonail-section .elementor-swiper-button {
    background-color: #060f3c;
    padding: 14px 13px;
    border-radius: 5px;
}

.testimonail-section .elementor-swiper-button-prev{
left: -60px !important;	
}
.form-section .elementor-field-type-textarea .elementor-field-textual {
    height: 150px !important;
    width: 100% !important; 
    resize: none !important;
}
.form-section .elementor-form-fields-wrapper input, .form-section .elementor-button {
    min-height: 58px !important;
}


.testimonail-section .elementor-swiper-button-next{
right: -60px !important;	
}
.post-password-form input[type="submit"] {
  background-color: #F9A32F !important;
  border-radius: 10px !important;
  padding: 16px 50px !important;
  margin-top: 15px;
  font-size: 15px;
}
.post-password-form input[type="submit"]:hover{
	background-color: #000 !important;
}
.post-password-form p:not(:last-child) {
  color: #000 !important;
  font-size: 20px;
}
.post-password-form {
   padding: 40px 10px;
   max-width: 1110px !important;
   margin: auto;
	
}
#pwbox-641 {
  border-radius: 10px;
  padding: 10px 20px;
}
  form label {
  font-size: 17px;
  color: #000;
  margin-bottom: ;
}
.book-section .book_type_list {
    display: flex !important;
    list-style: none !important;
    gap: 10px;
    margin: 0 !important;
    flex-wrap: wrap !important;
    align-items: center;
}
.book-section .book_type_list li {
    padding: 6px 20px 6px 20px;
    border-radius: 5px;
    transition: all .3s;
    border: 2px solid #fff
}
.book-section .book_type_list li:hover{
    background-color: #f9a32f;
    border: 2px solid #f9a32f !important;
}
.book-section .book_type_list li:hover a{
    color: #000;
}
.book-section .book_type_list li:hover img {
    filter: brightness(0) invert(0) !important;
}

.book-section .book_type_list li a {
    font-family: "Poppins", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #fff;
    display: flex;
    align-items: center;
}
.book-section .book_type_list a img {
    margin-left: 9px !important;
	filter: brightness(0) invert(1);
}
@media only screen and (min-width: 1300px) and (max-width: 1450px){
	.testimonail-section .elementor-swiper-button-prev{
left: -30px !important;	
}

.testimonail-section .elementor-swiper-button-next{
right: -30px !important;	
}
}
@media only screen and (min-width: 1201px) and (max-width: 1299px){
	.testimonail-section .elementor-swiper-button-prev {
    left: 0px !important;
}
	.testimonail-section .elementor-swiper-button-next {
    right: 0px !important;
}
	.banner-text-section {
    padding: 0px 20px;
}
}

@media only screen and (max-width: 1200px){
	.book-section::before {
      height: 100%;
      width: 100%;
	}
	.testimonail-section .swiper-slide-next{
		position: relative !important;
		z-index: 1 !important;
	}
	.testimonail-section .elementor-swiper-button-prev{
     left: 0px !important;	
}
	
	.testimonail-section .elementor-swiper-button-next{
     right: 0px !important;	
}
}
@media only screen and (max-width: 1024px){
	.video-trailer {
    top: 8%;
}
	.post-section .elementor-post__excerpt {
    padding: 0px 20px;
}
	.testimonail-section .elementor-main-swiper .swiper-slide{
          padding: 40px 20px 40px 20px !important;
	}
}

@media only screen and (max-width: 767px) {
	    .header-section .elementor-nav-menu > li:last-child > a {
        background-color: transparent !important;
        color: #33373d !important;
        padding: 10px 20px !important;
        border-radius: 0px !important;
    }
	    .header-section .elementor-nav-menu > li:last-child > a:hover, .header-section .elementor-nav-menu > li:last-child > a.elementor-item-active {
        background-color: #f9a32f !important;
        color: #fff !important;
    }
	br, .flip-section::before{
		display: none !important;
	}
	.book-section .book_type_list li{
		padding: 6px 20px 6px 20px;
	}
	.book-section .book_type_list{
		    gap: 11px;
	}
		.video-trailer {
    top: 0;
}
	.post-section:before{
		top: 50% !important;
		background-size: cover !important;
		height: 100% !important;
	}
	.author-heading h2, .author-heading-two h2, .author-heading-text{
		color: #fff !important;
	}
	body:not(.home) .post-section:before {
    height: 100% !important;
}
	.testimonail-section .swiper-slide-next {
    transform: none !important;
}
.post-password-form {
  padding: 20px 10px;
}
 }