/* NAVBAR */
/* Default body font */
body {
    font-family: "Poppins";
    color: #111;
}

/* Headings use Anybody */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Anybody";
    font-weight: 700;
}

.feature-box {
    height: 100%;
}

/* Buttons and navbar */
.navbar a,
button,
.contact-btn,
.quote-btn,
.call-btn,
.fix-btn,
.repair-btn {
    font-family: "Anybody";
    font-weight: 600;
}

/* Labels & small UI text */
label,
input,
select,
textarea {
    font-family: "Poppins";
}

#header {
    background: #fff;
    padding: 10px 0;
}

.custom-navbar .navbar-brand img {
    height: 45px;
}

.navbar-nav .nav-link {
    margin: 0 15px;
    font-weight: 500;
    color: #333;
}

.call-btn {
    background: #00a7e7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

/* HERO */

#hero-section {
    background: url("img/hero-bg.webp");
    padding: 40px 0;
    color: #fff;
}



#hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 46px;
    font-weight: 700;
    margin-top: 20px;
}

.hero-content span {
    color: #00b2ff;
}

.rating-badge {
    background: #0d6efd;
    padding: 6px 15px;
    border-radius: 30px;
    display: inline-block;
}

.hero-points {
    margin-top: 20px;
}

.hero-points li {
    margin-bottom: 6px;
}

.contact-btn {
    display: inline-block;
    margin-top: 20px;
    background: #e60000;
    color: #fff;
    padding: 12px 36px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

/* FORM */

.consultation-card {
    background: #f2f2f2;
    padding: 35px;
    border-radius: 18px;

    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    color: #333;
}

.consultation-card label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(36, 36, 36, 0.80);
}

.consultation-card .form-control,
.consultation-card .form-select {
    background: #e8e8e8;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 15px;
}
.quote-btn {
    width: 100%;
    background: #e00000;
    border: none;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
}

#why-makbuck {
    padding: 40px 0;
    background: url('img/fot-bg.webp');
    text-align: center;
}

#why-makbuck .subtitle {
    color: #0ea5e9;
    font-weight: 600;
    margin-bottom: 10px;
}

#why-makbuck h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

#why-makbuck .desc {
    color: #666;
    margin-bottom: 50px;
}

.feature-box {
    text-align: left;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(36, 36, 36, 0.30);
    background: #F9FDFF;
}

.feature-box img {
    margin-bottom: 20px;
    width: 50px;

}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #e6f4fb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0ea5e9;
    margin-bottom: 20px;
}

.feature-box h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-box p {
    color: #666;
    margin: 0;
}

#process {
    padding: 40px 0;
    background: url('img/fot-bg.webp');
    text-align: center;
}

#process .sub {
    color: #0ea5e9;
    font-weight: 600;
    margin-bottom: 10px;
}

#process h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

#process .desc {
    color: #666;
    margin-bottom: 60px;
}

.step-circle {
    width: 90px;
    height: 90px;
    background: #1296d4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin: auto;
    position: relative;
    z-index: 2;
}

.step-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-top: 25px;
    border: 1px solid #ddd;
    text-align: left;
}

.step-card h5 {
    font-weight: 700;
}

.step-card p {
    color: #666;
    margin: 0;
    font-size: 14px;
}

.process-line {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    height: 2px;
    background: #1296d4;
    z-index: 1;
}

@media(max-width:991px) {
    .consultation-card {
        margin-top: 30px;
    }

    .process-line {
        display: none;
    }

    #process h2 {
        font-size: 32px;
    }

}
@media(max-width:661px) {
.call-btn{
    border-radius: 12px 12px 0px 0px;
    width: 95%;
    margin: auto;
    padding:3%;
    position: fixed;
    z-index:9999;
  
    bottom: 0 !important;

    text-align: center;

}
}

#reviews {
    padding: 40px 0;
    background: #F6FBFE;
    overflow: hidden;
}

.review-header {
    margin-bottom: 50px;
}

.review-header h2 {
    font-size: 42px;
    font-weight: 700;
}

.rating-badge {
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid rgba(3, 174, 241, 0.30);
    background: rgba(3, 174, 241, 0.10);
    font-weight: 500;
    color: rgba(3, 174, 241, 1);
}

.slider {
    display: flex;
    gap: 30px;
    animation: scroll 25s linear infinite;
    width: max-content;
}

