*, .btn-yellow:hover, a {
    text-decoration: none
}

.submit, textarea {
    grid-column: 1/-1
}


.btn, .h1, .h2, .h3, .h4, .h5, .h6, .sora-bold, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.review-slider .review-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}

:root {
    --cprimary: #041b34;
    --cprimary-light: #007aff;
    --yellow: #C4A437;
    --section-padding: clamp(45px, 7vw, 100px) 0
}

section {
    padding: clamp(45px, 7vw, 90px) 0
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--heading);
    color: #101010;
    text-transform: capitalize
}

.h1, h1 {
    font-size: clamp(30px, 5vw, 42px)
}

.h2, h2 {
    font-size: clamp(30px, 3vw, 42px);
    color: #041b31;
    line-height: 1.3
}

a {
    color: #fff
}

.img-fluid {
    width: 100%;
    height: auto
}

.custom-card-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid gray;
    padding: 0 8px;
    height: 100%
}

.custom-card-1-s {
    border-right: unset
}

.btn {
    padding: 10px 30px;
    border-radius: 0;
    font-size: 15px;
    text-align: center;
    width: fit-content;
    height: fit-content;
    transition: .2s ease-in-out;
    text-transform: uppercase
}

.btn-primary-light, .btn-yellow {
    transition: .2s ease-in-out;
}

.btn:hover {
    transform: translateY(-8px)
}

.btn-yellow {
    background-color: var(--yellow);
    color: #101010
}

.btn-primary-light, .btn-yellow:hover {
    background-color: var(--cprimary-light);
    color: #fff
}

.btn-primary-light:hover {
    background-color: var(--yellow);
    color: #101010
}

.bg-primary {
    background-color: var(--cprimary)
}

.text-primary {
    color: var(--cprimary) !important
}

.bg-primary-light {
    background-color: var(--cprimary-light) !important
}

.text-primary-light {
    color: var(--cprimary-light) !important
}

.text-yellow {
    color: #c4a437
}

.text-white {
    color: #fff
}

.areas-section .area-menus .area-links li a, .bg-black {
    color: #000
}

ul {
    padding: 0
}

.list-with-icon li, .list-with-icon-1 li, .list-with-icon-2 li {
    position: relative;
    font-size: 16px;
    margin-bottom: 16px;
    padding: 0 0 0 26px
}

.list-with-icon-1 li, .list-with-icon-2 li {
    color: #fff;
    font-weight: unset;
    margin-bottom: 6px
}

.list-with-icon li:last-child, .list-with-icon-1 li:last-child, .list-with-icon-2 li:last-child {
    margin-bottom: 0
}

.list-with-icon li a {
    font-size: 16px
}

.list-with-icon li::before {
    background-image: url('https://intensadry.com/wp-content/themes/astra-child/assets/blue-icon.png') !important
}

.list-with-icon-1 li::before {
    background-image: url('https://intensadry.com/wp-content/themes/astra-child/assets/yellow-check.png') !important
}

.list-with-icon-2 li::before {
    background-image: url('https://intensadry.com/wp-content/themes/astra-child/assets/water-icon.png') !important
}

.water-icon-2 li::before {
    background-image: url('https://intensadry.com/wp-content/themes/astra-child/assets/water-white-icon.png') !important
}

.list-with-icon li::before, .list-with-icon-1 li::before, .list-with-icon-2 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: center/contain no-repeat
}

.section-img {
    border-left: 20px double #f7bf23;
    border-top: 20px double #f7bf23;
    border-radius: 14px 14px 0
}

.sec-badge {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.8em;
    letter-spacing: .3em;
    color: #c4a437
}

.services .banner-sec {
    background: center/cover no-repeat;
    transition: 1s ease-in-out;
    position: relative;
    z-index: 1;
    color: #fff
}

.services .banner-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: -1
}

.services .banner-sec-1::before {
    background-color: #041b31 !important
}

.services .banner-sec .main-title {
    font-size: clamp(36px, 5vw, 52px);
    margin-bottom: clamp(12px, 2vw, 16px);
    line-height: 1.2
}

.services .service-sec {
    background: 100% -40px no-repeat #101010
}

.services .service-title {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 500
}

.services .half-sec .main-title {
    margin-bottom: clamp(12px, 3vw, 24px)
}

.services .services-sec .sec-title {
    font-weight: 700;
    color: var(--yellow);
    text-transform: uppercase
}

.services .services-sec .custom-card {
    text-align: center;
    height: 100%;
    box-shadow: 5px 12px 15px 5px rgba(47, 47, 47, .03);
    border: 1px solid #8b8B8B57;
    transition: .2s;
    overflow: hidden;
    position: relative
}

.services .services-sec .custom-card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #007aff;
    z-index: 1;
    transition: .2s
}

.services .services-sec .custom-card:hover:after {
    width: 100%;
    transform-origin: right;
    left: unset;
    right: 0
}

.services .services-sec .custom-card > img {
    transition: .2s
}

.services .services-sec .custom-card:hover > img {
    transform: scale(1.05)
}

.services .services-sec .custom-card:hover .content-wrapper {
    background-color: #e0f3ff
}

.services .services-sec .custom-card:hover .content-wrapper .title {
    color: #007aff !important
}

