

#get-quote-modal .modal-body {
    padding: 20px 30px;
}
#get-quote-modal input, #get-quote-modal select, #get-quote-modal textarea {
    border: 1px solid var(--primary-color);
}


.get-quote-universal-btn {
    position: fixed;
    top: 50%;
    /* transform: ; */
    right: 20px;
    text-decoration: none;
    border-radius: 8px;
    background-color: var(--tertiary-color);
    color: #000;
    padding: 10px 16px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right;
    z-index: 10;
    transition: var(--transition-duration);
}
.get-quote-universal-btn:hover {
    background-color: #000;
    color: #fff;
}


/* *********** header START ********** */


.my-placeholder {
    width: 100%;
    height: 110px;
}

.header-container {
    padding: 20px 10px;
    /* position: relative; */
    z-index: 3;

    position: fixed;
    width: 100%;
    top: 0px;
}

.header-container header {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* border: 1px solid #000; */
    /* padding: 12px 25px; */
    background-color: #fff;
    border-radius: 12px;

    position: relative;
    transform: translate(0);
    transform-style: preserve-3d;

    box-shadow: inset 0 0 21px -4px rgb(0, 0, 0, 0.5);
}

.header-container header:before {
    content:"";
    position: absolute;
    inset: -1px;
    transform: translate3d(0px,0px,-1px);
    filter: blur(10px);

    /* background: conic-gradient(from 90deg at 40% -25%, #ffd700, #f79d03, #ee6907, #e6390a, #de0d0d, #d61039, #cf1261, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700); */

    /* background: #FFF;
background: linear-gradient(90deg, rgb(67, 214, 255) 0%, rgb(186, 17, 166) 50%, rgba(245, 179, 1, 1) 100%); */

    background: #FFF;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(230, 57, 70, 1) 20%, rgba(21, 128, 61, 1) 40%, rgba(255, 204, 0, 1) 60%, rgba(240, 90, 40, 1) 80%, rgba(245, 179, 1, 1) 100%); */
    background: linear-gradient(90deg, rgb(0 169 163) 0%, rgba(230, 57, 70, 1) 20%, rgba(21, 128, 61, 1) 40%, rgba(255, 204, 0, 1) 60%, rgba(240, 90, 40, 1) 80%, rgba(245, 179, 1, 1) 100%);
}

.social-stripe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 25px 3px;
    background-color: var(--tertiary-color);
    border-radius: 12px 12px 0 0;
}

.social-stripe > div {
    display: flex;
    gap: 10px;
}

.social-stripe a {
    color: var(--primary-color);
    text-decoration: none;
}

.social-stripe .left {
    font-size: 14px;
}

.header-content {
display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 25px;
}

header nav ul {
    list-style: none;
}

header nav > ul {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    /* white-space: nowrap; */
}
header nav > ul > li {
    white-space: nowrap;

}

header nav ul a {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 10px;
}

header nav ul a:hover {
    color: var(--primary-color);
    transition: var(--transition-duration) ease-in-out;
    background-color: var(--tertiary-color);
}

.chevron {
    font-weight: 900 !important;
    font-size: 14px;
    color: var(--primary-color);
}

header nav .dropdown, header nav .sidemenu-dropdown {
    position: relative;
}

header nav .dropdown-content, header nav .sidemenu-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    flex-direction: column;
    
}

header nav .sidemenu-dropdown > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav .dropdown-content {
    right: -20%;

}

header nav .sidemenu-dropdown-content {
    left: 100%;
    top: 0;
}

header nav .dropdown:hover .dropdown-content, header nav .sidemenu-dropdown:hover .sidemenu-dropdown-content {
    display: flex;
}

header nav .bars {
    display: none;
    font-size: 21px;
}

/* *********** Header END ********** */


/* *********** Sidemenu START ********** */

.header-container .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    color: #000;
    width: 80vw;
    height: 100vh;
    padding: 20px;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.header-container .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
}

.menu .menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.menu .links .link-head {
    border-bottom: 1px solid #b9b9b9;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu .links .link-head a {
    text-decoration: none;
    color: #000;
}

.menu .links .link-body {
    display: flex;
    flex-direction: column;
    display: none;
    padding: 0 0 0 16px ;
}

.menu .links .link-body a {
    padding: 8px 0px !important;
    display: block;
    border-bottom: 1px solid #b9b9b9;
    border-radius: 0;
    text-decoration: none;
    color: #000;
}

.menu .contact-info .icons {
    color: var(--primary-color) !important;
}

.menu .contact-info span {
    font-size: 14px;
}

.menu .footer {
    margin-top: 20px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.menu .footer a {
    color: var(--primary-color);
    text-decoration: none;
    border: 1px solid #000;
    padding: 8px;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* *********** Sidemenu END ********** */











footer {
    background-color: #18185e;
    color: #fff;
    padding: 140px 90px 100px;
    position: relative;
    margin-top: 270px;
}

footer .footer-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../img/common/cta-bg.jpg);
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    padding: 0 30px;
    height: 200px;
    border-radius: 20px;
}

footer .footer-card img {
    /* width: 200px; */
    height: 300px;
    position: relative;
    top: -50px;
}

footer .footer-card h2 {
    width: 450px;
}

footer .footer-card button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 12px 25px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

footer .footer-card button:hover {
    background-color: #000;
    color: #fff;
}



footer .footer-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    /* justify-content: space-between;
    align-items: center; */
}

footer .footer-section .logo-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .footer-section .logo-section a {
    color: #a3a3bf;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #a3a3bf;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

footer .footer-section .logo-section a:hover {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
}

footer .footer-copyright {
    /* display: flex; */
    background-color: var(--primary-color);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

footer .footer-copyright .arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50%;
    background-color: var(--primary-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 3px solid #fff;

}





@media screen and (max-width: 1024px) {
    header nav > ul {
        gap: 0;
    }
    header nav > ul li a {
        padding: 10px;
    }


    /* --------------------------------------------------------------- */

    footer .footer-card {
        top: -20%;
        flex-direction: column;
        padding: 20px;
        justify-content: center;
        gap: 10px;
    }

    footer .footer-card img {
        display: none;
    }

    footer .footer-card h2 {
        width: 100%;
        text-align: center;
    }

    footer .footer-section {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media screen and (max-width: 850px) {
    .my-placeholder {

        height: 95px;
    }
    header nav > ul {
        display: none;
    }
    header nav .bars {
        display: block;
    }
    
    /* ----------------------------------------------------------- */

    footer {
        padding: 120px 30px 130px;
    }
    footer .footer-card {
        top: -10%;
        
    }

    footer .footer-section {
        grid-template-columns: repeat(1, 1fr);
    }

    footer .footer-copyright {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
   
}


@media screen and (max-width: 768px) {

}

@media screen and (max-width: 580px) {
    .social-stripe {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;

    }

    .social-stripe .right {
        align-self: flex-end;
    }
}

@media screen and (max-width: 490px) {
    
}

@media screen and (max-width: 425px) {

    /* header {
        padding: 20px;
    }

    header .logo {
        width: 170px;
    } */

    .social-stripe .left {
        flex-direction: column;
        align-items: flex-start;
    }

    /* --------------------------------------------------------------- */

    footer .footer-copyright .arrow {
        right: 10px;
        left: unset;
        transform: unset;
        top: -100%;
    }
}