/*======================================
HOMEFIX APPLIANCE CARE
STYLE.CSS
======================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    color:#333;
    background:#ffffff;
    overflow-x:hidden;
    line-height:1.7;
}

a{
    text-decoration:none;
    transition:.3s;
}

img{
    max-width:100%;
}

section{
    padding:80px 0;
}

/*======================================
TOP BAR
======================================*/

.topbar{
    background:#0d6efd;
    color:#fff;
    padding:10px 0;
    font-size:14px;
}

.topbar a{
    color:#fff;
}

.topbar i{
    margin-right:8px;
}

/*======================================
NAVBAR
======================================*/

.navbar{
    padding:8px 0;
    min-height:70px;
}

.logo{
    width:250px;
    max-width:100%;
    height:100px;
}

.nav-link{
    color:#222;
    font-weight:500;
    margin-left:20px;
}

.nav-link:hover{
    color:#0d6efd;
}

.btn-warning{
    border-radius:50px;
    padding:12px 28px;
    font-weight:600;
}

/*======================================
HERO
======================================*/

.hero-section{
    background:#f6fbff;
    padding:90px 0;
}

.hero-section h1{
    font-size:54px;
    font-weight:800;
    line-height:1.2;
    color:#0f172a;
}

.hero-text{
    font-size:18px;
    margin-top:25px;
    color:#555;
}

.hero-image{
    animation:float 4s ease-in-out infinite;
}

@keyframes float{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-12px);
}

100%{
transform:translateY(0);
}

}

.hero-buttons .btn{
    margin-right:15px;
    border-radius:50px;
    padding:15px 35px;
}

