/*
Theme Name: bootScore
Theme URI: https://bootscore.me/
Author: bootScore
Author URI: https://bootscore.me
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Version: 5.3.1
Tested up to: 6.2.2
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

/* Header */
img.logo.md {
    height: 70px;
}
img.logo.xs {
    height: 40px;
}
.top-button.visible {
    opacity: 1;
    background-color: #000 !important;
    border: none !important;
}
li.breadcrumb-item a {
    color: #000 !important;
}
a.btn.btn-primary {
    background-color: #000;
    border: 1px solid #000;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    background-color: #000;
    border: 1px solid #000;
}
.woocommerce-checkout #payment #place_order{
     background-color: #000;
    border: 1px solid #000;
}
a.btn.btn-primary:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
body{
    font-family: 'GlacialRegular';
    font-weight: bold !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-family: 'NeueEinstellung', sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
    margin-left: 10px;
    margin-right: 10px;
}
.navbar-expand-lg .offcanvas .offcanvas-body{
	text-align:center;
	margin:auto !important;
}
.navbar-default {
    background-color: #000; /* Background color for all pages except homepage */
}
.home .navbar-fixed-scroll {
    background-color: #000; /* Background color for the homepage when scrolled */
}
.fixed-top {
    position: fixed;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 1030;
}
.page{
    padding-top: 70px;
}
.archive{
    padding-top: 70px;
}
.single{
    padding-top: 70px;
}
body.home.blog.hfeed {
    padding-top: 0px !important;
}
.header-actions button {
    padding: 10px 40px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 24px;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .header-actions button:hover {
    background-color: #000;
    color: #fff;
    border:1px solid #fff;
  }
  .primary-btn-bys{
    padding: 0px 30px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 32px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 14px;
    width: 180px;
    height: 56px;
    transition: background-color 0.3s ease;
  }
  .primary-btn-bys:hover{
    background-color: #000;
    color: #fff;
    border:1px solid #fff;
  }

  .primary-btn-new{
    padding: 0px 30px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 32px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 16px;
    width: 260px;
    height: 48px;
    transition: background-color 0.3s ease;
  }
  .primary-btn-new:hover{
    background-color: #000;
    color: #fff;
    border:1px solid #fff;
  }

  .primary-btn-new-why{
    padding: 0px 30px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 32px;
    font-family: 'GaretBook';
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 32px;
    width: 300px;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: background-color 0.3s ease;
  }
  .primary-btn-new-why:hover{
    background-color: #000;
    color: #fff;
    border:1px solid #fff;
  }

  .secondary-btn-new{
    padding: 0px 30px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 32px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 16px;
    width: 260px;
    height: 48px;
    transition: background-color 0.3s ease;
  }
  .secondary-btn-new:hover{
    background-color: #fff;
    color: #000;
    border:1px solid #000;
  }
.bootscore-footer {
    display: none;
}
/* Hero section styles */
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hero {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 945px;
	padding: 360px;
    padding-top: 250px;
	box-sizing: border-box;
	color: white;
	background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/homepage-banner-1.jpg') top center no-repeat;
	background-size: cover;
}
nav#nav-main {
    padding-top: 20px;
}
h2.hero-title {
	margin: 0;
	font-size: 12vh;
    margin-bottom: 25px;
    font-family: 'GaretBook', sans-serif !important;
}
	

/* Fonts */
@font-face {
    font-family: 'NeueEinstellung';
    src: url('./fonts/NeueEinstellung-Thin.otf') format('opentype');
}
/* Fonts */
@font-face {
    font-family: 'Ablation';
    src: url('./fonts/Ablation-Extra-Bold.otf') format('opentype');
}
/* Fonts */
@font-face {
    font-family: 'GlacialRegular';
    src: url('./fonts/GlacialIndifference-Regular.otf') format('opentype');
}
/* Fonts */
@font-face {
    font-family: 'GlacialBold';
    src: url('./fonts/GlacialIndifference-Bold.otf') format('opentype');
}
/* Font 2 */
@font-face {
    font-family: 'GaretBook';
    src: url('./fonts/Garet-Book.woff2') format('woff2'),
         url('./fonts/Garet-Book.woff') format('woff'),
         url('./fonts/Garet-Book.otf') format('opentype');
  }
