/*!
 * 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;
}
body.home {
background-color: #f7f7f7;
}
#site-header {
    background-color: transparent;
}
#site-header-inner{
	display: none !important;
}
.header-section .elementor-nav-menu > li:last-child > a {
    background-image: url('/wp-content/uploads/2026/04/Rectangle-4-copy-10.webp');
    color: #fff !important;
    padding: 14px 40px !important;
}
.header-section .elementor-nav-menu > li:not(:last-child) {
    width: 180px;
    height: 118px;
}
.header-section .elementor-nav-menu > li:not(:last-child) > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
body:not(.home) .header-section {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.header-section .elementor-nav-menu > li:not(:last-child) > a:hover {
  background-image: url('/wp-content/uploads/2026/04/Rectangle-4-copy-10.webp');
  background-repeat: no-repeat;
  background-size: auto;
    color: #fff !important;
}
.header-section .elementor-nav-menu > li:first-child {
    width: 110px; 
}
.author-inner {
    position: relative;
    margin-top: -7em;
}

.author-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #fad6cb;
}
.author-column{
        position: relative;
    left: -234px;
}
.author-image {
    margin-left: 2em;
    padding-top: 190px;
    margin-bottom: -5em;
}
body:not(.home) .author-image{
    padding-top: 0px;
    margin-bottom: 0em;
}
.author-section {
    position: relative;
}
.gradient-btn .elementor-button {
   background: linear-gradient(30deg, #661f1d 20%, #f19679 60%);
    background-size: 200% 200%;
    background-position: 0% 50%;
    border: none;
    color: #fff;
    transition: transform 0.3s ease;
}

.gradient-btn .elementor-button:hover {
    animation: gradientMove 2.5s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.author-section:before {
 content: "";
    position: absolute;
    top: 0px;
    right: 0;
    background-image: url(/wp-content/uploads/2026/04/Group-17.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
    width: 100%;
    height: 100%;
}
.book-section {
    position: relative;
}

.book-section:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e49c85;
    width: 70%;
    height: 100%;
}


.book-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/uploads/2026/04/Group-18.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 50%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
.book-section .book-info {
    display: flex;
    flex-direction: row;
        font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 17px;
    gap: 27px;
    color: #000;
    flex-wrap: wrap;
}
.book-section .book-info > div > .label:first-of-type {
    margin-right: 20px;
    font-weight: 600;
}
.book-section .book-info > div > .label:first-of-type {
    margin-right: 10px;
    color: #641c1a;
 
    font-weight: 700;
}
.book-section .book-info-second {
    display: flex;
    flex-direction: row;
        font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 17px;
    gap: 58px;
    color: #000;
    flex-wrap: wrap;
}
.book-section .book-info-second > div:first-of-type > .label:first-of-type {
    margin-right: 14px;
    color: #641c1a;
    font-weight: 700;
}
.book-section .book-info-second div:nth-of-type(2) .label:first-of-type {
    margin-right: 16px;
    color: #641c1a;
    font-weight: 700;
}
.video-section {
    position: relative;
}

.video-section:before {
        content: "";
    position: absolute;
    top: -26em;
    right: 0;
    background-image: url(/wp-content/uploads/2026/04/Group-19.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    width: 30%;
    height: 100%;
}
.video-section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 44%; /* adjust this as needed */

    background-color: #fad6cb;
    z-index: -1;
}
.video-section .elementor-custom-embed-image-overlay img, .video-section .elementor-open-lightbox {
    --video-aspect-ratio: 0 !important;
}
.post-section .elementor-post__read-more {
    border-bottom: 1px solid #641c1a;
}
.testimonial-section .elementor-testimonial__image img {
    width: 133px !important;
    height: 114px !important;
    border-radius: 0 !important;
}
.testimonial-section .elementor-testimonial__footer {
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
        margin-top: 0 !important;
            padding-bottom: 10px;
}
.testimonial-section .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
}
.testimonial-section .elementor-testimonial__cite{
        margin-left: 0 !important;
}
.testimonial-section .elementor-swiper-button-prev{
     left: -20px !important;   
}
.testimonial-section .elementor-swiper-button-next{
     right: -20px !important;   
}
.testimonial-section .swiper-slide {
    position: relative;
    border-left: 5px solid #641C1A !important;
    border-bottom: 5px solid #641C1A !important;
    border-top: none;
    border-right: none;
}

.testimonial-section .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 470px;
    background: #641C1A;
    height: 5px;
}

