/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
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 &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; 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 &amp; 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
Version: 4.1.2.1756366639
Updated: 2025-08-28 07:37:19

*/
/*
.home-slider .swiper-slide-inner{
    position: relative;
    height: clamp(15.6vw, 32vw, 31.25vw);
    overflow: hidden;
}

.home-slider .swiper-slide-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
*/

@media only screen and (max-width: 480px) {

    .quote-formx {
        gap: 5vw !important;
    }

    .quote-formx .name-fields {
        flex-direction: column !important;
        gap: 5vw !important;
    }

    .quote-formx .name-fields p {
        width: 100% !important;
    }

    .quote-formx input:not([type="submit"]),
    .quote-formx textarea {
        padding: 4vw !important;
        font-size: 4vw !important;
        border-radius: 2vw !important;
    }

    .quote-formx textarea {
        height: 40vw !important;
		font-size: 4vw !important;
    }

    .quote-formx input[type="submit"] {
        padding: 4vw !important;
        font-size: 4vw !important;
        border-radius: 0 !important;
    }
	 .quote-formx .name-fields span {
        display: block;
        width: 100% !important;
    }
    .quote-formx textarea {
        height: 40vw !important;
        resize: none;
    }

    .quote-formx input[type="submit"] {
        width: 100% !important;
        padding: 4vw 3vw !important;
        border: none;
        border-radius: 0 !important;
        background: #fe0606 !important;
        color: #FFFFFF !important;
        font-size: 4vw !important;
        font-weight: 600;
        cursor: pointer;
        transition: 0.3s ease;
    }

    .quote-formx input[type="submit"]:hover {
        background: #FFFFFF !important;
        border: none !important;
        color: #000000 !important;
    }

}





/* Image container */
.home-slider .swiper-slide-inner{
    position: relative;
    height: clamp(15.6vw, 32vw, 31.25vw);
    overflow: hidden;
    border-radius: 1.47vw;
}

/* Black overlay */
.home-slider .swiper-slide-inner::before{
    content: "";
    position: absolute;
    inset: 0;
   background-image: linear-gradient(180deg, #FFFFFF00 0%, #000 140%);
    z-index: 1;
    border-radius: 1.47vw;
    pointer-events: none;
}

/* Images */
.home-slider .swiper-slide-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Gap between slides */
.home-slider .swiper-slide{
    padding: 0 0.75vw;
    box-sizing: border-box;
}



 @media (max-width: 480px){

    /* Image container */
    .home-slider .swiper-slide-inner{
        height: 70vw; /* Adjust as needed */
        border-radius: 16px;
    }

    /* Black overlay */
    .home-slider .swiper-slide-inner::before{
        border-radius: 16px;
        background-image: linear-gradient(
            180deg,
            rgba(255,255,255,0) 0%,
            rgba(0,0,0,1) 130%
        );
    }

    /* Images */
    .home-slider .swiper-slide-inner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Gap between slides */
    .home-slider .swiper-slide{
        padding: 0 8px;
        box-sizing: border-box;
    }

    .home-slider .elementor-swiper-button{
        background-color: #f1faee;
        width: 8vw !important;
        height: 8vw !important;
        padding: 0.8vw !important;
        border-radius: 0.6vw !important;
    }
	  .home-slider .elementor-swiper-button svg {
        width: 7vw !important;
        height: 7vw !important;
    }
	 .home-slider .swiper-slide-contents {
    position: bottom !important;
    bottom: 1vw;
    left: 0;
    width: 100%;
}
	 
}


/* error msg of cf7 start */
.wpcf7-response-output{
	border: none !important;
	color: #fff !important;
}

.quote-formx input{
	width: 100% !important;
}

.quote-formx{
	display: flex;
	justify-content: space-between;
	gap: 20px;
    margin: 20px 0 -10px;
}

.quote-formx p{
	width: 100%;
}
/* error msg of cf7 end */


/* my custm css start */
.oceanwp-mobile-menu-icon a:before {
    content: none !important;
}


.oceanwp-mobile-menu-icon a {
    display: inline-block;
    width: 28px; 
    height: 28px;
    background: url("/wp-content/uploads/2026/07/three-horizontal-lines-outline-icon.svg") no-repeat center;
    background-size: contain;
}


.privacy-policy-heading h5{
	margin-bottom: -10px;
}


.wpmtst-testimonial {
  pointer-events: none;
}

.oceanwp-theme a:focus {
    outline:none !important;
}

.home-slider .elementor-image-carousel-caption{
	z-index: 2;
}
/*
.home-slider .swiper-slide-inner{
	position:relative;
}

.home-slider .swiper-slide-inner:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #FFFFFF00 0%, #000 120%);
    z-index: 1;
	border-radius:1.47vw;
	gap: 1.47vw;
	    top: 0px;
}

/* Contact Form */
.contactus-page .call-to-action{
	width: 96% !important;
  margin: 3% !important;
	padding: 10px !important;
}

.call-to-action{
	width: 31% !important;
    background-color: #fff !important;
    float: left;
    margin: 1%;
	    padding: 20px !important;
    border-radius: 10px !important;
}

 .wpcf7-form-control-wrap select{
     height: auto!important;
 }
  
.contactus-page .call-to-action-submit{
	width: 96% !important;
  margin: 3% !important;
	border: 1px solid #0D2A3B !important;
      color: #fff !important;
	   background-color: #0D2A3B !important;
	padding: 10px !important;
}


  .call-to-action-submit{
			width: 31% !important;
    margin: 1% !important;
      border: 1px solid #2883b8 !important;
      background-color: #000000 !important;
      padding: 20px !important;
      font-size: 14px !important;
    line-height: 1.8 !important;
     border-radius: 10px !important;
  }
  
  
  .call-to-action-submit:hover{
      border: 1px solid #fff !important;
      background-color: #ffffff00 !important;
      color: #fff !important;
  }

.homepage-form{
	text-align:center;
}

.wpcf7-spinner {
    margin-right: -35px !important;
}

.privacy-list ul {
    margin: 0px 0px 15px 20px !important;
}




/* Testimonial */

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
     padding: 60px 40px 40px 40px !important;
}

