/*
Theme Name: Deto Automatic Doors LLC
Theme URI: https://www.detoautomaticdoorsllc.com/
Author: Deto Automatic Doors LLC
Author URI: https://www.detoautomaticdoorsllc.com/
Description: Deto Automatic Doors LLC
Version: 1.0
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:"Open Sans", Arial, sans-serif;
}
body{
    font-family: "Open Sans", Arial, sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:1.6;
    color:#333;
}
html,
body{
    margin:0;
    padding:0;
    overflow-x:hidden;
}

body.modal-open{
    overflow: hidden !important;
    padding-right: 0 !important;
}

p {
    line-height: 1.8;
}

.header {
    width:100%;
    background:#fff;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.header .container{
    width:100%;
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:90px;
}
.header .logo img{
    height:55px;
}
.header .navbar ul{
    display:flex;
    list-style:none;
    gap:40px;
}
.header .navbar ul li{
    position:relative;
}
.header .navbar ul li a{
    text-decoration:none;
    color:#333;
    font-size:16px;
    font-weight:500;
    transition:.3s;
    padding: 22px 0px;
}
.header .navbar ul li a:hover{
    color:#0a8cff;
}
.header .active{
    color:#0b2d53 !important;
}
.header .header-icons{
    display:flex;
    align-items:center;
    gap:20px;
}
.header .header-icons a{
    color:#333;
    font-size:18px;
}
.header .menu-toggle{
    display:none;
    cursor:pointer;
    font-size:24px;
}
.header .submenu{
    position: absolute;
    top: 100%;
    left: 0;
    display: none !important;
    flex-direction: column;
    gap: 0 !important;
    width: 250px;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    z-index: 999;
}
.header .submenu li{
    border-bottom:1px solid #eee;
}
.header .submenu li:last-child{
    border:none;
}
.header .navbar .submenu li a{
    display:block;
    padding:10px 20px;
    color:#444;
}
.header .dropdown:hover .submenu{
    opacity:1;
    visibility:visible;
    top:45px;
    display: flex !important;
}
.header .submenu li a:hover{
    background:#f5f5f5;
    color:#0a8cff;
}


@media(max-width:991px){
    .header .menu-toggle{
        display:block;
    }
    .header .navbar{
        position:absolute;
        top:90px;
        left:0;
        width:100%;
        background:#fff;
        display:none;
        box-shadow:0 10px 20px rgba(0,0,0,.12);
    }
    .header .navbar.active{
        display:block;
    }
    .header .navbar ul{
        flex-direction:column;
        gap:0;
    }
    .header .navbar ul li{
        border-bottom:1px solid #eee;
    }
    .header .navbar ul li a{
        display:block;
        padding:16px 20px;
    }
    .header .submenu{
        position:static;
        width:100%;
        opacity:1;
        visibility:visible;
        display:none;
        box-shadow:none;
        border-top:none;
    }
    .header .dropdown.active .submenu{
        display:block;
    }
    .header .dropdown:hover .submenu{
        top:auto;
    }
}

.hero-slider {
    width:100%;
}
.hero-slider .hero-bg{
    position:relative;
    height:750px;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
}
.hero-slider .overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.30);
}
.hero-slider .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:2;
}
.hero-slider .hero-content{
    max-width:650px;
}
.hero-slider .hero-content h1{
    display:inline-block;
    background:rgba(0,0,0,.75);
    color:#fff;
    padding:15px 20px;
    margin-bottom:15px;
    font-size:35px;
}
.hero-slider .hero-content h2{
    display:inline-block;
    background:rgba(0,0,0,.75);
    color:#fff;
    padding:15px 20px;
    margin-bottom:15px;
    font-size:22px;
}
.hero-slider .hero-content p{
    display:inline-block;
    background:rgba(0,0,0,.75);
    color:#fff;
    padding:20px;
    margin-bottom:25px;
    font-size:18px;
    line-height:1.7;
}
.hero-slider .btn{
    display:inline-block;
    background:#fff;
    color:#000;
    padding:14px 30px;
    text-decoration:none;
    border-radius:4px;
    font-size:22px;
    font-weight:600;
}
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev{
    color:#fff;
}
.hero-slider .swiper-pagination-bullet{
    background:#fff;
}
.hero-slider .swiper-pagination-bullet-active{
    background:#007bff;
}

@media(max-width:991px){
    .hero-slider .hero-bg{
        height:600px;
    }
    .hero-slider .hero-content h1{
        font-size:38px;
    }
    .hero-slider .hero-content h2{
        font-size:24px;
    }
    .hero-slider .hero-content p{
        font-size:18px;
    }
}

@media(max-width:767px){
    .hero-slider .hero-bg{
        height:500px;
    }
    .hero-slider .hero-content h1{
        font-size:28px;
    }
    .hero-slider .hero-content h2{
        font-size:20px;
    }
    .hero-slider .hero-content p{
        font-size:16px;
    }
    .hero-slider .btn{
        font-size:18px;
        padding:12px 20px;
    }
}

.search-overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:80px;
    background:#fff;
    z-index:9999;
    display:flex;
    align-items:center;
    transform:translateY(-100%);
    transition:.35s ease;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}
.search-overlay.active{
    transform:translateY(0);
}
.search-overlay .search-box{
    width:100%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}
.search-overlay .search-box .logo img{
    height:55px;
}
.search-overlay .search-box form{
    flex:1;
}
.search-overlay .search-box input{
    width:100%;
    border:none;
    outline:none;
    font-size:24px;
    color:#444;
}
.search-overlay .search-box input::placeholder{
    color:#999;
}
.search-overlay .close-search{
    font-size:34px;
    cursor:pointer;
    color:#666;
    transition:.3s;
}
.search-overlay .close-search:hover{
    color:#000;
}

@media(max-width:768px){
    .search-overlay{
        height:70px;
    }
    .search-overlay .search-box{
        padding:0 15px;
        gap:15px;
    }
    .search-overlay .search-box .logo img{
        height:40px;
    }
    .search-overlay .search-box input{
        font-size:18px;
    }
    .search-overlay .close-search{
        font-size:26px;
    }
}

@media(max-width:768px){
    .search-overlay{
        height:70px;
    }
    .search-overlay .search-box{
        padding:0 15px;
        gap:15px;
    }
    .search-overlay .search-box .logo img{
        height:40px;
    }
    .search-overlay .search-box input{
        font-size:18px;
    }
    .search-overlay .close-search{
        font-size:26px;
    }
}

.profile-section{
    background:#f8f9fa;
}
.profile-section .section-title{
    color:#0b2d53;
    font-weight:700;
    font-size:30px;
    margin-bottom:15px;
}
.profile-section .section-subtitle{
    color:#0b2d53;
    font-size:22px;
    margin-bottom:30px;
}
.profile-section .profile-section p{
    color:#666;
    font-size:17px;
    line-height:1.9;
}
.profile-section .about-card{
    position:absolute;
    inset:0;
    background:#163a63;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:30px;
    text-align:center;
    opacity:0;
    visibility:hidden;
    transform:translateY(30px);
    transition:all .4s ease;
}
.profile-section .about-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.18);
}
.profile-section .about-card h4{
    margin-bottom:20px;
}
.profile-section .about-card p{
    color:#fff;
    line-height:1.8;
    margin-bottom:25px;
}
.profile-section .about-card .btn{
    margin-top:15px;
    width:max-content;
}
.profile-section .service-card{
    position:relative;
    overflow:hidden;
    border-radius:10px;
    cursor:pointer;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
}
.profile-section .service-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}
.profile-section .service-card:hover img{
    transform:scale(1.08);
}
.profile-section .service-card:hover .about-card{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.profile-section .service-card:hover .overlay{
    opacity:0;
}
.profile-section .service-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.70),
    rgba(0,0,0,.15));
    transition:.4s;
}
.profile-section .service-card:hover::before{
    background:linear-gradient(to top,
    rgba(9,55,107,.90),
    rgba(0,0,0,.15));
}
.profile-section .overlay{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
    text-align: center;
    padding: 20px;
    transition: all .4s ease;
}
.profile-section .overlay h4{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.profile-section .service-card:hover{
    transform:translateY(-8px);
}
.profile-section .btn-product {
    display: inline-block;
    background: #0B2F50;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    transition: .3s;
    width: max-content;
    margin: 20px 0px;
}
.profile-section .btn-product:hover {
  background: #0d2f4d;
  color: #fff;
}

@media(max-width:991px){
    .profile-section .section-title{
        font-size:34px;
    }
    .profile-section .section-subtitle{
        font-size:20px;
    }
    .profile-section .service-card img{
        height:280px;
    }
}

@media(max-width:767px){
    .profile-section .section-title{
        font-size:25px;
    }
    .profile-section .section-subtitle{
        font-size:18px;
        line-height: 1.5;
    }
    .profile-section .about-card{
        text-align:center;
    }
    .profile-section .about-card .btn{
        margin:auto;
        margin-top:20px;
    }
    .profile-section .service-card img{
        height:240px;
    }
}

.footer-area {
    position:relative;
    color:#fff;
    padding-top: 50px;
    background:#0f3156 url('https://www.detoautomaticdoorsllc.com/wp-content/uploads/2021/09/footer-bg.png') center bottom no-repeat;
    background-size:cover;
}
.footer-area h3{
    border-bottom: 2px solid #FFF;
    padding-bottom: 15px;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-area h4{
    font-size: 15px;
    margin-bottom:10px;
}
.footer-area p{
    margin-bottom:10px;
    color:#d6dbe3;
    font-size: 15px;
}
.footer-area .form-control{
    height:52px;
    border-radius:0;
}
.footer-area textarea.form-control{
    height:180px;
}
.footer-area .social{
    width:55px;
    height:55px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:50%;
    margin:0 8px;
    font-size:22px;
    color:#0f3156;
    transition:.3s;
    text-decoration: none;
}
.footer-area .social:hover{
    transform:translateY(-5px);
    background:#0d6efd;
    color:#fff;
}
.footer-area .footer-curve{
    width:100%;
    height:150px;
    border-radius:0 0 50% 50%;
    margin-top:50px;
    margin-bottom:-120px;
    transform:scaleX(1.4);
    opacity:.95;
}
.footer-area .footer-bottom{
    padding:18px 0;
    border-top:1px solid rgba(255,255,255,.08);
    color:#cfd8e3;
    font-size:14px;
}

@media (max-width:767px){
    .footer-bottom .col-md-6:last-child{
        margin-top:10px;
    }
}

.vision-section {
    background:#16385C;
    padding:90px 0;
}
.vision-section .vision-title{
    color:#fff;
    font-size:30px;
    font-weight:700;
    line-height:1.3;
    text-transform:uppercase;
}
.vision-section .vision-subtitle{
    color:#fff;
    font-size:22px;
    line-height:1.4;
    max-width:420px;
}
.vision-section .vision-text{
    color:#fff;
    font-size:16px;
    line-height:1.8;
    margin-bottom:25px;
}
.vision-section .btn-quote{
    background:#fff;
    color:#16385C;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
    display:inline-block;
    transition:.3s;
}
.vision-section .btn-quote:hover{
    background: #16385C;
    color: #fff;
    border: 1px solid #FFF;
}
.vision-section .border-start-lg{
    border-left:2px solid rgba(255,255,255,.7);
}

@media (max-width:991px){
    .vision-section .border-start-lg{
        border-left:none;
        border-top:2px solid rgba(255,255,255,.4);
        padding-top:35px;
    }
    .vision-section .vision-title{
        font-size:36px;
    }
    .vision-section .vision-subtitle{
        font-size:20px;
    }
    .vision-section .vision-text{
        font-size:18px;
    }
}

@media (max-width:767px){
    .vision-section{
        padding:60px 0;
    }
    .vision-section .vision-title{
        font-size:25px;
    }
    .vision-section .vision-subtitle{
        font-size:18px;
    }
    .vision-section .vision-text{
        font-size:16px;
        line-height:1.7;
    }
    .vision-section .btn-quote{
        width:100%;
        text-align:center;
    }
}

.products-section {
    background:#fff;
    padding: 60px 0px;
}
.products-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.products-section .product-content{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:80px;
}
.products-section .product-content h2{
    color: #0B2F50;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.products-section .product-content h4{
    color:#0B2F50;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform:uppercase;
}
.products-section .product-content p{
    color:#0B2F50;
    font-size:16px;
    line-height:1.8;
    max-width:600px;
    margin-bottom:35px;
}
.products-section .btn-product{
    display:inline-block;
    background:#0B2F50;
    color:#fff;
    padding:10px 40px;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    border-radius:0;
    transition:.3s;
    width:max-content;
}
.products-section .btn-product:hover{
    background:#0d2f4d;
    color:#fff;
}

@media (max-width:991px){
    .products-section .product-row{
        min-height:auto;
    }
    .products-section .product-img{
        height:400px;
    }
    .products-section     .product-content{
        padding:50px 40px;
    }
    .products-section .product-content h2{
        font-size:36px;
    }
    .products-section .product-content h4{
        font-size:28px;
    }
    .products-section .product-content p{
        font-size:18px;
    }
}

@media (max-width:767px){
    .products-section .product-img{
        height:280px;
    }
    .products-section .product-content{
        padding:30px 10px;
    }
    .products-section .product-content h2{
        font-size:22px;
    }
    .products-section .product-content h4{
        font-size:18px;
    }
    .products-section .product-content p{
        font-size:16px;
        line-height:1.6;
    }
    .products-section .btn-product{
        width:100%;
        text-align:center;
        padding:15px;
    }
}

.testimonial-section {
    background:#efefef;
    padding:80px 0;
}
.testimonial-section .testimonial-title{
    margin-bottom:50px;
}
.testimonial-section .testimonial-title h2{
    background:#0B2F50;
    color:#fff;
    display:inline-block;
    padding:20px 100px;
    font-size:30px;
    font-weight:700;
    text-transform:capitalize;
}
.testimonial-section .testimonial-item{
    text-align:center;
    max-width:900px;
    margin:auto;
}
.testimonial-section .testimonial-item h3{
    color:#333;
    font-size:25px;
    font-weight:600;
    margin-bottom:25px;
}
.testimonial-section .testimonial-item p{
    font-size:20px;
    color:#444;
    line-height:1.8;
    margin-bottom:25px;
}
.testimonial-section .testimonial-item h4{
    font-size:20px;
    color:#333;
    font-weight:700;
}
.testimonial-section .rating{
    color:#ffb400;
    font-size:30px;
    margin:15px 0;
    letter-spacing:5px;
}
.testimonial-section .testimonial-item span{
    color:#555;
    font-size:20px;
}
.testimonial-section .testimonial-slider .owl-nav button{
    position:absolute;
    top:40%;
    transform:translateY(-50%);
    background:none !important;
}
.testimonial-section .testimonial-slider .owl-prev{
    left:-60px;
}
.testimonial-section .testimonial-slider .owl-next{
    right:-60px;
}
.testimonial-section .testimonial-slider .owl-nav span{
    font-size:60px;
    color:#0B2F50;
}
.testimonial-section .testimonial-slider .owl-dots{
    margin-top:40px;
    text-align: center;
}
.testimonial-section .testimonial-slider .owl-dot {
    display: inline-block;
    margin: 0 6px;
}
.testimonial-section .testimonial-slider .owl-dot span{
    width: 14px;
    height: 14px;
    background: #bdbdbd;
    border-radius: 50%;
    display: block;
    transition: all .3s;
}
.testimonial-section .testimonial-slider .owl-dot.active span{
    background:#0B2F50 !important;
}
.testimonial-section .testimonial-slider .owl-dot:hover span {
    background: #0B2F50;
}

@media (max-width:767px){
    .testimonial-section .testimonial-title h2 {
        padding: 20px 20px;
        font-size: 25px;
        line-height: 1.5;
    }
}

.gallery-section {
    padding:80px 0;
    background:#f5f5f5;
    position: relative;
}
.gallery-section h2{
    color:#0B2F50;
    font-size:30px;
    font-weight:700;
    margin-bottom:50px;
}
.gallery-section .gallery-slider .item{
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery-section .gallery-slider img{
    width:100%;
    object-fit:cover;
    transition:.4s;
    border-radius: 20px;
}
.gallery-section .gallery-item::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.65);
    opacity:0;
    transition:.3s;
}
.gallery-section .gallery-icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(.6);
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.3s;
}
.gallery-section .gallery-icon i{
    color:#0B2F50;
    font-size:26px;
}
.gallery-section .gallery-item:hover::before{
    opacity:1;
}
.gallery-section .gallery-item:hover::before{
    opacity:1;
}
.gallery-section .gallery-slider .item:hover img{
    transform:scale(1.08);
}
.gallery-section .gallery-slider .owl-nav{
    position: absolute;
    top: 35%;
    left: -70px;
    right: -70px;
    transform: translateY(-50%);
    margin-top: 0;
    pointer-events: none;
}
.gallery-section .gallery-slider .owl-nav button{
    margin:0 8px;
}
.gallery-section .gallery-slider .owl-prev,
.gallery-section .gallery-slider .owl-next{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
    pointer-events: auto;
}
.gallery-section .gallery-slider .owl-prev{
    left: 0;
}
.gallery-section .gallery-item{
    position:relative;
    display:block;
    overflow:hidden;
}
.gallery-section .gallery-item:hover .gallery-icon{
    opacity:1;
    transform:translate(-50%,-50%) scale(1);
}
.gallery-section .gallery-slider .owl-next{
    right: 0;
}
.gallery-section .gallery-slider .owl-prev i,
.gallery-section .gallery-slider .owl-next i{
    font-size: 24px;
    color: #0B2F50;
    line-height: 50px;
}
.gallery-section .gallery-slider .owl-dots{
    text-align:center;
    margin-top:25px;
}
.gallery-section .gallery-slider .owl-dot{
    display:inline-block;
}
.gallery-section .gallery-slider .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    background:#bdbdbd;
    display:block;
    border-radius:50%;
    transition:.3s;
}
.gallery-section .gallery-slider .owl-dot.active span{
    background:#0B2F50;
}
.gallery-section .gallery-slider .owl-dot:hover span{
    background:#0B2F50;
}

.homeabout .content-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.homeabout .content-box ul {
    margin-bottom: 0px;
}
.homeabout .content-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.homeabout .content-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0B2F50;
}
.homeabout .content-box h3 {
    font-size: 20px;
    font-weight: 500;
}
.homeabout .content-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

@media (max-width:767px){
    .homeabout .content-box h2 {
        font-size: 25px;
        line-height: 1.5;
    }
}

.why-choose {
    background:#fff;
}
.why-choose .section-title h2{
    background: #0B2F50;
    color: #fff;
    display: inline-block;
    padding: 20px 100px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}
.why-choose .choose-box{
    background:#e8e8e8;
    height:220px;
    text-align:center;
    padding:35px 20px 25px;
    border-radius:4px;
    box-shadow:0 8px 18px rgba(0,0,0,.18);
    transition:.3s;
}
.why-choose .choose-box:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 24px rgba(0,0,0,.25);
}
.why-choose .icon-box{
    width:105px;
    height:105px;
    background:#17395c;
    border-radius:50%;
    margin:0 auto 30px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.why-choose .icon-box i{
    color:#fff;
    font-size:42px;
}
.why-choose .choose-box h5{
    font-size: 20px;
    font-weight: 600;
    color:#333;
    margin:0;
}

@media(max-width:991px){
    .why-choose .section-title h2{
        font-size:30px;
    }
    .why-choose .choose-box{
        height:auto;
        padding:30px 20px;
    }
    .why-choose .choose-box h5{
        font-size:24px;
    }
}

@media(max-width:576px){
    .why-choose .section-title h2{
        font-size:28px;
        padding:15px;
    }
    .why-choose .icon-box{
        width:90px;
        height:90px;
    }
    .why-choose .icon-box i{
        font-size:36px;
    }
    .why-choose .choose-box h5{
        font-size:22px;
    }
}

.homereviews {
    padding: 60px 0px;
}

.inner-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    max-height: 650px;
    height: 30vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-banner .banner-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-banner .banner-title {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px 30px;
    font-size: 35px;
    font-weight: 700;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

@media (max-width:991px) {
    .inner-banner {
        height: 30vw;
    }
    .inner-banner .banner-title {
        font-size: 30px;
        padding: 15px 30px;
    }
}

@media (max-width:767px) {
    .inner-banner {
        height: 30vw;
    }
    .inner-banner .banner-title {
        font-size: 25px;
        padding: 15px 30px;
    }
}

.bloglist {
    padding: 60px;
}
.bloglist .blog-card {
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}
/*.bloglist .blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.15);
}*/
.bloglist .blog-image{
    overflow:hidden;
}
.bloglist .blog-image img{
    width:100%;
    aspect-ratio:16/10;
    object-fit:cover;
    transition:.4s;
}
.bloglist .blog-card:hover img{
    transform:scale(1.08);
}
.bloglist .blog-content{
    padding:20px 25px;
}
.bloglist .blog-date{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#777;
    font-size:14px;
    margin-bottom:15px;
}
.bloglist .blog-content h3, .bloglist .blog-content h3 a {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
    min-height: 60px;
    text-decoration: none;
    color: #0b2d53;
}
.bloglist .blog-content p{
    color:#666;
    line-height:1.8;
    font-size: 15px;
    margin-bottom:25px;
}
.bloglist .read-more{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#0B2F50;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}
.bloglist .read-more:hover{
    gap:16px;
    color:#0a58ca;
}
.bloglist .wp-pagenavi a, .bloglist .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #0B2F50;
  padding: 5px 10px;
  margin: 10px;
  border-radius: 10px;
  color: #0B2F50;
}

