/*
Theme Name: Secaura
Author: Inspire Digital
Author URI: https://inspire.co.uk
Description: Basic WordPress theme
Text Domain: Secaura
Version: 1.0.0
License: GNU General Public License v2 or later
*/

@import "base.css";
@import "nav.css";

/* =============Start common styles============= */
a {
    color: var(--bs-blue);
    transition: all 0.3s;
}

a:hover {
    color: var(--bs-blue-darker);
}

b, strong {
    font-weight: 700;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    text-align: center;
}

.grecaptcha-badge {display: none !important;}

/* --Text-- */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--bs-font-family-1);
}

.h1, h1 {
    font-size: 28px;
    letter-spacing: 1px;
}

.h2, h2 {
    font-size: 26px;
    letter-spacing: 1px;
}

.h3, h3 {
    font-size: 24px;
    letter-spacing: 1px;
}

.h4, h4 {
    font-size: 22px;
    letter-spacing: 1px;
}

.h5, h5 {
    font-size: 20px;
    letter-spacing: 1px;
}

.h6, h6 {
    font-size: 18px;
    letter-spacing: 1px;
}

.text-blue {
    color: var(--bs-blue);
}

.text-blue-light {
    color: var(--bs-blue-light);
}

.fa-whatsapp {
    color: #fff;
    background:
        linear-gradient(#25d366, #25d366) 14% 84%/16% 16% no-repeat,
        radial-gradient(#25d366 60%, transparent 0);
    font-size: 2.7rem;
}

/* --form-- */
form label.required::after {
    content: "*";
    color: var(--bs-danger);
}

.form-control, .form-select{
    border: 2px solid #bdbdbd;
    border-radius: 10px;
    padding: 0.7rem 1rem;
    font-size: 17px;
    font-weight: 300;
}
.form-control:focus, .form-select:focus {
    border-color: var(--bs-danger);
    outline: 0;
    box-shadow: 0 0 5px 1px rgba(var(--bs-danger-rgb), 0.2);
}
.form-group label{
    font-size: 16px;
    margin-bottom: 10px;
}
.wpcf7-textarea{
    height: 146px;
}
.wpcf7-not-valid{
    border-color: var(--bs-danger);
}
.wpcf7-not-valid-tip{
    font-size: 16px;
    margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}
/* --Background-- */
.bg-blue-light {
    background-color: rgba(var(--bs-primary-rgb), 0.05);
}

.bg-blue {
    background-color: var(--bs-blue);
}

.bg-blue-dark {
    background-color: var(--bs-blue-dark);
}

.bg-blue-darker {
    background-color: var(--bs-blue-darker);
}

.bg-yellow-light {
    background-color: rgba(var(--bs-yellow-light-rgb), 0.5);
}

/* --Button-- */
.btn {
    padding: 0.4rem 1.2rem;
    border-radius: 50rem;
    letter-spacing: 1px;
    border-width: 2px;
    font-family: var(--bs-font-family-1);
    font-size: 0.9rem;
}

.btn-primary {
    color: var(--bs-white) !important;
    border-color: var(--bs-blue) !important;
    background-color: var(--bs-blue) !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: var(--bs-blue-darker) !important;
    color: var(--bs-white) !important;
    border-color: var(--bs-blue-darker) !important;
}

.btn-outline-primary {
    color: var(--bs-blue);
    border-color: var(--bs-blue) !important;
}

.btn-outline-primary:hover {
    color: var(--bs-white);
    background-color: var(--bs-blue);
    border-color: var(--bs-blue);
}

/* --Shadow-- */
.shadow {
    box-shadow: 0 0 1rem rgba(0,0,0,.15)!important;
}

/* --Rounded-- */
.rounded-1 {
    border-radius: 1rem!important;
}
.rounded-2 {
    border-radius: 1.5rem!important;
}
.rounded-3 {
    border-radius: 2.188rem!important;
}

/* =============End common styles============= */

/* --Start Slick Slider-- */
.slick-slider { display: none;}
.slick-slider.slick-initialized { display: block;}
.slick-slide .slick-elem { position: relative; vertical-align: middle;}
.slick-dotted.slick-slider { margin-bottom: 0;}
.slick-arrow { z-index: 2;}

.slick-prev {left: 15px;}
.slick-prev::before { content: "\f177" !important;}
.slick-next { right: 15px;}
.slick-next::before { content: "\f178" !important;}

.slick-prev, .slick-next {
    height: 36px;
    width: 36px;
    border-radius: 0;
    text-align: center;
    background-color: transparent;
    z-index: 9;
}
.slick-prev::before, .slick-next::before {
    font-size: 1.4rem;
    color: var(--bs-black);
    opacity: 1;
    font-family: Font Awesome\ 6 Free !important;
    font-weight: 900;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus, .slick-prev:active, .slick-next:active {
    background-color: transparent;
}
.slick-prev:hover::before, .slick-next:hover::before, .slick-prev:focus::before, .slick-next:focus::before, .slick-prev:active::before, .slick-next:active::before {
    color: var(--bs-blue-light);
}


.slick-white .slick-prev::before, .slick-white .slick-next::before { color: var(--bs-white);}
.slick-white .slick-prev:hover::before, .slick-white .slick-next:hover::before, .slick-white .slick-prev:focus::before, .slick-white .slick-next:focus::before, .slick-white .slick-prev:active::before, .slick-white .slick-next:active::before {
    color: var(--bs-blue-light);
}
/* --End Slick Slider-- */


/* --Start header-- */
.header-main{
    width: 100%;
    height: 62px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.3s;
    background-color: var(--bs-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.logo{
    width: 100px;
}
.sticky.fixed{
    position: fixed;
}
.header-height{
    height: 62px;
}
/* --End header-- */

/* --Start header banner-- */
.header-banner{
    margin: 15px;
}
.header-banner .banner-item{
    background-color: #fff2e9;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 15px;
}
.banner-item{
    margin-bottom: 20px;
}
.banner-item .text{
    padding-top: 0;
    padding-bottom: 15px;
}
.banner-item .text h2{ font-weight: 700!important;}
.banner-item .text h3{ font-weight: 300!important; font-style: italic;}
.banner-item .image{
    margin-bottom: -20px;
}
/* --End header banner-- */

/* --Start Text Content Style-- */
.text-content{
    word-wrap: break-word;
}
.text-content .entry-content .is-layout-flex:last-child{
    margin-bottom: 0!important;
}
.text-content .h1, .text-content h1 {
    color: var(--bs-blue-light);
    font-weight: 700;
}
.text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
    color: var(--bs-blue);
    font-weight: 700;
}
.text-content h2 {
    margin-bottom: 28px;
}
.text-content h3 {
    margin-bottom: 28px;
    padding-top: 20px;
}
.text-content h4 {
    margin-bottom: 24px;
    padding-top: 20px;
}
.text-content h5 {
    margin-bottom: 20px;
}
.text-content h6{
    margin-bottom: 15px;
}
.text-content p {
    margin-bottom: 20px;
}

.text-content a{
    text-decoration: none;
    font-weight: 400;
}

.text-content .btn a{
    text-decoration: none;
    text-transform: uppercase;
}
.text-content .btn:hover a{
    color: var(--bs-white);
}


.top-content-section.internal .entry-title{
    text-align: center;
}

.top-content-section .text-white .entry-title{
    color: var(--bs-white)!important;
}
/* --End Text Content Style-- */

/* --Start services section Style-- */
.sound-card .card-img{
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}
.services-card .card-img{
    margin-top: -5.3rem;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
}
.services-card .card-img img{ display: inline-block;}
.row-services{
    margin-top: -2rem;
}
/* --End services section Style-- */

/* --Start Latest Insights-- */
.news-carousel{
    padding: 0 60px 0 40px;
}
.news-carousel .slick-list {
    overflow: visible;
}
.news-carousel .slick-slide {
    opacity: 0.9;
    transition: all 0.5s ease;
}
.news-carousel .slick-slide.slick-active {
    opacity: 1;
}
.news-carousel .slick-list {
    margin-left: -35px;
    margin-right: 0;
}
.news-carousel .slick-slide {
    padding-left: 10px;
    margin-right: -5px
}

.other-news-carousel .slick-prev {left: -70px;}
.other-news-carousel .slick-next { right: -70px;}
/* --End Latest Insights-- */

/* --Start Footer Style-- */
.footer-info p{
    margin-bottom: 0.5rem;
}
.footer-info p a{
    color: var(--footer-link-color);
    text-decoration: none;
}
.footer-info p a:hover{
    color: var(--footer-link-hover-color);
}

.footer-social li{
    list-style: none;
    font-size: 2.5rem;
    margin-right: 1.5rem;
}
.footer-social li:last-child{
    margin-right: 0;
}
.footer-social li a{
    color: var(--bs-blue);
    text-decoration: none;
}
.footer-social li a:hover{
    color: var(--footer-link-hover-color);
}

.footer-bottom {
    background-color: rgba(var(--bs-white-rgb), 0.2);
}

/* --End Footer Style-- */

/* --Start FAq Style-- */
.ewd-ufaq-faq-div{
    background-color: rgba(var(--bs-blue-light-rgb), 0.07) ;
    border-left: 5px solid var(--bs-blue);
    margin-bottom: 20px!important;
    margin-top: 0!important;
    padding: 0!important;
}
.ewd-ufaq-post-margin{
    color: var(--bs-body-color);
    display: flex;
    align-items: center;
}
.ewd-ufaq-faq-title{
    padding: 20px!important;
}
.faq-section .ewd-ufaq-faq-title h4{
    margin: 0 0 0 5px !important;
    font-size: 18px!important;
    font-weight: 700;
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    font-size: 0px!important;
    position: relative;
    width: 20px;
    height: 20px;
    transition: all 0.3s;
    vertical-align: middle;
    transform:rotate(0deg);
    display: block;
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span:before {
    content: '+';
    position: relative;
    font-size: 28px;
    font-weight: 400;
    font-family: var(--bs-font-family-1);
    line-height: 20px;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}
.ewd-ufaq-post-active .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    transform:rotate(45deg);
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{
    margin-right: 8px!important;
    padding: 0!important;
}
/*
.ewd-ufaq-faq-body {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block!important;
    padding: 0!important;
    transition: all 0.5s ease-in-out;
}*/
.ewd-ufaq-faq-body{
    padding: 0 22px 20px!important;
}
/*.ewd-ufaq-post-active .ewd-ufaq-faq-body {
    max-height: 100vh!important;
    visibility: visible;
}*/
/* --End FAq Style-- */

/* --Start Insights page Style-- */
.newsList-section .pagination{
    margin-top: -1rem;
}
.pagination li{
    margin: 8px;
}
.pagination li a{
    color: var(--bs-white);
    border-color: var(--bs-blue);
    background-color: var(--bs-blue);
    padding: 0.55rem 1.6rem;
    border-radius: 50rem;
    letter-spacing: 2px;
    border-width: 2px;
    font-family: var(--bs-font-family-1);
    text-decoration: none;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    font-size: 18px;
}
.pagination li a:hover{
    background-color: var(--bs-blue-light);
    color: var(--bs-white);
    border-color: var(--bs-blue-light);
}
/* --End Insights page Style-- */


@media (min-width: 576px) {
    .news-carousel{padding: 0 70px;}
    .news-carousel .slick-slide {
        opacity: 0.9;
        transition: all 0.5s ease;
    }
    .news-carousel .slick-slide.slick-active {
        opacity: 1;
    }
    .news-carousel .slick-list {
        margin-left: -5px;
        margin-right: -5px;
        padding-left:20px;
        padding-right:20px;
    }
    .news-carousel .slick-slide {
        padding-left: 5px;
        padding-right: 5px;
    }
    
}

@media (min-width: 768px) {
    .banner-item .text{
        padding-top: 40px;
        padding-bottom: 90px;
    }
    .news-carousel .slick-prev {left:70px;}
    .news-carousel .slick-next {right:70px;}
    .footer-bottom { font-size: 18px;}
}
@media (min-width: 768px) and (max-width:1100px) {
    .other-news-carousel .slick-prev {left: -40px;}
    .other-news-carousel .slick-next { right: -40px;}
}
@media (min-width: 992px) {
    .header-main{
        background-color: transparent;
        box-shadow: none;
        height: 150px;
    }
    .logo {
        width: 169px;
        transition: all 0.3s;
    }
    .sticky.fixed{
        position: fixed;
        background-color: var(--bs-white);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        height: 70px;
    }
    .fixed .logo {
        width: 130px;
    }
    .fixed #main-nav .nav-link{
        font-size: 1rem;
    }
    .header-height{ height: 0;}

    /* --Start header banner-- */
    .header-banner{
        margin: 22px;
    }
    .header-banner .banner-item{
        padding-top: 120px;
        padding-left: 65px;
        padding-right: 65px;
    }
    .banner-item .text{
        padding-top: 115px;
        padding-bottom: 115px;
    }
    .banner-item, .banner-item .image{
        margin-bottom: 0;
    }
    /* --End header banner-- */

    /* --Start Text-- */
    .h1, h1 {
        font-size: 42px;
        letter-spacing: 2px;
    }
    
    .h2, h2 {
        font-size: 32px;
        letter-spacing: 2px;
    }
    
    .h3, h3 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    
    .h4, h4 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    
    .h5, h5 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    
    .h6, h6 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .text-content h2 {
        margin-bottom: 28px;
    }
    .text-content h3 {
        margin-bottom: 28px;
        padding-top: 20px;
    }
    .text-content h4 {
        margin-bottom: 24px;
        padding-top: 20px;
    }
    .text-content h5 {
        margin-bottom: 20px;
    }
    .text-content h6{
        margin-bottom: 15px;
    }
    .text-content p {
        margin-bottom: 20px;
    }
    /* --End Text-- */

    /* --Start services section Style-- */
    .row-services{
        margin-top: -4rem;
    }
    /* --End services section Style-- */
    /* --Start Latest Insights-- */
    .news-carousel{
        padding: 0 100px;
    }
    .news-carousel .slick-list {
        margin-left: 0px;
        margin-right: 0px;
    }
    .news-carousel .slick-slide {
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-carousel .slick-prev {
        left: calc(170px - 68px);
    }
    .news-carousel .slick-next {
        right: calc(170px - 68px);
    }
    .news-card.rounded-2 {
        border-radius: 2.188rem!important;
    }
    .news-card .rounded-1 {
        border-radius: 1.5rem!important;
    }
    /* --End Latest Insights-- */
    /* --Start FAq Style-- */
    .ewd-ufaq-faq-div{
        margin-bottom: 28px!important;
    }
    .ewd-ufaq-faq-title{
        padding: 27px!important;
    }
    .faq-section .ewd-ufaq-faq-title h4{
        margin: 0 0 0 5px !important;
        font-size: 22px!important;
    }
    .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
        width: 26px;
        height: 26px;
    }
    .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span:before {
        font-size: 40px;
        line-height: 29px;
    }
    .ewd-ufaq-faq-body{
        padding: 0 27px 20px!important;
        padding-left: 72px!important;
    }
    div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{
        margin-right: 15px!important;
    }
    /* --End FAq Style-- */
    
}

@media (min-width: 1200px) {
    body{
        font-size: 20px;
    }
    .btn {
        padding: 0.55rem 1.6rem;
        letter-spacing: 2px;
        font-size: 1rem;
    }
    .medium-container{ max-width: 1100px; margin-right: auto; margin-left: auto;}
    .small-container{ max-width: 954px; margin-right: auto; margin-left: auto;}
    .header-banner .banner-item{
        padding-top: 160px;
        padding-left: 100px;
        padding-right: 100px;
    }
    .banner-item .text{
        padding-top: 170px;
        padding-bottom: 170px;
    }
    /* --Start Text-- */
    .h1, h1 {
        font-size: 52px;
        letter-spacing: 2px;
    }
    
    .h2, h2 {
        font-size: 42px;
        letter-spacing: 2px;
    }
    
    .h3, h3 {
        font-size: 30px;
        letter-spacing: 1px;
    }
    
    .h4, h4 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    
    .h5, h5 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    
    .h6, h6 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    /* --End Text-- */
    /* --Start Latest Insights-- */
    .news-carousel{
        padding: 0 125px;
    }
    .news-carousel .slick-list {
        margin-left: -20px;
        margin-right: -20px;
    }
    .news-carousel .slick-slide {
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-carousel .slick-prev {
        left: calc(125px - 20px);
    }
    .news-carousel .slick-next {
        right: calc(125px - 20px);
    }
    /* --End Latest Insights-- */
}

@media (min-width: 1400px) {
    /* --Start Latest Insights-- */
    .news-carousel{
        padding: 0 200px;
    }
    .news-carousel .slick-list {
        margin-left: -40px;
        margin-right: -40px;
    }
    .news-carousel .slick-slide {
        padding-left: 40px;
        padding-right: 40px;
    }
    .news-carousel .slick-prev {
        left: calc(200px - 40px);
    }
    .news-carousel .slick-next {
        right: calc(200px - 40px);
    }
    /* --End Latest Insights-- */
}

@media (min-width: 1700px) {
    .container{ max-width: 1424px;}
    .medium-container{ max-width: 1190px; margin-right: auto; margin-left: auto;}
    .small-container{ max-width: 954px; margin-right: auto; margin-left: auto;}
    /* --Start Latest Insights-- */
    .news-carousel{
        padding: 0 250px;
    }
    .news-carousel .slick-list {
        margin-left: -50px;
        margin-right: -50px;
    }
    .news-carousel .slick-slide {
        padding-left: 50px;
        padding-right: 50px;
    }
    .news-carousel .slick-prev {
        left: calc(250px - 50px);
    }
    .news-carousel .slick-next {
        right: calc(250px - 50px);
    }
    /* --End Latest Insights-- */
}

@media (max-width: 767px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .footer-logo{
        width: 200px;
    }
    .other-news-carousel{
        padding: 0;
    }
    .other-news-carousel .slick-list {
        overflow: visible;
    }
    .other-news-carousel .slick-slide {
        opacity: 0.9;
        transition: all 0.5s ease;
    }
    .other-news-carousel .slick-slide.slick-active {
        opacity: 1;
    }
    .other-news-carousel .slick-list {
        margin-left: -35px;
        margin-right: 0;
    }
    .other-news-carousel .slick-slide {
        padding-left: 10px;
        margin-right: -5px
    }
}

@media (max-width: 575px) {
    .banner-item .text h2{font-size: 24px; margin-bottom: 10px!important;}
    .banner-item .text h3{font-size: 18px;}

    .sound-card{
        font-size: 14px;
    }
    .other-news-carousel{
        padding: 0 35px 0 15px;
    }
}