.review-card {
    min-width: 320px;
    background: white;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.review-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.review-user img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.stars {
    color: #ffc107;
    font-size: 14px;
}

.review-text {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.review-actions {
    margin-top: 15px;
    color: #777;
    display: flex;
    gap: 15px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.before-after {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 18px;
}

.before-after img {
    width: 100%;
    display: block;
}

.after-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.after-img img {
    width: 100%;
}




#beforeAfter {
    padding: 40px 0;
    background: url('img/fot-bg.webp');
}

/* heading */

.section-sub {
    color: #0ea5e9;
    font-weight: 600;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
}

.fix-btn {
    background: #e10600;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}

.fix-btn:hover {
    background: #c10000;
}

/* slider */



.compare img {
    width: 100%;
    display: block;
}

.compare-after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.compare-slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: white;
    cursor: ew-resize;
}

.compare-slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    width: 28px;
    height: 28px;
    background: #0ea5e9;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#reviews {
    padding: 40px 0;
    background: #eef2f5;
    overflow: hidden;
}

.cr-header {
    margin-bottom: 50px;
}

.cr-header h2 {
    font-size: 42px;
    font-weight: 700;
}

.cr-rating-badge {
    border: 1px solid #9ecae1;
    padding: 10px 20px;
    border-radius: 30px;
    background: white;
    font-weight: 500;
}

.cr-slider {
    display: flex;
    gap: 30px;
    animation: cr-scroll 25s linear infinite;
    width: max-content;
}

.cr-card {
    min-width: 320px;
    background: white;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.cr-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.cr-user img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.cr-stars {
    color: #ffc107;
    font-size: 14px;
}

.cr-text {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.cr-actions {
    margin-top: 15px;
    color: #777;
    display: flex;
    gap: 15px;
}

@keyframes cr-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

#faq {
    padding: 40px 0;
    background: rgba(246, 251, 254, 0.85);
}

.faq-sub {
    color: #0ea5e9;
    font-weight: 600;
}

.faq-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.faq-item {
    border: 1px solid #a7d3f3;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-button {
    background: white;
    font-weight: 600;
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: #f8fbff;
    color: #000;
}

.accordion-body {
    color: #555;
    font-size: 14px;
}

/* remove bootstrap arrow */
.accordion-button::after {
    background-image: none !important;
    content: "+";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1e96d4;
    color: white;
    font-size: 30px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: auto;
}

/* when accordion open */
.accordion-button:not(.collapsed)::after {
    content: "×";
}

/* make button align properly */
.accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer-legal {
    background: #f5f5f5;
    padding: 25px 0;
    text-align: center;
}

#footer-legal .copyright {
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

#footer-legal .disclaimer {
    font-size: 14px;
    color: #555;
    max-width: 900px;
    margin: 0 auto;
}

#repair-banner {
    padding: 40px 0;

}

.banner-box {
    background: linear-gradient(90deg, #9dc5d6, #c6d9e3);
    background: linear-gradient(90deg, #AAE7FF 0%, #FFF 100%);
    padding: 40px 30px 0px 30px;
    border-radius: 20px;
}

#repair-banner h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

#repair-banner p {
    color: #444;
    max-width: 420px;
    margin-bottom: 25px;
}

.repair-btn {
    background: #e60000;
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.banner-img {
    max-height: 280px;
    margin-bottom: 0px;
}

#contact-section {
    background: url("img/fot-bg.webp") center/cover no-repeat;
    padding: 40px 0px;
}

/* LEFT TEXT */

.contact-info h2 {
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-info span {
    color: #0099e5;
}

.contact-info h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    margin-bottom: 15px;
    color: #555;
    line-height: 1.6;
}

.contact-list span {
    margin-right: 8px;
}

/* FORM */

.consultation-card {
    background: #f2f2f2;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.consultation-card h4 {
    font-weight: 700;
}

.consultation-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.consultation-card label {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
    display: block;
}

.consultation-card .form-control,
.consultation-card .form-select {
    background: #e8e8e8;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 15px;
}

/* BUTTON */

.quote-btn {
    width: 100%;
    background: #e60000;
    border: none;
    padding: 14px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
}

/* FOOTER */

.footer-text {
    text-align: center;
    margin-top: 50px;
    color: #666;
    font-size: 14px;
}

.footer-text strong {
    color: #000;
}

.compare {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    cursor: ew-resize;
}

.compare img {
    width: 100%;
    display: block;
}

.compare-after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.compare-slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: white;
    z-index: 2;
}

.contact-list a {
    text-decoration: none;
    color: #5B5B5B;
}

.contact-list i {
    color: rgba(3, 174, 241, 1);
}

.compare-slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    /* centers the dot on the 3px line */
    width: 10px;
    height: 10px;
    background: #0ea5e9;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.cr-rating-badge i {
    color: rgba(3, 174, 241, 1);
}

.compare-after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.compare {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
}

.form-select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}