<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px !important;
    }
}

/* Responsive Adjustments */
@media (max-width: 992px) {


    .hero-subtitle {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .emergency-box {
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .contact-heading {
        font-size: 28px;
    }

    .contact-text {
        font-size: 16px;
    }
}

/* Responsive adjustments for headings */
@media (max-width: 768px) {


    .section-title {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }
}

/* Hide on mobile */
@media (max-width: 767px) {
    .horizontal-dotted-line {
        display: none;
    }

    .center-paragraph {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #000;
    }

    .project-step-icon {
        margin-left: 96px;
    }

    li.nav-item.d-flex.align-items-center.ms-lg-3 {
        display: none !important;
    }
}

/* Hero Section with Carousel Background */

@font-face {
    font-family: 'sora';
    src: url('./../font/Sora-VariableFont_wght.ttf');
}
h2{
    color: #041b34 !important;
}
.hero-section {
    position: relative;
    background-image: url('/assets/water-damage-restore.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    color: #fff;
    z-index: 1;
}

  #heroSlider{
    background: url('https://intensadry.com/wp-content/themes/astra-child/assets/hero-slider-bg1.webp') center /cover no-repeat;
    position: relative;
    transition: all 1s ease-in-out;
    z-index: 1;
  }
  #heroSlider::before{
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #041b34;
    opacity: .9;
    z-index: -1;
  }

#heroSlider {
    position: relative;
    background: center /cover no-repeat;
    transition: background-image 1s ease-in-out;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-top: 140px;
    padding-bottom: 120px;
}

#heroSlider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #041b34e6;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/iconn010.png');
    /* Replace with actual path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    /* content above overlay */
}

.hero-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: #fff;
}

.custom-call-btn {
    background-color: f1c40f;
    color: black;
    font-weight: bold;
    border: none;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    text-decoration: none;
}

a.btn.hero-btn.animate__animated.animate__fadeInUp.animate__delay-3s.custom-call-btn {
    background: #c4a437 !important;
    border: none;
    border-radius: 0px;
    padding: 10px 23px 10px 23px;
    font-size: 13px;
    font-weight: 700;
}

.custom-call-btn:hover {
    background-color: #f1c40f;
    color: black;
}