.free-quote-form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}
.free-quote-form .free-quote-left,
.free-quote-form .free-quote-right{
    min-width:0;
}
.free-quote-form .free-quote-left p{
    margin-bottom:18px;
}
.free-quote-form .free-quote-left input,
.free-quote-form .free-quote-left textarea{
    width:100%;
    padding:14px 16px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:16px;
    transition:.3s;
    box-sizing:border-box;
    margin-bottom: 10px;
}
.free-quote-form .free-quote-left textarea{
    min-height:220px;
    resize:vertical;
}
.free-quote-form .free-quote-left input:focus,
.free-quote-form .free-quote-left textarea:focus{
    border-color:#0d6efd;
    outline:none;
    box-shadow:0 0 0 3px rgba(13,110,253,.15);
}
.free-quote-form .free-quote-right{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    align-items:flex-start;
}
.free-quote-form .service-column{
    width:100%;
}
.free-quote-form .service-column h4{
    font-size:22px;
    margin-bottom:15px;
    color:#183863;
    font-weight:600;
}
.free-quote-form .free-quote-right .wpcf7-list-item{
    display:block;
    margin-bottom:12px;
}
.free-quote-form .free-quote-right label{
    display:flex;
    align-items:flex-start;
    gap:8px;
    cursor:pointer;
    font-size:15px;
    line-height:1.5;
    color:#444;
}
.free-quote-form .free-quote-right input[type="checkbox"]{
    margin-top:3px;
    flex-shrink:0;
}
.free-quote-submit{
    width:100%;
    text-align:center;
    margin-top:0px;
}
.free-quote-submit input[type="submit"]{
    background:#0b2d53;
    color:#fff;
    border:none;
    padding:15px 45px;
    font-size:17px;
    border-radius:50px;
    cursor:pointer;
    transition:.3s;
    font-weight: bold;
}
.free-quote-submit input[type="submit"]:hover{
    background:#084298;
}
.wpcf7-not-valid-tip{
    font-size:13px;
    margin-top:5px;
}
.wpcf7-spinner{
    display:block;
    margin:15px auto 0;
}

