
/********** Template CSS **********/
:root {
    --primary: #977653;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #272630;
}
.btn {
    font-weight: 700;
    transition: .5s;
}
.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}
.btn.btn-secondary {
    color: #FFFFFF;
}
.btn-square {
    width: 36px;
    height: 36px;
}
.btn-sm-square {
    width: 28px;
    height: 28px;
}
.btn-lg-square {
    width: 46px;
    height: 46px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 35px 0;
    font-size: 18px;
    color: #000000;
    outline: none;
    transition: .5s;
}
.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #000000;
}
@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }
    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}
@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}
.bg-hero {
    background: url(../img/hero.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }
}
.about-start,
.about-end {
    background: url(../img/about-bg.jpg) center center no-repeat;
    background-size: contain;
}
@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }
    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}
.service-item,
.contact-item {
    background: url(../img/service.jpg) top center no-repeat;
    background-size: cover;
    transition: .5s;
}
.service-item:hover,
.contact-item:hover {
    background: url(../img/service.jpg) bottom center no-repeat;
    background-size: cover;
}
.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
}
.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}
.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}
.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}
.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}
.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}
.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}
@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}
.team-item {
    position: relative;
    margin-bottom: 45px;
}
.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/team.jpg) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}
.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}
.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}
.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}
.bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}
.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}
.bg-call-to-action {
    background: url(../img/call-to-action.jpg) top right no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-footer {
    background: url(../img/footer.jpg) center center no-repeat;
    background-size: contain;
}
@media (max-width: 991.98px) {
    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}
/* Core service section styles */
#home-services {
    background-color: #ffff;
  }
  .service-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease-in-out;
  }
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  .service-icon i {
    color: #977653; /* Bootstrap primary */
  }
  .section-title h1 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #333;
    margin-top: 50px;
  }
  .section-title p {
    color: #666;
    font-size: 1.125rem;
  }
  .btn-primary {
    background-color: #977653;
    color: #fff;
    border: none;
  }
  .btn-primary:hover {
    background-color: #000000;
    color: #ffff;
  }
  /* Reduce overall card height */
.service-item {
    max-height: 420px;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  /* Adjust image height */
  .service-item img {
    height: 250px;
    object-fit: cover;
    width: 100%;
  }
  /* Shift the content slightly upward */
  .service-text {
    position: relative;
    top: -20px;
    background: #f5f5f5;
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    margin-top: -30px;
    border-radius: 8px;
    z-index: 1;
  }
  /* Typography tweaks */
  .service-text h5 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .service-text p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1rem;
  }
  /* Optional: add hover effect */
  .service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  }
  .blog-item{
    padding: 15px;
  }
  .blog-item a{
    font-size: 20px;
    padding-top: 10px;
  }
  .blog-item a:hover{
    font-size: 20px;
    padding-top: 10px;
    color: #000000;
  }




  /* =========================================
   DREAM HOMELY SCAPE - NAVBAR
========================================= */
.dream-navbar {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E8E1D5;
    min-height: 90px;
    transition: all 0.3s ease;
}
/* Logo */
.dream-logo img {
    width: 250px;
    height: auto;
    display: block;
}
/* Navigation Links */
.dream-navbar .navbar-nav .nav-link {
    color: #102B4E !important;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 16px !important;
    transition: all 0.3s ease;
    position: relative;
}
/* Hover */
.dream-navbar .navbar-nav .nav-link:hover {
    color: #C99A4A !important;
}
/* Active */
.dream-navbar .navbar-nav .nav-link.active {
    color: #C99A4A !important;
}
/* Gold line */
.dream-navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 3px;
    height: 2px;
    background-color: #C99A4A;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}
