/*
 * Theme Name: 		   OceanWP Child Theme
 * Text Domain: 	   oceanwp
 * Version:            1.0
 * Author:             OceanWP
 * Author URI:         https://oceanwp.org/about-oceanwp/
 * Theme URI:          https://oceanwp.org/
 * Description:        OceanWP Child Theme
 * Template:            oceanwp 
 */

.footer-section {
    overflow: hidden;
}
.email-block a{
    color: #ffffff;
}
.copy-right {
    border-top: 1px solid #486573;
}
.copy-right p{
    opacity:0.6;
}
.copy-right:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -100%;
    width: 100%;
    border-top: 1px solid #486573;
}
.copy-right:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -100%;
    width: 100%;
    border-top: 1px solid #486573;
}

.our-retailers {
    overflow: hidden;
}
.our-retailers .swiper {
    overflow: visible;
}
.testimonial-list .elementor-widget-testimonial .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.testimonial-list {
    padding-bottom: 30px;
}
.testimonials .elementor-swiper .swiper-slide .elementor-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonials .elementor-swiper .swiper-slide {
    display: flex;
    border: 1px solid #22495A38;
}
.testimonials .elementor-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #c6cbce;
    width: 8px;
    height: 8px;
}
.testimonials .elementor-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #22495a;
}
.testimonial-list .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content,
.testimonials .elementor-testimonial .elementor-testimonial__content {
    padding-top: 60px;
}
.testimonial-list .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content::before,
.testimonials .elementor-testimonial .elementor-testimonial__content::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 30px;
    top: 25px;
    background-image: url(./assets/images/quote.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.contact-form {
    display: flex;
    flex-direction: column;
}
.contact-form .input-group {
    display: flex;
    width:100%;
    gap: 20px;
}
.contact-form .input-group .form-field {
    width: 100%;
}
.contact-form .form-field label {
    color: #22495A;
    font-family: "Caudex", Sans-serif;
    display: block;
}
.contact-form .input-group .form-field p {
    margin-bottom: 30px;
}
.contact-form .form-field input,
.contact-form .form-field textarea,
.contact-form .form-field select {
    border: 1px solid #A6B6BD;
    height: 50px;
}
.contact-form .form-field br {
    display: none;
}
.contact-form input[type="submit"] {
    background-color: #22495A;
    border-radius: 10px;
    font-family: "Forum", Sans-serif;
    text-transform: capitalize;
    padding: 12px 30px;
    font-size: 18px;
}

@media (min-width: 1025px) {
    .about-absolute-img {
        position: absolute;
        top: -120px;
    }
    .service-absolute-img{
        position: absolute;
        top: -80px;
    }
    .service-top-img{
        padding-bottom: 80px;
    }
}