/*!
 * 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}

body {
    overflow-x: hidden;
	background-image: url("/wp-content/uploads/2026/03/Group-18-scaled.webp");
	background-repeat: no-repeat;
	background-size: cover;
}
#site-header {
    background-color: transparent;
}
#site-header-inner{
	display: none !important;
}
.header-section .elementor-nav-menu > li:last-child > a {
    background-color: #262626 !important;
    color: #fff !important;
    padding: 13px 30px !important;
    border-radius: 10px;
}
body:not(.home) .header-section .elementor-nav-menu > li:last-child > a{
	background-color: #fff !important;
	color: #000 !important;
}
body:not(.home) .header-section .elementor-nav-menu > li:last-child > a:hover{
    background-color: #262626 !important;
	color: #fff !important;
}
.header-section .elementor-nav-menu > li:last-child > a:hover{
    background-color: #fff !important;
    color: #000 !important;
}
.author-section {
    position: relative;
}

.author-section::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%; 
    height: 60%;
    background-color: #262626;
    z-index: -1;
    top: 20%;
}
.author-section {
    position: relative;
}

.author-section::before {
    content: "";
    position: absolute;
    top: -20em;
    left: 0;
    width: 30%; 
    height: 100%;
    background-image: url("/wp-content/uploads/2026/03/Layer-67.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 0; 
}
.image-column {
    position: relative;
}

.image-column::before {
      content: "";
    position: absolute;
    top: -25em;
    left: -27em;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/03/Layer-68.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 1;
}
.book-section{
    background-size: 70% 100%;
}
.book-section {
    position: relative;
}

.book-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #262626; 
    clip-path: polygon(0 0%, 100% 60%, 100% 100%, 0 100%);
        z-index: -1;
}
body:not(.home) .book-section::before{
	display: none;
}
.book-section::after {
    content: "";
    position: absolute;
    top: -30em;
    right: 0;
    width: 100%; 
    height: 100%;
    background-image: url("/wp-content/uploads/2026/03/Layer-66.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
}
.book-section .book_type_list {
    display: flex !important;
    list-style: none !important;
    gap: 16px;
    margin: 0 !important;
    flex-wrap: wrap !important;
    align-items: center;
}
.book-section .book_type_list li {
    padding: 5px 22px 5px 22px;
    border-radius: 5px;
    transition: all .5s;
    border: 2px solid #fff;
}
.book-section .book_type_list li a {
    font-family: "Poppins", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #fff;
}
.book-section .book_type_list a img {
    margin-left: 9px !important;
}
.book-section .book_type_list li:hover {
    background-color: #000;
    border: 2px solid #000;
}
.video-section .elementor-custom-embed-image-overlay img, .video-section .elementor-open-lightbox {
    --video-aspect-ratio: 0 !important;
}
.video-section{
 position: relative;   
}
.video-section::before {
    content: "";
    position: absolute;
    top: -13em;
    left: 0;
    width: 30%; 
    height: 100%;
    background-image: url("/wp-content/uploads/2026/03/Layer-71.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 0; 
}

.post-section{
    position: relative;
}

.post-section::after {
    content: "";
    position: absolute;
    top: -15em;
    right: 0;
    width: 30%; 
    height: 100%;
    background-image: url("/wp-content/uploads/2026/03/Layer-66.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
}
.post-section::before {
    content: "";
    position: absolute;
    bottom: -20em;
    left: 0;
    width: 30%; 
    height: 70%;
    background-image: url("/wp-content/uploads/2026/03/Layer-71.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 0; 
}
body:not(.home) .post-section::before{
	 z-index: 1; 
}
.post-section .elementor-post {
    position: relative;
}

.post-section .elementor-post__text {
    position: absolute;
    top: 56%;
    left: 20px;
}
.testimonial-section .swiper-slide {
    background-image: url("/wp-content/uploads/2026/03/Rectangle-25-copy.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 50px;
    border-radius: 30px;
    position: relative;
}
.testimonial-section .elementor-testimonial__text {
    padding: 50px 27px 35px 0;
}
.testimonial-section .elementor-testimonial {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-section .elementor-testimonial__footer {
    margin-top: auto !important;
}

.testimonial-section .elementor-testimonial__footer {
    position: relative;
}

.testimonial-section .elementor-testimonial__footer::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 94px; 
    height: 17px;

    background-image: url("/wp-content/uploads/2026/03/Shape-1-copy-6.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 1;
}
.testimonial-section .elementor-testimonial:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 40px;
    background-image: url("/wp-content/uploads/2026/03/unnamed-file.webp");
    background-repeat: no-repeat;
    width: 107px;
    height: 80px;
	background-size: contain;

}
.testimonial-section .swiper-pagination{
	    bottom: -15px !important;
}
.testimonial-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 111px !important;
    height: 10px !important;
    border-radius: 5px;
}

.testimonial-section  .swiper-pagination-bullet {
    width: 27px !important;
    height: 10px !important;
    border-radius: 5px;
}
.testimonial-section{
    position: relative;
}

.testimonial-section::after {
    content: "";
    position: absolute;
    top: -8em;
    right: 0px;
    width: 30%;
    height: 100%;
    background-image: url("/wp-content/uploads/2026/03/Layer-66.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
}
.footer-section .elementor-form{
    position: relative;
}
.footer-section .e-form__buttons {
    position: absolute;
    right: -6px;
    width: auto !important;
    top: 0px;
}
.footer-section .elementor-form-fields-wrapper input, .footer-section .elementor-button {
    min-height: 55px !important;
}
.author-inner-section .elementor-container {
    margin-right: 0;
}
.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;
}


@media only screen and (min-width: 1201px) and (max-width: 1450px){
	.banner-large-title .elementor-heading-title{
	font-size: 150px !important;	
	}
	.banner-small-title .elementor-heading-title{
	font-size: 92px !important;	
	}
	.author-section::after{
		height: 76%;
        top: 12%;
	}
	.book-image .elementor-widget-container{ 
        margin: 0px 0px 0px 0px !important;
	}
	.image-column::before{
		top: -17em;
       left: -17em;
	}
	.testimonial-section .elementor-testimonial:before{
		right: 20px;
	}
	.post-section .elementor-post__text{
		top: 50%;
	}
	.post-section .elementor-post__excerpt {
    padding-right: 40px;
}
	.banner-section{
	    padding: 2em 0em 15em 0em !important;	
	}
}
@media only screen and (max-width: 1200px){
	.author-section::after{
    height: 97%;
    top: 0%;
	}
	.image-column::before{
		top: -15em;
		left: -17em;
	}
	.book-image .elementor-widget-container{ 
        margin: 0px 0px 0px 0px !important;
	}
	.book-heading {
    margin-left: 0em;
}
	.post-section .elementor-post__text{
		position: unset;
	}
	.testimonial-section .elementor-testimonial:before{
		width: 62px;
	}
	    body:not(.home) .author-section::after {
        height: 100%;
       border-bottom: 1px solid #fff;
    }
	body:not(.home) .post-section::before, body:not(.home) .post-section::after{
      display: none;
}
}
@media only screen and (max-width: 1024px){
	.header-section .elementor-nav-menu > li:last-child > a{
      padding: 13px 20px !important;
	}
	.footer-section .e-form__buttons{
		position: unset;
		width: 100% !important;
	}
	    .image-column::before {
        top: -13em;
        left: -9em;
    }
	.book-section {
    background-size: cover;
}
	.book-section::after{
		top: -21em;
		width: 50%;
	}
	.book-section::before, .testimonial-section::after{
		display: none;
	}
	.video-section::before{
     width: 50%;
    top: -13em;
    height: 80%;
	}
	.testimonial-section::after{
		    top: -18em;
		    width: 50%;
	}
	.testimonial-section .elementor-testimonial:before {
        right: 20px;
    }
	.post-section::before{
    bottom: -18em;
    width: 50%;
    height: 50%;
	}
	.post-section::after{
     top: -17em;
    width: 50%;
    height: 50%;
	}
}
@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: #262626 !important;
        color: #fff !important;
    }
	.footer-section .elementor-form-fields-wrapper input, .footer-section .elementor-button {
    min-height: 50px !important;
}
	    .book-section::after {
        top: -15em;
        width: 70%;
    }
	.author-section::after {
        height: 100%;
    }
	.author-inner-section .elementor-container {
    margin-left: 0;
}
	.author-section::before, .video-section::before, br, .post-section::before{
		display: none;
	}
	    .post-section::after {
        top: -13em;
        width: 70%;
        height: 20%;
    }
	.post-section .elementor-post__text{
		text-align: center;
	}
	.testimonial-section .elementor-testimonial{
		    padding: 50px 30px;
	}
	.testimonial-section .elementor-testimonial__text {
    padding-right: 0px;
}
	.testimonial-section .swiper-slide{
		padding: 0px;
	}
	    .testimonial-section .elementor-testimonial:before {
        width: 42px;
    }
	.testimonial-section .elementor-testimonial__footer::before{
      top: 82%;
     left: 110px;
	}
	.testimonial-section .elementor-testimonial__cite {
    margin-top: -30px;
}
}