﻿/*#region Master*/
:root {
    --main-colour: #374b92;
    --text-black: #1c1c1c;
    --text-gray: #5c5c5c;
    --green-colour: #a8cf45;
    --screen-sm-padding: 45px 0;
    --screen-lg-padding: 75px 0;
}

body {
    position: relative;
    padding: 0;
    text-rendering: optimizeSpeed;
    color: var(--text-black);
    font-size: 14px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

a, input {
    outline: 0;
    text-decoration: none;
}

    /* Change Autocomplete styles in Chrome*/
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-text-fill-color: #353535;
        -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
        transition: background-color 5000s ease-in-out 0s;
    }

a {
    color: var(--main-colour);
}

    a:hover {
        text-decoration: none;
        color: var(--main-colour);
    }

ul {
    list-style: none;
}

p {
    font-size: 14px;
}

.modal-loading {
    position: fixed;
    z-index: 1056;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background-color: Black;
    opacity: 0.85;
    -moz-opacity: 0.85;
}


#Progress {
    position: fixed;
    width: 64px;
    height: 64px;
    text-align: center;
    z-index: 1058;
    top: 40%;
    margin: 0 auto;
    display: flex;
    left: 0;
    right: 0;
    color: #fff;
}

#back-top {
    bottom: 1.2rem;
    margin: 0;
    position: fixed;
    right: 1rem;
    z-index: 99999;
}

    #back-top a {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
        height: 40px;
        text-decoration: none;
        width: 40px;
        transition: all 200ms linear 0s;
        border-radius: 10px;
        align-items: center;
        display: grid;
    }

        #back-top a:hover, #back-top a:active {
            background-color: var(--main-colour);
            color: var(--text-black);
        }

        #back-top a i {
            color: #fff;
            display: block;
            font-size: 15px;
            margin: 0 auto;
            text-align: center;
        }

.back-top-captcha {
    bottom: 6.5rem !important;
}

.btn-main {
    background-color: var(--main-colour);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 15px 25px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn-main:hover {
        border-color: var(--main-colour);
        background-color: #fff;
        outline: 0;
        color: var(--main-colour) !important;
    }

.cursor-pointer {
    cursor: pointer;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: var(--green-colour);
    opacity: 1;
}

.form-switch .form-check-input {
    margin-top: 2.3px !important;
    width: 2.2em;
    height: 1.2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(69, 85, 96,1)'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: var(--green-colour) !important;
    border-color: #fff !important;
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255, 255, 255,1)'/%3e%3c/svg%3e");
}

.section-title {
    margin-bottom: 20px;
}

    .section-title h2 {
        font-size: 14px !important;
        font-weight: 500 !important;
        padding: 0;
        margin: 0 0 5px 0;
        text-transform: uppercase;
        color: #aaaaaa;
        margin-bottom: 10px;
    }

        .section-title h2:after {
            content: "";
            width: 120px;
            height: 4px;
            display: inline-block;
            background: var(--main-colour);
            margin: 2px 10px;
        }

    .section-title p {
        margin: unset;
        font-size: 22px !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        color: var(--text-black);
    }

    .section-title span {
        color: var(--main-colour);
    }

.icon-content {
    display: flex;
    margin-bottom: 20px;
    transition: 0.5s;
}

.item-icon {
    height: 60px;
    width: 60px;
    border: none;
    font-size: 22px;
    flex: none;
    color: white;
    transition: 0.5s;
    text-align: center;
    margin-right: 20px;
    border-radius: 50%;
    background: var(--main-colour);
}

    .item-icon i {
        width: 22px;
        height: 22px;
    }


.icon-content .info-content h5 {
    color: var(--main-colour);
}

.icon-content .info-content p {
    margin: unset;
}

.bg-light-blue {
    background-color: #f8f9fa;
}

/*#endregion*/

/*#region Header*/

header {
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid #e8e8e1;
    padding: 5px 0;
}

    header .header-icon {
        font-size: 14px;
        padding: 8px 12px;
        color: var(--main-colour);
        transition: all 300ms linear 0s;
    }

        header .header-icon:hover {
            text-decoration: none;
            color: var(--text-gray);
        }

        header .header-icon i {
            height: 17px;
            width: 17px;
        }