@media (max-width:991px){
    .free-quote-form{
        grid-template-columns:1fr;
    }
    .free-quote-form .free-quote-right{
        grid-template-columns:1fr;
        gap:20px;
    }
    .free-quote-submit input[type="submit"]{
        width:100%;
        margin-top: 20px;
    }
    .free-quote-form .free-quote-left p {
      margin-bottom: 0px;
    }
}

.profile-section .gallery-item{
    position:relative;
    cursor:pointer;
    overflow:hidden;
    border-radius:10px;
    z-index:1;
	border: 2px solid #F8F9FA;
}
.profile-section .gallery-img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.4s;
}
.profile-section .gallery-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.3s;
    pointer-events: none;
}
.profile-section .gallery-overlay i{
    color:#fff;
    font-size:40px;
    transform:scale(.5);
    transition:.3s;
}
.profile-section .gallery-item:hover .gallery-overlay{
    opacity:1;
}
.profile-section .gallery-item:hover .gallery-overlay i{
    transform:scale(1);
}
.profile-section .gallery-img:hover{
    transform:scale(1.03);
    box-shadow:0 8px 20px rgba(0,0,0,.25);
}
#galleryModal{
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#galleryModal .modal-content{
    background: transparent;
    box-shadow: none;
    border: 0;
    overflow: hidden;
}
#galleryModal .modal-body{
    overflow: hidden;
    padding: 0;
    text-align: center;
}
#galleryModal .modal{
    z-index: 99999 !important;
}
#galleryModal .modal-backdrop{
    z-index: 99998 !important;
}
#galleryModal .modal-dialog{
    z-index: 100000 !important;
    max-width: 90%;
    margin: 1.75rem auto;
}
#galleryModal .modal-content img{
    width:100%;
    max-height:85vh;
    object-fit:contain;
}
#galleryModal .btn-close{
    opacity:1;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999999;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}
