/*
Theme Name: Laptop Support
Theme URI: https://example.com/laptop-support
Author: Your Name
Author URI: https://example.com
Description: A lightweight theme for laptop repair and support businesses.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laptop-support
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=poppins:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --font-family: "Poppins";
    --Bg-color: #fff;
    --Text-color: #000001;
    --Brand-color: #DB3022;
    /* --Brand-color: #16B890 */
}

.h-cls-1,
.h-cls-2 {
    fill: none;
    stroke: #DB3022;
    stroke-width: 3px;
    fill-rule: evenodd;
}

body {
    font-family: var(--font-family);
    background: var(--Bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family);
}

p {
    font-family: var(--font-family);
    font-size: 18px;
}

/* Additional styling for headings */
h1 {
    font-size: 58px;
    color: var(--Text-color);
}

h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

h4 {
    font-size: 24px;
    margin-bottom: 16px;
}

h5 {
    font-size: 20px;
    margin-bottom: 16px;
}

h6 {
    font-size: 16px;
    margin-bottom: 16px;
}

/* Styling for paragraphs */
p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--Text-color);
}

strong,
span {
    color: var(--Brand-color);
}

a {
    text-decoration: none;
    font-family: var(--font-family);
    transition: color 0.4s ease, text-decoration 0.4s ease;
}

a:hover {
    text-decoration: none;
    color: var(--Brand-color);
    transition: 0.4;
}

header {
    z-index: 2100;
    position: fixed;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

nav ul {
    display: flex;
    flex-direction: row;
    gap: 48px;
    list-style: none;
    margin: 0;
}

nav ul a {
    color: var(--Text-color);
    text-decoration: none;


}

.brand-logo a p span {
    font-size: 12px;
    font-weight: 400;
}

.brand-logo a p {
    margin: 0;
}

.brand-logo {
    width: 200px;
}

.brand-logo img {
    width: 100%;
}

.brand-logo a p,
.brand-logo a {
    text-decoration: none;
    font-size: 18px;
    line-height: normal;
    font-family: var(--font-family);
    font-weight: 600;
    color: var(--Text-color);
    display: flex;
    align-items: center;
    gap: 5px;

}

.menu-bar {
    display: none;
}

.menu-bar .bx-x,
.menu-bar .bx-menu {
    color: var(--Text-color);
    font-size: 48px;
    font-family: var(--font-family);
}

.cart-container {
    position: relative;
}

.cart-container .count {
    position: absolute;
    right: 8px;
    bottom: 14px;
    text-align: center;
    border-radius: 8px;
    width: 18px;
    height: 18px;
    background-color: #ff6161;
    border: 1px solid #fff;
    color: #f0f0f0;
    line-height: 16px;
    font-size: 12px;
    font-family: inter_semi_bold;
}

.know-more-botton-container {
    display: flex;
    justify-content: center;
    margin: 34px 0 0;
}

.common-card .common-botton {
    width: 100%;
}

.wpcf7-submit,
.common-botton {
    color: #fff;
    text-decoration: none;
    background: var(--Brand-color);
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--font-family);
    transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
    border: 1px solid var(--Brand-color);
    height: 48px;
    box-shadow: 0px 6px 6px 0px rgba(243, 61, 0, 0.3);
    /* box-shadow: 0px 6px 6px 0px rgba(105, 243, 0, 0.3); */
}

.common-botton span {
    font-size: 16px;
    color: #fff;
}

.common-botton:hover span {
    color: var(--Brand-color);
}

.common-botton:hover {
    background: #fff;
    border: 1px solid var(--Brand-color);
    color: var(--Brand-color);
}

.sub-section {
    padding: 60px 0;
}

.sections .heading p,
.sub-section .heading p,
.sub-section .heading strong,
.sections .heading strong,
.sub-section .heading {
    font-weight: 400 !important;
    font-size: 42px;
    line-height: 60px;
}

.sub-section .sub-heading-normal {
    font-size: 17px;
    line-height: 29px;
}

.sub-section .sub-heading {
    padding: 0px 0px 0px 22px;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: var(--Brand-color);
    max-width: 430px;
}

