@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
html, body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}


.navbar-custom {
    background-color: #00000042 !important;
    padding: 1rem 2rem;
    z-index: 1000;
    opacity: 0.9;
}

.navbar-brand img {
    height: 30px;
}

.nav-link {
    color: #ffffff !important;
    margin: 0 15px;
    font-weight: 500;
}

.navbar-toggler {
    background-color: #fcfcfc4a ;
}

.navbar-toggler-icon {
    padding: 15px;
    border-radius: 4px;
}



.hero-banner {
    overflow: hidden;
    position: relative;
    /* background-image: url('../img/hero-banner.webp');
    background-size: cover;
    background-position: center;
        background-repeat: no-repeat;
        min-height: 100vh;
        or fixed height like 600px */
}

.hero-banner img {
    width: 100%;
    object-fit: cover;
}
  
  
button.call-buttonn.second-btn.d-none.d-md-inline-block{
    position: fixed;
    top: 50%;
    right: 0;
    background-color: #EC3434;
    font-weight: 500 !important;
    color: #fff;
    padding: 1rem 0.5rem;
    border-radius: 8px 0 0 8px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    z-index: 1050;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
} 
/* Sticky call button for entire page */
.call-button {
    position: fixed;
    top: 30%;
    right: 0;
    background-color: #EC3434;
    font-weight: 500 !important;
    color: #fff;
    padding: 1rem 0.5rem;
    border-radius: 8px 0 0 8px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    z-index: 1050;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Sticky download brochure button - placed just below the call button */
.download-button {
    position: fixed;
    top: calc(40% + 120px);
    right: 0;
    background-color: #EC3434;
    font-weight: 500 !important;
    color: #fff;
    padding: 1rem 0.5rem;
    border-radius: 8px 0 0 8px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    z-index: 1050;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Optional: Round modal corners */
.modal-content {
    border-radius: 15px;
}

.quick-form {
    background-color: #4B4B4B;
    /* dark background */
    
}

.quick-form .form-control,
.quick-form .form-select {
    min-width: 180px;
    border-radius: 4px;
}

.phone-wrapper {
    background: white;
    border-radius: 4px;
    overflow: hidden;
}

.phone-wrapper .flag {
    background-color: #4b4b4b;
    color: white;
    border: 1px solid #4b4b4b;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.phone-wrapper input[type="tel"] {
    background-color: #4b4b4b;
    /* Default dark bg like other fields */
    color: white;
}

.phone-wrapper input[type="tel"]:focus {
    color: #4b4b4b !important;
}

.phone-wrapper input[type="tel"]:focus::placeholder {
    color: #4b4b4b !important;
}

.phone-wrapper input {
    min-width: 150px;
    border-left: none;
}

.installation-section {
    background-color: #1e1e23;
}

.installation-section .content-box {
    background: linear-gradient(90deg, rgba(45, 45, 45, 0.95), rgba(65, 65, 65, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    max-width: 650px;
    width: 100%;
}

.installation-section h2 {
    font-size: 1.75rem;
}

.installation-section .section-line {
    width: 60px;
    height: 3px;
    background-color: #EC3434;
    border: none;
}

.installation-section img {
    object-fit: cover;
}

.installation-section .row .col-sm-6 h5 {
    color: #ffffff;
}

.installation-section {
    min-height: 500px;
}

.sets-apart-section {
    position: relative;
    overflow: hidden;
    color: white;
    z-index: 1;
}

/* Blurred background image layer */
.sets-apart-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('../img/sets-apart-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(2px); /* 👈 blur effect */
    transform: scale(1.05); /* 👈 prevent blur edge clipping */
    z-index: -2;
}

/* Optional: dark overlay to increase text readability */
.sets-apart-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* dark layer */
    z-index: -1;
}

.sets-apart-section h2 {
    font-size: 2rem;
}

.sets-apart-section .underline {
    width: 60px;
    height: 3px;
    background-color: #EC3434;
}

.sets-apart-section img {
    filter: brightness(1.1) contrast(1.2);
}

.product-section {
    background-color: #1f1f23;
    /* matches the dark bg in your screenshot */
}

.underline {
    width: 80px;
    height: 3px;
    background-color: #EC3434;
}

.product-card {
    background-color: #2d2d31;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
        /* Enhanced shadow */
}

.product-card img {
    border-radius: 8px;
}

.product-card .card-title {
    color: #ffffff;
}

.product-card .card-text {
    color: #cccccc;
}

.deliver-section {
    background-color: #1e1f23;
    color: #fff;
}

.deliver-text h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
}

.deliver-text span {
    border-bottom: 2px solid #EC3434;
    padding-bottom: 2px;
}

.deliver-card {
    border: 1px solid #444;
    padding: 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
    height: 100%;
    background-color: transparent;
}

.deliver-card:hover {
    border-color: #fff;
}

.deliver-card .icon {
    width: 32px;
    margin-bottom: 10px;
}

.deliver-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.deliver-card p {
    font-size: 13px;
    color: #aaa;
    margin: 0;
}

/* Responsive for small screens */
@media (max-width: 767.98px) {
    .deliver-text h3 {
        font-size: 20px;
    }

    .deliver-card {
        margin-bottom: 15px;
    }
}

.clients-section {
    background-color: #1d1e23;
    color: white;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 600;
}

.underline {
    width: 60px;
    height: 3px;
    background-color: #e94545;
    margin: 10px auto 20px auto;
    border-radius: 3px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img {
    max-height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.swiper-slide img:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .swiper-slide img {
        max-height: 50px;
    }
}

.join {
    background-color: #EC3434;
    color: #fff;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.join:hover {
    background-color: #d32f2f;
    color: #fff;
}


.testimonial-section {
    background-color: #1e1e23;
}



.avatar {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #6f42c1;
}
.arrow-btn {
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.arrow-btn:hover {
    background-color: #f0f0f0;
}

.section-title {
    display: inline-block;
    text-align: left;
}

.heading-text {
    font-size: 2.5rem;
    /* Adjust size as needed */
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.heading-underline {
    width: 165px;
    /* Or whatever matches your screenshot */
    height: 3px;
    background-color: #EC3434;
    /* Red color */
    margin-top: 4px;
}

.nav-pills .nav-link {
    background-color: transparent;
    color: #fff;
    border: 1px solid #6c757d;
    margin: 0 5px;
}

.nav-pills .nav-link.active {
    background-color: white !important;
    color: #EC3434 !important;
    border-color: white;
}

.address-box {
    background-color: #FAD2D2;
    padding: 20px;
    border-radius: 10px;
    color: black;
}

.form-control,
.form-select {
    background-color: transparent;
    color: white;
    border: 1px solid #ccc;
}

.form-control::placeholder {
    color: #ccc;
}

.btn-danger {
    background-color: #EC3434;
    border: none;
}

select.form-control,
select {
    background-color: #1e1e22;
    /* Dark background */
    color: #fff;
    /* White text */
    border: 1px solid #555;
    /* Optional border styling */
}

select option {
    background-color: #1e1e22;
    color: #fff;
}

input:focus,
textarea:focus,
select:focus {
    background-color: #fad2d2 !important;
    color: #000;
    /* Optional: set text to black for better readability */
    outline: none;
    /* Optional: remove default outline */
    border-color: #ec3434;
    /* Optional: add custom border color */
    box-shadow: none;
    /* Optional: remove any Bootstrap shadows */
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    transition: color 0.2s ease;
}

/* On focus, placeholder turns black */
input:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
    color: #000 !important;
}



.slider-controls .btn {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    border-radius: 50%;
}




.sticky-consult-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1055;
    /* Just above modal backdrop */
    background-color: #EC3434;
    font-weight: 500 !important;
    color: #ffffff !important;
    /* Optional: for contrast */
    padding: 10px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