/* Purchase now button */
.purchase-now:hover .elementor-icon{
	transform:rotate(90deg);
}

.testimonial-inner:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 45px !important;
	  height:45px !important;
    background-image: url(https://ogdendetailexperts.com/wp-content/uploads/2025/08/quotation-mark-icon.svg);
    background-position: center;
    background-size: contain;
    left: 30px;
    background-repeat: no-repeat;
    top: -15px !important;
    z-index: 1;
 	  filter: invert(1); 
}

.strong-view.pager-style-buttons .wpmslider-pager-link.active:before {
    width: 15px !important;
	color: #fff !important;
    background: #fff !important;
}


.strong-view.pager-style-buttons .wpmslider-pager-link:hover:before {
  	color: #fff !important;
    background: #fff !important;
}

.strong-view.pager-style-buttons .wpmslider-pager-link:before {
   width: 15px !important;
}

.strong-view.wpmtst-default.dark .wpmtst-testimonial-inner {
    border: 0px !important;
}

.select2-container .select2-selection--single{
 height: auto!important;
}

/* .swiper-slide-next{
transform: scale(0.9);
	transition:0.2s all;
} */

.home-slider .elementor-swiper-button{
	background-color: #f1faee;
	padding: 0.74vw;
  border-radius: 0.74vw;
}

.home-slider .swiper-slide{
	box-shadow: 0 0 0.74vw 0 rgb(0 0 0 / 25%);
/* 	margin-right:1.47vw !important;
	width:28vw !important; */
	
}

/* .home-slider .swiper-slide img{
	width:28vw !important;
	
}
 */

.navigation-menu .menu-link{
    z-index: 0;	
}
/*
 .navigation-menu .menu-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 30px;
    transform: scale(0);
    transition: transform .7s ease, background-color .3s ease;
    z-index: -1;
}

.navigation-menu .menu-link:hover:before {
    transform: scale(0.8);
    background-color: #E63946;
}
*/

/* testimonials home */
/* .strong-view.wpmtst-default .wpmtst-testimonial-inner{
	text-align:center!important;
}

.wpmtst-testimonial-field{
	text-align:center!important;
} */

.testimonial-inner:before{
	left: 5% !important;
}

.wpmslider-viewport{
	padding-top: 20px !important;
}



.strong-view-id-1 .wpmtst-testimonial-inner{
	background-color: transparent !important;
}

.strong-view.wpmtst-default.dark .wpmtst-testimonial {
    border: 1px solid #ffffff47 !important;
}

/* .menu-link .text-wrap:hover{
	color:#fff !important;
}
 */



.beat-copyright
{  
  animation: heartbeat 1.5s infinite;
}
@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

 .home-slider .elementor-image-carousel-caption{
    position: absolute;
    margin-left: 3.0vw;
	  bottom:2.2vw;
} 
.home-slider.elementor-image-carousel .swiper-wrapper{
   gap: 1.47vw; /* Adjust spacing as needed */
}
/* //contact form */


/*  contact icon  */
.contact-icon-set .elementor-icon svg{
	margin-top: 5px !important;
}

@media screen and (max-width: 480px) {
	.quote-formx input{
		margin: 0 auto;
		padding: 15px 18px !important; 
	}
	
	.quote-formx{
		flex-direction: column;
		gap: 0px;
		margin: 20px 10px -10px;
	}
	
	
	.home-slider .elementor-image-carousel-caption {
    position: absolute;
    margin-left: 0px;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center !important;
}
	
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    padding: 40px 20px 20px 20px !important;
}
	
.call-to-action {
    width: 94% !important;
    margin: 3%;
}
	
	.call-to-action-submit {
    width: 94% !important;
    margin: 3% 3% 0 3% !important;
		padding: 10px 20px !important;
}
	
.contactus-page	.call-to-action-submit {
    width: 96% !important;
    margin: 3% 3% 0 3% !important;
		padding: 10px 20px !important;
}
	
}
/* my custm css end */
/* Dropdown Menu */
/* .navigation-menu .sub-menu .menu-link {
    position: relative;
    z-index: 1;
}

.navigation-menu .sub-menu .menu-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: transparent;
    border-radius: 30px;
    transform: scale(0);
    transition: transform .7s ease, background-color .3s ease;
    z-index: -1;
}

.navigation-menu .sub-menu .menu-link:hover::before {
	text-decoration-color: #FFF;
    transform: scale(0.8);
    background-color: #E63946;
} */