/*** Willmarks Electrical Color Overrides Start ***/
:root {
    --bs-primary: #3D9DE0;
    --bs-primary-rgb: 61, 157, 224;
    --bs-dark: #0B2A3D;
    --bs-dark-rgb: 11, 42, 61;
    --bs-light: #F6FAFD;
    --bs-light-rgb: 246, 250, 253;
    --bs-secondary: #F2A93B;
    --bs-secondary-rgb: 242, 169, 59;
}

/* Bootstrap bakes literal hex into these component variables at compile time,
   so redefining --bs-primary above isn't enough on its own - override explicitly */
.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: #2f86c4;
    --bs-btn-hover-border-color: #2f86c4;
    --bs-btn-active-bg: #2874a8;
    --bs-btn-active-border-color: #2874a8;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
}

.text-primary { color: var(--bs-primary) !important; }
.bg-primary { background-color: var(--bs-primary) !important; }
.border-primary { border-color: var(--bs-primary) !important; }
.bg-dark { background-color: var(--bs-dark) !important; }
.text-dark { color: var(--bs-dark) !important; }
.bg-light { background-color: var(--bs-light) !important; }
/*** Willmarks Electrical Color Overrides End ***/


/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/*** Navbar Start ***/
.header-top .topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.header-top .topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 12px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

.header-top {
    height: 125px;
    position: relative;
}

.header-top::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--bs-dark);
    z-index: 1;
}

.header-top .container {
    position: relative;
    z-index: 999;
}

@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 45px;
        top: 0;
        right: 0;
        background: var(--bs-dark);
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top {
        max-height: 80px;
    }

    .navbar {
        justify-content: space-between;
    }

    .header-top .container {
        max-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 200px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }

    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-dark);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar-brand-2::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar.navbar-light {
        height: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse {
        margin-top: -20px;
    }

}

