@font-face {
    font-family: fontInter;
    src: url("/wp-content/themes/HomeToStay/assets/fonts/Inter/Inter-VariableFont_slnt,wght.ttf");
}

/* Product First Section - Product List */
section.products-main-page .img-fluid{
    width: 100%;
}
section.products-main-page .col-lg-10{
    margin: auto;
}
section.products-main-page  h2{
    text-align: center;
    margin-bottom: 50px;
    color: #061426;
}
section.products-main-page  .card{
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    margin-bottom: 30px;
}
section.products-main-page  .card-body{
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
section.products-main-page  h4{
color: #091E3A;
font-family: "fontInter";
font-size: 25px;
font-weight: 800;
line-height: 30px;
margin-bottom: 15px;
}
section.products-main-page p{
    margin-bottom: 15px;
}
section.products-main-page p:last-of-type{
    font-weight: 700;
    line-height: 38px;
    color: var(--text, #091E3A);
    font-size: 20px;
    margin-bottom: 30px;
}
section.products-main-page a{
    margin-bottom: 15px 
}
section.products-main-page .card-cta {
    text-align-last: center;

} 

section.products-main-page .card-cta a:hover{
    color: white;
    font-weight: 700;
    border-radius: 10px;
    background: #091E3A;
}
section.products-main-page .card-cta a{
    color: black;
    font-weight: 700;
    border-radius: 10px;
    background: #FFB800;
    padding: 15px 30px;
    text-align: center;
    display: block;
}
section.products-main-page .card-cta:hover a::after{
    color: white;
}
section.products-main-page .card-cta a::after{
    font-family: FontAwesome;
    content: "\f061";
    padding: 19px 5px;
}

/* Product First Section - Product List */


/* Product Second Section */


section.section-2-article{
    background: var(--reverse-bg-blue, linear-gradient(90deg, #091E3A 0%, #0C3162 100%));
}
section.section-2-article .col-lg-10{
    margin: auto;
}

section.section-2-article h2,
section.section-2-article p{
    color: white;
}
section.section-2-article h2 {
    margin-bottom: 30px;
}
section.section-2-article p{
    line-height: 38px;
}
section.section-2-article img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
section.section-2-article .col-lg-6:first-of-type{
    align-self: center;
    
}

/* Product Second Section */


/* Product Third Section */

section.section-3-article .row{
    flex-direction: row-reverse
}
section.section-3-article .col-lg-10{
    margin: auto;
}
section.section-3-article .col-lg-6:first-of-type{
    align-self: center;
    padding-left: 40px;
    
}
section.section-3-article h2 {
    color: #061426;
    margin-bottom: 30px;
}
section.section-3-article p{
    color: black;
    line-height: 38px;
    margin-bottom: 30px;
}
section.section-3-article img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* Product Third Section */


/* Product Fourth Section */

section.section-4-cards{
    background-image: url("/wp-content/themes/HomeToStay/assets/images/Products Main Page/Rectangle 325-min.png");

}
section.section-4-cards .col-lg-6:first-of-type{
    padding-right: 40px;
}
section.section-4-cards .card{
    border:none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 30px;
}
section.section-4-cards h3{
    background: var(--bg-blue, linear-gradient(270deg, #091E3A 0%, #0C3162 100%));
    color: white;
    text-align: center;
    font-size: 31px;
}
section.section-4-cards .card-body {
    text-align: center;
    padding: 10px 15px 35px;
}
section.section-4-cards img{
    margin-bottom: 30px;
}
section.section-4-cards .col-lg-12{
    margin: auto;
}
section.section-4-cards .row{
    justify-content: center;
    text-align: center;

}

section.section-4-cards h2{
    color: white;
    margin-bottom: 30px;
}
section.section-4-cards p{
    color: white;
    margin-bottom: 60px;
}

/* Product Fourth Section */

/* Product Five Section */

section.section-5 .col-lg-10{
    margin: auto;
}

section.section-5 .section-box{
    padding: 100px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 50px ;
}

section.section-5 .section-box h2{
    text-align: center;
    color: #061426;
    margin-bottom: 30px;

}
section.section-5 .section-box p{
    margin-bottom: 30px;
}
section.section-5 .section-box .carousel-wrap {
    margin-bottom: 30px;
}
section.section-5 .owl-carousel .item{
    width: fit-content;
    
}
section.section-5 .owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
}

section.section-5 button.owl-prev{
    
    position: absolute;
    left: 0;
    top: 50%;
    border: black 1px solid !important;
    border-radius: 100px !important;
    width: 28px !important;
}
section.section-5 .fa-caret-left:before{
    content: "\f053" !important;
    font: FontAwesome;
}
section.section-5 button.owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    border: black 1px solid !important;
    border-radius: 100px !important;
    width: 28px !important;
}
section.section-5 .fa-caret-right:before{
    content: "\f054" !important;
    font: FontAwesome;
}
section.section-5 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: black;
}
section.section-5 .banner {
    border-radius: 10px;
    background: var(--bg-blue, linear-gradient(270deg, #091E3A 0%, #0C3162 100%));
    width: 100%;
    padding: 60px;
    display: flex;
    justify-content: center;
}
section.section-5 .banner  h4 {
    width: 1110px;
    text-align: center;
    color: white;
}
section.section-5 .banner a {
    color: #FFB800;
    font-weight: 800;
    padding: 0 5px;
    font-size: 25px!important;
}
/* Product Five Section */


/* Ready to book a schedule */
section.ready-to-book-a-schedule{
    background-image: url('/wp-content/themes/HomeToStay/assets/images/Products%20Main%20Page/Rectangle%20319-min.png');
    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;
}

/* Ready to book a schedule */

/* We are here for you */
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;
}


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 .contact-us-cta input:hover{
    background: transparent;
    color: white;
    transition-duration: 0.5s;
}


/* We are here for you */

@media (max-width: 991px){
    section.section-5 .section-box{
        padding: 70px;
        
    }
}
@media (max-width: 767px){
    section.section-5 .section-box{
        padding: 50px;
        
    }
}