.sections .sub-heading p,
.sub-section .sub-heading,
.sub-section .sub-heading p {
    font-size: 17px;
    line-height: 29px;

}

/* Extra small devices (phones, <576px) */
@media (max-width: 575.98px) {}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* Your styles for small screens */
}

/* Medium devices (desktops, 768px and up) */
@media screen and (max-width: 991.98px) {
    .menu-main-menu-container {
        background: var(--Bg-color);
        width: 100%;
        position: absolute;
        top: 135px;
        left: 0;
        z-index: 1;
        padding: 40px;
        width: 50%;
        height: auto;
        top: 90px;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    .menu-main-menu-container.active {
        transform: translateX(0%);
    }

    nav ul {
        flex-direction: column;
        gap: 24px;
        text-align: left;
        list-style: none;
        padding: 0;
    }

    .menu-bar {
        display: block;
        cursor: pointer;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .menu-bar .bx-x {
        display: none;
    }

    .menu-bar.active .bx-x {
        display: block;
    }

    .menu-bar.active .bx-menu {
        display: none;
        opacity: 0;
    }

    .menu-bar.active .cross {
        display: block;
        color: var(--Text-color);
    }

    .menu-bar .cross {
        display: none;
    }

}

.main-sections {
    padding-top: 85px;
}

.breadcrumb-wrapper {
    margin-bottom: 20px;


}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-list li {
    position: relative;
    margin-right: 10px;
    font-size: 15px;
    color: #fff;
    font-family: var(--font-family);
    outline: none;
    text-decoration: none;

}

.breadcrumb-list li a {
    font-size: 15px;
    color: #fff;
    font-family: var(--font-family);
    outline: none;
    text-decoration: none;
}

.breadcrumb-list li+li::before {
    /* content: ">>"; */
    margin-right: 10px;
    color: var(--Brand-color);
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f101";
}

.breadcrumb-container {
    display: flex;
    justify-content: center;
}

footer {
    min-height: 200px;
    display: flex;
    align-items: center;
    background-color: var(--Text-color);
    padding: 40px 0;
    margin-top: 20px;
}

footer .site-title {
    font-size: 34px;
    color: var(--Bg-color);
    text-align: center;
}

footer .menu-main-menu-container {
    position: static;
    width: 100%;
    height: auto;
    top: 90px;
    transform: none;
    background: transparent;
    transition: transform 0.3s ease-in-out;
}

footer .menu-main-menu-container ul {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

header .main-nav .current-menu-item>a,
header .main-nav .current_page_item>a,
header .main-nav .current-menu-ancestor>a {
    color: var(--Brand-color);
    font-weight: 600;
    position: relative;
}

.top-chips {
    display: inline-block;
    background-color: #fff;
    padding: 10px 15px;
    width: fit-content;
    border-radius: 46px;

    box-shadow: 0 11px 27px rgba(0, 9, 71, 0.13);
}

.top-chips span p,
.top-chips span {
    margin: 0;
    background: linear-gradient(90deg, #000000, #DB3022);
    /* your gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer .main-nav li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

footer .main-nav li a:hover {
    text-decoration: none;
    color: var(--Brand-color);
    transition: 0.4;
}

footer .menu-main-menu-container {
    margin: 40px 0;
}

.socials-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.socials-container a {
    display: flex;
    width: 44px;
    overflow: hidden;
}

.socials-container a img {
    width: 100%;
}

.tp-small-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tp-small-title p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--Brand-color);
}

.tp-small-title img {
    height: 18px;
    width: 38px;
    font-size: 18px;
}

footer {
    background-color: #111;
}

footer p {
    color: var(--Bg-color);
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
}

.common-filter {
    display: flex;
    gap: 12px;
}

.common-filter select {
    max-width: 20%;
}

.call-to-action p {
    font-size: 36px;
    max-width: 900px;
    color: var(--Bg-color);
}

.call-to-action .row {
    align-items: center !important;
}
.fade-up-down {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: transform, opacity;
}

.fade-up-down.visible {
  opacity: 1;
  transform: translateY(0);
}
