﻿@font-face {
    font-family: 'montserrat-regular';
    src: url('../fonts/montserrat-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'baskervville-bold';
    src: url('../fonts/baskervville-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/montserrat-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'baskervville-medium';
    src: url('../fonts/baskervville-medium.ttf') format('truetype');
}

.section-title-new {
    margin-bottom: 40px;
}
.cdhl-infobox.style-2 {
    display: flex;
    gap: 25px;
}
    .cdhl-infobox.style-2 .infobox-icon {
        margin-bottom: 0;
    }
    .cdhl-infobox.style-2 .icon-type-default {
        margin-right: 5px;
    }
.cdhl-infobox h5.infobox-title {
    font-size: 22px;
    line-height: 32px;
}
.cdhl-infobox .infobox-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: var(--cd-secondary-color);
    margin-bottom: 15px;
}
.cdhl-infobox .infobox-description {
    color: var(--cd-tertiary-color);
}
.section-title-new .sub-title {
    font-size: 17px;
    line-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #a16157;
    font-weight: 500;
    margin-bottom: 10px;
}
    .section-title-new .sub-title label {
        width: 70px;
        height: 2px;
        margin: 0;
        margin-top: 2px;
        border-top: 2px solid #a16157;
    }
.main-title {
    font-weight: bold;
    color: #a16157;
    line-height: normal;
}
.best-solution-right p{
    font-size:17px;
}
.best-solution-img img {
    border-radius:10px;
}

.why-choose-services_section {
    background-color: #c9af92;
    position: relative;
}
.ppride{
    font-size:16px;
}

.testimonial-swiper {
    padding: 60px 0 0 0;
}

.testimonial-card {
    perspective: 1000px;
}

.testimonial-inner {
    background: #edeae1;
    border-radius: 20px;
    padding: 25px 20px 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.testimonial-card:hover .testimonial-inner {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.testimonial-img-wrapper {
    width: 90px;
    height: 90px;
    margin: -60px auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #a16157;
    background: #fff;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.testimonial-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #a16157;
    transition: color 0.3s;
}

.testimonial-desc {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
    opacity: 0.95;
}

.testimonial-stars span {
    color: #f1c40f;
    font-size: 1.1rem;
    margin: 0 2px;
    animation: starPop 1s ease infinite alternate;
}

    .testimonial-stars span:nth-child(2) {
        animation-delay: 0.1s;
    }

    .testimonial-stars span:nth-child(3) {
        animation-delay: 0.2s;
    }

    .testimonial-stars span:nth-child(4) {
        animation-delay: 0.3s;
    }

    .testimonial-stars span:nth-child(5) {
        animation-delay: 0.4s;
    }

@keyframes starPop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.swiper-pagination-bullet {
    background: #6c5ce7;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 767px) {
    .testimonial-inner {
        padding: 20px 15px;
    }
}

.sectiondiv {
    background: #edeae1;
}

/* CONTENT */



    .content h1 {
        font-size: clamp(2rem, 4vw, 3.5rem);
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 1px;
        margin-bottom: 36px;
        color: #a16157;
        font-style:italic;
    }

    .content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
        color: #a16157;
        font-weight:bold;
        font-style: italic;
    }

.content button {
  background: #eaeaea;
  color: #202134;
  font-size: clamp(0.9rem, 4vw, 1rem);
  font-weight: 600;
  border: 0;
  outline: 0;
  padding: 8px 14px;
  border-radius: 7px;
  transform: scale(1);
  transition: all 0.4s ease-in;
  cursor: pointer;
}

.content button:is(:hover, :focus) {
  transform: scale(0.98);
  background-color: #6f7aa6;
  color: #eaeaea;
}

/* SLIDER */

.swiper {
  position: relative;
  width: 100%;
  height: 490px;
}

.swiper-slide {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  user-select: none;
  border-radius: 20px;
}
.sectionAuto{
    margin:auto!important;
}
.cost {
    position: absolute;
    top: 8px;
    right: 6px;
    background: #c9af92;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 6px 10px;
    color: #fff;
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 600;
}

.dark-text {
  color: #202134;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  border-radius: 20px;
}

/*.overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    background: #c9af92;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}*/

    .overlay h1 {
        font-size: clamp(1.2rem, 4vw, 1.5rem);
        font-weight: 600;
        color: #f4f4f4;
        font-style:italic;
    }

    .overlay p {
        font-size: clamp(0.8rem, 4vw, 0.9rem);
        font-weight: 300;
        line-height: 1.3;
        color: #f4f4f4;
        font-weight: bold;
        font-style: italic;
    }

.ratings {
  display: flex;
  column-gap: 10px;
  margin-top: -6px;
}

.ratings span {
  font-size: clamp(0.8rem, 4vw, 0.9rem);
  font-weight: 300;
}

.star {
  color: #afe312;
}

.logo {
  position: fixed;
  right: -20px;
  bottom: -30px;
  z-index: 10;
}
.imgresp{
    height:600px;
    object-fit:cover;
    object-position:center;
}


@media (max-width: 890px) {
    .logo {
  right: -10px;
  bottom: -20px;
}
  
 .logo img {
  width: 80px;
  }
}

@media (max-width: 1050px) {
  .swiper {
    width: 350px;
    height: 450px;
  }
    .imgresp{
        width:100%!important;
    }
    .best-solution-left{
        margin-bottom:20px;
    }
}

@media (max-width: 930px) {


  .swiper {
    grid-area: slider;
  }

  .content {
    grid-area: content;
    text-align: center;
  }

  .content h1 {
    margin-bottom: 20px;
  }
    .service-section h2 {
        line-height: 60px;
    }
}

@media (max-width: 470px) {

    .overlay{
        height:170px!important;
    }
    .swiper {
        width: 100%;
        height: 500px;
    }
    .service-section h2 {
        font-size: 1.5rem !important;
    }
    .imgresp {
        height: 300px!important;
        object-fit: cover;
        object-position: center;
    }
}


.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    .site-heading h2 span {
        color: #ff5a6e;
    }

.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

    .site-heading h4::before {
        background: #ff5a6e none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        width: 50px;
    }

.site-heading h2 span {
    color: #ff5a6e;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.team-area .single-item {
    margin-bottom: 30px;
}

.team-area .item .thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

    /*.team-area .item .thumb::after {
        background: #2d2d2d none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        width: 100%;
    }*/

.team-area .team-items .item:hover .thumb::after {
    opacity: 0.8;
}

.team-area .item .thumb .overlay {
    top: -100%;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: 1;
}

.team-area .item:hover .thumb .overlay {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.team-area .item .thumb .overlay p {
    color: #f4f4f4;
}

.team-area .item .thumb .overlay h4 {
    color: #f4f4f4;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size:20px;
}

.team-area .item .thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
    opacity: 1;
}

.team-area .item .thumb .social li {
    display: inline-block;
}

    .team-area .item .thumb .social li a {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        margin: 0 2px;
        text-align: center;
        width: 40px;
    }

.team-area .info {
    background: white;
    padding: 10px 0 10px;
    position: relative;
    text-align: left;
    z-index: 9;
}

    .team-area .info .message {
        height: 50px;
        line-height: 40px;
        margin-left: -25px;
        margin-top: -25px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 50px;
    }

        .team-area .info .message a {
            background: #edeae1 none repeat scroll 0 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-box-shadow: 0 0 10px #cccccc;
            -webkit-box-shadow: 0 0 10px #cccccc;
            -o-box-shadow: 0 0 10px #cccccc;
            box-shadow: 0 0 10px #cccccc;
            box-sizing: border-box;
            color: #a16157;
            display: inline-block;
            font-size: 20px;
            height: 50px;
            line-height: 50px;
            width: 50px;
        }

            .team-area .info .message a i {
                font-weight: 500;
            }

    .team-area .info h4 {
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: capitalize;
        color: black !important;
    }

    .team-area .info span {
        color: #a5a5a5;
        font-family: montserrat-regular;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
    }
    .team-area .info p {
        font-size: 12px;
    }

    .team-area .social li.twitter a {
        background-color: #00b6f1;
    }

.team-area .social li.pinterest a {
    background-color: #bd081c;
}

.team-area .social li.facebook a {
    background-color: #3b5998;
}

.team-area .social li.google-plus a {
    background-color: #df4a32;
}

.team-area .social li.vimeo a {
    background-color: #1ab7ea;
}

.team-area .social li.instagram a {
    background-color: #cd486b;
}
.imageteam{
    height:280px;
    object-fit:cover;width:100%;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}

.imageteam {
    filter: grayscale(100%); /* makes image black and white */
    transition: filter 0.3s ease; /* smooth transition */
}

.item:hover .imageteam {
    filter: grayscale(100%); /* optional: color on hover */
}

.team-area{
    background:white;
}

.service-section {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    margin-bottom: 0 !important;
}

    .service-section .content {
        position: relative;
        z-index: 2;
        max-width: 90%;
        padding: 60px 2rem 2rem 2rem;
        text-align: left;
    }
    .service-section h2 {
        font-size: 3rem;
        margin-bottom: 1rem;
        color: #edeae1;
    }
    .service-section p {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
        color: #edeae1!important;
    }

    .service-section .overlay-dark {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
    }

.divsectionabout {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.imagelatest {
    transition: transform 0.4s ease;
}
.readmore-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    color: #edeae1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1rem;
}

.image-container:hover .readmore-overlay {
    opacity: 1;
}
.imagelatest {
    height: 280px;
    object-fit: cover;
}
.readmore-overlay span {
    background: transparent;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid #edeae1;
    backdrop-filter: blur(4px);
}

    .readmore-overlay span:hover {
        background: #a16157;
        color: #edeae1;
        border-color: #a16157;
    }




    .gallery-block.grid-gallery .heading {
        margin-bottom: 50px;
        text-align: center;
    }

        .gallery-block.grid-gallery .heading h2 {
            font-weight: bold;
            font-size: 1.4rem;
            text-transform: uppercase;
        }

    .gallery-block.grid-gallery a:hover {
        opacity: 0.8;
    }

    .gallery-block.grid-gallery .item img {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
        transition: 0.4s;
    }

    .gallery-block.grid-gallery .item {
        margin-bottom: 20px;
    }
.image {
    height: 300px;
    object-fit: cover;
    width: 100% !important;
}

@media (min-width: 576px) {
    .gallery-block.grid-gallery .scale-on-hover:hover {
        transform: scale(1.05);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    }
}