/*#endregion*/

/*#region Navbar*/

.navbar {
    padding: 15px 0;
}

    .navbar .navbar-brand {
        padding: unset;
    }

        .navbar .navbar-brand img {
            max-width: 225px;
        }

.navbar-toggler {
    margin-left: 5px;
}

#mobile_Navbar {
    width: 350px;
}

    #mobile_Navbar .btn-close {
        height: 28px;
        width: 28px;
        color: var(--text-black);
        font-size: 12px;
    }

    #mobile_Navbar .offcanvas-header {
        padding: 20px 0 !important;
        border-bottom: 1px solid #e8e8e1;
        margin: 0 20px;
    }

        #mobile_Navbar .offcanvas-header .offcanvas-title {
            color: var(--text-black);
            font-size: 18px;
        }

    #mobile_Navbar .offcanvas-body {
        padding: 0px !important;
    }

    #mobile_Navbar .nav-item {
        position: relative;
        display: block;
    }

        #mobile_Navbar .nav-item::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 20px;
            right: 20px;
            border-bottom: 1px solid;
            border-bottom-color: currentcolor;
            border-bottom-color: #e8e8e1;
        }

        #mobile_Navbar .nav-item .nav-link {
            color: var(--text-black);
            font-size: 16px;
            flex: 1 1 auto;
            word-break: break-word;
            padding: 15px 20px;
        }

.item-collapse {
    flex: 0 1 auto;
}

.btn-toggle {
    background: none;
    border: none;
    border-left: 1px solid #e8e8e1;
    display: inline-block;
    position: relative;
    color: var(--gray-text);
    height: 60%;
    padding: 0 30px;
    margin: 20% 0;
    border-radius: 0;
}

    .btn-toggle span {
        right: 25px;
        display: block;
        position: absolute;
        top: 50%;
        width: 15px;
        height: 15px;
        transform: translateY(-50%);
    }

        .btn-toggle span i {
            display: block;
            width: 15px;
            height: 15px;
            transition: all .1s ease-in;
        }

#mobile_Navbar .menu-item-link {
    color: var(--text-gray);
    display: block;
    flex: 1 1 auto;
    font-size: 14px;
    padding: 7.5px 25px 7.5px 20px;
}

.sticky-nav-top {
    position: sticky;
    z-index: 1020;
}


/*#endregion*/

/*#region Banner*/

.banner .carousel {
    height: 625px;
}

.banner .carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-position: 32%;
    background-size: cover;
    background-image: url(../media/banner.jpg);
}

    .banner .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        background-color: #000;
        opacity: 0.5;
    }

.banner .carousel-caption {
    left: 5%;
    text-align: left;
    z-index: 3;
    top: 15%;
    z-index: 999;
}

    .banner .carousel-caption label, .banner .carousel-caption p {
        font-size: 20px;
        font-weight: 500;
    }

    .banner .carousel-caption h1 {
        font-size: 40px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 15px;
    }

    .banner .carousel-caption i {
        font-size: 14px;
        margin: 0 10px;
    }

    .banner .carousel-caption h1 i:first-child {
        color: var(--main-colour);
    }

    .banner .carousel-caption h1 i:last-child {
        color: var(--green-colour);
    }

.banner .btn-main:hover {
    border-color: #fff;
    background-color: transparent;
    outline: 0;
    color: #fff !important;
}


/*#endregion*/

/*#region Banner 2*/

.banner-2 {
    height: auto !important;
    position: relative;
    background-color: var(--text-black);
}

    .banner-2 .bottom-banner-item {
        display: flex;
        min-height: 365px;
    }

    .banner-2 .bottom-banner-bg {
        position: absolute;
        height: 100%;
    }

    .banner-2 .bottom-banner-content {
        padding: 1.5em;
        align-self: center;
        background: #ffffff;
        z-index: 4;
        border-radius: 5px;
        margin-left: auto !important;
        opacity: 0.9;
    }

    .banner-2 .banner-text label {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .banner-2 .banner-text p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 15px;
        color: var(--text-gray);
    }

    .banner-2 .banner-text h5 {
        font-size: 16px;
        font-weight: 800;
        color: var(--main-colour);
        margin-bottom: 5px;
    }

    .banner-2 .banner-text i {
        font-size: 14px;
        margin: 0 10px;
    }

    .banner-2 .banner-text h5 i:first-child {
        color: var(--text-gray);
    }

    .banner-2 .banner-text h5 i:last-child {
        color: var(--green-colour);
    }