.modal-backdrop.show {
    opacity: 0.8 !important;
}

.single-post h1 {
    color: #0b2d53;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
}
.single-post .blogdate {
    color: #0b2d53;
    font-weight: 600;
    font-size: 20px;
}
.single-post h2, .error404 h2 {
    color: #0b2d53;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}
.single-post h3 {
    font-weight: 500;
    font-size: 18px;
}
.single-post table:not(.variations) {
  border: 1px solid #eee;
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
}
.single-post table:not(.variations) {
  text-align: left;
}
.single-post thead th, .single-post tr th {
  color: #555;
  font-weight: 700;
  padding: 9px 24px;
}
.single-post tr td {
  border-top: 1px solid #eee;
  padding: 6px 24px;
}

.contact-page h2 {
    margin-bottom: 20px;
    color: #0b2d53;
    font-weight: 700;
}
.contact-page .cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
}
.contact-page .cf7-col {
    flex: 1;
}
.contact-page .cf7-col.full {
    width: 100%;
}
.contact-page .cf7-col .wpcf7-form-control {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
}
.contact-page .wpcf7 textarea {
    height: 150px;
}
.contact-page .wpcf7-submit {
    background: #0b2d53 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 45px !important;
    font-size: 17px !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: .3s !important;
    font-weight: bold !important;
    width: auto !important;
}
.contact-page .wpcf7-submit:hover {
    background: #084298 !important;
}