.services .services-sec .custom-card .content-wrapper {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    transition: .2s;
    position: relative;
    z-index: 1;
    height: 100%
}

.services .services-sec .custom-card .content-wrapper .title {
    color: #000;
    font-size: clamp(20px, 2vw, 24px);
    display: block;
    margin-bottom: 16px
}

.services .map-sec {
    background: center/cover no-repeat;
    position: relative;
    z-index: 1
}

.services .map-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: -1;
    background-color: #000
}

.services .iframe-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.services .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.services .gallery-sec .sec-title, .services .testimonial-sec .sec-title {
    color: var(--yellow);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center
}

.image-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    gap: 10px
}

.img-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: .3s ease-in-out
}

.img-item img:hover {
    transform: scale(1.02)
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.cta-sec, .review-sec {
    background-color: var(--cprimary-light)
}

.lightbox-img {
    width: 400px;
    height: 400px;
    margin-bottom: 20px;
    border-radius: 10px
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.lightbox .next, .lightbox .prev {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    border: none;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%)
}

.prev {
    left: 20px
}

.next {
    right: 20px
}

.cta-sec {
    border-bottom: 1px solid #fff
}

.cta-sec .content-wrapper .btn-yellow {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: fit-content;
    text-decoration: none
}

.cta-sec .content-wrapper .btn-yellow:hover {
    background-color: var(--cprimary) !important
}

.contact-sec .contact-wrapper:hover .icon > img, .cta-sec .content-wrapper .btn-yellow:hover img {
    filter: unset
}

.cta-sec .content-wrapper .btn-yellow img {
    filter: invert(1) grayscale(1);
    transition: .2s
}

.review-card {
    background: url('https://intensadry.com/wp-content/themes/astra-child/assets/review-bg.webp') center/cover no-repeat;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-radius: 8px;
    position: relative;
    height: 100%;
    margin: 10px
}

.review-card::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url('https://intensadry.com/wp-content/themes/astra-child/assets/quote.png') center/contain no-repeat
}

.review-card .review-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 6px
}

.review-card .review-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: block
}

.review-card .review-brand {
    color: #fff;
    text-align: center;
    display: block
}

.review-card .review-content {
    color: #fff;
    text-align: center
}

.services .testimonial-sec .testimonial-slider .slider-item .testi-card {
    background-color: #000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    flex-direction: column;
    gap: 24px;
    padding: 24px 24px 74px
}

.services .testimonial-sec .testimonial-slider .slider-item .testi-card .reviews {
    display: flex;
    gap: 8px
}

.services .testimonial-sec .testimonial-slider .slider-item .client-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -50px;
    gap: 8px
}

.services .testimonial-sec .testimonial-slider .slider-item {
    margin: 10px
}

.services .testimonial-sec .testimonial-slider .slider-item .client-wrapper img {
    border-radius: 50%
}

.services .testimonial-sec .testimonial-slider .slider-item .client-wrapper .client {
    font-size: 20px;
    color: #000;
}

.services .testimonial-sec .testimonial-slider .slider-item .testi-card .testimonial-des {
    line-height: 2;
    font-weight: 100 !important;
    color: #fff
}

.services .testimonial-sec .testimonial-slider .slider-item .testi-card > img {
    width: 48px;
    height: 48px
}

.contact-sec .contact-wrapper {
    display: flex;
    align-items: center;
    gap: 24px
}
.contact-sec:before {
    display: none;
}

.contact-sec .contact-wrapper .icon {
    background-color: #c4a437;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    transition: .2s
}

.contact-sec .contact-wrapper .icon > img {
    filter: invert(1) grayscale(1)
}

.contact-sec .contact-wrapper .content .contact-badge {
    color: var(--cprimary-light);
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px
}

.contact-sec .contact-wrapper .content .contact-title {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    display: block
}

.contact-sec .contact-form {
    border-top: 3px solid #c4a437;
    box-shadow: 0 0 10px 0 #000;
    background-color: #0e44806B;
    padding: 30px 24px
}

.form .input-control, textarea {
    width: 100%;
    padding: 18px;
    color: #000;
    outline: 0
}

.contact-form .contact-title {
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 1000
}

.contact-form .form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px
}

.form .input-control {
    border: 1px solid var(--cprimary-light);
    border-radius: 5px
}

textarea {
    border: 1px solid var(--cprimary-light);
    border-radius: 5px;
    min-height: 150px;
    resize: vertical
}

.submit {
    width: fit-content;
    height: fit-content;
    padding: 8px 24px;
    border-radius: 5px;
    outline: 0;
    background-color: var(--cprimary-light);
    color: #f7bf23;
    border: 1px solid #f7bf23;
    font-weight: 500;
    display: block;
    margin: 0 auto
}

@media (max-width: 992px) {
    .custom-card-1 {
        border-right: unset
    }

    .image-gallery {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 768px) {
    .image-gallery {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 600px) {
    .next, .prev {
        font-size: 30px;
        padding: 10px
    }
}

@media (max-width: 576px) {
    .contact-form .form, .image-gallery {
        grid-template-columns: 1fr
    }

    .btn {
        padding: 8px 22px
    }

    .section-img {
        border: none
    }

    .lightbox-img {
        width: 300px;
        height: 300px
    }
}