p.hero-para.animate__animated.animate__fadeInLeft.animate__delay-2s {
    color: #c4a437 !important;
    font-size: 14px;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.hero-title {
    font-weight: 700;
    line-height: 1.2;
	color:#fff;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.feature-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
}

.feature-list li {
    margin-bottom: 3px;
    position: relative;
    padding-left: 18px;
    font-size: 14px;
}

.feature-list li:before {
    content: "✓";
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.hero-btn {
    background-color: #ff6b00;
    border: none;
    padding: 12px 30px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.hero-btn:hover {
    background-color: #e05d00;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Emergency Service Box */
.emergency-box {
    background-color: #0d6efd;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    color: #333;
}

.emergency-title{
    font-size: clamp(18px, 2.5vw, 25px);
    line-height: 1.2;
    text-decoration: none;
    color: #000;
}

.emergency-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.emergency-subtitle {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

.emergency-phone {
    display: inline-block;
    background-color: #0056b3;
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s;
}

.emergency-phone:hover {
    background-color: #004494;
    color: white;
    transform: translateY(-3px);
}

:root {
    --primary-color: #f7bf23;
    --secondary-color: #333;
    --accent-color: #ff6b00;
}

*{
    font-family: Sora, sans-serif;
    box-sizing: border-box;
}

body {
    font-family: Sora, sans-serif;
    color: #333;
}

.navbar {
    background-color: white;
    padding: 15px 0;
}

.navbar-nav .nav-link {
    color: var(--secondary-color);
    font-weight: 500;
    margin: 0 0px;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.hero-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    position: relative;
}



.hero-subtitle {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.service-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    margin-bottom: 30px;
    border: 1px solid #8b8b8b57;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    border: 1px solid #8b8b8b57;
}

.service-card:hover h2{
    color: #004494;
}

.service-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.emergency-banner {
    background-color: #c6a534 !important;
    color: #000;
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

.feature-list {
    list-style-type: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 3px;
    position: relative;
    padding-left: 18px;
}

.feature-list li:before {
    content: "✓";
    color: #c4a437 !important;
    font-weight: bold;
    position: static;
    margin-right: 10px;
}

.project-step {
    text-align: center;
    padding: 20px;
}

.project-step-icon {
    background-color: #c4a437 !important;
    color: black;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 12px;
    font-size: 2rem;
    margin-bottom: 15px;
    margin-left: 102px;
}

/* Hover effect */
.project-step-icon:hover {
    background-color: #004494;
    /* On hover */
    color: white;
    /* Icon color on hover */
}
.project-step-icon:hover img {
    filter: invert(1)
}

.contact-info {
    margin-bottom: 20px;
}

.contact-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 10px;
}

.blog-card {
    border: none;
    margin-bottom: 30px;
}

.blog-card img {
    border-radius: 5px;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 10px 25px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #004494;
    border-color: #004494;
}

section.why.choose.py-5 {
    background: #fff !important;
}
section.why.choose.py-5{
	background: #fff !important;
}

.py-5 {
    background: #e0f3ff;
}

/* heading-colors.css */
/* Heading Color Styles for Intensa Dry Website */
/* Main heading styles */
.hero-title {
    color: #fff !important;
    /* Black for main hero title */
    font-weight: 700;
    font-size: clamp(24px, 5vw, 56px);
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Section title styles */
.section-title {
    color: #000;
    /* Dark blue for section titles */
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

h2.why-section-title {
    color: #ffc107;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}

h2.insurance-section-title {
    color: #ffc107;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}

h4.reason-section-title {
    color: #fff;
    /* Dark blue for section titles */
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

p.description {
    font-family: "Sora", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7em;
    letter-spacing: 0px;
    color: #000;
}

.readmore,
.readmore-s1 {
    /* background-color: #ffc107; */
    border: none;
    padding-top: 8px;
    padding-right: 30px;
    padding-bottom: 8px;
    padding-left: 30px;
    font-size: 16px;
    transition: all 0.3s ease;
	color: #fff;
	text-decoration: none;
}

.readmore{
    background-color: #c4a437 !important;
}

.readmore a{
    color: #000;
}

.readmore a,
.readmore-s1 a {
    /* color: black; */
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
}


/* Hover Styles */
.readmore:hover {
    background-color: #0056b3;
    transform: translateY(-6px);
}

.readmore:hover a {
    color: white;
}

.readmore-s1{
    background-color: #0056b3;
}

.readmore-s1 a{
    color: white;
}

.readmore-s1:hover{
	color: #000;
    background-color: #c4a437 !important;
    transform: translateY(-6px);
}

.readmore-s1:hover a{
    color: #000;
}

/* Subheading styles */
.hero-subtitle {
    color: #fff;
    /* Dark blue for subtitles */
    font-size: 1.5rem;
    margin-bottom: 30px;
}

/* Service card heading styles */
.service-card h3 {
    color: #333333;
    /* Dark gray for service card titles */
    font-weight: 600;
    margin-bottom: 15px;
}

/* Why Choose Us section heading styles */
#why-choose-us h2 {
    color: #0056b3;
    /* Dark blue for section title */
    text-align: center;
    margin-bottom: 40px;
}

#why-choose-us h3 {
    color: #333333;
    /* Dark gray for feature titles */
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Insurance section heading styles */
.insurance-section h2 {
    color: #0056b3;
    /* Dark blue */
    margin-bottom: 20px;
}

.insurance-section h4 {
    color: #333333;
    /* Dark gray */
    margin-bottom: 15px;
}

/* Recent projects heading styles */
.project-step h4 {
    color: #333333;
    /* Dark gray */
    font-weight: 600;
}

/* contact-section styles */
.contact-section {
    padding: 60px 0;
}

.contact-title {
    color: #f4a300;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.contact-heading {
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0 20px;
}

.contact-description {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.icon-box {
    background-color: #c4a437 !important;
    color: #000;
    font-size: 20px;
    padding: 7px;
    min-width: 50px;
    text-align: center;
}

.icon-box:hover {
    background-color: #0056b3;
    color: white;
}

.contact-label {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #0071ce;
    margin-bottom: 2px;
}

.contact-text {
    font-size: 18px;
    font-weight: bold;
    color: #001033;
}

.service-card {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    max-width: 500px;
    overflow: hidden;
    text-align: center;
    /* Added to center all text content */
}

.service-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 3px;
}

h2 {
    margin-top: 0;
    color: #333;
    font-size: 1.5em;
}

p {
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.learn-more {
    display: inline-block;
    background-color: #c4a437 !important;
    color: #000;
    text-decoration: none;
    padding: 16px 38px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 0.9em;
}

.learn-more:hover {
    background-color: #0066b3;
}

.activate-windows {
    color: #888;
    font-size: 0.9em;
    margin-top: 30px;
}

.service-card {
    transition: all 0.3s ease;
    /* Smooth hover transition */
}

.service-card:hover {
    background-color: #e0f3ff;
    border-bottom: 3px solid #0d6efd;
    /* You can change thickness if needed */
}

/* Gallerystyles */
.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.center-paragraph {
    width: 50%;
    margin: 0 auto;
    /* This centers the block */
    text-align: center;
    color: #000;
}

h2.gallery-section-title {
    font-size: 12px;
    color: #ffc107;
    text-align: center;
    font-weight: 700;
}

/* testimonial-section style */
.testimonial-card {
    background: linear-gradient(145deg, #2a8ef3, #005fda);
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
    height: 100%;
    text-align: center;
    margin: 8px;
    height: 100%;
}

.testimonial-card i.quote-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    opacity: 0.6;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 10px;
    object-fit: cover;
}

.testimonial-rating {
    color: gold;
    margin: 10px 0;
}

.testimonial-name {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial-source {
    font-size: 14px;
    color: #e0e0e0;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #f2f2f2;
}

.testimonial-section-title {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.section-subtitle {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 15px;
    color: #e6e6e6;
}

.section-tag {
    font-size: 12px;
    letter-spacing: 1px;
    color: #c4a437 !important;
    text-transform: uppercase;
    font-weight: bold;
}

/* contact-form-section style */

.contact-container {
    background: #0E44806B;
    border-style: solid;
    border-width: 7px 0 0;
    border-color: #ffa400;
    box-shadow: 0px 0px 10px 0px #000;
    margin: 0 0 0 0% !important;
    --e-column-margin-right: 0%;
    --e-column-margin-left: 10%;
    padding: 4% 0 5%;
    padding: 30px;
    width: 100%;
   
}

h1 {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row .form-group {
    flex: 1;
    margin-bottom: 0;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

textarea {
    height: 120px;
    resize: vertical;
}

.error-message {
    color: #d9534f;
    font-size: 14px;
    margin-top: 5px;
}

.submit-btn {
    background-color: #0072ee;
    color: #ffa400;
    border-color: #ffa400;
    padding: 8px 3px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #45a049;
}

.brand-name {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    color: #333;
    font-size: 18px;
}

a.d-block.btn.btn-yellow {
    background: #C4A437 !important;
}

.btn-primary-light:hover{
	background: #C4A437 !important;
}

@media (max-width: 480px) {
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}</pre></body></html>