/*#endregion*/

/*#region About*/

/*#region Service Contact Form*/

.about .service-contact {
    padding: var(--screen-sm-padding);
}

.about .service-info {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 30px 50px rgba(18, 38, 63, 0.08);
    border: 1px solid rgba(55, 75, 146, 0.08);
}

    .about .service-info .lead {
        font-size: 16px;
        color: var(--text-black);
        margin-bottom: 20px;
    }

.about .benefit-card {
    display: flex;
    gap: 12px;
    padding: 15px;
    border-radius: 16px;
    border: 1px solid rgba(28, 28, 28, 0.06);
    background-color: #fdfdff;
}

    .about .benefit-card h6 {
        margin-bottom: 6px;
        font-weight: 600;
        color: var(--main-colour);
    }

    .about .benefit-card p {
        margin: 0;
        color: var(--text-gray);
    }

.about .benefit-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--main-colour), #4e63b9);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/*#endregion*/

/*#endregion*/

/*#region Racking*/

/*#region Banner*/

.racking-page .banner .carousel-item {
    background-image: url(../media/racking/banner.jpg);
}

/*#endregion*/

/*#endregion*/

/*#region Selving*/

.shevling-page .shevling-banner .carousel {
    height: 720px;
}

.shevling-page .banner .carousel-item {
    background-image: url(../media/selving/banner.jpg);
}

/*#endregion*/

/*#region Mezzanine*/

.mezzanine-page .banner .carousel-item {
    background-image: url(../media/mezzanine/banner.jpg);
}

/*#endregion*/

/*#region Fencing*/

.fencing-page .banner .carousel-item {
    background-image: url(../media/fencing/banner.jpg);
}

/*#endregion*/

/*#region Design*/

.design-page .feature-card {
    display: flex;
    gap: 15px;
    padding: 25px;
    border-radius: 18px;
    border: 1px solid rgba(28, 28, 28, 0.04);
    box-shadow: 0 20px 45px rgba(18, 38, 63, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .design-page .feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 25px 55px rgba(18, 38, 63, 0.12);
    }

    .design-page .feature-card p:last-child {
        margin: unset;
    }

.design-page .feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--main-colour), #4e63b9);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

/*#endregion*/

/*#region Info Section 1*/

.info-section {
    padding: var(--screen-sm-padding);
}

    .info-section .info-image-container {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
    }

        .info-section .info-image-container img {
            width: 100%;
            transition: transform 0.5s ease;
        }

        .info-section .info-image-container .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(55, 75, 146, 0.9);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            padding: 20px;
            text-align: center;
        }

            .info-section .info-image-container .image-overlay h4 {
                color: #fff;
                font-size: 20px;
                font-weight: 600;
                margin-bottom: 10px;
                transform: translateY(20px);
                transition: transform 0.3s ease;
            }

            .info-section .info-image-container .image-overlay p {
                color: #fff;
                font-size: 14px;
                margin: 0;
                transform: translateY(20px);
                transition: transform 0.3s ease;
                transition-delay: 0.1s;
            }

        .info-section .info-image-container:hover img {
            transform: scale(1.1);
        }

        .info-section .info-image-container:hover .image-overlay {
            opacity: 1;
        }

            .info-section .info-image-container:hover .image-overlay h4,
            .info-section .info-image-container:hover .image-overlay p {
                transform: translateY(0);
            }

/*#endregion*/

/*#region Info Section 4*/

.info-section-4 {
    padding: var(--screen-sm-padding);
    background-color: #edf0fa;
}

    .info-section-4 .icon-content span {
        font-weight: 600;
    }

    .info-section-4 .icon-content .info-content h5 {
        color: var(--main-colour);
    }

    .info-section-4 .icon-content {
        display: flex;
        margin-bottom: 20px;
        transition: 0.5s;
    }

    .info-section-4 .item-icon {
        height: 30px;
        width: 30px;
        color: var(--main-colour);
        background: transparent;
    }

        .info-section-4 .item-icon i {
            width: 22px;
            height: 22px;
        }