.testimonial-section .swiper-slide:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;    
    height: 75%; 
    background: #641C1A;
}

.testimonial-section .elementor-testimonial__image {
    margin-right: -20px !important;
    margin-top: -16px;
}
.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;
}
.form-section .elementor-button{
    background: linear-gradient(30deg, #661f1d 20%, #f19679 60%);
    background-size: 200% 200%;
    background-position: 0% 50%;
    border: none;
    color: #fff;
    transition: transform 0.3s ease;
}
.form-section .elementor-button:hover{
        animation: gradientMove 2.5s ease infinite;
}

@media only screen and (min-width: 1201px) and (max-width: 1214px){
     .post-inner {
        margin-top: -180px !important;
    }
	.testimonial-section .swiper-slide:before{
       width: 450px !important;
	}
}
@media only screen and (min-width: 1215px) and (max-width: 1400px){
    .post-inner {
        margin-top: -201px !important;
    }	
}
@media only screen and (min-width: 1201px) and (max-width: 1400px){
	.header-section, .author-inner{
	   padding-left: 10px !important;	
	}
	.large-title .elementor-heading-title{
		font-size: 45px !important;
	}
	.book-image img {
      width: 90% !important;
	}
	.small-title .elementor-heading-title{
		font-size: 26px !important;
	}
	.footer-heading .elementor-heading-title{
       font-size: 23px !important;
	}
}
@media only screen and (max-width: 1200px){
	.book-section .book-info-second{
        gap: 25px;
	}
	.testimonial-section .swiper-slide:before{
		width: 80%;
	}
}
@media only screen and (max-width: 1024px){
	.header-section .elementor-nav-menu > li:not(:last-child){
		width: 164px !important;
	}
	.header-section .elementor-nav-menu > li:first-child {
     width: 85px !important;
}
	.author-column{
      left: 0px;
	}
	.author-inner:before, .book-section:before{
		width: 100%;
	}
	.author-image {
    margin-left: 0em;
    padding-top: 0px;
    margin-bottom: 0em;
}
	.author-section:before{
		z-index: 1;
        background-size: contain;
	}
	.author-column .elementor-widget-wrap{
    background-color: transparent !important;	
}
	.book-section .book-info, .book-section .book-info-second{
     flex-direction: column;
     gap: 10px;
	}
	.book-section:after{
     z-index: 0;
	}
	.video-section:after{
		height: 35%;
	}
	.video-section:before{
      top: -4em;
	}
	.testimonial-section .swiper-slide:before {
        width: 75%;
    }
}
@media only screen and (max-width: 767px){
	.mobile-toggle .elementor-menu-toggle{
     background: linear-gradient(30deg, #661f1d 20%, #f19679 60%);
	}
	    .header-section .elementor-nav-menu > li:first-child, .header-section .elementor-nav-menu > li:not(:last-child) {
        width: 100% !important;
        height: 100%;
    }
	.header-section .elementor-nav-menu > li:not(:last-child) > a{
		display: block;
	}
	 .header-section .elementor-nav-menu > li:last-child > a {
        background-image: none;
        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: linear-gradient(30deg, #661f1d 20%, #f19679 60%) !important;
        color: #fff !important;
    }
	.header-section .elementor-nav-menu > li:not(:last-child) > a:hover, .header-section .elementor-nav-menu > li:last-child > a:hover{
		background-image: none !important;
		background: linear-gradient(30deg, #661f1d 20%, #f19679 60%) !important;
	}
	.mobile-toggle .elementor-item-active {
     background: linear-gradient(30deg, #661f1d 20%, #f19679 60%);
    }
	br{
		display: none;
	}
	.author-section:before, .book-section:after, .video-section:before{
		background-image: none;
	}
	.testimonial-section .swiper-slide:after{
      height: 100%;
	}
	    .testimonial-section .elementor-swiper-button {
        top: -50px !important;
    }
	    .testimonial-section .elementor-swiper-button-prev {
        left: unset !important;
        right: 60px !important;
        background-color: #fff;
        padding: 8px;
        border-radius: 5px;
    }
	    .testimonial-section .elementor-swiper-button-next {
        background-color: #fff;
        padding: 8px;
        border-radius: 5px;
        right: 0px !important;
    }
	    .testimonial-section .swiper-slide:before {
        width: 100%;
    }
	.testimonial-section .elementor-testimonial__image {
    margin-right: 0px !important;
    margin-top: 0px;
}
}