/*!
 * 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;
}
#site-header {
    background-color: transparent;
}
#site-header-inner{
	display: none !important;
}
.header-section .elementor-nav-menu > li:last-child > a {
    background-color: #000 !important;
    color: #fff !important;
    padding: 14px 28px !important;
    border-radius: 10px;
}
.header-section .elementor-nav-menu > li:last-child > a:hover {
    background-color: #d4342a !important;
}
/* .header-section .elementor-nav-menu > li:last-child > a:hover{
    background-color: #d23129 !important;
} */
.main-banner-section {
    position: relative;
}

.main-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%; 
    height: 100%;
    background-image: url("/wp-content/uploads/2026/03/Group-164.webp");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.top-platforms{
    display:flex;
    align-items:center;
    gap:20px;
}

.platform-title{
    font-size:16px;
    line-height:1.3;
    color:#000;
    font-weight:500;
        font-family: "Poppins", Sans-serif;
}

.divider{
    width:2px;
    height:39px;
    background: #d23129;
}

.platform-logos{
    display:flex;
    align-items:center;
    gap:30px;
}
.book-section {
    position: relative;
}

.book-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2026/03/Group-166.webp");
    background-repeat: no-repeat;
    cover;
/*     background-size: 87%; */
    background-size: 90% 100%;
}
.book-section .book-info {
    display: flex;
    flex-direction: row;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    gap: 28px;
    color: #fff;
    flex-wrap: wrap;
}
.book-section .book-info > div > .label:first-of-type {
    margin-right: 10px;
    text-transform: uppercase;
}
.book-section .book-info-second {
    display: flex;
    flex-direction: row;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    gap: 30px;
    color: #fff;
    flex-wrap: wrap;
}
.book-section .book-info-second > div:first-of-type > .label:first-of-type {
    margin-right: 14px;
    text-transform: uppercase;
}
.book-section .book-info-second div:nth-of-type(2) .label:first-of-type {
    margin-right: 27px;
    text-transform: uppercase;
}
.video-section .elementor-custom-embed-image-overlay img, .video-section .elementor-open-lightbox {
    --video-aspect-ratio: 0 !important;
}
.post-section .elementor-post__text {
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    padding: 20px 10px;
    position: relative;
}
.post-section .elementor-post__excerpt {
    padding: 0px 50px;
}
.post-section .elementor-post__read-more {
    padding: 14px 0px;
    background-color: #000;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%);
    text-align: center;
    width: 205px;
}
.post-section .elementor-post__read-more:hover {
    background-color: #d2312a !important;
}
.post-section .elementor-post {
    overflow: visible;
}
.blog-text-inner h2{
 color: #000;   
}
.testimonial-section .elementor-testimonial__text {
    position: relative;
    padding-top: 40px;
	padding-bottom: 40px;
}

.testimonial-section .elementor-testimonial__text:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(/wp-content/uploads/2026/03/Shape-2-copy-3.webp);
    background-repeat: no-repeat;
    background-size: auto;
    width: 114px;
    height: 20px;
}
.testimonial-section .elementor-testimonial__footer {
    margin-top: auto !important;
}
.testimonial-section .elementor-testimonial {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonial-section .elementor-swiper-button svg{
    display: none;
}
.testimonial-section .elementor-swiper-button-prev,
.testimonial-section .elementor-swiper-button-next {
    top: 120% !important;
    transform: translateY(-50%) !important;
}

.testimonial-section .elementor-swiper-button-prev {
    left: 48% !important;
    background-image: url('/wp-content/uploads/2026/03/Shape-529-copy.webp');
    background-repeat: no-repeat;
    background-size: auto;
    width: 31px !important;
    height: 21px !important;
}

.testimonial-section .elementor-swiper-button-next {
    left: 52% !important;
      background-image: url('/wp-content/uploads/2026/03/Shape-529.webp');
    background-repeat: no-repeat;
    background-size: auto;
    width: 31px !important;
    height: 21px !important;
}
body:not(.home) .header-section {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.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: 1700px){
.book-name-column .elementor-element-populated{
       padding: 4em 0em 0em 0em !important;
	}
/* 		.book-section:before{
      background-size: 100% 100% !important;
	} */
}
@media only screen and (min-width: 1201px) and (max-width: 1450px){
	.main-banner-section {
    padding-left: 10px !important;
}
	.book-section {
    padding-left: 10px !important;
}
}
@media only screen and (max-width: 1200px){
	.main-banner-section::before{
    width: 50%;
    background-position: 100% top;
    background-size: auto;
	}
}
@media only screen and (max-width: 1024px){
	.header-section .elementor-nav-menu > li:last-child > a{
        padding: 14px 12px !important;
        font-size: 15px !important;
	}
	.main-banner-section::before{
		background-size: contain;
       background-position: 90% top;
	}
	.book-section .book-info-second, .book-section .book-info{
		flex-direction: column;
        gap: 10px;
	}
	.book-section:before{
		background-size: cover !important;
	}
	.post-section .elementor-post__excerpt {
      padding: 0px 20px;
}
	.testimonial-section .elementor-swiper-button-prev {
		right: 46%;
	}
	.testimonial-section .elementor-swiper-button-next{
		    
		left: 53% !important;
	}
}
@media only screen and (max-width: 767px){
	.main-banner-section::before{
		display: none !important;
	}
	 .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: #D23129 !important;
        color: #fff !important;
    }
	.top-platforms{
    gap: 10px;
    flex-wrap: wrap;
	}
	.platform-logos{
     flex-wrap: wrap;
     gap: 15px;
	}
	   .testimonial-section .elementor-swiper-button-prev,
    .testimonial-section .elementor-swiper-button-next {
        left: 50% !important;
        transform: translate(-50%, -30px) !important;
    }
    .testimonial-section .elementor-swiper-button-prev {
        margin-left: -25px;
    }

    .testimonial-section .elementor-swiper-button-next {
        margin-left: 25px;
    }
	    .book-section:before {
        background-color: #d23129;
    }
	.post-section .elementor-post__read-more{
		    padding: 11px 0px;
		    width: 180px;
	}
}