/* Grab Bars and Tub Cuts Banner */
section.grab-bar-tub-cuts-banner {
    background:url("/wp-content/themes/HomeToStay/assets/images/catalouge/Rectangle 69 (1)-min.png"), linear-gradient(180deg, #091E3A 0%, rgba(3, 33, 56, 0.00) 100%), lightgray 50% / cover no-repeat;
    position: relative;
    margin-top: 76px;
    display: flex;
    min-height: 996px;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

section.grab-bar-tub-cuts-banner  .row{
    text-align: center;
    justify-content: center;
}
section.grab-bar-tub-cuts-banner h1{
    color: #FFFFFF;
    margin-bottom: 30px;
}

section.grab-bar-tub-cuts-banner p{
    color: white;
    margin: 0 auto 40px;
    max-width: 962px;
}
section.grab-bar-tub-cuts-banner .section-cta a{
    color: black;
    font-weight: 700;
    border-radius: 10px;
    background: #FFB800;
    padding: 15px 30px;
    text-align: center;
}

section.grab-bar-tub-cuts-banner .section-cta a:hover{
    background: #10305A;
    color: white;
    transition-duration: 0.5s;
}

/* Grab Bars and Tub Cuts Banner */


/* Products */

section.products .col-lg-10{
    margin: auto;
}
section.products ul#myTab{
    border: none;
    border-bottom: black 1px solid;
    margin-bottom: 55px;
}
section.products  .nav-tabs .nav-link{
    color: black;
    border: none;
    border-bottom: black 1px solid;
}
section.products .nav-tabs .nav-link.active {
    color: #0087E9;
    border: none;
    border-bottom: black 1px solid;
}
section.products .col-md-6{
    margin-bottom: 30px;
}
section.products  .card{
    background: #FFF;
    height: 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}   
section.products  .card .card-body{
    padding: 30px;
    /* display: flex;
    max-width: 220px;
    gap: 10px;
    justify-content: center; */
}
section.products .card strong{
    color: #000;
    font-family: "fontRobotoMedium";
}

section.products  .card .card-body h4{
    color: #091E3A;
    margin-bottom: 30px;
    font-weight: 800;
    font-family: fontInter;
}
section.products  .card .card-body p:first-of-type{
    color: #797979;
}
section.products  .card .card-body p:last-of-type{
    line-height: 38px;
    margin-bottom: 40px;
}
section.products .card .card-body a {
    border-radius: 10px;
    background: #FFBF19;
    padding: 15px 30px;
    color: black;
    display: flex;
    max-width: 220px;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

section.products  .card .card-body  a:hover{
    background: #10305A;
    color: white;
    transition-duration: 0.5s;
    
}
/* section.products .tab-content>.active {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
} */
/* Products */


/* Ready to book a schedule */
section.ready-to-book-a-schedule{
    background: var(--bg-blue, linear-gradient(270deg, #091E3A 0%, #0C3162 100%));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.ready-to-book-a-schedule .col-lg-10{
    margin: auto;
}
section.ready-to-book-a-schedule .col-lg-6:first-of-type{
    align-self: center;
}
section.ready-to-book-a-schedule img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
section.ready-to-book-a-schedule h2{
    color: white;
    margin-bottom: 30px;
}
section.ready-to-book-a-schedule p{
    color: white;
    margin-bottom: 40px;
}
section.ready-to-book-a-schedule .section-cta a{
    color: black;
    font-weight: 700;
    border-radius: 10px;
    background: #FFB800;
    padding: 15px 30px;
    text-align: center;
}
section.ready-to-book-a-schedule .section-cta {
    margin-bottom: 30px;
}
section.ready-to-book-a-schedule .section-cta a:hover{
    background: #10305A;
    color: white;
    transition-duration: 0.5s;
    border: 1px solid white;
}

/* Ready to book a schedule */

/* What Clients Say */
section.what-clients-say{
    background:url("/wp-content/themes/HomeToStay/assets/images/catalouge/8136-min.png");
    background-repeat: no-repeat;
    background-size: cover; 
}
section.what-clients-say h2{
    text-align: center;
    color: white;
    margin-bottom: 50px;
}
section.what-clients-say .carousel{
    text-align: center;
    
}

section.what-clients-say .carousel h5{
    text-align: center;
    color: white;
}

section.what-clients-say .carousel p{
    color:white;
    max-width: 994px;
    margin: auto;
}
section.what-clients-say #testimonial-carousel p:first-of-type{
    margin-bottom: 10px
}
section.what-clients-say #testimonial-carousel .testimonial-stars{
    margin-bottom: 30px;
}
.carousel-control-next, .carousel-control-prev {
    top: 35%;
    width: 4%;
    color: #fff;
    height: 50px;
    border: 2px solid white;
    border-radius: 100px;
   
}
section.what-clients-say .carousel-item img:nth-child(1){
    margin-bottom: 20px;
}

/* What Clients Say */



section.contact-us {
    background-image: url("/wp-content/themes/HomeToStay/assets/images/Products Main Page/Rectangle 35 (1)-min.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}

section.contact-us h2, section.contact-us p{
    color: white;
    text-align: center;

}
section.contact-us p:first-of-type{
    margin: 0;
}
section.contact-us p:last-of-type{
    margin: 0 0 30px 0;
}
section.contact-us h2{
    margin-bottom: 30px;
}

section.contact-us .col-lg-6:last-of-type{
    margin: auto;
}
section.contact-us input{

    width: 100%;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #818A91;
    border-radius: 2px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
}

section.contact-us textarea{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #818A91;
    border-radius: 3px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    height: 123px
}


section.contact-us .contact-us-cta{
    text-align: center;
}
section.contact-us .contact-us-cta input{
    padding: 15px 30px;
    background: #FFBF19;
    border-radius: 5px;
    color: black;
    width: 199px;
    height: 53px;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
   
}

section.contact-us input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background: transparent;
    color: white;
    transition-duration: 0.5s;
}


/* We are here for you */

section.catalogueContact {
    background-image: url(/HomeToStay/wp-content/themes/HomeToStay/assets/images/catalouge/catalogueContact-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.catalogueContact .wpcf7-spinner{
    display: flex;
}

section.catalogueContact h2{
    margin-bottom: 30px;
}
section.catalogueContact .featured {
    text-align: center;
    color: #fff;
}
section.catalogueContact .padd400 {
    padding: 0 400px;
}
section.catalogueContact .wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

section.catalogueContact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, 
section.catalogueContact textarea.wpcf7-form-control.wpcf7-textarea, 
section.catalogueContact input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
}
section.catalogueContact textarea.wpcf7-form-control.wpcf7-textarea {
    height: 174px;
}
section.catalogueContact input.wpcf7-form-control.has-spinner.wpcf7-submit {
    height: 100%;
    padding: 5px;
    background: #FFBF19;
    border-radius: 5px;
    color: #1E1E1E;
    width: 165px;
    border: none;
    font-size: 20px;
    font-family: 'fontRobotoRegular';
    font-weight: 600;
}
section.catalogueContact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #10305A;
    color: #fff;
    transition-duration: 0.5s;
}
section.catalogueContact .cta{
    text-align: center;
}
section.catalogueContact .wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
}


@media screen and (max-width: 1440px) {
    section.catalogueContact .padd400 {
        padding: 0 200px;
    }
}

@media screen and (max-width: 1024px){
    section.catalogueContact .padd400{
        padding: 0 100px;
    }
}
@media screen and (max-width: 991px){
    section.catalogueContact .padd400 {
        padding: 0 50px;
    }
}
@media screen and (max-width: 767px){
    section.catalogueContact .padd400 {
        padding: 0;
    }
}