/*#endregion*/

/*#region Info Block 8*/

.info-block-8 {
    padding: var(--screen-sm-padding);
    background-color: #edf0fa;
}

    .info-block-8 .card h5 {
        color: #fff;
    }

    .info-block-8 .card {
        border-radius: 0;
        border: 0;
        overflow: hidden;
    }

        .info-block-8 .card::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: auto;
            background-color: #000;
            opacity: .25;
        }

        .info-block-8 .card .img-wrap {
            padding-bottom: 100%;
            position: relative;
            overflow: hidden;
            background: #ffffff;
        }

        .info-block-8 .card:hover .img-wrap {
            transform: scale(1.03);
            transition: all .8s ease;
        }

        .info-block-8 .card .card-img {
            border-radius: 0;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            object-position: center center;
        }

        .info-block-8 .card .card-img-overlay {
            border-radius: 0;
            top: unset;
            left: unset;
            z-index: 2;
        }

            .info-block-8 .card .card-img-overlay .card-title {
                color: #fff !important;
                font-size: 16px;
                letter-spacing: 0.35px;
                font-weight: 200;
                text-shadow: 0 0 50px #000;
                margin-bottom: 0;
                text-align: right;
            }

/*#endregion*/

/*#region Mid-Site Banner*/

.mid-site-banner {
    background-color: #393939;
}

    .mid-site-banner .padding-box {
        padding: var(--screen-sm-padding);
        text-align: center;
    }

    .mid-site-banner p {
        color: #fff;
        font-size: 35px;
    }

    .mid-site-banner span {
        color: var(--green-colour);
        font-weight: 800;
    }

    .mid-site-banner .authorised p {
        color: #fff;
        font-size: 14px;
    }

/*#endregion*/

/*#region Partner Block */

.partner-block {
    padding: var(--screen-sm-padding);
}

    .partner-block img {
        transition: 0.3s;
        filter: none;
        opacity: 1;
    }

/*#endregion */

/*#region Contact Us*/

.contactUs {
    padding: var(--screen-sm-padding);
}

    .contactUs .section-title {
        margin-bottom: 20px;
    }

    .contactUs .contact-form {
        padding: 25px;
        background-color: var(--green-colour);
    }

    .contactUs .section-title h2, .contactUs .section-title p, .contactUs .form-check-label {
        color: #fff;
    }

    .contactUs .section-title p {
        font-size: 22px !important;
    }

.message {
    height: 200px !important;
}

.contactUs .contact-form .form-check-label a {
    color: var(--text-gray);
}

.contactUs .form-control:focus {
    box-shadow: unset;
}

.contactUs .section-title h2::after {
    background: #fff;
}

.contactUs .btn-main {
    background-color: #fff;
    color: var(--green-colour);
    border: 1px solid transparent;
}

    .contactUs .btn-main:hover {
        background-color: transparent;
        color: #fff !important;
        border: 1px solid #fff;
    }