.feature-box{
    background:#fff;
    border-radius:15px;
    text-align:center;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.feature-box:hover{
    transform:translateY(-8px);
}

.feature-box i{
    color:#0d6efd;
    font-size:32px;
    margin-bottom:15px;
}

.customer{
    width:48px;
    height:48px;
    border-radius:50%;
    margin-right:-10px;
    border:3px solid #fff;
}

/*======================================
SECTION TITLES
======================================*/

.section-subtitle{
    color:#0d6efd;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title h2,
h2{
    font-size:40px;
    font-weight:700;
    margin-top:10px;
}

/*======================================
WHY CHOOSE US
======================================*/

.why-section{
    background:#fff;
}

.why-box{
    background:#fff;
    text-align:center;
    border-radius:15px;
    padding:35px 20px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transition:.4s;
    height:100%;
}

.why-box:hover{
    transform:translateY(-10px);
}

.why-box i{
    font-size:40px;
    color:#0d6efd;
    margin-bottom:15px;
}

/*======================================
SERVICES
======================================*/

.service-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.service-card h4{
    font-weight:700;
}

.service-card ul{
    list-style:none;
    padding-left:0;
}

.service-card ul li{
    padding:7px 0;
}

.service-card ul li:before{
    content:"✔";
    color:#0d6efd;
    margin-right:8px;
}

/*======================================
BRANDS
======================================*/

.brand-section{
    background:#f8f9fa;
}

.brand-logo{
    max-height:90px !important;
    max-width:170px !important;
    width:auto;
    height:auto;

    filter:none !important;
    -webkit-filter:none !important;

    opacity:1 !important;

    transition:0.3s ease;
}

.brand-logo:hover{
    filter:none !important;
    -webkit-filter:none !important;

    opacity:1 !important;

    transform:scale(1.15);
}
/*======================================
PROCESS
======================================*/

.process-box{
    background:#fff;
    border-radius:18px;
    padding:40px 25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:relative;
    transition:.4s;
}

.process-box:hover{
    transform:translateY(-10px);
}

.number{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-weight:700;
}

.process-box i{
    font-size:45px;
    color:#0d6efd;
    margin-bottom:20px;
}

/*======================================
SERVICE AREA
======================================*/

.location-section{
    background:#f8fbff;
}

.location-card{
    background:#ffffff;
    border-radius:18px;
    padding:30px 20px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.location-card:hover{
    transform:translateY(-8px);
    background:#0d6efd;
    color:#fff;
}

.location-card:hover i{
    color:#fff;
}

.location-card i{
    font-size:40px;
    color:#0d6efd;
    margin-bottom:15px;
}

/*======================================
TESTIMONIALS
======================================*/

.testimonial-section{
    background:#fff;
}

.testimonial-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.testimonial-card .stars{
    color:#ffc107;
    font-size:20px;
    margin-bottom:15px;
}

.testimonial-card p{
    color:#666;
    margin-bottom:20px;
}

.testimonial-card h5{
    font-weight:700;
}

/*======================================
CTA
======================================*/

.cta-section{
    background:linear-gradient(135deg,#0d6efd,#0056d6);
    color:#fff;
    padding:70px 0;
}

.cta-section h2{
    color:#fff;
    font-size:42px;
    font-weight:700;
}

.cta-section p{
    margin-top:15px;
    opacity:.95;
}

.cta-section .btn{
    margin:8px;
    border-radius:50px;
    padding:14px 30px;
    font-weight:600;
}

/*======================================
FAQ
======================================*/

.faq-section{
    background:#f8fbff;
}

.accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
}

.accordion-button{
    font-weight:600;
    padding:22px;
}

.accordion-button:not(.collapsed){
    background:#0d6efd;
    color:#fff;
}

/*======================================
CONTACT
======================================*/

.contact-section{
    background:#ffffff;
}

.contact-section h2{
    margin-bottom:15px;
}

.contact-section .form-control,
.contact-section .form-select{
    border-radius:12px;
    padding:15px;
    border:1px solid #ddd;
    box-shadow:none;
}

.contact-section .form-control:focus,
.contact-section .form-select:focus{
    border-color:#0d6efd;
    box-shadow:none;
}

.contact-section textarea{
    resize:none;
}

.contact-section .btn{
    padding:15px;
    border-radius:50px;
    font-size:18px;
}

/*======================================
FOOTER
======================================*/

.footer{
    background:#0f172a;
    color:#fff;
    padding:70px 0 20px;
}

.footer-logo{
    height:55px;
    margin-bottom:20px;
}

.footer h5{
    margin-bottom:20px;
    font-weight:700;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    margin-bottom:10px;
}

.footer ul li a{
    color:#d7d7d7;
}

.footer ul li a:hover{
    color:#fff;
}

.footer hr{
    margin:40px 0 20px;
    border-color:rgba(255,255,255,.1);
}

/*======================================
BUTTONS
======================================*/

.btn-primary{
    background:#0d6efd;
    border:none;
    border-radius:50px;
    padding:13px 28px;
}

.btn-primary:hover{
    background:#0056d6;
}

.btn-success{
    border-radius:50px;
}

.btn-warning{
    border-radius:50px;
}

/*======================================
FLOATING WHATSAPP
======================================*/

.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;
    width:60px;
    height:60px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    z-index:999;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    transition:.3s;
}

.whatsapp-float:hover{
    transform:scale(1.1);
    color:#fff;
}

/*======================================
SCROLL TO TOP
======================================*/

#scrollTop{
    position:fixed;
    bottom:100px;
    right:25px;
    width:50px;
    height:50px;
    display:none;
    border:none;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    cursor:pointer;
    z-index:998;
    box-shadow:0 8px 20px rgba(0,0,0,.2);
}

/*======================================
ANIMATIONS
======================================*/

.service-card,
.location-card,
.why-box,
.process-box,
.testimonial-card{
    transition:all .35s ease;
}

.service-card:hover,
.location-card:hover,
.why-box:hover,
.process-box:hover,
.testimonial-card:hover{
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/*======================================
RESPONSIVE
======================================*/

@media(max-width:991px){

.hero-section{
    text-align:center;
}

.hero-section h1{
    font-size:40px;
}

.hero-buttons .btn{
    width:100%;
    margin-bottom:15px;
}

.nav-link{
    margin-left:0;
    padding:10px 0;
}

.cta-section{
    text-align:center;
}

.cta-section .text-lg-end{
    margin-top:30px;
}

}

@media(max-width:768px){

section{
    padding:60px 0;
}

.hero-section h1{
    font-size:32px;
}

h2{
    font-size:30px;
}

.logo{
    height:45px;
}

.customer{
    width:40px;
    height:40px;
}

.service-card img{
    height:220px;
}

.process-box,
.location-card,
.testimonial-card{
    margin-bottom:20px;
}

}

@media(max-width:576px){

.topbar{
    text-align:center;
}

.topbar .text-end{
    text-align:center!important;
    margin-top:10px;
}

.hero-section{
    padding:60px 0;
}

.feature-box{
    margin-bottom:20px;
}

.cta-section h2{
    font-size:28px;
}

.footer{
    text-align:center;
}

}


/*===========================
CONTACT PAGE
===========================*/

.contact-page-banner {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%) !important;
    min-height:200px;
    padding:80px 0;
    color:#fff;
}

.contact-page-banner h1 {
    color:#fff;
    font-size:48px;
    font-weight:700;
}

.contact-page-banner p {
    color:#fff;
    font-size:20px;
}

.contact-info-card {

    border-radius:15px;

}


.contact-form-control,
.contact-form-select {

    padding:14px;
    border-radius:10px;

}


.contact-cta-section {

    background:#ff6b00;

}


.contact-cta-section h2 {

    font-weight:700;

}


.contact-map iframe {

    display:block;

}


/*===========================
ABOUT PAGE
===========================*/


.about-page-banner {

    background:linear-gradient(135deg,#0d6efd,#0056b3);
    padding:80px 0;
    color:#fff;

}


.about-page-banner h1 {

    font-size:48px;
    font-weight:700;

}


.about-page-banner p {

    font-size:20px;

}



.about-feature-section {

    background:#f8f9fa;

}



.about-feature-card {

    background:#fff;
    padding:30px;
    border-radius:15px;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;

}


.about-feature-card:hover {

    transform:translateY(-5px);

}



.about-feature-card h4 {

    font-weight:700;
    margin-bottom:15px;

}



.about-location-list {

    padding:0;
    list-style:none;
    font-size:18px;
    line-height:2;

}



.about-contact-box {

    background:#ff6b00;
    padding:40px;
    border-radius:20px;
    color:#fff;

}



@media(max-width:768px){

.about-page-banner h1 {

    font-size:34px;

}


.about-page-banner p {

    font-size:16px;

}


}

/*===========================
WASHING MACHINE SERVICE PAGE
===========================*/


.wm-service-banner {

background:linear-gradient(135deg,#0d6efd,#0056b3);
padding:80px 0;
color:#fff;

}


.wm-service-banner h1 {

font-size:48px;
font-weight:700;

}


.wm-service-banner p {

font-size:20px;

}



.wm-problem-section {

background:#f8f9fa;

}



.wm-service-card {

background:#fff;
padding:30px;
border-radius:15px;
height:100%;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.3s;

}


.wm-service-card:hover {

transform:translateY(-5px);

}



.wm-step-box {

text-align:center;
padding:25px;
border-radius:15px;
background:#fff;
box-shadow:0 5px 20px rgba(0,0,0,.08);

}


.wm-step-box h3 {

color:#0d6efd;
font-size:40px;

}



.wm-service-cta {

background:#ff6b00;
padding:60px 0;
color:#fff;

}



@media(max-width:768px){

.wm-service-banner h1{

font-size:34px;

}

}

/*===========================
REFRIGERATOR SERVICE PAGE
===========================*/


.fridge-service-banner {

background:linear-gradient(135deg,#0d6efd,#0056b3);
padding:80px 0;
color:#fff;

}


.fridge-service-banner h1 {

font-size:48px;
font-weight:700;

}


.fridge-service-banner p {

font-size:20px;

}



.fridge-problem-section {

background:#f8f9fa;

}



.fridge-service-card {

background:#fff;
padding:30px;
border-radius:15px;
height:100%;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.3s;

}


.fridge-service-card:hover {

transform:translateY(-5px);

}



.fridge-step-box {

text-align:center;
background:#fff;
padding:25px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);

}


.fridge-step-box h3 {

font-size:40px;
color:#0d6efd;

}



.fridge-service-cta {

background:#ff6b00;
padding:60px 0;
color:#fff;

}



@media(max-width:768px){

.fridge-service-banner h1{

font-size:34px;

}

}