.nav-bar .navbar {
    height: 100%;
    background: var(--bs-white);
    position: relative;
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 12px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-left: 50px;
        background: var(--bs-light);
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 15px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .nav-bar .navbar::before {
        position: absolute;
        content: "";
        width: 50px;
        height: 100%;
        top: 0;
        left: -49px;
        background: var(--bs-white);
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }

    .header-top .navbar-brand {
        position: relative;
        overflow: hidden;
        padding: 40px 50px 40px 0;
        z-index: 99;
    }
    
    .navbar-brand::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 300px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-dark);
        transform: rotate(-18deg);
        z-index: -1;
    }
    
    .navbar-brand::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.hero-section {
    background-image: url(../img/carousel-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-bg-half-1 {
    background-image: url(../img/header-2.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-bg-half-2 {
    background-image: url(../img/header-1.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-shape-1 {
    background-color: var(--bs-primary);
    width: 150px;
    height: 50%;
    position: absolute;
    left: 54%;
    top: 0;
    transform: translateY(-50%) skew(-26deg, 0deg);
    position: relative;
}

.hero-shape-1:before {
    background-color: var(--bs-dark);
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-shape-2 {
    background-color: var(--bs-dark);
    width: 150px;
    height: 50%;
    position: absolute;
    right: -43%;
    bottom: 0;
    transform: translateY(50%) skew(-25deg, 0deg);
    position: relative;
    z-index: 1;
}

.hero-shape-2::after {
    background-color: var(--bs-primary);
    content: "";
    width: 75px;
    height: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: var(--bs-white);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 0;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 0;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 65px 0 var(--bs-primary);
    color: var(--bs-dark);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    z-index: 9;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: 700px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #10344a, var(--bs-dark));
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

.bg-breadcrumb-icon {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) rotate(-12deg);
    font-size: 160px;
    color: rgba(61, 157, 224, 0.18);
    z-index: 0;
    pointer-events: none;
}

@media (max-width: 767px) {
    .bg-breadcrumb-icon {
        font-size: 90px;
        right: 4%;
    }
}
/*** Single Page Hero Header End ***/

/*** Service Start ***/
.service .nav .nav-item {
    width: 75%;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
}

.service .nav .nav-item a {
    display: flex;
    justify-content: center;
}


.owl-stage-outer {
    margin-right: -1px;
}
.service .nav-item a.active {
    background: var(--bs-primary);
}

.service .nav-item a span {
    color: var(--bs-dark);
}

.service .nav-item a.active span {
    color: var(--bs-white);
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    position: absolute;
    padding: 10px 35px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    background: var(--bs-light);
    transition: 0.5s;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .service-carousel .owl-nav .owl-prev {
        top: 0;
        left: -115px;
    }
    
    .service-carousel .owl-nav .owl-next {
        bottom: 0;
        left: -115px;
    }
}

@media (max-width: 991px) {
    .owl-stage-outer {
        margin-bottom: 70px;
    }
    .service-carousel .owl-nav .owl-prev {
        bottom: -70px;
        left: 0;
    }

    .service-carousel .owl-nav .owl-next {
        bottom: -70px;
        right: 0;
    }

    .service .nav {
        display: flex;
        justify-content: center;
    }
}
/*** Service End ***/

/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px; right: -100%;
    z-index: 9;
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon {
    right: 25px;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(242, 169, 59, .25);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-content {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
}

.testimonial .testimonial-item .customer-text {
    border: 1px solid var(--bs-primary);
    border-top: none;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    color: var(--bs-dark);
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px;
    border: 2px solid var(--bs-primary);
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    margin: 30px 10px 0 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

@media (max-width: 991px) {
    .testimonial-carousel .owl-dots .owl-dot {
        margin: 0 10px 0 10px;
    }
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-white);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-primary);
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/


/*** Willmarks Electrical - Distinctive Redesign Start ***/

/* Typography */
body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand h1, .navbar-brand-2 h1,
.display-1, .display-2, .display-3, .display-4, .display-5 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
}

/* Pill-shaped buttons (not the square icon buttons) */
.btn:not(.btn-square):not(.btn-sm-square):not(.btn-md-square):not(.btn-lg-square):not(.btn-xl-square) {
    border-radius: 50px;
}

.btn-outline-light {
    border: 2px solid var(--bs-white);
    color: var(--bs-white);
    background: transparent;
}

.btn-outline-light:hover {
    background: var(--bs-white);
    color: var(--bs-dark);
}

/* New Hero Section (replaces the diagonal-wedge carousel look) */
.hero-v2-wrap {
    position: relative;
    overflow: hidden;
}

.hero-v2-slide {
    position: relative;
    background: var(--bs-dark);
    overflow: hidden;
    padding: 130px 0 110px 0;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.hero-v2-slide::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(61, 157, 224, 0.25), transparent 70%);
    z-index: 0;
}

.hero-eyebrow {
    color: var(--bs-secondary);
    letter-spacing: 2px;
    font-size: 15px;
}

.hero-v2-slide h1 {
    color: var(--bs-white);
}

.hero-v2-slide p {
    color: rgba(255, 255, 255, 0.75);
}

.hero-panel {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 3px solid rgba(61, 157, 224, 0.35);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.hero-panel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(61, 157, 224, 0.18), transparent 55%);
}

/* Icon-based hero panel (used instead of stock photography) */
.hero-panel-icon {
    background: linear-gradient(145deg, #10344a, var(--bs-dark));
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px;
}

.hero-panel-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(61, 157, 224, 0.35) 1.5px, transparent 1.5px);
    background-size: 26px 26px;
    opacity: 0.5;
}

.hero-panel-icon-main {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(61, 157, 224, 0.15);
    border: 2px solid rgba(61, 157, 224, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.hero-panel-icon-main i {
    font-size: 52px;
    color: var(--bs-secondary);
}

.hero-panel-icon-row {
    position: relative;
    display: flex;
    gap: 18px;
    z-index: 1;
}

.hero-panel-icon-row span {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.hero-panel-icon-row span i {
    font-size: 20px;
    color: var(--bs-white);
}

.hero-panel-icon-row span:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    transform: translateY(-4px);
}

/* Circuit trace motif - thin animated line with nodes, ties services together */
.circuit-trace {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 90px;
    z-index: 5;
    pointer-events: none;
}

.circuit-trace path {
    fill: none;
    stroke: var(--bs-primary);
    stroke-width: 2;
    stroke-dasharray: 8 10;
    opacity: 0.55;
    animation: circuit-flow 6s linear infinite;
}

.circuit-trace circle {
    fill: var(--bs-secondary);
}

@keyframes circuit-flow {
    to {
        stroke-dashoffset: -180;
    }
}

@media (max-width: 991px) {
    .hero-v2-slide {
        padding: 90px 0 130px 0;
        min-height: auto;
        text-align: center;
    }

    .hero-v2-slide .d-flex {
        justify-content: center;
    }

    .hero-panel {
        margin-top: 40px;
    }
}
/*** Willmarks Electrical - Distinctive Redesign End ***/


/*** About Section v2 Start ***/
.about-v2 {
    background: var(--bs-light);
}

.section-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--bs-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
}

.section-eyebrow .eyebrow-line {
    width: 34px;
    height: 3px;
    background: var(--bs-secondary);
    display: inline-block;
    border-radius: 3px;
}

.about-feature-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: var(--bs-white);
    border-radius: 14px;
    border: 1px solid rgba(11, 42, 61, 0.08);
    box-shadow: 0 8px 20px rgba(11, 42, 61, 0.05);
    color: var(--bs-dark);
    transition: 0.3s;
    height: 100%;
}

.about-feature-pill:hover {
    border-color: var(--bs-primary);
    box-shadow: 0 12px 26px rgba(61, 157, 224, 0.18);
    transform: translateY(-3px);
    color: var(--bs-dark);
}

.about-feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: rgba(61, 157, 224, 0.12);
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.about-checklist {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 18px;
    background: var(--bs-white);
    border-radius: 12px;
    border-left: 3px solid var(--bs-primary);
}

.about-checklist-item p {
    color: var(--bs-dark);
    font-size: 17px;
}

.about-check-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 2px;
}

.about-stat-panel {
    position: relative;
    background: linear-gradient(150deg, #10344a, var(--bs-dark));
    border-radius: 24px;
    padding: 50px 40px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(11, 42, 61, 0.25);
}

.about-stat-panel-glow {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(61, 157, 224, 0.3), transparent 70%);
}

.about-stat-number {
    position: relative;
    font-family: 'Sora', sans-serif;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    color: var(--bs-secondary);
}

.about-stat-label {
    position: relative;
    color: var(--bs-white);
    font-size: 18px;
    margin-bottom: 35px;
    opacity: 0.85;
}

.about-stat-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.about-stat-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 22px 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    color: var(--bs-white);
    transition: 0.3s;
}

.about-stat-grid-item i {
    font-size: 24px;
    color: var(--bs-primary);
}

.about-stat-grid-item span {
    font-size: 14px;
    font-weight: 600;
}

.about-stat-grid-item:hover {
    background: var(--bs-primary);
    transform: translateY(-3px);
}

.about-stat-grid-item:hover i {
    color: var(--bs-white);
}
/*** About Section v2 End ***/


/*** Shop Teaser Section Start ***/
.shop-teaser {
    background: var(--bs-white);
}

.shop-category-card {
    display: block;
    height: 100%;
    padding: 34px 26px;
    background: var(--bs-light);
    border-radius: 18px;
    border: 1px solid rgba(11, 42, 61, 0.08);
    text-align: center;
    color: var(--bs-dark);
    transition: 0.3s;
}

.shop-category-card:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(11, 42, 61, 0.18);
}

.shop-category-card h4 {
    font-size: 19px;
}

.shop-category-card p {
    font-size: 14px;
    color: inherit;
    opacity: 0.7;
}

.shop-category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 20px auto;
    border-radius: 16px;
    background: rgba(61, 157, 224, 0.12);
    color: var(--bs-primary);
    font-size: 26px;
    transition: 0.3s;
}

