/* ============================================
   RESPONSIVE.CSS - All Media Queries
   ============================================ */

/* ============================================
   GLOBAL RESPONSIVE
   ============================================ */
@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu,
    .btn-group:hover .dropdown-menu {
        display: block;
    }
    
    .dropdown-menu {
        margin-top: 0;
    }
    
    .dropdown-toggle {
        margin-bottom: 2px;
    }
    
    .navbar .dropdown-toggle,
    .nav-tabs .dropdown-toggle {
        margin-bottom: 0;
    }
    
    .footer:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 20%;
        height: 100%;
        background: rgba(0, 0, 0, 1);
        z-index: 1;
    }
    
    .psacp-post-slider-wrap .owl-prev {
        left: -35px !important;
    }
    
    .psacp-post-slider-wrap .owl-next {
        right: -35px !important;
        position: absolute;
    }
}

@media (min-width: 768px) {
    .psacp-post-slider-wrap .psacp-post-img-bg {
        height: 50vh !important;
    }
    
    .e-con > .e-con-inner {
        width: 750px !important;
    }
}

@media (min-width: 992px) {
    .e-con > .e-con-inner {
        width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .e-con > .e-con-inner {
        width: 1170px !important;
    }
}

/* ============================================
   HOMEPAGE RESPONSIVE
   ============================================ */
@media screen and (min-width: 480px) {
    #myCarousel .carousel-item img {
        height: 65vh !important;
        float: inline-end !important;
    }
}

@media screen and (min-width: 768px) {
    #myCarousel .carousel-item h1 {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        padding-top: 60px !important;
    }
    
    main #sec-1 .row {
        height: 85vh;
    }
    
    main #sec-1 .fa-angle-double-down {
        bottom: 50px !important;
    }
    
    .psacp-col-left {
        margin-bottom: 160px !important;
        width: 50vw;
    }
    
    .psacp-col-right {
        width: 70vw;
    }
    
    .psacp-post-slide {
        padding: 0px 45px !important;
    }
    
    .owl-stage-outer {
        margin-bottom: -65px !important;
    }
    
    .psacp-post-slider-wrap .owl-dots {
        width: 100%;
        z-index: 9999;
        text-align: left !important;
        padding-left: 45px !important;
        position: relative !important;
    }
    
    .urefu .container .row .col-md-5,
    .urefu .container .row .col-md-6 {
        margin-top: 80px !important;
    }
    
    .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap {
        width: 90px !important;
        height: 90px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .psacp-col-left {
        margin-bottom: 160px !important;
    }
    
    .psacp-col-left {
        width: 50vw;
    }
    
    .psacp-col-right {
        width: 70vw;
    }
    
    .psacp-post-slide {
        padding: 0px 45px !important;
    }
    
    .owl-stage-outer {
        margin-bottom: -65px !important;
    }
    
    .psacp-post-slider-wrap .owl-dots {
        width: 100%;
        z-index: 9999;
        text-align: left !important;
        padding-left: 45px !important;
        position: relative !important;
    }
}

/* ============================================
   TABLET RESPONSIVE
   ============================================ */
@media screen and (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 50%;
    }
    
    #basicSlider .MS-content .item {
        width: 25%;
    }
    
    .request {
        color: white;
        background: #ec5f02;
        padding: 10px 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .request:hover {
        color: #ec5f02;
        background: transparent;
        border: 2px solid #ec5f02;
        padding: 10px 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .request i {
        border: 2px solid #fff;
    }
    
    .request:hover i {
        border: 2px solid #ec5f02;
    }
    
    .wpra-item-list {
        list-style: none;
        display: block !important;
        width: 100%;
    }
    
    .urefu {
        min-height: 800px;
    }
    
    .carousel-item .urefu .container {
        padding-top: 130px !important;
    }
    
    main #sec-1 .fa-angle-double-down {
        bottom: 20px !important;
    }
    
    label .fas, label .far, label .fa {
        color: #f8ae45;
        float: left;
        padding: 6.5px;
        width: 19% !important;
        background: #FFF;
        text-align: center;
    }
    
    button {
        outline-color: transparent !important;
    }
    
    #quotebutton {
        min-height: 80px;
    }
    
    .requestquote .row:after {
        width: 80%;
    }
    
    .requestquote .row:before {
        bottom: -20px;
        width: 80%;
    }
    
    .text2 h2 {
        text-align: center !important;
        padding-right: 0;
    }
    
    .float-md-right {
        float: right !important;
        font-size: 16px !important;
        display: block !important;
    }
    
    .float-md-left {
        font-size: 16px !important;
    }
    
    .custom .gm-menu-item__txt p {
        display: none !important;
    }
}

