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

header {
background: transparent;
padding: 0px 0px;
}
.page-id-13 header {
    position: absolute !important;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1;
    background: transparent;
}
#site-header {
    background-color: transparent;
}
#site-header-inner{
	display: none !important;
}
body:not(.home) .header-section {
    background-color: #000;
    padding-bottom: 30px;
}
.header-section .elementor-nav-menu__align-start{
margin-bottom: 0px !important;	
}
.stats-bar {
  display: flex;
  align-items: center;
  background: #09438d;
  border-radius: 50px 0px 0px 50px;
  padding: 20px 35px;
  color: #fff;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat-item h2 {
      font-size: 32px;
    font-weight: 600;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    color: #fff;
}

.stat-item p {
    font-size: 14px;
    margin-right: 40px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 0;
}

.divider {
     width: 2px;
    height: 35px;
    background: #4281d1;
    margin: 0 2px;
}
.book-section {
    position: relative;
}

.book-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("https://jamesmulira.cloudtrek360.com/wp-content/uploads/2026/01/Group-117.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 146px;
    height: 381px;

    animation: floatUpDown 4s ease-in-out infinite;
}
body:not(.home) .book-section:before, body:not(.home) .post-section:before{
	display: none !important;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}


.feature-item span {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
      font-family: Poppins, sans-serif;
}
.amazon-main-section {
    margin: 0px 50px;
}
.amazon-inner-section .elementor-image-box-title {
    margin-bottom: 0px;
    position: relative;
}

.amazon-inner-section .elementor-image-box-title:before {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 52px;
    height: 4px;
    background-color: #09438d;
    left: 0;
}
.amazon-inner-section .elementor-column {
    position: relative;
}