.shop-category-card:hover .shop-category-icon {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.shop-category-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--bs-primary);
}

.shop-category-card:hover .shop-category-link {
    color: var(--bs-secondary);
}
/*** Shop Teaser Section End ***/


/*** Services Timeline v2 Start ***/
.service-v2 {
    background: var(--bs-light);
}

.service-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.service-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: repeating-linear-gradient(
        to bottom,
        var(--bs-primary) 0,
        var(--bs-primary) 8px,
        transparent 8px,
        transparent 16px
    );
    transform: translateX(-50%);
}

.service-timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.service-timeline-item:last-child {
    margin-bottom: 0;
}

.service-timeline-spacer {
    flex: 1;
}

.service-timeline-node {
    position: relative;
    flex: 0 0 auto;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.service-timeline-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: var(--bs-dark);
    border: 4px solid var(--bs-light);
    box-shadow: 0 0 0 2px var(--bs-primary);
    color: var(--bs-secondary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-timeline-text {
    flex: 1;
    background: var(--bs-white);
    border-radius: 16px;
    padding: 30px 34px;
    border: 1px solid rgba(11, 42, 61, 0.08);
    box-shadow: 0 10px 26px rgba(11, 42, 61, 0.06);
    transition: 0.3s;
}

.service-timeline-text:hover {
    box-shadow: 0 16px 36px rgba(61, 157, 224, 0.16);
    border-color: rgba(61, 157, 224, 0.3);
    transform: translateY(-3px);
}

.service-timeline-item:nth-child(odd) .service-timeline-text {
    text-align: right;
    margin-right: 30px;
}

.service-timeline-item:nth-child(even) .service-timeline-text {
    margin-left: 30px;
}

.service-timeline-index {
    display: inline-block;
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: var(--bs-primary);
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.service-timeline-text h3 {
    font-size: 22px;
}

.service-timeline-text p {
    color: var(--bs-slate, #5C7A8A);
    font-size: 15px;
}

.service-timeline-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--bs-primary);
}

.service-timeline-item:nth-child(odd) .service-timeline-link {
    flex-direction: row-reverse;
}

.service-timeline-item:nth-child(odd) .service-timeline-link i {
    transform: scaleX(-1);
}

@media (max-width: 767px) {
    .service-timeline::before {
        left: 30px;
    }

    .service-timeline-item,
    .service-timeline-item:nth-child(even) {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .service-timeline-spacer {
        display: none;
    }

    .service-timeline-node {
        margin-left: -7px;
        margin-bottom: 16px;
    }

    .service-timeline-item:nth-child(odd) .service-timeline-text,
    .service-timeline-item:nth-child(even) .service-timeline-text {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .service-timeline-item:nth-child(odd) .service-timeline-link {
        flex-direction: row;
    }

    .service-timeline-item:nth-child(odd) .service-timeline-link i {
        transform: none;
    }
}
/*** Services Timeline v2 End ***/


/*** Services Professional List v3 Start ***/
.service-v3 {
    background: var(--bs-white);
}

.service-list-pro {
    border-top: 1px solid rgba(11, 42, 61, 0.08);
}

.service-list-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 34px 10px;
    border-bottom: 1px solid rgba(11, 42, 61, 0.08);
    overflow: hidden;
    transition: 0.3s;
}

.service-list-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: var(--bs-primary);
    transform: scaleY(0);
    transition: 0.3s;
}

.service-list-row:hover {
    background: var(--bs-light);
}

.service-list-row:hover::before {
    transform: scaleY(1);
}

.service-list-watermark {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Sora', sans-serif;
    font-size: 90px;
    font-weight: 800;
    color: rgba(11, 42, 61, 0.04);
    line-height: 1;
    pointer-events: none;
}

.service-list-icon {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: var(--bs-dark);
    color: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: 0.3s;
}

.service-list-row:hover .service-list-icon {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.service-list-body {
    flex: 1;
    position: relative;
    z-index: 1;
}

.service-list-body h3 {
    font-size: 21px;
}

.service-list-body p {
    color: var(--bs-slate, #5C7A8A);
    font-size: 15px;
    max-width: 560px;
}

.service-list-arrow {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(11, 42, 61, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-dark);
    transition: 0.3s;
}

.service-list-row:hover .service-list-arrow {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
    transform: translateX(6px);
}

@media (max-width: 767px) {
    .service-list-row {
        flex-wrap: wrap;
        gap: 16px;
        padding: 26px 10px;
    }

    .service-list-watermark {
        display: none;
    }

    .service-list-arrow {
        margin-left: auto;
    }
}
/*** Services Professional List v3 End ***/


/*** Services Minimal Corporate v4 Start ***/
.service-v4 {
    background: var(--bs-white);
}

.service-grid-minimal {
    border-top: 1px solid rgba(11, 42, 61, 0.1);
    border-left: 1px solid rgba(11, 42, 61, 0.1);
}

.service-min-card {
    height: 100%;
    padding: 40px 34px;
    border-right: 1px solid rgba(11, 42, 61, 0.1);
    border-bottom: 1px solid rgba(11, 42, 61, 0.1);
    border-top: 3px solid transparent;
    transition: 0.3s;
}

.service-min-card:hover {
    border-top-color: var(--bs-primary);
    background: var(--bs-light);
}

.service-min-label {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--bs-primary);
    margin-bottom: 26px;
}

.service-min-icon {
    display: block;
    font-size: 30px;
    color: var(--bs-dark);
    margin-bottom: 22px;
    transition: 0.3s;
}

.service-min-card:hover .service-min-icon {
    color: var(--bs-primary);
}

.service-min-card h3 {
    font-size: 19px;
}

.service-min-card p {
    color: var(--bs-slate, #5C7A8A);
    font-size: 14.5px;
    min-height: 95px;
}

.service-min-link {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 600;
    color: var(--bs-dark);
    padding-bottom: 3px;
    border-bottom: 1px solid var(--bs-dark);
    transition: 0.3s;
}

.service-min-card:hover .service-min-link {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

@media (max-width: 991px) {
    .service-min-card p {
        min-height: 0;
    }
}
/*** Services Minimal Corporate v4 End ***/


/*** Shop Page Start ***/
.shop-page {
    background: var(--bs-light);
}

.shop-filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.shop-filter-btn {
    padding: 10px 22px;
    border-radius: 50px;
    border: 1px solid rgba(11, 42, 61, 0.15);
    background: var(--bs-white);
    color: var(--bs-dark);
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.shop-filter-btn:hover,
.shop-filter-btn.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.shop-product-card {
    height: 100%;
    background: var(--bs-white);
    border-radius: 16px;
    border: 1px solid rgba(11, 42, 61, 0.08);
    padding: 28px 24px;
    text-align: center;
    transition: 0.3s;
}

.shop-product-card:hover {
    box-shadow: 0 18px 36px rgba(11, 42, 61, 0.1);
    transform: translateY(-4px);
    border-color: rgba(61, 157, 224, 0.3);
}

.shop-product-thumb {
    width: 74px;
    height: 74px;
    margin: 0 auto 18px auto;
    border-radius: 16px;
    background: rgba(61, 157, 224, 0.1);
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.shop-product-category {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: var(--bs-secondary);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.shop-product-card h4 {
    font-size: 17px;
    min-height: 48px;
}

.shop-product-price {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 600;
    font-size: 18px;
    color: var(--bs-dark);
}

.btn-outline-primary {
    color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
    background: transparent;
}

.btn-outline-primary:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** Shop Page End ***/


/*** Services Page - How We Work Start ***/
.how-we-work {
    background: var(--bs-white);
}

.how-step {
    position: relative;
    padding: 30px 26px;
    height: 100%;
    background: var(--bs-light);
    border-radius: 16px;
    border-top: 3px solid var(--bs-primary);
}

.how-step-number {
    display: block;
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 34px;
    color: rgba(61, 157, 224, 0.35);
    margin-bottom: 12px;
}

.how-step h4 {
    font-size: 18px;
}

.how-step p {
    color: var(--bs-slate, #5C7A8A);
    font-size: 14.5px;
}
/*** Services Page - How We Work End ***/


/*** Services Page - CTA Start ***/
.service-cta {
    background: linear-gradient(145deg, #10344a, var(--bs-dark));
}

.service-cta h2 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
}
/*** Services Page - CTA End ***/


/*** About Page - Why Choose Us Start ***/
.why-choose {
    background: var(--bs-light);
}

.why-card {
    height: 100%;
    padding: 34px 28px;
    background: var(--bs-white);
    border-radius: 18px;
    border: 1px solid rgba(11, 42, 61, 0.08);
    transition: 0.3s;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(11, 42, 61, 0.08);
    border-color: rgba(61, 157, 224, 0.3);
}

.why-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: rgba(61, 157, 224, 0.12);
    color: var(--bs-primary);
    font-size: 24px;
    margin-bottom: 20px;
}

.why-card h4 {
    font-size: 19px;
}

.why-card p {
    color: var(--bs-slate, #5C7A8A);
    font-size: 15px;
}
/*** About Page - Why Choose Us End ***/


/*** About Page - Stats Row Start ***/
.about-stats {
    background: linear-gradient(145deg, #10344a, var(--bs-dark));
}

.about-stats-number {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 44px;
    color: var(--bs-secondary);
    line-height: 1;
    margin-bottom: 8px;
}

.about-stats-label {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}
/*** About Page - Stats Row End ***/


/*** Contact Page Start ***/
.contact-quick {
    background: var(--bs-white);
}

.contact-quick-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 34px 24px;
    background: var(--bs-light);
    border-radius: 16px;
    border: 1px solid rgba(11, 42, 61, 0.08);
    height: 100%;
    transition: 0.3s;
}

.contact-quick-card:hover {
    border-color: rgba(61, 157, 224, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(11, 42, 61, 0.08);
}

.contact-quick-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(61, 157, 224, 0.12);
    color: var(--bs-primary);
    font-size: 22px;
    margin-bottom: 18px;
}

.contact-quick-card h4 {
    font-size: 18px;
}

.contact-quick-card p {
    color: var(--bs-slate, #5C7A8A);
    font-size: 14.5px;
}

.contact-main {
    background: var(--bs-white);
}

.contact-input {
    border: 1px solid rgba(11, 42, 61, 0.15);
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 15px;
    background: var(--bs-light);
}

.contact-input:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(61, 157, 224, 0.15);
    background: var(--bs-white);
}

.contact-info-panel {
    padding-bottom: 40px;
}

.contact-info-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.contact-info-row p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
}

.contact-info-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(61, 157, 224, 0.18);
    color: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
/*** Contact Page End ***/


/*** Shop Cart & Checkout Start ***/
.shop-product-img {
    width: 74px;
    height: 74px;
    object-fit: cover;
    border-radius: 16px;
}

.cart-count-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--bs-secondary);
    color: var(--bs-dark);
    font-size: 12px;
    font-weight: 700;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-page {
    background: var(--bs-light);
}

.cart-table {
    background: var(--bs-white);
    border-radius: 16px;
    border: 1px solid rgba(11, 42, 61, 0.08);
    overflow: hidden;
}

.cart-table-header {
    display: flex;
    align-items: center;
    padding: 18px 24px;
    background: var(--bs-dark);
    color: var(--bs-white);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.cart-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(11, 42, 61, 0.08);
    gap: 12px;
}

.cart-row:last-child {
    border-bottom: none;
}

.cart-col-product {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
}

.cart-item-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(61, 157, 224, 0.12);
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-col-price,
.cart-col-subtotal {
    flex: 0 0 120px;
    font-family: 'JetBrains Mono', monospace;
}

.cart-col-qty {
    flex: 0 0 auto;
}

.cart-qty-form {
    display: flex;
    gap: 8px;
}

.cart-qty-input {
    width: 64px;
    border: 1px solid rgba(11, 42, 61, 0.15);
    border-radius: 8px;
    padding: 6px 8px;
    text-align: center;
}

.cart-col-remove {
    flex: 0 0 auto;
    margin-left: auto;
}

.cart-remove-btn {
    border: none;
    background: transparent;
    color: #c0392b;
    font-size: 16px;
}

.cart-summary {
    max-width: 400px;
    margin-left: auto;
    margin-top: 30px;
    background: var(--bs-white);
    border-radius: 16px;
    border: 1px solid rgba(11, 42, 61, 0.08);
    padding: 26px;
}

.cart-summary-total {
    display: flex;
    justify-content: space-between;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.checkout-page {
    background: var(--bs-light);
}

.checkout-summary-panel {
    padding-bottom: 40px;
}

.checkout-summary-row {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.checkout-summary-total {
    display: flex;
    justify-content: space-between;
    color: var(--bs-white);
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 18px;
}

.payment-pending-page {
    background: var(--bs-light);
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.payment-pending-spinner {
    width: 60px;
    height: 60px;
    border: 5px solid rgba(61, 157, 224, 0.2);
    border-top-color: var(--bs-primary);
    border-radius: 50%;
    margin: 0 auto;
    animation: payment-spin 1s linear infinite;
}

@keyframes payment-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
    .cart-table-header {
        display: none;
    }

    .cart-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-col-price::before,
    .cart-col-subtotal::before {
        content: attr(data-label) ": ";
        font-weight: 600;
        font-family: 'Inter', sans-serif;
    }

    .cart-col-remove {
        margin-left: 0;
    }
}
/*** Shop Cart & Checkout End ***/