@media (max-width: 768px) {
    .contact-page .cf7-row {
        flex-direction: column;
        gap: 15px;
    }
}

.contact-info{
    background:#d9d9d9;
}
.contact-info .section-title{
    color: #0b2d53;
    font-weight: 700;
    font-size: 30px;
}
.contact-info .info-box{
    background:#173b60;
    color:#fff;
    text-align:center;
    padding:50px 35px;
    height:100%;
    transition:.3s;
}
.contact-info .red-box{
    background:#ff0a00;
}
.contact-info .info-box i{
    font-size:55px;
    margin-bottom:30px;
}
.contact-info .info-box h4{
    font-size:28px;
    font-weight:600;
    margin-bottom:20px;
}
.contact-info .info-box p,
.contact-info .info-box a{
    color:#fff;
    font-size:18px;
    line-height:1.8;
    text-decoration:none;
}
.contact-info .info-box:hover{
    transform:translateY(-8px);
}

@media (max-width:991px){
    .contact-info .section-title{
        font-size:34px;
    }
    .contact-info .info-box{
        padding:40px 25px;
    }
}

@media (max-width:767px){
    .contact-info .section-title{
        font-size:28px;
        margin-bottom:40px;
    }
    .contact-info .info-box{
        padding:35px 20px;
    }
    .contact-info .info-box h4{
        font-size:24px;
    }
    .contact-info .info-box p,
    .contact-info .info-box a{
        font-size:16px;
    }
    .contact-info .info-box i{
        font-size:45px;
    }
}