button.btn.btn-primary.wpcf7-submit.w-100 {
    background-color: #000;
    border: 1px solid #000;
}
button.btn.btn-primary.wpcf7-submit.w-100:hover {
    background-color: #fff;
    border: 1px solid #000;
    color:#000;
}
.contact-info a {
    color: #fff;
    text-decoration: none;
}
.contact-info i{
	color:#fff;
}
.contact-info a:hover {
    color: #fff;
    text-decoration: underline !important;
}
/* Media Queries */
  @media only screen and (max-width: 768px) {
    .header-actions button {
        padding: 10px 10px;
    }
    .header-actions button{
        font-size: 12px;
    }
    h2.hero-title{
        margin-top: 30px;
    }
    header.hero-header {
        text-align: center;
    }
    .primary-btn-bys{
        width: 190px;
    }
    .hero {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        padding-top: 90px;
        box-sizing: border-box;
        color: white;
        background: url(https://www.bookyourservice.com.au/wp-content/uploads/2023/07/homepage-banner-1.jpg) top center no-repeat;
        background-size: cover;
        padding-left: 40px;
        padding-right: 40px;
    }
    .order-md-1 {
        order: 2; /* Swap the order for mobile (Column 1 appears second) */
      }
    
      .order-md-2 {
        order: 1; /* Swap the order for mobile (Column 2 appears first) */
      }
      .hero-area-section-4{
        height: auto !important;
      }
      .hero-area-section-5{
        height: auto !important;
      }
      .hero-area-section-6{
        height: auto !important;
      }
}
@media only screen and (max-width: 768px) {
    .offcanvas-body ul li a {
        color: #000 !important;
        font-weight: 700 !important;
        font-size: 16px;
        font-family: 'GlacialRegular' !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	.header-actions button{
        font-size: 10px;
    }
    ul#bootscore-navbar li {
        margin-bottom: 10px;
        background-color: #eee;
    }
}
@media only screen and (max-width: 479px) {
    .primary-btn-bys{
        width: 245px;
    }
    nav#nav-main {
        padding-top: 10px;
    }
    img.logo.xs {
        height: 38px;
    }
    .image-area{
        text-align: center;
        margin-bottom: 30px;
    }
    .hero{
        height: auto !important;
        padding-bottom: 160px;
    }
    .hero-area-section-2{
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-3{
        padding-top: 80px !important;
        padding-bottom: 40px !important;
    }
    img.img-fluid.bys-img {
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .integrator-text{
        font-family: 'GlacialRegular';
        font-size: 32px !important;
        color: #fff;
        text-align: right;
        margin-top: 300px !important;
    }
    .rebalancing-text{
        font-family: 'GlacialRegular';
        font-size: 32px !important;
        color: #fff;
        text-align: left;
        margin-top: 100px !important;
        margin-bottom: 80px;
    }
    .hero-area-section-4{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-5{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-6{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-why-1{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-rebalancing{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-why-2{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-why-3{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-why-4{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-why-5{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-why-10{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-why-6{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-why-9{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-why-7{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-why-8{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .hero-area-section-integrator{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
        min-height: auto !important;
        max-height: auto !important;
    }
    .hero-area-section-int-bg-black{
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
        min-height: auto !important;
        max-height: auto !important;
    }
    .sec-5-action{
        text-align: center;
    }
    .faq-heading{
        font-size: 22px !important;
    }
    .faq-list{
        font-size: 18px !important;
    }
    .bys-img-area{
        display: flex;
        justify-content: center;
    }
    .footer-logo {
        height: 100px !important;
    }
    .action-area-why {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .why-2-h{
        font-size: 28px !important;
    }
	
    .why-2-h-new{
        font-size: 26px !important;
    }
    .why-2-h-white-para{
        font-size: 20px !important;
        text-align: justify;
    }
    .why-2-h-1{
        font-size: 16px !important;
    }
    .why-2-h-black{
        font-size: 28px !important;
    }
    .why-2-h-1-black{
        font-size: 16px !important;
        width: auto !important;
    }
    .why-2-h-1-black-1{
        font-size: 16px !important;
        width: auto !important;
    }
    .text-area-3{
        margin-left: 0px !important;
    }
    .why-para{
        font-size: 21px !important;
    }
    .primary-btn-new-why{
        font-size: 26px !important;
    }
    .why-2-h-black-1{
        font-size: 30px !important;
    }
    .text-area-4{
        width: auto !important;
        margin-bottom: 30px !important;
    }
    .text-area-4 h3{
        font-size: 20px !important;
    }
    .mobile-2{
        font-size: 24px !important;
    }
    .mobile-1{
        font-size: 20px !important;
    }
    .mobile{
        font-size: 16px !important;
    }
    .primary-btn-new-why-thank {
        font-size: 16px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
        width: 250px !important;
    }
    .primary-btn-new-request{
        width: auto !important;
    }
}


/* ========================Second Section=========================== */
.hero-area-section-2{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 945px;
        padding-top: 100px;
        padding-bottom: 100px;
        box-sizing: border-box;
        color: white;
        background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/page-2-gradient.jpg') top center no-repeat;
        background-size: cover;
}
img.img-fluid.bys-img {
    height: 60px;
}
.action-area{
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

/* ========================Third Section=========================== */
.hero-area-section-3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/page-3-gradient.jpg') top center no-repeat;
    background-size: cover;
}
img.img-fluid.bys-img {
    height: 60px;
}

/* ========================Fourth Section=========================== */
.hero-area-section-4{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/page-4-bg-.jpg') top center no-repeat;
    background-size: cover;
}
.service-action{
    margin-top: 10px;
    text-align: center;
}
.service-img{
    padding: 20px;
    width: 100%;
}
/* ========================Fifth Section=========================== */
.hero-area-section-5{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 500px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/page-5-image.jpg') top center no-repeat;
    background-size: cover;
}
.service-action{
    margin-top: 10px;
    text-align: center;
}
.service-img{
    padding: 20px;
    width: 100%;
}
.bys-logo-1{
    height: 60px;
}
/* ========================Sixth Section=========================== */
.hero-area-section-6{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    background-color: #fff;
}
.faq-heading{
    font-size: 56px;
    font-family: 'DM Sans', sans-serif;
}
.faq-list{
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 30px;
}
.bys-faq{
    height: 60px;
}
/* ========================Seventh Section=========================== */
.hero-area-section-7{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    background-color: #000;
}
.footer-logo{
    height: 130px;
}
.footer-links li a{
    color:#fff;
    font-family: 'Quicksand', sans-serif;
    font-size:16px;
    text-decoration:none;
    margin-bottom:20px;
}
.footer-links li a:hover{
    text-decoration:underline;
}
.footer-links li{
    list-style:none;
}
.footer-links-heading{
    font-size:19px;
    font-family: 'DM Sans', sans-serif;
    font-weight:bold;
    color:#fff;
    margin-bottom:30px;
}
.contact{
    margin-top:60px;
}
ul.footer-links li {
    margin-bottom: 10px;
}
ul{
    padding-left:0px !important;
}
.footer-serving{
    font-family: 'Ablation', sans-serif;
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    margin-top:40px;
}
/* ======================== Why AirSmart =========================== */
.hero-area-section-why-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 50px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/homepage-header-top-with-gradient.jpg') top center no-repeat;
    background-size: cover;
}
.hero-area-section-rebalancing{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 50px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/rebalancing-bg.jpg') top center no-repeat;
    background-size: cover;
}

.hero-area-section-integrator{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    min-height: 930px;
    max-height: 1200px;
    padding-top: 50px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/integrator-bg.jpg') top center no-repeat;
    background-size: cover;
}
.hero-area-section-int-bg-black{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
    min-height: 650px;
    max-height: 1200px;
    padding-top: 50px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background-color: #000;
}

img.img-fluid.bys-img-why {
    height: 120px;
    margin-bottom: 10px;
}
.page-id-13 #masthead{
    display: none !important;
}
.page-id-13{
    padding-top: 0px;
}
.page-id-68{
    padding-top: 0px;
}
.page-id-86{
    padding-top: 0px;
}
.page-id-89{
    padding-top: 0px;
}
.page-id-89 #masthead{
    display: none !important;
}
.page-id-86 #masthead{
    display: none !important;
}
.page-id-89 #masthead{
    display: none !important;
}
.product .card-body a.button, .product-category .card-body a{
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}
.woocommerce div.product form.cart .btn, .woocommerce div.product form.cart #respond input#submit, .woocommerce #respond div.product form.cart input#submit, .woocommerce div.product form.cart a.button, .woocommerce div.product form.cart button.button, .woocommerce div.product form.cart input.button, .woocommerce div.product form.cart a.button.alt:not(a.checkout-button), .woocommerce div.product form.cart .card a.button, .woocommerce .card div.product form.cart a.button, .woocommerce div.product form.cart .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce div.product form.cart a.checkout-button, .woocommerce div.product form.cart #place_order{
     background-color: #000;
     color: #fff;
     border: 1px solid #fff;
}
.btn:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button.alt:not(a.checkout-button):hover, .woocommerce .card a.button:hover, .woocommerce div.product form.cart button.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, #place_order:hover{
    background-color: #fff;
    color: #fff;
    border: 1px solid #000;
    color: #000;
}
.why-para{
    font-family: 'GlacialRegular';
    font-size: 30px;
    color: #fff;
    padding-left: 20px;
    -webkit-text-stroke: 0.4px #808080;
}
.integrator-text{
    font-family: 'GlacialRegular';
    font-size: 78px;
    color: #fff;
    text-align: right;
    margin-top: 300px;
}
.rebalancing-text{
    font-family: 'GlacialRegular';
    font-size: 78px;
    color: #fff;
    text-align: left;
    margin-top: 120px;
}
.why-2-h{
    font-family: 'GlacialRegular';
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
}
.why-2-h-new{
    font-family: 'GlacialBold';
    font-size: 45px;
    color: #fff;
    margin-bottom: 30px;
}
.why-2-h-1{
    font-family: 'GlacialRegular';
    font-size: 38px;
    color: #fff;
}
.why-2-h-white-para{
    font-family: 'GlacialRegular';
    font-size: 33px;
    color: #fff;
    text-align: justify;
}
.why-2-h-black{
    font-family: 'GlacialRegular';
    font-size: 47px;
    color: #373335;
    margin-bottom: 30px;
}
.why-2-h-black-1{
    font-family: 'GlacialBold';
    font-size: 40px;
    color: #373335;
    margin-bottom: 30px;
}
.why-2-h-1-black{
    font-family: 'GlacialRegular';
    font-size: 28px;
    color: #373335;
    width: 600px;
    text-align: justify;
}
.why-2-h-1-black-1{
    font-family: 'GlacialRegular';
    font-size: 28px;
    color: #373335;
}
.hero-area-section-why-2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/page-2-gradient-1.jpg') top center no-repeat;
    background-size: cover;
}
.hero-area-section-why-3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background-color: #fff;
}
.text-area-3{
    margin-left: 50px;
}

.hero-area-section-why-4{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/page-4-gradient.jpg') top center no-repeat;
    background-size: cover;
}
.hero-area-section-why-5{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background-color: #fff;
}
.text-area-4 {
    width: 600px;
    margin: auto;
}
.hero-area-section-why-6{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/page-2-gradient-2.jpg') top center no-repeat;
    background-size: cover;
}
.hero-area-section-why-7{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/page-7-gradient.jpg') top center no-repeat;
    background-size: cover;
}
.hero-area-section-why-8{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background-color: #fff;
}
.hero-area-section-why-9{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/request-bg.jpg') top center no-repeat;
    background-size: cover;
}
.hero-area-section-why-10{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 945px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    color: white;
    background: url('https://www.bookyourservice.com.au/wp-content/uploads/2023/07/request-bg-2.jpg') top center no-repeat;
    background-size: cover;
}
.new-thank{
    height: 120px !important;
    margin-bottom: 20px
}
.primary-btn-new-why-thank {
    padding: 0px 30px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 32px;
    font-family: 'GaretBook';
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 32px;
    width: 300px;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: background-color 0.3s ease;
}
.primary-btn-new-why-thank:hover{
    background-color: #000;
    color: #fff;
    border:1px solid #fff;
  }


  .primary-btn-new-request {
    padding: 0px 30px;
    background-color: #a6a6a6;
    color: #000;
    border: none;
    border-radius: 32px;
    font-family: 'GaretBook';
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 32px;
    width: 400px;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: background-color 0.3s ease;
}

  .action-area-why {
    margin-top: 30px;
    text-align: center;
}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus,
.form-select:focus, select:focus,
[contenteditable].form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.055) inset, 0 0 5px rgba(0,0,0, 0.3)!important;
    outline: 0 none!important;
    border: 1px solid rgba(0,0,0) !important;
}