/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
    overflow-x:hidden;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background:#000;
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */

/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/


/*----------------------
Footer
----------------------*/

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter';
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}
div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Inter';
}

div#service-slider .content p {
    font-size:20px;
    color: #0d4199;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
}
div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    padding:25px;
}
#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}

/* New css starts here */



.remove_section_space .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
header {
  background: #000;
  padding: 8px 0px;
}
.top_menu_row {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.page_home header {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1;
  background: transparent;
}
.top_banner_section {
  padding: 22em 0px 5em;
}
.bold_txt {
  font-weight: 600;
}
.my_button_style .elementor-button {
  padding: 15px 30px !important;
  background-image: linear-gradient(to bottom,#f7dba9,#9d7523);
  transition: all 0.5s linear;
}
.my_button_style .elementor-button:hover {
  background-image: linear-gradient(to top,#f7dba9,#9d7523);
}
.inner_row {
  margin-bottom: 30px;
}

.my_video_box,.my_video_box .elementor-widget-container,.my_video_box .elementor-widget-container,
.my_video_box .elementor-open-lightbox,.my_video_box .elementor-custom-embed-image-overlay
{
  height: 500px;
  width: 98%;
  margin: 0 auto !important;
}
.my_video_box:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(to bottom,#f7dba9,#9d7523);
  border-radius: 40px;
  top: 25%;
  transition: all 0.5s linear;
  transform: scale(1);
}
.my_video_box:hover:before {
  transform: scale(1.04);
}

.video_sec {
  padding: 7em 0px 0px;
}

.section_title_small {
  margin-bottom: 15px !important;
}
.section_title_large {
  margin-bottom: 15px !important;
}
.make_title_after
{
  margin-bottom: 30px !important;
}
.make_title_after .elementor-heading-title {
  position: relative;
}
.make_title_after .elementor-heading-title::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 158px;
  height: 4px;
  background-image: linear-gradient(to bottom,#f7dba9,#9d7523);
}

.author_section {
  padding: 7em 0px;
}
.single_author_img img {
  border-radius: 40px !important;
  position: relative;
  z-index: 1
}
.single_author_img:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 70%;
  height: 105%;
  background-image: linear-gradient(to bottom,#f7dba9,#9d7523);
  top: -20px;
  border-radius: 40px;
  transition: all 0.5s linear;
}
.author_section:hover .single_author_img:before {
  transform: scale(1.02);
}

.testi_section {
  padding: 7em 0px;
}
.my_testi_style .elementor-main-swiper {
  width: 100%;
  padding-bottom: 0px !important;
  overflow: hidden;
}
.my_testi_style .elementor-testimonial__text img {
  margin-bottom: 15px;
}
.my_testi_style .elementor-testimonial__text {
  position: relative;
  padding-top: 60px;
}
.my_testi_style .elementor-testimonial__text:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url('/wp-content/uploads/2025/08/testi_sec_quote_icon.png');
  width: 48px;
  height: 48px;
}

.my_testi_style .swiper-pagination {
  position: relative !important;
  bottom: 0px !important;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my_testi_style .swiper-pagination-bullet {
  width: 50% !important;
  border-radius: 0px !important;
  height: 5px !important;
  transition: all 0.5s linear !important;
}

.my_testi_style .elementor-testimonial__image img {
  width: auto !important;
  height: auto !important;
}

.post-title {
  display: none;
}
.inner_blog_sec {
  padding: 3em 0px;
}
.style_list ul li {
  position: relative;
  padding: 0px 0px 0px 25px;
  margin-bottom: 8px;
}
.style_list ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 4px;
  height: 100%;
  background: #f7dba9;
}
.style_list ul {
  margin-bottom: 15px;
}

.my_blogs_style .elementor-post__text {
  padding: 0px 15px;
}
.my_blogs_style .elementor-post {
  border: solid 2px transparent;
  border-radius: 23px;
  padding-bottom: 20px;
  transition: all 0.5s linear;
}
.my_blogs_style .elementor-post:hover {
  border-color: #fff;
}
.blog_inner_row {
  margin-bottom: 25px;
}
.blog_sec {
  padding: 7em 0px;
}

.subs_sec {
  background-image: linear-gradient(to bottom,#f7dba9,#9d7523);
}
.my_form_style input,.my_form_style textarea
{
  padding: 12px 18px;
}
.my_form_style textarea
{
    resize:none;
}
.my_form_style .elementor-button {
  min-height: auto !important;
  padding: 15px 0px !important;
}
.subs_sec {
  padding: 30px 0px;
}

.cp_row {
  background-image: linear-gradient(to bottom,#f7dba9,#9d7523);
  padding: 5px 0px;
}
.cp_row p {
  margin: 0px;
}

.footer_mid_row {
  padding: 50px 0px;
}
.social_list
{
  display: flex;
  display: -webkit-flex;
  gap: 13px;
}
.social_list li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: linear-gradient(to bottom,#f7dba9,#9d7523);
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s linear;
}
.social_list li:hover a {
  background-image: linear-gradient(to bottom,#fff,#fff);
}
.social_list li a img{
  transition: all 0.5s linear;
}
.social_list li a:hover img{
  filter: invert(1);
}
.contact_list li {
  position: relative;
}
.contact_list li .icon_box {
  display: inline-block;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: linear-gradient(to bottom,#f7dba9,#9d7523);
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
}
.contact_list li:not(:last-child) {
  margin-bottom: 10px;
}
.contact_list li a {
  color: #fff;
  transition: all 0.5s linear;
}
.contact_list li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.book_sec {
  padding: 5em 0px;
}
.book_pref_list {
  display: flex;
  display: -webkit-flex;
  gap: 10px;
	flex-flow: wrap;
}
.book_pref_list li a {
  display: inline-block;
  padding: 8px 22px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  font-size: 15px;
  border: solid 1px #fff;
  transition: all 0.5s linear;
}
.book_pref_list li a:hover {
  background: #f7dba9;
  border-color: #f7dba9;
}

.center_the_title .elementor-heading-title:after {
  right: 0px;
  left: 0px;
  margin: 0 auto;
}
.contact_inner_section {
  border-top: solid 4px #f7dba9;
  padding: 5em 0px;
  margin-top: 1em;
}

.my_ev_block .elementor-post {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: left !important;
}
.my_ev_block .elementor-post:nth-child(even)
{
  flex-flow: row-reverse; 
}

.my_ev_block .elementor-post__thumbnail__link {
  flex: 0 0 40% !important;
}
.my_ev_block .elementor-post__text {
  flex: 0 0 60% !important;
}
.my_ev_block article {
  border: none;
}
.my_ev_block .elementor-post {
  border: none;
}
.media_sec {
  padding: 7em 0px;
}

/* woo css starts here */

.products li.product,.wc-block-product-new .wc-block-grid__products .wc-block-grid__product
{
    text-align: center;
}

.product_titles_section {
    padding: 6em 0px 15em;
}

.products_list_row .elementor-widget-shortcode {
    margin: -11em 0px 4em;
}

.products li.product h2.woocommerce-loop-product__title
{
    	font-size: 26px !important;
	  color: #FFF !important;
	  font-family: ;
	  font-weight: 600;
	  line-height: 30px;
	  position: relative;
	  font-family: "Montserrat", Sans-serif;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title 
{
    padding: 0px 10px !important;
    font-size: 22px !important;
    color: #FFF !important;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    margin-bottom: 25px !important;
}

.products li.product h2.woocommerce-loop-product__title:after {
/*     content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    background: url(https://marycooper.clientcloud360.com/wp-content/uploads/2024/06/product_section_stars.png);
    width: 160px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto; */
}

.products li.product p {
    margin: 40px 0px 10px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    position: relative;
    border-bottom: dashed 2px #a5a5a5;
    padding-bottom: 15px;
}

.products li.product a.button
{
    padding: 13px 30px !important;
    border-radius: 10px !important;
    background: #dbc049 !important;
  color: #000 !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link 
{
    float: none;
    padding: 13px 30px !important;
    border-radius: 10px !important;
    background: #ceb143 !important;
  	color: #000 !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.woocommerce .woocommerce-result-count
{
	color:#fff;
}

.products li.product span.price
{
   	 	font-size: 26px !important;
	  color: #A9852C !important;
	  opacity: 1 !important;
	  font-family: "Poppins", Sans-serif;
	  font-weight: 600 !important;
}


.wc-block-grid__product-price
{
    font-size: 20px !important;
    color: #A9852C !important;
    opacity: 1 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600 !important;
    position:relative !important;
    bottom:0px !important;
}

.products li.product span.price del {
    opacity: 1 !important;
    color: #000 !important;
    font-size: 18px !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 400 !important;
}

.wp-block-heading.with-empty-cart-icon {
    font-size: 30px !important;
    color: #EA2C79 !important;
    font-weight: 600 !important;
    font-family: "Montserrat", Sans-serif !important;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading {
    font-size: 40px !important;
    color: #000 !important;
    font-family: "Montserrat", Sans-serif !important;
}

.woocommerce ul.products li.product .onsale
{
    display:none !important;
}
section.woocommerce {
    padding: 5em 0px 3em;
	float: left;
  width: 100%;
}

header.woocommerce-products-header,.woocommerce-breadcrumb,h2.post-title,.woocommerce span.onsale 
{
    display: none !important;
}
.woocommerce div.product .product_title {
    color: #FFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 35px;
    font-weight: 600;
}

p.price {
    color: #FFF;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-product-details__short-description p {
    color: #FFF;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0px;
}

.woocommerce-product-details__short-description {
    margin: 0px 0px 20px;
}

.woocommerce .quantity .qty {
    height: 44px;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    padding: 14px 40px !important;
    background: #cfb242 !important;
    display: inline-block !important;
    border-radius: 10px !important;
    color: #000 !important;
    transition: all 0.5s linear !important;
    font-family: "Poppins", Sans-serif;
	font-weight:400 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background: #fff !important;
}
section.related.products {
    float: left;
    width: 100%;
    padding: 5em 0px 3em;
}

section.related.products > h2 {
    color: #111111;
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin: 35px 0px;
    text-align: center;
    text-transform: uppercase;
}
.wc-block-cart {
    margin: 5em 0px !important;
}

a.wc-block-components-product-name {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-product-metadata__description {
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
}

.wc-block-components-button {
    padding: 14px 40px !important;
    background: #cfb242 !important;
    display: inline-block !important;
    border-radius: 10px !important;
    color: #000 !important;
    transition: all 0.5s linear !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration:none !important;
    border: none;
}
/* thank you page text color */
.woocommerce-order,.wc-block-cart__empty-cart__title.with-empty-cart-icon::before,.wp-block-woocommerce-empty-cart-block h2.wp-block-heading
{
    color: #fff !important;
}
.product_meta {
  display: none;
}

.wc-block-cart__main,.wc-block-cart__sidebar,.wc-block-checkout
{
  background: #fff;
  padding: 15px;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  justify-content: center;
}
.wp-block-woocommerce-checkout {
  margin: 3em 0px 5em !important;
}
/*  woo css ends here */


@media only screen and (max-width: 1024px) {
    .container {
      width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .page_home header {
      position: relative;
      background: #000;
    }
    .top_menu_row {
      border-top: solid 0px #fff;
      border-bottom: solid 0px #fff;
    }
    .left_on_mob {
      text-align: left !important;
    }
    .my_menu_style .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -100px;
    }
    .remove_menu_pads .elementor-widget-wrap {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .top_banner_section {
      padding: 5em 0px;
    }
    .top_banner_section .elementor-column,
    .subs_sec .elementor-column,.footer_mid_row .elementor-column,
    .book_sec .elementor-column
    {
      width:100% !important;
    }
    .top_banner_section .elementor-container.elementor-column-gap-default,
    .book_sec .elementor-container.elementor-column-gap-default
    {
      flex-flow: column-reverse;
    }
    .top_bann_cover,.book_cover_img
    {
        margin-bottom:35px;
    }
    .book_sec .elementor-widget-wrap.elementor-element-populated {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .top_banner_title .elementor-heading-title {
      font-size: 35px !important;
      line-height: 40px !important;
      text-align: center;
    }
    .top_banner_section .my_button_style {
      text-align: center;
    }
    .section_title_large .elementor-heading-title {
      font-size: 35px !important;
    }
    .my_video_box::before {
      height: 200px;
      top: 60px;
    }
    .my_video_box, .my_video_box .elementor-open-lightbox,.my_video_box .elementor-custom-embed-image-overlay,.my_video_box .elementor-custom-embed-image-overlay img
    {
      height: 330px !important;
    }
    .my_video_box .elementor-custom-embed-image-overlay img
    {
      object-fit: cover;
      border-radius:20px;
    }
    .author_section,.testi_section,.blog_sec,.media_sec
    {
      padding: 5em 0px;
    }
    .single_author_img {
      margin-bottom: 50px;
    }
    .footer_mid_row {
      padding: 30px 0px;
    }
    .top_banner_title br,.section_title_large br,.elementor-widget-text-editor br
    {
        display:none;
    }
    .book_pref_list li a {
      padding: 8px 20px;
    }
    .book_pref_list {
      flex-flow: wrap;
    }
    .my_ev_block .elementor-post__thumbnail__link,
    .my_ev_block .elementor-post__text
    {
      flex: 0 0 100% !important;
    }
    .my_ev_block .elementor-post {
      display: block !important;
    }
    .contact_inner_section {
      margin-top: 0em;
    }
    .foo_logo,.foo_title,.contact_list{
      text-align: center !important;
    }
    .foo_menu .menu-item a,
    .social_list
    {
      justify-content: center !important;
    }
}

@media only screen and (max-width: 480px) {
  .section_title_large .elementor-heading-title {
    font-size: 32px !important;
  }
}

/* New css ends here */