@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 50%;
    }
    
    #basicSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }
}

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */
@media screen and (max-width: 768px) {
    main #sec-4 .company-logos {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .navbar .navbar-brand img {
        width: 218px;
    }
    
    .psacp-post-slider-wrap.psacp-design-2 .psacp-post-slide {
        display: flex;
        flex-direction: column-reverse !important;
    }
    
    .psacp-col-right:after {
        height: 145px !important;
        width: 150px !important;
    }
    
    .wpcf7-list-item {
        display: inline-block;
        margin: 0 0 0 1em;
        width: 100% !important;
    }
    
    #mixedSlider .MS-content .item {
        width: 100%;
    }
    
    #basicSlider .MS-content .item {
        width: 50%;
    }
    
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }
    
    #mixedSlider .MS-controls .MS-left {
        left: -10px;
    }
    
    #mixedSlider .MS-controls .MS-right {
        right: -10px;
    }
    
    .carousel-control-prev:after,
    .carousel-control-next:after {
        width: 33px !important;
        height: 33px !important;
    }
    
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 15px !important;
        height: 15px !important;
    }
    
    .urefu {
        min-height: 200px !important;
    }
    
    .psacp-post-slider-wrap.psacp-design-2 .psac-post-image-bg {
        height: 200px !important;
    }
    
    .psacp-post-grid,
    .psacp-post-slide {
        margin-bottom: 0px !important;
    }
    
    #myCarousel .carousel-item img {
        height: auto !important;
    }
    
    .list li ul li img {
        padding: 0px 5px !important;
        height: 25px !important;
    }
    
    .eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap {
        width: 50px !important;
        height: 50px !important;
    }
    
    .custom .gm-menu-item__txt p {
        display: none !important;
    }
}

@media (max-width: 768px) {
    main #sec-4 .company-logos {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .navbar .navbar-brand img {
        width: 218px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }
    
    #basicSlider .MS-content .item {
        width: 35%;
    }
    
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }
    
    #mixedSlider .MS-controls .MS-left {
        left: -10px;
    }
    
    #mixedSlider .MS-controls .MS-right {
        right: -10px;
    }
}

/* ============================================
   SMALL MOBILE RESPONSIVE
   ============================================ */
@media (max-width: 576px) {
    main #sec-4 .company-logos {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .navbar .navbar-brand img {
        width: 218px;
    }
}

@media (max-width: 500px) {
    #basicSlider .MS-content .item {
        width: 50%;
    }
}

/* ============================================
   PSAC RESPONSIVE
   ============================================ */
@media screen and (max-width: 768px) {
    .psacp-post-slider-wrap.psacp-design-2 .psacp-post-slide {
        display: flex;
        flex-direction: column-reverse !important;
    }
}

/* ============================================
   MIXED SLIDER RESPONSIVE (DUPLICATES KEPT)
   ============================================ */
@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -10px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -10px;
    }
}

/* ============================================
   BASIC SLIDER RESPONSIVE (DUPLICATES KEPT)
   ============================================ */
@media (max-width: 991px) {
    #basicSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 767px) {
    #basicSlider .MS-content .item {
        width: 35%;
    }
}

@media (max-width: 500px) {
    #basicSlider .MS-content .item {
        width: 50%;
    }
}