.amazon-inner-section .elementor-column:before {
    content: "";
    position: absolute;
    top: 61px;
    left: 67px;
    width: 118px;
    height: 78px;
    background-color: #09438d;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}
.video-section .elementor-custom-embed-image-overlay img, .video-section .elementor-open-lightbox {
    --video-aspect-ratio: 0 !important;
}

.post-section {
    position: relative;
}

.post-section:before {
    content: "";
    position: absolute;
    top: 70px;
    right: 0;
    background-image: url("https://jamesmulira.cloudtrek360.com/wp-content/uploads/2026/01/Group-122.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 140px;
    height: 380px;
    z-index: 10; 
    
    animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

.post-section .elementor-post__title:before {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 52px;
    height: 4px;
    background-color: #09438d;
    left: 0;
}

.post-section .elementor-post__title {
    position: relative;
}
.post-section .elementor-post__excerpt {
    padding-right: 60px;
}
.post-section .elementor-post__read-more {
    font-size: 0 !important;
}
.post-section .elementor-post{
 position: relative;
 overflow: visible !important;
}

.post-section .elementor-post__read-more::before {
    content: "→";
    display: flex;
    align-items: self-end;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 28px;
    color: #fff;
    background-color: #09438d;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 47px;
    transition: all .5s;
}
.post-section .elementor-post__read-more:hover::before {
    background-color: #000 !important;
}
.testimonial-section .elementor-testimonial {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-section .elementor-testimonial__footer {
    margin-top: auto !important;
}
.testimonial-section .elementor-testimonial__content {
    padding-bottom: 60px;
    padding-top: 60px;
}
.elementor-testimonial__content {
    position: relative; 
}


.elementor-testimonial__content:before {
    content: "";
    position: absolute;
    top: 0px; 
    left: 0; 
    background-image: url("https://jamesmulira.cloudtrek360.com/wp-content/uploads/2026/01/copy-3.png");
    background-repeat: no-repeat;
    background-size: contain;
     width: 47px;
    height: 36px;
    z-index: 10;
}


.elementor-testimonial__content:after {
    content: "";
    position: absolute;
    top: 0px; 
    right: 0 !important; 
    background-image: url("https://jamesmulira.cloudtrek360.com/wp-content/uploads/2026/01/Group-130.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 103px;
    height: 25px;
    z-index: 10;
    left: unset !important;
}
.testimonial-section {
  position: relative;
}

.testimonial-section .elementor-swiper-button{
    top: 110% !important;
}
.testimonial-section .elementor-swiper-button-next {
    background-image: url(https://jamesmulira.cloudtrek360.com/wp-content/uploads/2026/01/Group-139.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
width: 46px !important;
height: 46px !important;
position: absolute !important;
right: 225px !important;

}
.testimonial-section .elementor-swiper-button-prev {
    background-image: url(https://jamesmulira.cloudtrek360.com/wp-content/uploads/2026/01/Group-140.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 46px !important;
    height: 46px !important;
    position: absolute !important;
    left: 260px !important;
/*     left: unset !important;
    right: 46em; */
}
.testimonial-section .elementor-swiper-button-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 70px;
    width: 600px;
    height: 2px;
    background-color: #58a2aa;
    transform: translateY(-50%);
    z-index: 1;
} 
.testimonial-section .e-font-icon-svg {
    display: none !important;
}

.testimonial-section {
    position: relative;
}

.testimonial-section:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    background-image: url("https://jamesmulira.cloudtrek360.com/wp-content/uploads/2026/01/Group-117.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 146px;
    height: 381px;

    animation: floatUpDown 4s ease-in-out infinite;
}
.testimonial-section:after {
   content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    background-image: url("https://jamesmulira.cloudtrek360.com/wp-content/uploads/2026/01/Group-122.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 140px;
    height: 380px;
    z-index: 10; 
    
    animation: floatUpDown 4s ease-in-out infinite;
}
.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;
}


/* Ecommerce css */
.woocommerce-page .content-area {
    width: 100%;
    border: none !important;
}
.woocommerce-page .container {
    max-width: 1250px;
}
.woocommerce-page #right-sidebar{
display: none !important;	
}
.woocommerce-page .wc-block-components-product-name {
    color: #000;
    font-size: 18px !important;
}
.woocommerce-page .price, .wc-block-grid__product-title, .amount {
    color: #000;
    font-size: 17px;
}
.woocommerce-page .wc-block-cart__submit-container a{
	background-color: #58A2AA !important;
}
.woocommerce-page .wc-block-cart__submit-container a:hover, .wc-block-components-button:hover{
	background-color: #000 !important;
}
.wc-block-components-button{
	background-color: #58A2AA !important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
	background-color: #58A2AA;
    padding: 14px 20px;
    border-radius: 10px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover{
	color: #fff !important;
}
.owp-floating-bar.show{
	display: none;
}
.woocommerce-page td.wc-block-cart-item__image, .woocommerce-page .wc-block-components-product-name{
    pointer-events: none;
    cursor: default;
}
/* Ecommerce css */


@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}
.amazon-column .elementor-widget-wrap:hover {
    background-color: #000 !important;
}

.amazon-column .elementor-widget-wrap:hover  h3.elementor-image-box-title, .amazon-column .elementor-widget-wrap:hover .elementor-widget-text-editor {
    color: #fff !important;
}
.book-section .book_type_list {
    display: flex !important;
    list-style: none !important;
    gap: 15px;
    margin: 0 !important;
    flex-wrap: wrap !important;
    align-items: center;
}
.book-section .book_type_list li {
    padding: 6px 25px 6px 25px;
    border-radius: 5px;
    transition: all .3s;
    border: 2px solid #58A2AA;
}
.book-section .book_type_list li:hover{
background-color: #000;
border: 2px solid #000;
}
.book-section .book_type_list li:hover a{
    color: #fff
}
.book-section .book_type_list li a {
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #58A2AA;
}
.book-section .book_type_list a img {
    margin-left: 9px !important;
    filter: brightness(0) saturate(100%) invert(46%) sepia(21%) saturate(980%) hue-rotate(140deg) brightness(95%) contrast(92%);
}
.book-section .book_type_list li:hover img {
    filter: brightness(0) invert(1) !important;
}


@media only screen and (min-width: 1201px) and (max-width: 1299px){
	.author-text-inner-second{
	    margin-top: 50px !important;	
	}
}


@media only screen and (max-width: 1629px){
	.author-text-inner-second .elementor-container{
        max-width: 530px !important;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1450px){
	.stats-bar{
		padding: 20px 12px;
	}
	.author-text-inner-second .elementor-container{
        max-width: 530px !important;
	}
	.book-section:before{
    top: -80px;
    width: 180px;
    height: 281px;
	}
	.post-section:before{
	width: 110px;
    height: 301px;
    z-index: -1;
	}
	.testimonial-section:before{
     width: 115px;
    height: 381px;
	}
	.testimonial-section:after{
	width: 110px;
    height: 310px;
    z-index: 0;
	}
	.testimonial-section .swiper-slide {
    background-color: #fff;
}
	.amazon-inner-section {
    margin-right: 20px;
}
}
@media only screen and (max-width: 1300px){
		.woocommerce-page .content-area {
     width: 90%;
     float: unset !important;
     margin: auto;
}
	.woocommerce-page .container {
     max-width: 100%;
}
}

@media only screen and (max-width: 1200px){
	.post-section:before {
     z-index: 0;
}
	.stat-item p{
       margin-right: 20px !important;
	}
	.testimonial-section .swiper-slide{
	background-color:  #fff !important;	
	}
	.testimonial-section:after{
		z-index: 0 !important;
	}
	.stat-item{
       gap: 7px;
	}
	.testimonial-section .elementor-swiper-button-prev{
		    left: -247px !important;
		    width: 100% !important;
	}
	.testimonial-section .elementor-swiper-button-prev::after{
		right: 70px !important;
        width: 38% !important;
       left: unset !important;
	}
}
@media only screen and (max-width: 1024px){
	.footer-section {
    margin: 20px 20px !important;
}
	    .stat-item p {
        margin-right: 10px !important;
    }
	.testimonial-section .elementor-swiper-button-prev::after{
		display: none;
	}
	.testimonial-section .elementor-swiper-button-next{
       right: 0px !important;
	}
	.testimonial-section .elementor-swiper-button-prev {
        right: 55px !important;
        width: 46px !important;
        left: unset !important;
    }
	.testimonial-section .elementor-swiper-button {
    top: -10% !important;
}

}
@media only screen and (max-width: 767px){
	.footer-section {
        margin: 10px 10px !important;
    }
	.stats-bar{
    padding: 20px 13px !important;
    border-radius: 10px;
	}
	.book-section:before, .post-section:before, .testimonial-section:after, .testimonial-section:before{
		display: none !important;
	}
	.post-section .elementor-post__read-more::before{
		position: unset !important;
	}
	.post-section .elementor-post__excerpt {
    padding-right: 0px;
}
	.page-id-13 header{
      z-index: 2 !important;
	}
	.woocommerce-page #content-wrap{
		padding-bottom: 0px !important;
	}
	.woocommerce-page .wp-block-woocommerce-checkout{
		padding-top: 0px !important;
	}
}