.blog-sidebar {
    position: sticky;
    top: 30px;
}
.blog-sidebar .sidebar-widget{
    background:#fff;
    border-radius:12px;
    padding:25px;
    margin-bottom:30px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}
.blog-sidebar .search-form{
    display:flex;
    align-items:center;
    gap:12px;
}
.blog-sidebar .search-field{
    flex:1;
    height:52px;
    padding:0 18px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    font-size:16px;
    color:#333;
    background:#fff;
    transition:all .3s ease;
}
.blog-sidebar .search-field::placeholder{
    color:#999;
}
.blog-sidebar .search-field:focus{
    outline:none;
    border-color:#0d4a87;
    box-shadow:0 0 0 4px rgba(13,74,135,.12);
}
.blog-sidebar .search-submit{
    height:52px;
    padding:0 26px;
    border:none;
    border-radius:10px;
    background:#0d4a87;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}
.blog-sidebar .search-submit:hover{
    background:#072f57;
    transform:translateY(-2px);
}
.blog-sidebar .search-submit:active{
    transform:translateY(0);
}

@media (max-width:576px){
    .blog-sidebar .search-form{
        flex-direction:column;
    }
    .blog-sidebar .search-field,
    .blog-sidebar .search-submit{
        width:100%;
    }
}

.blog-sidebar .recent-post-widget h3{
    color: #0b2d53;
    font-weight: 700;
    font-size: 30px;
}
.blog-sidebar .recent-posts{
    list-style:none;
    padding:0;
    margin:0;
}
.blog-sidebar .recent-posts li{
    padding:20px 0;
    border-bottom:1px solid #ececec;
}
.blog-sidebar .recent-posts li:first-child{
    padding-top:0;
}
.blog-sidebar .recent-posts li:last-child{
    border-bottom:none;
    padding-bottom:0;
}
.blog-sidebar .recent-posts a{
    display:block;
    color: #0b2d53;
    font-weight: 600;
    font-size: 20px;
    text-decoration:none;
    line-height:1.45;
    transition:.3s;
}
.blog-sidebar .recent-posts span{
    display:inline-block;
    margin-top:10px;
    font-size:15px;
    color:#888;
}

@media(max-width:768px){
    .blog-sidebar .sidebar-widget{
        padding:20px;
    }
    .blog-sidebar .recent-post-widget h3{
        font-size:28px;
    }
    .blog-sidebar .recent-posts a{
        font-size:20px;
    }
}

.categorybottom h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0B2F50;
    margin-bottom: 20px;
}
.categorybottom .content-box ul {
    margin-bottom: 0px;
}
.categorybottom .content-box h3 {
    font-size: 20px;
    font-weight: 500;
}
.categorybottom .content-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

@media (max-width:767px){
    .categorybottom .content-box h2 {
        font-size: 25px;
        line-height: 1.5;
    }
}

.color-section {
    background: #fff;
    text-align: center;
}
.color-section h2 {
    color: #0b2d53;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}
.color-section .color-item span {
    font-weight: bold;
    margin-top: 10px;
    display: block;
    font-size: 14px;
}
.color-section .color-item img {
    border-radius: 10px;
    border: 2px solid #F8F9FA;
    width: 100%;
    object-fit: cover;
    transition: .4s;
}

.bottom-action-bar {
    position: static;
}
@media (max-width: 767px) {
    .bottom-action-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        display: flex;
        background: #000;
    }
    .bottom-action-bar a {
        flex: 1;
        text-align: center;
        padding: 15px;
        color: #fff;
        text-decoration: none;
        border-right: 1px solid #444;
        font-weight: bold;
    }

    .bottom-action-bar a:last-child {
        border-right: none;
    }
    body {
        padding-bottom: 50px !important;
    }
}