.contactImageCol {
    background-image: url(../media/contact-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: 60%;
}

.contact-form-thank-you {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    transition: opacity 0.3s ease-in-out;
}

    .contact-form-thank-you p {
        font-size: 40px;
    }

/*#endregion*/

/*#region Footer*/
.footer {
    padding-top: 25px;
    background-color: #ededed;
}

    .footer .container {
        padding-bottom: 25px;
    }

    .footer .footer-block img {
        width: 150px;
        margin-bottom: 15px;
    }

    .footer .footer-block h2 {
        font-size: 16px;
        font-weight: 700;
        color: var(--main-colour);
    }

    .footer .footer-block p {
        font-size: 13px;
        color: var(--text-black);
        margin: unset;
    }

    .footer .footer-block .quick-links {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .footer .footer-block .quick-links li {
            width: 100%;
            margin-bottom: 8px;
        }

            .footer .footer-block .quick-links li a {
                position: relative;
                color: var(--text-black);
                transition: 0.5s;
                font-size: 14px
            }

                .footer .footer-block .quick-links li a::before {
                    content: "\f061";
                    font-weight: 600;
                    font-size: 14px;
                    left: 0;
                    opacity: 0;
                    transition: 0.5s;
                    position: absolute;
                    font-family: "Font Awesome 7 Free";
                }

                .footer .footer-block .quick-links li a:hover {
                    padding-left: 20px;
                    font-weight: 500;
                    text-decoration: underline;
                    color: var(--main-colour);
                }

                    .footer .footer-block .quick-links li a:hover::before {
                        opacity: 1;
                    }

    .footer .copyright_area {
        background: #fff;
        color: var(--text-black);
        text-align: center;
        padding: 30px 15px;
        font-size: 12px;
    }

        .footer .copyright_area a {
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase;
            color: var(--main-colour);
            font-size: 12px;
        }

/*#endregion*/

/*#region Privacy Policy*/

.privacy {
    padding-top: 45px; /*80px for navbar height*/
    padding-bottom: 50px;
    position: relative;
}

    .privacy h2 {
        font-size: 30px;
        font-weight: bold;
        color: var(--normal-text-gray);
    }

    .privacy p {
        font-size: 16px;
        color: var(--text-grey);
    }

/*#endregion*/

/*#region Error*/

.error-page-1 {
    padding: 50px 0;
}

    .error-page-1 img {
        margin-bottom: 25px;
    }

    .error-page-1 h1 {
        font-size: 45px;
        font-weight: 800;
    }

    .error-page-1 h2 {
        font-size: 35px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .error-page-1 p {
        font-size: 14px;
    }

/*#endregion*/




/*RESPONSIVE STYLES PER BREAK POINT*/

/* SM Screen (600px and up) */
@media (min-width: 600px) {

    /*#region Banner*/

    .banner h1 {
        font-size: 46px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .banner p {
        font-size: 25px;
    }

    /*#endregion*/

}

/* MD Breakpoint (tablets, 768px and up) */
@media (min-width: 768px) {

    /*#region Banner*/

    .banner .carousel {
        height: 530px;
    }

    .banner .carousel-caption h1 {
        font-size: 32px;
    }

    .banner .carousel-caption label, .banner .carousel-caption p {
        font-size: 20px;
    }

    /*#endregion*/

    /*#region Banner 2*/

    .banner-2 .bottom-banner-content {
        padding: 2em;
        max-width: 400px;
        margin-bottom: 25px;
        opacity: 1;
    }

    .banner-2 .bottom-banner-bg .carousel .carousel-inner {
        padding: 2rem 0;
    }

    .banner-2 .bottom-banner-item {
        min-height: 385px;
    }

    .banner-2 .bottom-banner-bg {
        left: 5%;
    }

        .banner-2 .bottom-banner-bg img {
            height: 100%;
            border-radius: 20px;
        }

    /*#endregion*/

    /*#region Selving*/
    .shevling-page .shevling-banner .carousel {
        height: 530px;
    }

    /*#endregion*/

    /*#region Info Section*/

    .icon-content {
        margin-bottom: 15px;
    }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy h2 {
        font-size: 35px;
    }

    /*#endregion*/

}

/* MD Breakpoint (tablets, 768px and up) */
@media (min-width: 834px) {

    /*#region Banner*/

    .banner-2 .bottom-banner-bg {
        left: 8%;
    }

    /*#endregion*/
}

/* LG Breakpoint (tablets, 992px and up) */
@media (min-width: 992px) {

    /*#region Navbar*/

    .navbar {
        background: #ffffff;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
        padding: 1rem 0;
        transition: all 0.3s ease;
    }

        .navbar.sticky-nav-top {
            position: sticky;
            top: 0;
            z-index: 1030;
        }

    .navbar-nav {
        gap: 0.5rem;
    }

    .navbar .nav-link {
        color: var(--main-colour) !important;
        font-weight: 500;
        font-size: 16px;
        padding: 0.75rem 1.25rem !important;
        border-radius: 8px;
        transition: all 0.3s ease;
        border: unset;
    }

        .navbar .nav-link:hover {
            color: var(--main-colour);
            background-color: #f8f9fa;
            transform: translateY(-2px);
        }

        .navbar .nav-link.active {
            color: #fff !important;
            background-color: var(--main-colour);
        }

    .dropdown-big:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .navbar .dropdown-big {
        position: static;
    }

    .navbar .dropdown-menu-big {
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
        display: block;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        visibility: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        min-height: 250px;
        padding: 2rem 0;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        margin-top: 0;
        border-radius: 0;
    }

    .navbar .dropdown-big:hover .dropdown-menu-big,
    .navbar .dropdown-big .dropdown-menu-big:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .dropdown-menu-item {
        padding: 0 1rem;
    }

    .firstlevel-img {
        display: block;
        position: relative;
        transition: all 0.2s ease;
        margin-bottom: 15px;
    }

        .firstlevel-img span {
            position: absolute;
            bottom: 1rem;
            left: 1rem;
            color: #ffffff;
            font-size: 20px;
            font-weight: 600;
        }

        .firstlevel-img:hover {
            transform: translateY(-5px);
        }

        .firstlevel-img img {
            border-radius: 18px;
        }

    .menu-item-link {
        display: block;
        padding: 0.65rem 1rem;
        color: #495057;
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.2s ease;
        font-size: 0.9rem;
        margin-bottom: 0.25rem;
        position: relative;
        padding-left: 2rem;
    }

        .menu-item-link::before {
            content: "\f061";
            font-weight: 600;
            font-size: 14px;
            left: 0;
            opacity: 0;
            transition: 0.5s;
            position: absolute;
            font-family: "Font Awesome 7 Free";
        }

        .menu-item-link:hover {
            background-color: #ffffff;
            color: #3498db;
            padding-left: 2.25rem;
            transform: translateX(5px);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

            .menu-item-link:hover::before {
                opacity: 1;
                left: 1rem;
            }

    /*#endregion*/

    /*#region Banner*/

    .banner .carousel-item {
        background-position: 60%;
    }

    /*#endregion*/

    /*#region Banner 2*/

    .banner-2 .bottom-banner-content {
        max-width: 575px;
    }

    .banner-2 .bottom-banner-item {
        min-height: 455px;
    }

    .banner-2 .bottom-banner-bg {
        left: 4.3%;
    }

    /*#endregion*/

    /*#region Info Section 4*/

    .info-section-4 {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Info Block 8*/

    .info-block-8 {
        padding: var(--screen-lg-padding);
    }

        .info-block-8 .block {
            margin-bottom: 30px;
        }

        .info-block-8 .card::after {
            opacity: .1;
            transition: opacity .8s ease;
        }

        .info-block-8 .card .card-img-overlay .card-title {
            font-size: 20px;
            margin-bottom: 0.5rem;
        }

        .info-block-8 .card:hover::after {
            opacity: .25 !important;
        }

    /*#endregion*/

    /*#region Mid-Site Banner*/

    .mid-site-banner .padding-box {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region About*/

    .about .service-contact {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Info Section 1*/

    .info-section {
        padding: var(--screen-lg-padding);
    }

    .design-page .feature-card {
        padding: 30px;
    }

    /*#endregion*/

    /*#region Partner Block */

    .partner-block {
        padding: var(--screen-lg-padding);
    }

    /*#endregion */

    /*#region Contact Us*/

    .contactUs {
        padding: var(--screen-lg-padding);
    }

    .contact-form-thank-you {
        font-size: 90px;
        padding: 50px;
    }

    /*#endregion*/

    /*#region Footer*/

    .footer {
        padding-top: 50px;
    }

        .footer .container {
            padding-bottom: 50px;
        }

        .footer .footer-block {
            margin-bottom: 0px;
        }

        .footer .copyright_area a, .footer .copyright_area {
            font-size: 14px;
        }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy {
        padding: var(--screen-lg-padding);
    }

        .privacy h2 {
            font-size: 40px;
        }

    /*#endregion*/
}

/* Normal Screen 18 Inch - 19 Inch ( (Resolution 1366x768 ) 1349px and up) */
@media (min-width: 1349px) {

    /*#region Master*/

    .section-title {
        margin-bottom: 40px;
    }

        .section-title p {
            font-size: 34px !important;
        }

    p {
        font-size: 16px
    }

    h4 {
        font-size: 24px;
    }

    /*#endregion*/

    /*#region Banner*/

    .banner .carousel {
        height: 775px;
    }

    .banner .carousel-caption {
        top: 10%;
        left: 9%;
        right: 9%;
    }

    .banner .carousel {
        height: 775px;
    }

    .banner .carousel-caption label, .banner .carousel-caption p {
        font-size: 35px;
    }

    .banner .carousel-caption h1 {
        font-size: 65px;
        margin-bottom: 40px;
    }

    .banner .carousel-caption i {
        font-size: 30px;
        margin: 0 30px;
    }

    /*#endregion*/

    /*#region Banner 2*/

    .banner-2 .banner-text h5 {
        font-size: 30px;
        display: flex;
        align-items: center;
    }

    .banner-2 .banner-text label {
        font-size: 18px;
    }

    .banner-2 .banner-text p {
        font-size: 22px;
    }

    .banner-2 .banner-text i {
        font-size: 20px;
        margin: 0 10px;
    }

    .banner-2 .bottom-banner-bg {
        left: 16.3%;
    }

    .banner-2 .bottom-banner .bottom-banner-inner .bottom-banner-item {
        height: 720px;
    }

    .banner-2 .bottom-banner .bottom-banner-content {
        margin-bottom: 110px;
        max-width: 630px;
    }

    .banner-2 .banner-text .btn-main:hover {
        box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
        transform: translate3d(0, 2px, 0);
        background-color: transparent;
        color: var(--main-color);
    }

    /*#endregion*/

    /*#region Info Section*/

    .info-section-4 p {
        font-size: 16px;
    }

    .info-section-4 .icon-content {
        margin-bottom: 30px;
    }

    /*#endregion*/

    /*#region Info Block*/

    .info-block-8 p {
        font-size: 16px;
    }

    /*#endregion*/

    /*#region Mid-Site Banner*/

    .mid-site-banner p {
        font-size: 60px;
    }

    .mid-site-banner .authorised p {
        font-size: 16px;
    }

    /*#endregion*/

    /*#region Selving*/

    .shevling-page .shevling-banner .carousel {
        height: 775px;
    }

    /*#endregion*/

    /*#region Partner Block */

    .partner-block img:hover {
        opacity: 0.5;
        filter: grayscale(100);
    }

    /*#endregion */

    /*#region Contact Us*/

    .contact-form-thank-you {
        font-size: 120px;
        min-height: 734px;
        padding: 70px !important;
    }

        .contact-form-thank-you p {
            font-size: 120px;
        }

    .contactUs .section-title p {
        font-size: 34px !important;
    }

    /*#endregion*/

    /*#region Error Page*/

    .error-page-1 h1 {
        font-size: 85px;
    }

    .error-page-1 h2 {
        font-size: 75px;
        margin-bottom: 30px;
    }

    .error-page-1 p {
        font-size: 18px;
    }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy h2 {
        font-size: 45px;
    }

    /*#endregion*/
}

/*High Definition Plus (HD+) ( (Resolution 1600x900), 1600px and up) */
@media (min-width: 1600px) {
}

/*Extra Large Screen 23 Inch ( (Resolution 1920x1080 ) 1800px and up) */
@media (min-width: 1800px) {

    /*#region Banner*/

    .carousel {
        height: 837px;
    }

    /*#endregion*/

}

/*Extra Large Screen 27 Inch ( (Resolution 2560x1440 ) 2560px and up) */
@media (min-width: 2560px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }

    /*#region Banner 2*/

    .banner-2 .bottom-banner-content {
        padding: 4em;
    }

    .banner-2 .bottom-banner .bottom-banner-inner .bottom-banner-item {
        height: 800px;
    }

    .banner-2 .bottom-banner .bottom-banner-content {
        max-width: unset;
    }

    .banner-2 .bottom-banner-bg {
        left: 18.8%;
    }

    .banner .carousel-caption h1 {
        display: flex;
        align-items: center;
    }

    /*#endregion*/
}

/*Extra Large Screen 32 Inch ( (Resolution 3840x2160 ) 3840px and up) */
@media (min-width: 3840px) {

    /*#region Banner*/

    .carousel {
        height: 1000px;
    }

    /*#endregion*/

    /*#region Banner 2*/

    .banner-2 .bottom-banner .bottom-banner-inner .bottom-banner-item {
        height: 1000px;
    }

    .banner-2 .bottom-banner-bg {
        left: 24.8%;
    }

    /*#endregion*/

}
