body {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    background-color: #f3f3f3ea;
}
.gradient-fade {
    height:3.125rem;
    background: linear-gradient(to bottom, rgb(3, 3, 3) 0%, rgb(255, 255, 255) 99%);
}

/* Hero Section Styling */
.wrap-container {
    max-width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.hero-container {
    position: relative; 
    width: 100%;
    height: 100vh; 
    overflow: hidden;
    background-image: url("../img/background.jpeg");
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    z-index: 1;
}
.hero-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.123);
    z-index: -1;
}
.flex-container-4 {
    padding-top: 18.75rem;
}
.text-container {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 1.25rem;
}
.heading {
    font-size: 4rem;
    color: rgb(245, 245, 245);
    text-shadow: .125rem .125rem .3125rem rgba(0,0,0,0.8);
}
.box div {
    position: absolute;
    top: -10%;
    left: calc(100% * var(--x));
    width: 2.5rem;
    height: 2.5rem;
    background-color: transparent;
    border: .3125rem solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    clip-path: polygon(50% 0%, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0% 50%, 39% 35%);
    animation: snowfall linear infinite;
    opacity: 0.8;
}
/* Snowflake Animation */
@keyframes snowfall {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}
/* Adding Individual Animation Timing for Variety */
.box div:nth-child(1) { animation-duration: 12s; --x: 0.1; }
.box div:nth-child(2) { animation-duration: 8s; --x: 0.3; }
.box div:nth-child(3) { animation-duration: 10s; --x: 0.5; }
.box div:nth-child(4) { animation-duration: 7s; --x: 0.7; }
.box div:nth-child(5) { animation-duration: 9s; --x: 0.9; }
.box div:nth-child(6) { animation-duration: 11s; --x: 0.2; }
.box div:nth-child(7) { animation-duration: 14s; --x: 0.4; }
.box div:nth-child(8) { animation-duration: 8s; --x: 0.6; }
.box div:nth-child(9) { animation-duration: 13s; --x: 0.8; }
.box div:nth-child(10) { animation-duration: 10s; --x: 1; }
 
/* Mobile screens */
@media (max-width: 500px) {
    .hero-container {
        height: 60vh; 
    }
    .flex-container-4 {
        padding-top: 50px;
    }
    .heading {
        font-size: 2.5rem;
    }
}
/*Hero section end*/