.dream-navbar .navbar-nav .nav-link:hover::after,
.dream-navbar .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}
/* =========================================
   DROPDOWN
========================================= */
.dream-dropdown {
    background-color: #FFFFFF;
    border: 1px solid #E8E1D5;
    border-top: 3px solid #C99A4A;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 8px 25px rgba(16, 43, 78, 0.12);
    padding: 8px 0;
}
/* Dropdown Items */
.dream-dropdown .dropdown-item {
    color: #102B4E;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.25s ease;
}
/* Dropdown Hover */
.dream-dropdown .dropdown-item:hover {
    background-color: #F8F4EC;
    color: #C99A4A;
}
/* =========================================
   DROPDOWN ARROW
========================================= */
.dream-navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border-top-color: #102B4E;
}
.dream-navbar .dropdown-toggle:hover::after {
    border-top-color: #C99A4A;
}
/* =========================================
   MOBILE TOGGLER
========================================= */
.dream-navbar .navbar-toggler {
    border: 1px solid #102B4E;
    padding: 7px 10px;
    border-radius: 4px;
}
.dream-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(201, 154, 74, 0.25);
}
/* =========================================
   TABLET / MOBILE
========================================= */
@media (max-width: 991px) {
    .dream-navbar {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .dream-logo img {
        width: 220px;
    }
    .dream-navbar .navbar-nav {
        padding-top: 15px;
        padding-right: 0 !important;
    }
    .dream-navbar .navbar-nav .nav-link {
        padding: 10px 0 !important;
    }
    .dream-navbar .navbar-nav .nav-link::after {
        left: 0;
        right: auto;
        width: 35px;
    }
    .dream-dropdown {
        border-top: 2px solid #C99A4A;
        box-shadow: none;
    }
}
/* =========================================
   SMALL MOBILE
========================================= */
@media (max-width: 576px) {
    .dream-navbar {
        min-height: 75px;
    }
    .dream-logo img {
        width: 190px;
    }
}


/* =========================================
   DREAM HOMELY SCAPE - HERO
========================================= */

.dream-hero {
    position: relative;
    width: 100%;
    height: 720px;
    overflow: hidden;
    background-color: #102B4E;
}


/* Hero Image */

.dream-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* Subtle Overlay */

.dream-hero::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(16, 43, 78, 0.12),
        rgba(16, 43, 78, 0.02)
    );

    pointer-events: none;
}


/* =========================================
   HERO CONTENT
========================================= */

.dream-hero-content {
    position: absolute;

    /* Move box to LEFT side */
    left: 5%;
    right: auto;

    /* Position it below DREAM HOMELY */
    top: 155px;
    bottom: auto;

    width: 420px;

    padding: 32px 36px;

    background-color: rgba(16, 43, 78, 0.96);

    border-left: 5px solid #C99A4A;

    color: #ffffff;

    z-index: 2;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);
}


/* Small Label */

.dream-hero-label {
    display: block;

    color: #C99A4A;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 15px;
}


/* Heading */

.dream-hero-content h2 {
    color: #ffffff;

    font-size: 34px;

    line-height: 1.25;

    font-weight: 700;

    margin: 0 0 18px;
}


/* Description */

.dream-hero-content p {
    color: #ffffff;

    font-size: 16px;

    line-height: 1.7;

    margin: 0 0 25px;
}


/* =========================================
   HERO BUTTON
========================================= */

.dream-hero-btn {
    display: inline-block;

    background-color: #C99A4A;

    color: #102B4E;

    padding: 13px 24px;

    font-size: 15px;

    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}


.dream-hero-btn:hover {
    background-color: #102B4E;

    color: #ffffff;

    border: 1px solid #C99A4A;
}


/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 991px) {

    .dream-hero {
        height: 600px;
    }

    .dream-hero-content {
        right: 5%;

        bottom: 30px;

        width: 420px;

        padding: 30px;
    }

    .dream-hero-content h2 {
        font-size: 30px;
    }
}