/*About section*/
.about-container {
    width: 100%;
    height: fit-content;
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: rgba(252, 252, 252, 0.89);
    border-radius: 30px 30px 0 0;
    gap: 20px;
    padding: 50px 0 100px 0; 
    margin-top: -20px;
    box-sizing: border-box; 
}
.about-item1 {
    width: 100%;
    height: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 30px 30px 0 0;
    margin:0; 
    padding:0;
}
.about-item2 {
    display:flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 30px 30px 0 0;
    text-align: center;  
    box-sizing: border-box;
} 
.about-container h1 {
    color: rgba(7, 133, 7, 0.781);
    font-size: 2.5rem;
    font-weight: 600;
}
.about-container h3 {
    color: rgba(7, 133, 7, 0.616);
    font-size: 1.8rem;
    font-weight: 400;
    max-width: 80%;
}
.about-item2 p {
    width:40%;
    font-size: 1.4rem;
    line-height: 1.6;
}
.about-item2 img {
    width:28.125rem;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.6;
    border-radius: .9375rem;
    box-shadow: .625rem .625rem 1.25rem rgba(8, 37, 12, 0.644);
}
@media (max-width: 980px) {
    .about-item2 {
        flex-direction: column;
    } 
    .about-item2 {
        gap: 30px 0;
    }
    .about-item2 p {
        width:90%;
        font-size: 1.2rem;
        line-height: 1.6;
    }  
    .about-item2 img {
        width:20rem;
        height: auto;
    }
}
@media (max-width: 980px) and (orientation:landscape){
    .about-item2 p {
        width:50%;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .about-item2 {
        padding-top:1.875rem;
    }
}
@media (max-width: 768px) {
    .about-item2 {
        flex-direction: column;
    } 
    .about-item2 p {
        width:90%;
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .about-item2 {
        gap: 30px 0;
    }
}
/* Mobile screens */
@media (max-width: 500px) {
    .about-item2 p {
        width:90%;
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .about-item2 {
        gap: 1.875rem 0;
    }
}
/*About section end*/

/*Service section*/
.services-section-container {
    height: fit-content;
    background-color: rgb(78, 156, 78);
    border-radius: 7.5rem 2.8125rem 7.5rem 2.8125rem;
    margin:-0.625rem .9375rem 0 .9375rem;
    padding: 3.125rem;
    box-shadow: .625rem .625rem 1.25rem rgba(8, 37, 12, 0.644);
}
.services-section-container h1{
    padding: 0 0 3.125rem 0;
    text-align: center;
    color: white;
    font-weight: 700;
}
.service-container {
    display:flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.service-item2{
    width: 25rem;
    height:auto;
    color: white;
    font-size: 1.6rem;
    gap: 15px 0;
}
.service-item2 h3{
    padding-top: 15px;
}
.service-item2 img {
    width:auto;
    height:16.875rem;
    border-radius: 7.5rem 2.8125rem 7.5rem 2.8125rem;
}
.index-btns a {
    font-size: 1.5rem;
    font-weight: 700;
    background-color:rgba(233, 229, 229, 0.904);
    color:rgb(45, 182, 79);
    border-radius: 20px;
}
.index-btns a:hover {
    font-size: 1.5rem;
    font-weight: 700;
    background-color:rgb(36, 158, 67);
    color:rgba(233, 229, 229, 0.904);
    border: 2px solid rgba(233, 229, 229, 0.904);
    border-radius: 20px; 
}
.index-btns{
    gap: 1.25rem 3.75rem;
    padding: .9375rem;
}
@media (max-width: 1208px) {
    .service-item2{
        width:33.33%;     
    }
    .service-item2 img {
        width:auto;
        height:225px;
        border-radius: 7.5rem 2.8125rem 7.5rem 2.8125rem;
    }
}
@media (max-width: 980px) and (orientation:landscape){
    .service-item2{
        width:33.33%;
        font-size: 1.3rem;
    }
    .service-item2 img {
        width:auto;
        height:170px;  
        border-radius: 7.5rem 2.8125rem 7.5rem 2.8125rem;
    }
}

@media (max-width: 768px) {
    .service-item2{
        width: 26.25rem;
        height:auto;
        padding:10px;
    }
    .service-item2 img {
        width:auto;
        height:200px;
        border-radius: 7.5rem 2.8125rem 7.5rem 2.8125rem;
    }   
}
/* Mobile screens */
@media (max-width: 500px) {
    .services-section-container {
        padding:20px 0 20px 0;
    }
    .service-item2 img {
        width:auto;
        height:200px;
        border-radius: 7.5rem 2.8125rem 7.5rem 2.8125rem;
    }
    .index-btns{
        gap: 1.25rem 3.75rem;
        padding: 10px 10px 50px 10px;  
    }
}
/* SERVICE SETION END */

/* CONTAINER 4 START */
.leadIn-container4 {
    width: 100%;
    height: fit-content;
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: rgba(252, 252, 252, 0.89);
    gap: 20px;
    margin-top:80px;
    padding: 50px 0 100px 0; 
    box-sizing: border-box; 
}
.cont4-item1 {
    width: 100%;
    height: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 30px 30px 0 0;
    margin:0; 
    padding:0;
}
.cont4-item2 {
    display:flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 30px 30px 0 0;
    text-align: center;  
    box-sizing: border-box;
} 
.leadIn-container4 h1 {
    color: rgba(7, 133, 7, 0.781);
    font-size: 2.5rem;
    font-weight: 600;
}
.leadIn-container4 h3 {

    color: rgba(7, 133, 7, 0.616);
    font-size: 1.8rem;
    font-weight: 400;
}
.cont4-item2 p {
    width:40%;
    font-size: 1.4rem;
    line-height: 1.6;
}
.cont4-item2 img {
    width:28.125rem;
    height: auto;
    border-radius: 1.25rem;
    box-shadow: .625rem .625rem 1.25rem rgba(8, 37, 12, 0.644);
}

@media (max-width: 980px) {
    .cont4-item2 {
        flex-direction: column;
    } 
    .cont4-item2 {
        gap: 30px 0;
    }
    .cont4-item2 p {
        width:90%;
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .cont4-item2 img {
        width:20rem;
        height: auto;
    }
}
@media (max-width: 980px) and (orientation:landscape){
    .cont4-item2 p {
        width:50%;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .cont4-item2 {
        padding-top:1.875rem;
    }
}
@media (max-width: 768px) {
    .cont4-item2 {
        flex-direction: column;
    } 
    .cont4-item2 p {
        width:90%;
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .cont4-item2 {
        gap: 30px 0;
    }
}

/* Mobile screens */
@media (max-width: 500px) {
    .cont4-item2 p {
        width:90%;
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .cont4-item2 {
        gap: 1.875rem 0;
    }
}
/* CONTAINER 4 END */

/* Testimonials */
.initials-img {
    width: 120px; 
    height: 120px; 
    margin-bottom: 10px; 
  }
.testimonial-slide[id]:target {
    background-color: #ffe6e6; 
  }
.testimonial{
    margin: 0 10px 0 10px;
    border-radius: 10px;
    border-radius: 2.8125rem 7.5rem 2.8125rem 7.5rem;
}
.testimonial-container {
    width: 60%;
    height:60%;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  } 
.testimonial-slide {
    display: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 2.8125rem 7.5rem 2.8125rem 7.5rem;
}
.author {
    font-style: italic;
    margin-top: 30px;
} 
.show {
    display: block;
}

/* Mobile screens */
@media (max-width: 500px) {
    .testimonial{
        margin: 0 10px 0 10px;
        border-radius: 10px;
        border-radius: 2.8125rem 7.5rem 2.8125rem 7.5rem;
    }
    .testimonial-container {
        width: 100%;
        height:60%;
        max-width: 500px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
      }
    .testimonial-slide {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 40px 5px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 2.8125rem 7.5rem 2.8125rem 7.5rem;
    }   
}
/* TESTIMONIAL SLIDE END*/

/* PHOTO CAROUSEL START */

.photo-carousel{
    margin: 40px 10px 5px 10px;
    padding: 0;
    background-color: transparent;
}
.photos{
    overflow: hidden;
    white-space: nowrap;
    position:relative;
    border-radius: 20px;
}
.photos:before,
.photos:after{
   position: absolute;
    top:0; 
    width:200px;
    height: 100%;
    content: "";
    z-index: 2;
}
.photos:before{
    left:0;
    background: linear-gradient(to left, rgba(77, 31, 65, 0), #ebe9e9b9); 
}
.photos:after{
    right:0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ebe9e9b9);  
}
.photos:hover .photos-slide{
    animation-play-state: paused;
} 
.photos-slide{
    display: inline-block;
    animation: 35s slide infinite linear;
}
.photos-slide img{
    height: 200px;
    border-radius: 25px;
    margin: 0 20px;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform:translateX(-100%);
    }
}
/* Med-Small screens */
@media screen and (max-width: 500px) {
    .photo-carousel{
        display:none;
    }
}
/* PHOTO CAROUSEL END */

/*WHY CHOOSE US SECTION*/

.choose-section-container {
    height: fit-content;
    margin:10px 5px 0 5px;
    padding: 80px 10px 20px 10px;
}
.choose-section-container h1{
    padding: 0 0 3.125rem 0;
    text-align: center;
    font-weight: 700;
}
.choice-paragraph{
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
}
.container-1 {
    position: relative; 
    width: 100%;
    height: fit-content; 
    overflow: hidden;
    background-image: url("../img/rsbg2.png");
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    z-index: 1;
}
.container-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.123); 
    z-index: -1;
}
.container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 10px; 
}
.container-1 h1 {
    color:rgba(255, 255, 255, 0.959);
    background-color: rgba(115, 119, 116, 0.37);
    border-radius: 15px;
    margin: 20px 10px;
    padding: 0 10px 0 10px;
}
.container-1 p {
    color:rgba(255, 255, 255, 0.959);
    background-color: rgba(115, 119, 116, 0.24);
    border-radius: 15px;
    margin: 20px 10px;
    padding: 0 10px 0 10px;
}
.sub-logo {
    margin-left: 20px;
}
.tabs {
    width: 250px;
    min-height:auto;
    margin: 7px;
    border-radius: 10px;
    background-color: rgba(16, 116, 16, 0.904);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 60px 25px 60px 25px;
}
.introTabs {
    font-size: 50px;
    margin: 20px;
    color:  rgba(255, 255, 255, 0.966);
}
.col > p {
    color: white;
}

@media (max-width: 980px) and (orientation:landscape){
    
}
@media (max-width: 768px) {
     
}
/* Mobile screens */
@media (max-width: 500px) {
    .choose-section-container {
        padding:20px 0 20px 0;
    }
    .choose-section-container h1{
        font-size: 2.3rem;
        font-weight: 700;
    }
    .container-1{ 
        background-image: none;
        background-color: #d0d1cfa1;
    }
    .choice-paragraph{
        font-size: 1.3rem;
        text-align: center;
        font-weight: 700;
    }
    .tabs {
        width: 100px;
        min-height:auto;
        margin: 7px;
        padding:5px;
        background-color: rgba(16, 116, 16, 0.904);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        border-radius: 60px 25px 60px 25px;
    }
    .introTabs {
        font-size: 35px;
        margin: 10px;
        padding:1px;
    }
}
/* WHY CHOOSE US END */

/* CTA-FURNACE BRAND SLIDE */


.cta1{
    width: 100%;
    text-align: center;
    padding: 80px 0 40px 0;
}
.btn-book-today{
    font-weight: 700;
    padding:10px 20px;
    text-decoration: none;
    background: linear-gradient(to right, rgb(10, 185, 10), rgb(1, 1, 184));
    color: white;
    border-radius: 20px;
    margin: 10px;
}
.book{
    padding-top: 20px;
    font-weight: 700;
}
.logo{
    overflow: hidden;
    background: transparent;
    white-space: nowrap;

}
.logo:before,
.logo:after{
   position: absolute; 
    width:auto;
    height: 150px;
    content: "";
    z-index: 2;
}
.logo:before{
    left:0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #ebe9e9); 
}
.logo:after{
    right:0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ebe9e9);  
}
.logo-slide{
    display: inline-block;
    animation: 25s slide infinite linear;
}
.logo-slide img{
    height: 100px;
    margin: 0 10px;
}
.furn-img{
    color: rgb(214, 214, 214);
}
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform:translateX(-100%);
    }
}

/* Med-Small screens */
@media screen and (max-width: 500px) {
    
}
/* CTA-FURNACE BRAND SLIDE */