/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 767px) {

    .dream-hero {
        height: auto;
    }

    .dream-hero-image {
        height: 500px;

        object-fit: cover;
    }

    .dream-hero-content {
        position: relative;

        right: auto;
        bottom: auto;

        width: 100%;

        padding: 30px 25px;

        border-left: none;

        border-top: 5px solid #C99A4A;
    }

    .dream-hero-content h2 {
        font-size: 28px;
    }

    .dream-hero-content p {
        font-size: 15px;
    }

    .dream-hero-btn {
        width: 100%;

        text-align: center;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .dream-hero-image {
        height: 430px;
    }

    .dream-hero-content {
        padding: 25px 20px;
    }

    .dream-hero-content h2 {
        font-size: 25px;
    }

    .dream-hero-content p {
        font-size: 14px;
    }
}



<!-- Dream Homely Scape About Styling --
/* =========================================
   ABOUT SECTION
========================================= */
.dream-about-section {
    background-color: #F8F6F1;
}
/* =========================================
   IMAGE
========================================= */
.dream-about-image {
    width: 100%;
    height: 560px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(16, 43, 78, 0.12);
}
.dream-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.dream-about-image:hover img {
    transform: scale(1.03);
}
/* =========================================
   CONTENT
========================================= */
.dream-about-content {
    padding-left: 25px;
}
/* =========================================
   SMALL LABEL
========================================= */
.dream-about-label {
    display: inline-block;
    color: #C99A4A;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
/* Gold decorative line */
.dream-about-label::after {
    content: "";
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #C99A4A;
    margin-left: 12px;
    vertical-align: middle;
}
/* =========================================
   HEADING
========================================= */
.dream-about-heading {
    color: #102B4E;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}
/* =========================================
   PARAGRAPH
========================================= */
.dream-about-text {
    color: #536273;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    text-align: justify;
}
/* =========================================
   BUTTON
========================================= */
.dream-about-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 12px 28px;
    background-color: #102B4E;
    border: 2px solid #102B4E;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.dream-about-btn:hover {
    background-color: #C99A4A;
    border-color: #C99A4A;
    color: #102B4E;
}
/* =========================================
   TABLET
========================================= */
@media (max-width: 991px) {
    .dream-about-image {
        height: 480px;
    }
    .dream-about-content {
        padding-left: 0;
    }
    .dream-about-heading {
        font-size: 38px;
    }
}
/* =========================================
   MOBILE
========================================= */
@media (max-width: 767px) {
    .dream-about-section {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
    .dream-about-image {
        height: 400px;
    }
    .dream-about-heading {
        font-size: 32px;
    }
    .dream-about-text {
        font-size: 15px;
        text-align: left;
    }
}





<!-- Dream Homely Scape Services Styling --
/* =========================================
   SERVICES SECTION
========================================= */
.dream-services-section {
    background-color: #F8F6F1;
}
/* =========================================
   SECTION HEADING
========================================= */
.dream-services-heading {
    border-left: 4px solid #C99A4A;
    padding-left: 20px;
}
/* =========================================
   LABEL
========================================= */
.dream-services-label {
    display: inline-block;
    color: #C99A4A;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
/* =========================================
   MAIN HEADING
========================================= */
.dream-services-title {
    color: #102B4E;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
/* =========================================
   INTRO TEXT
========================================= */
.dream-services-intro {
    color: #536273;
    font-size: 16px;
    line-height: 1.7;
    max-width: 720px;
    margin-bottom: 0;
}
/* =========================================
   SERVICE CARD
========================================= */
.dream-service-card {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(16, 43, 78, 0.08);
    transition: all 0.35s ease;
}
.dream-service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(16, 43, 78, 0.15);
}
/* =========================================
   SERVICE IMAGE
========================================= */
.dream-service-image {
    width: 100%;
    height: 235px;
    overflow: hidden;
}
.dream-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.dream-service-card:hover .dream-service-image img {
    transform: scale(1.04);
}
/* =========================================
   SERVICE CONTENT
========================================= */
.dream-service-content {
    text-align: center;
    padding: 25px 20px 28px;
    background-color: #ffffff;
}
/* =========================================
   SERVICE TITLE
========================================= */
.dream-service-content h5 {
    color: #102B4E;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
/* =========================================
   SERVICE DESCRIPTION
========================================= */
.dream-service-content p {
    color: #536273;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
}
/* =========================================
   READ MORE
========================================= */
.dream-service-content a {
    color: #C99A4A;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.dream-service-content a i {
    transition: transform 0.3s ease;
}
.dream-service-content a:hover {
    color: #102B4E;
}
.dream-service-content a:hover i {
    transform: translateX(5px);
}
/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 991px) {
    .dream-services-title {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .dream-services-heading {
        padding-left: 15px;
    }
    .dream-services-title {
        font-size: 32px;
    }
    .dream-services-intro {
        font-size: 15px;
    }
    .dream-service-image {
        height: 220px;
    }
}





<!-- Dream Homely Scape FAQ Styling --
/* =========================================
   FAQ SECTION
========================================= */
.dream-faq-section {
    background-color: #F8F6F1;
}
/* =========================================
   FAQ HEADING
========================================= */
.dream-faq-heading {
    max-width: 700px;
}
.dream-faq-label {
    display: inline-block;
    color: #C99A4A;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.dream-faq-heading h1 {
    color: #102B4E;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
/* =========================================
   GOLD UNDERLINE
========================================= */
.dream-faq-line {
    width: 70px;
    height: 3px;
    background-color: #C99A4A;
    margin: 0 auto;
}
/* =========================================
   ACCORDION
========================================= */
.dream-faq-accordion {
    max-width: 1100px;
    margin: 0 auto;
}
.dream-faq-accordion .accordion-item {
    border: 1px solid #E3DED4;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
}
/* =========================================
   QUESTION
========================================= */
.dream-faq-accordion .accordion-button {
    color: #102B4E;
    background-color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding: 20px 24px;
    box-shadow: none;
}
/* Question Hover */
.dream-faq-accordion .accordion-button:hover {
    color: #C99A4A;
}
/* =========================================
   ACTIVE QUESTION
========================================= */
.dream-faq-accordion .accordion-button:not(.collapsed) {
    color: #102B4E;
    background-color: #FBF8F0;
    box-shadow: none;
}
/* =========================================
   ACCORDION ARROW
========================================= */
.dream-faq-accordion .accordion-button::after {
    background-size: 14px;
}
.dream-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: sepia(1)
            saturate(5)
            hue-rotate(350deg);
}
/* =========================================
   ANSWER
========================================= */
.dream-faq-accordion .accordion-body {
    color: #536273;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
    padding: 20px 24px 24px;
    border-top: 1px solid #E3DED4;
}
/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 767px) {
    .dream-faq-heading h1 {
        font-size: 32px;
    }
    .dream-faq-accordion .accordion-button {
        font-size: 15px;
        padding: 17px 18px;
    }
    .dream-faq-accordion .accordion-body {
        font-size: 14px;
        padding: 18px;
    }
}
/* =========================================
   TESTIMONIAL SECTION
========================================= */
.dream-testimonial-section {
    background-color: #F7F4EE !important;
    width: 100%;
    position: relative;
    overflow: hidden;
}
/* =========================================
   LABEL
========================================= */
.dream-testimonial-label {
    display: inline-block;
    color: #C99A4A !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
/* =========================================
   HEADING
========================================= */
.dream-testimonial-heading {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #102B4E !important;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
}
/* =========================================
   GOLD LINE
========================================= */
.dream-testimonial-line {
    width: 70px;
    height: 3px;
    background-color: #C99A4A !important;
    margin: 0 auto;
}
/* =========================================
   CAROUSEL
========================================= */
.dream-testimonial-carousel {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
}
/* Important:
   Prevent Owl Carousel from hiding
   the content before initialization
*/
.dream-testimonial-carousel .owl-stage-outer {
    overflow: hidden;
}
.dream-testimonial-carousel .owl-item {
    display: block;
}
/* =========================================
   TESTIMONIAL CARD
========================================= */
.dream-testimonial-item {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: #ffffff !important;
    max-width: 850px;
    margin: 0 auto;
    padding: 45px 50px;
    text-align: center;
    border: 1px solid #E3DED4;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(16, 43, 78, 0.10);
}
/* =========================================
   QUOTE ICON
========================================= */
.dream-quote {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    background-color: #C99A4A !important;
    border-radius: 50%;
}
.dream-quote i {
    color: #ffffff !important;
    font-size: 20px;
}
/* =========================================
   TESTIMONIAL TEXT
========================================= */
.dream-testimonial-text {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #536273 !important;
    font-size: 18px;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto 30px;
}
/* =========================================
   CLIENT
========================================= */
.dream-client {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
/* =========================================
   CLIENT IMAGE
========================================= */
.dream-client img {
    display: block !important;
    width: 65px !important;
    height: 65px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #C99A4A;
}
/* =========================================
   CLIENT DETAILS
========================================= */
.dream-client-info {
    text-align: left;
}
.dream-client-info h4 {
    color: #102B4E !important;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
}
.dream-client-info span {
    color: #C99A4A !important;
    font-size: 13px;
    font-weight: 600;
}
/* =========================================
   OWL NAVIGATION
========================================= */
.dream-testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}
.dream-testimonial-carousel .owl-nav button {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    background-color: #102B4E !important;
    color: #ffffff !important;
    font-size: 18px !important;
    transition: 0.3s ease;
}
.dream-testimonial-carousel .owl-nav button:hover {
    background-color: #C99A4A !important;
    color: #ffffff !important;
}
/* =========================================
   OWL DOTS
========================================= */
.dream-testimonial-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.dream-testimonial-carousel .owl-dot span {
    background-color: #CFC8BC !important;
}
.dream-testimonial-carousel .owl-dot.active span {
    background-color: #C99A4A !important;
}
/* =========================================
   MOBILE
========================================= */
@media (max-width: 767px) {
    .dream-testimonial-section {
        padding: 50px 15px !important;
    }
    .dream-testimonial-heading {
        font-size: 32px;
    }
    .dream-testimonial-item {
        padding: 35px 20px;
    }
    .dream-testimonial-text {
        font-size: 16px;
    }
    .dream-client img {
        width: 55px !important;
        height: 55px !important;
    }
}




<!-- Dream Homely Scape Blog Styling --
/* =========================================
   BLOG SECTION
========================================= */
.dream-blog-section {
    background-color: #F7F4EE;
}
/* =========================================
   SECTION HEADING
========================================= */
.dream-blog-heading {
    max-width: 750px;
}
.dream-blog-label {
    display: inline-block;
    color: #C99A4A;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.dream-blog-heading h1 {
    color: #102B4E !important;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
.dream-blog-line {
    width: 70px;
    height: 3px;
    background-color: #C99A4A;
    margin: 0 auto 20px;
}
.dream-blog-heading p {
    color: #536273;
    font-size: 16px;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto;
}
/* =========================================
   BLOG CARD
========================================= */
.dream-blog-card {
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #E3DED4;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(16, 43, 78, 0.08);
    transition: all 0.35s ease;
}
.dream-blog-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(16, 43, 78, 0.15);
}
/* =========================================
   BLOG IMAGE
========================================= */
.dream-blog-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.dream-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.dream-blog-card:hover
.dream-blog-image img {
    transform: scale(1.05);
}
/* =========================================
   BLOG CONTENT
========================================= */
.dream-blog-content {
    padding: 28px 25px 30px;
}
/* =========================================
   BLOG CATEGORY
========================================= */
.dream-blog-category {
    display: inline-block;
    color: #C99A4A;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
/* =========================================
   BLOG TITLE
========================================= */
.dream-blog-content h3 {
    margin-bottom: 12px;
    line-height: 1.35;
}
.dream-blog-content h3 a {
    color: #102B4E !important;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}
.dream-blog-content h3 a:hover {
    color: #C99A4A !important;
}
/* =========================================
   BLOG DESCRIPTION
========================================= */
.dream-blog-content p {
    color: #536273;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}
/* =========================================
   READ ARTICLE
========================================= */
.dream-blog-readmore {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #102B4E !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}
.dream-blog-readmore i {
    font-size: 12px;
    transition: transform 0.3s ease;
}
.dream-blog-readmore:hover {
    color: #C99A4A !important;
}
.dream-blog-readmore:hover i {
    transform: translateX(5px);
}
/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 991px) {
    .dream-blog-heading h1 {
        font-size: 36px;
    }
}
@media (max-width: 576px) {
    .dream-blog-section {
        padding: 50px 15px !important;
    }
    .dream-blog-heading h1 {
        font-size: 30px;
    }
    .dream-blog-heading p {
        font-size: 15px;
    }
    .dream-blog-image {
        height: 220px;
    }
    .dream-blog-content {
        padding: 23px 20px 25px;
    }
    .dream-blog-content h3 a {
        font-size: 20px;
    }
}




/* =====================================================
   DREAM HOMELY SCAPE FOOTER
===================================================== */
#dream-footer {
    width: 100%;
    margin: 0;
    padding: 0;
}
/* =====================================================
   MAIN FOOTER
===================================================== */
#dream-footer .dream-footer-main {
    background-color: #102B4E !important;
    padding: 65px 0 60px 0;
}
/* =====================================================
   FOOTER HEADINGS
===================================================== */
#dream-footer .dream-footer-column h4 {
    color: #C99A4A !important;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
/* =====================================================
   GOLD LINE
===================================================== */
#dream-footer .dream-footer-line {
    width: 55px;
    height: 2px;
    background-color: #C99A4A !important;
    margin-bottom: 28px;
}
/* =====================================================
   CONTACT TEXT
===================================================== */
#dream-footer .dream-footer-column p {
    color: #F4F6F8 !important;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}
/* =====================================================
   CONTACT ICONS
===================================================== */
#dream-footer .dream-footer-column p i {
    color: #C99A4A !important;
    width: 22px;
    margin-right: 8px;
}
/* =====================================================
   FOOTER LINKS
===================================================== */
#dream-footer .dream-footer-links {
    display: flex;
    flex-direction: column;
}
#dream-footer .dream-footer-links a {
    color: #F4F6F8 !important;
    font-size: 15px;
    text-decoration: none !important;
    margin-bottom: 16px;
    transition: 0.3s ease;
}
#dream-footer .dream-footer-links a i {
    color: #C99A4A !important;
    margin-right: 10px;
}
#dream-footer .dream-footer-links a:hover {
    color: #C99A4A !important;
}
/* =====================================================
   NEWSLETTER
===================================================== */
#dream-footer .dream-newsletter-text {
    color: #F4F6F8 !important;
    max-width: 280px;
    margin-bottom: 25px;
}
/* =====================================================
   SUBSCRIBE BUTTON
===================================================== */
#dream-footer .dream-subscribe-btn {
    display: inline-block;
    background-color: #C99A4A !important;
    color: #102B4E !important;
    padding: 11px 22px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: 0.3s ease;
}
#dream-footer .dream-subscribe-btn:hover {
    background-color: #DDB66A !important;
    color: #102B4E !important;
}
/* =====================================================
   COPYRIGHT
===================================================== */
#dream-footer .dream-footer-bottom {
    background-color: #F7F4EE !important;
    border-top: 2px solid #C99A4A;
    padding: 20px 0;
}
#dream-footer .dream-footer-bottom p {
    color: #102B4E !important;
    font-size: 14px;
    margin: 0;
}
/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 767px) {
    #dream-footer .dream-footer-main {
        padding: 50px 20px;
        text-align: center;
    }
    #dream-footer .dream-footer-line {
        margin-left: auto;
        margin-right: auto;
    }
    #dream-footer .dream-newsletter-text {
        margin-left: auto;
        margin-right: auto;
    }
    #dream-footer .dream-footer-links {
        align-items: center;
    }
}



