/*font-family: "Inter", sans-serif;*/
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

html {
    scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background-color: #F6F6F6;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Inter", sans-serif !important;
}

input, textarea, a {
    font-family: "Inter", sans-serif !important;
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }

}

.container, .container-fluid {
    padding: 0;
}

.container .row, .container-fluid .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

input, textarea {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.tab-content>.tab-pane {
    display: none;
    position: relative;
}

.tab-content>.active {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }

}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }

}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }

}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }

}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

}

/*****************************************/
.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.slick-slider {
    width: 100%;
    margin: 0;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

/****************************************/

/**heder*/
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    transition: 0.25s all linear;
}

.header.fixed {
    background: #fff;
    transition: 0.25s all linear;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.header-main {
    padding: 0;
    transition: 0.25s all linear;
}

.header.fixed .header-main {
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.25s all linear;
    border-radius: 0;
}

.header .logo {
    padding: 14px 27px 12px 14px;
    width: 172px;
    float: left;
    transition: 0.25s all linear;
}

.header.fixed .logo {
    padding: 0;
    transition: 0.25s all linear;
    width: 131px;
}

.header .logo img.color-logo {
    display: none;
    transition: 0.25s all linear;
}

.header.fixed .logo a {
    background: #fff;
    padding: 0;
    transition: 0.25s all linear;
}

.header.fixed .logo img.color-logo {
    display: block;
    transition: 0.25s all linear;
}

.header.fixed .logo img.white-color {
    display: none;
    transition: 0.25s all linear;
}

.header .logo img {
    width: 100%;
    transition: 0.25s all linear;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    background: #F6F6F6;
    border-radius: 0 0 15px 0;
    padding: 10px;
    transition: 0.25s all linear;
}

.header .nav-menu {
    padding: 0 15px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header .search-button-end {
    width: 22%;
}

.header .menu {
    padding: 0 6px;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 15px;
}

.header .menu .menu-item {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 6px;
}

.header .schedule-a-consultation-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 13px 24px;
    position: relative;
    color: #eedc41;
    text-decoration: none;
    background-color: #eedc41;    /*   -webkit-clip-path: polygon(100% 8.333%, 100% 8.333%, 99.97% 6.982%, 99.883% 5.699%, 99.743% 4.504%, 99.556% 3.412%, 99.327% 2.441%, 99.059% 1.608%, 98.758% 0.93%, 98.428% 0.425%, 98.074% 0.109%, 97.701% 0%, 2.299% 0%, 2.299% 0%, 1.926% 0.109%, 1.572% 0.425%, 1.242% 0.93%, 0.941% 1.608%, 0.673% 2.441%, 0.444% 3.412%, 0.257% 4.504%, 0.117% 5.699%, 0.03% 6.982%, 0% 8.333%, 0% 91.667%, 0% 91.667%, 0.03% 93.018%, 0.117% 94.301%, 0.257% 95.496%, 0.444% 96.588%, 0.673% 97.559%, 0.941% 98.392%, 1.242% 99.07%, 1.572% 99.575%, 1.926% 99.891%, 2.299% 100%, 89.14% 100%, 89.14% 100%, 89.314% 99.976%, 89.487% 99.905%, 89.656% 99.787%, 89.822% 99.625%, 89.985% 99.417%, 90.142% 99.167%, 90.294% 98.874%, 90.44% 98.54%, 90.579% 98.165%, 90.711% 97.751%, 96.298% 78.795%, 99.272% 68.705%, 99.272% 68.705%, 99.405% 68.214%, 99.526% 67.688%, 99.634% 67.132%, 99.729% 66.547%, 99.81% 65.937%, 99.877% 65.305%, 99.93% 64.654%, 99.969% 63.988%, 99.992% 63.309%, 100% 62.621%, 100% 8.333%);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        clip-path: polygon(100% 8.333%, 100% 8.333%, 99.97% 6.982%, 99.883% 5.699%, 99.743% 4.504%, 99.556% 3.412%, 99.327% 2.441%, 99.059% 1.608%, 98.758% 0.93%, 98.428% 0.425%, 98.074% 0.109%, 97.701% 0%, 2.299% 0%, 2.299% 0%, 1.926% 0.109%, 1.572% 0.425%, 1.242% 0.93%, 0.941% 1.608%, 0.673% 2.441%, 0.444% 3.412%, 0.257% 4.504%, 0.117% 5.699%, 0.03% 6.982%, 0% 8.333%, 0% 91.667%, 0% 91.667%, 0.03% 93.018%, 0.117% 94.301%, 0.257% 95.496%, 0.444% 96.588%, 0.673% 97.559%, 0.941% 98.392%, 1.242% 99.07%, 1.572% 99.575%, 1.926% 99.891%, 2.299% 100%, 89.14% 100%, 89.14% 100%, 89.314% 99.976%, 89.487% 99.905%, 89.656% 99.787%, 89.822% 99.625%, 89.985% 99.417%, 90.142% 99.167%, 90.294% 98.874%, 90.44% 98.54%, 90.579% 98.165%, 90.711% 97.751%, 96.298% 78.795%, 99.272% 68.705%, 99.272% 68.705%, 99.405% 68.214%, 99.526% 67.688%, 99.634% 67.132%, 99.729% 66.547%, 99.81% 65.937%, 99.877% 65.305%, 99.93% 64.654%, 99.969% 63.988%, 99.992% 63.309%, 100% 62.621%, 100% 8.333%); */
}

.header .schedule-a-consultation-btn:before {
    top: 0;
    right: 0;
    left: auto;
    width: 0%;
    height: 100%;
    content: "";
    color: #fff;
    position: absolute;
    -webkit-transition: 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
    background-color: #0a2434;
    z-index: 1;
}

.header .schedule-a-consultation-btn:hover:before {
    left: 0;
    right: auto;
    width: 100%;
    transition: 0.25s all linear;
}

.header .schedule-a-consultation-btn a {
    display: block;
    width: 100%;
    height: 100%;
    justify-content: center;
    color: #010101;
    text-decoration: none;
    z-index: 5;
    position: relative;
    padding: 7px 0;
}

.header .schedule-a-consultation-btn:hover a {
    color: #fff;
    transform: 0.25s all linear;
}

.header .menu .menu-item .sub-menu .menu-item {
    margin: 0;
}

/* .menu-active {
  border-bottom: 3px solid #6a05a6 !important;
}
 */
.header .menu .menu-item a {
    display: block;
    padding: 15px 14px;
    color: #010101;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    border-bottom: 2px solid transparent;
}

.header .menu .menu-item.active a {
    color: #07e2a8;
    border-bottom-color: #07e2a8;
}

.header .menu .menu-item a .plus {
    border: solid #1C1C1C;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
}

.header .menu .menu-item.active a .plus {
    border-color: #07e2a8;
}

.header .menu>.menu-item:hover>a .plus {
    border: solid #07e2a8;
    border-width: 0 2px 2px 0;
}

.header .menu .menu-item a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu .menu-item:hover>a {

    /* border-bottom: 3px solid #4d8546; */
}

.header .search-button-end {
    padding-left: 0;
    border-left: 2px solid #e5e2dc;
    display: flex;
    align-items: center;
}

.header .search-button-end .search-icon {
    padding: 29px 23px;
    border-right: 2px solid #e5e2dc;
    width: 16%;
    text-align: center;
}

.header .search-button-end .search-icon img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.header .search-button-end .contact-link {
    width: 63%;
}

.header .search-button-end .contact-link a {
    display: block;
    padding: 18px 14px;
    color: #1C1C1C;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    position: relative;
    text-align: center;
}

.header .search-button-end .contact-link a:before {
    content: " ";
    width: 95px;
    height: 2px;
    background: #1c1c1c;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.header .menu .menu-item .sub-menu {
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.header .menu .menu-item .sub-menu.submenu-2 {

    /*left: 220px !important;
    box-shadow: none;*/
}

.submenu-main-bg {
    background: #fff;
    width: 450px !important;
    position: absolute;
    display: flex;
}

.submenu-main-bg:before {
    content: "\2023";
    position: absolute;
    top: -37px;
    left: 50px;
    font-size: 60px;
    color: #4d8546;
    font-weight: 500;
    transform: rotate(270deg);
}

.submenu-main-box {
    position: relative;
    padding: 0;
    margin: 0;
    width: 50%;
    display: inline-block;
    border-right: 1px solid #ccc;
}

.submenu-main-box ul {
    width: auto !important;
    box-shadow: none !important;
    position: relative !important;
    top: 0 !important;
}

.header .menu .menu-item .sub-menu .submenu-main-box ul li a {
    padding: 10px 20px;
    border: none;
}

@media(min-width:992px) {
    .header .menu .menu-item-has-children:hover .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu .menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu .menu-item .sub-menu .menu-item {
    display: block;
}

.header .menu .menu-item .sub-menu .submenu-1 li.submenu-header, .header .menu .menu-item .sub-menu .submenu-2 li.submenu-header {
    display: block;
    padding: 12px 20px;
    color: #4d8546;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.header .menu .menu-item .sub-menu .menu-item a {
    display: block;
    padding: 5px 16px;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    font-weight: 500;
    border-bottom: 1px solid #e5e2dc;
}

.header .menu .menu-item .sub-menu .menu-item:last-child a {
    border-bottom: 0;
}

.header .menu .menu-item .sub-menu .menu-item a:hover {
    background: #0a2434;
    color: #fff;
    transition: 0.25s all linear;
}

.header .menu.right-side-part .menu-item a {
    font-size: 14px;
}

.header .menu.right-side-part .menu-item .sub-menu .menu-item a {
    font-size: 12px;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before, .header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
    width: 80%;
}

.header .open-nav-menu span:after {
    top: 7px;
    width: 58%;
}

.header .close-nav-menu {
    height: 35px;
    width: 35px;
    background-color: #fff;
    margin: 0;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.right-header-part {
    padding: 4px 5px 4px 20px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #4d8546;
    border-radius: 30px;
    display: inline-block;
    text-align: right;
    width: 191px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
}

.right-header-part a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    color: #4d8546;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    text-decoration: none;
}

.right-header-part a:hover .arrow span {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.right-header-part a span {
    margin-left: 10px;
}

.right-header-part a b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    margin-left: 5px;
    float: right;
    left: 0;
}

@media(max-width:991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .right-header-part {
        margin-top: 20px;
        margin-left: 10px;
    }

    .header .nav-menu {
        position: fixed;
        right: -100%;
        visibility: hidden;
        width: 95%;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #fff;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu .menu-item {
        display: block;
        margin: 0;
    }

    .header .menu .menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu .menu-item a {
        color: #ffffff;
        padding: 12px 15px;
        border-bottom: 1px solid #E5E2DC;
    }

    .header .menu .menu-item:last-child>a {
        border-bottom: 1px solid #E5E2DC;
    }

    .header .menu .menu-item a .plus:before, .header .menu .menu-item a .plus:after {
        background-color: #ffffff;
    }

    .header .menu .menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu .menu-item .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .submenu-main-bg {
        width: 100% !important;
    }

    .submenu-main-box {
        width: 100%;
        border-right: none;
    }

    .header .menu .menu-item .sub-menu .submenu-main-box ul li a {
        padding: 5px 20px;
    }

    .header .menu .menu-item .sub-menu .menu-item a {
        padding: 12px 45px;
        color: #000;
        border-bottom: 1px solid #E5E2DC;
    }

    .header .close-nav-menu, .header .open-nav-menu {
        display: flex;
        padding: 25px 19px;
        width: 26px;
        border-left: 0;
    }

    .header .open-nav-menu span, .header .open-nav-menu span:before, .header .open-nav-menu span:after {
        background: #000000;
    }

}

/**heder*/
.hero-banner {
    padding: 15px;
}

.hero-banner .main-container-fluid {
    position: relative;
    background: url(../images/home-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 254px 0 123px 70px;
    border-radius: 20px;
}

.hero-banner .main-container-fluid:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.hero-banner.home-page-overlay .main-container-fluid:before {
    background: rgba(0, 0, 0, 0.5);
}

.hero-banner.website-seo .main-container-fluid:before {
    background: rgba(0, 0, 0, 0.5);
}

.hero-banner .big-img img {
    display: block;
    width: 100%;
}

.heading {
    color: #fff;
    font-size: 68px;
    line-height: 70px;
    font-weight: 600;
}

.common-button {
    position: relative;
    text-decoration: none;
    background-color: #07e2a8;
    -webkit-clip-path: polygon(100% 8.333%, 100% 8.333%, 99.97% 6.982%, 99.883% 5.699%, 99.743% 4.504%, 99.556% 3.412%, 99.327% 2.441%, 99.059% 1.608%, 98.758% 0.93%, 98.428% 0.425%, 98.074% 0.109%, 97.701% 0%, 2.299% 0%, 2.299% 0%, 1.926% 0.109%, 1.572% 0.425%, 1.242% 0.93%, 0.941% 1.608%, 0.673% 2.441%, 0.444% 3.412%, 0.257% 4.504%, 0.117% 5.699%, 0.03% 6.982%, 0% 8.333%, 0% 91.667%, 0% 91.667%, 0.03% 93.018%, 0.117% 94.301%, 0.257% 95.496%, 0.444% 96.588%, 0.673% 97.559%, 0.941% 98.392%, 1.242% 99.07%, 1.572% 99.575%, 1.926% 99.891%, 2.299% 100%, 89.14% 100%, 89.14% 100%, 89.314% 99.976%, 89.487% 99.905%, 89.656% 99.787%, 89.822% 99.625%, 89.985% 99.417%, 90.142% 99.167%, 90.294% 98.874%, 90.44% 98.54%, 90.579% 98.165%, 90.711% 97.751%, 96.298% 78.795%, 99.272% 68.705%, 99.272% 68.705%, 99.405% 68.214%, 99.526% 67.688%, 99.634% 67.132%, 99.729% 66.547%, 99.81% 65.937%, 99.877% 65.305%, 99.93% 64.654%, 99.969% 63.988%, 99.992% 63.309%, 100% 62.621%, 100% 8.333%);
    clip-path: polygon(100% 8.333%, 100% 8.333%, 99.97% 6.982%, 99.883% 5.699%, 99.743% 4.504%, 99.556% 3.412%, 99.327% 2.441%, 99.059% 1.608%, 98.758% 0.93%, 98.428% 0.425%, 98.074% 0.109%, 97.701% 0%, 2.299% 0%, 2.299% 0%, 1.926% 0.109%, 1.572% 0.425%, 1.242% 0.93%, 0.941% 1.608%, 0.673% 2.441%, 0.444% 3.412%, 0.257% 4.504%, 0.117% 5.699%, 0.03% 6.982%, 0% 8.333%, 0% 91.667%, 0% 91.667%, 0.03% 93.018%, 0.117% 94.301%, 0.257% 95.496%, 0.444% 96.588%, 0.673% 97.559%, 0.941% 98.392%, 1.242% 99.07%, 1.572% 99.575%, 1.926% 99.891%, 2.299% 100%, 89.14% 100%, 89.14% 100%, 89.314% 99.976%, 89.487% 99.905%, 89.656% 99.787%, 89.822% 99.625%, 89.985% 99.417%, 90.142% 99.167%, 90.294% 98.874%, 90.44% 98.54%, 90.579% 98.165%, 90.711% 97.751%, 96.298% 78.795%, 99.272% 68.705%, 99.272% 68.705%, 99.405% 68.214%, 99.526% 67.688%, 99.634% 67.132%, 99.729% 66.547%, 99.81% 65.937%, 99.877% 65.305%, 99.93% 64.654%, 99.969% 63.988%, 99.992% 63.309%, 100% 62.621%, 100% 8.333%);
    display: inline-block;
}

.common-button a {
    font-size: 18px;
    font-weight: 700;
    padding: 13px 24px;
    color: #010101;
    text-decoration: none;
    display: block;
    z-index: 5;
    position: relative;
}

.common-button a svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    transition: 0.25s all linear;
}

.common-button:hover a {
    color: #fff;
    transform: 0.25s all linear;
}

.common-button:hover a svg {
    transition: 0.25s all linear;
    transform: rotate(-42deg);
}

.common-button:before {
    top: 0;
    right: 0;
    left: auto;
    width: 0%;
    height: 100%;
    content: "";
    color: #fff;
    position: absolute;
    -webkit-transition: 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
    background-color: #0a2434;
    z-index: 1;
}

.common-button:hover:before {
    left: 0;
    right: auto;
    width: 100%;
    transition: 0.25s all linear;
}

.hero-banner .center-div {
    width: 50%;
    z-index: 6;
    position: relative;
}

.hero-banner .center-div .heading {
    margin-bottom: 30px;
}

.hero-banner .center-div p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 50px;
}

.hero-banner .center-div .common-button {
    background: #FF9900;
    border: 1px solid #FF9900;
    color:#FF9900;
    border-radius: 8px;
    overflow: hidden;
    clip-path: none;
}

.hero-banner .center-div .common-button:hover {
    border-color: #07e2a8;
    color: #000;
}

.hero-banner .center-div .common-button:hover:before {
    background: #07e2a8;
}

.hero-banner .center-div .common-button:hover a {
    color: #000;
}

.hero-banner .center-div .common-button a {
    color: #fff;
    border-radius: 10px;
}

.link-btn {
    font-size: 16px;
    position: relative;
    box-shadow: none;
    text-decoration: none;
    color: #3D3D3D;
    -webkit-transition: 500ms all ease-in-out;
    transition: 500ms all ease-in-out;
    font-weight: 500;
    transition: 0.25s all linear;
    padding: 5px 0;
}

.link-btn:before {
    left: 0;
    bottom: 0;
    width: 0%;
    content: "";
    height: 1px;
    position: absolute;
    -webkit-transition: 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
    background-color: #3D3D3D;
}

.link-btn:hover:before {
    width: 100%;
    transition: 0.25s all linear;
}

.link-btn svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.link-btn:hover svg {
    transition: 0.25s all linear;
    transform: rotate(-42deg);
}

.heading2 {
    font-size: 48px;
    line-height: 52px;
    color: #010101;
    font-weight: 500;
}

.building-success-together {
    padding: 30px 15px 100px;
}

.building-success-together .col-lg-3 {
    padding: 0 15px;
}

.building-success-together .center-heading {
    background: #07e2a8;
    border-radius: 20px;
    -webkit-clip-path: polygon(100% 1.818%, 100% 1.818%, 99.985% 1.523%, 99.941% 1.243%, 99.871% 0.983%, 99.777% 0.744%, 99.661% 0.533%, 99.527% 0.351%, 99.375% 0.203%, 99.209% 0.093%, 99.031% 0.024%, 98.844% 0%, 1.156% 0%, 1.156% 0%, 0.969% 0.024%, 0.791% 0.093%, 0.625% 0.203%, 0.473% 0.351%, 0.339% 0.533%, 0.223% 0.744%, 0.129% 0.983%, 0.059% 1.243%, 0.015% 1.523%, 0% 1.818%, 0% 98.182%, 0% 98.182%, 0.015% 98.477%, 0.059% 98.756%, 0.129% 99.017%, 0.223% 99.256%, 0.339% 99.467%, 0.473% 99.649%, 0.625% 99.797%, 0.791% 99.907%, 0.969% 99.976%, 1.156% 100%, 84.613% 100%, 84.613% 100%, 84.707% 99.994%, 84.801% 99.976%, 84.892% 99.946%, 84.982% 99.905%, 85.069% 99.853%, 85.153% 99.79%, 85.233% 99.716%, 85.31% 99.633%, 85.383% 99.539%, 85.45% 99.435%, 91.734% 89.054%, 99.644% 77.128%, 99.644% 77.128%, 99.709% 77.021%, 99.768% 76.907%, 99.821% 76.787%, 99.868% 76.66%, 99.907% 76.529%, 99.94% 76.392%, 99.966% 76.252%, 99.985% 76.109%, 99.996% 75.963%, 100% 75.815%, 100% 1.818%);
    clip-path: polygon(100% 1.818%, 100% 1.818%, 99.985% 1.523%, 99.941% 1.243%, 99.871% 0.983%, 99.777% 0.744%, 99.661% 0.533%, 99.527% 0.351%, 99.375% 0.203%, 99.209% 0.093%, 99.031% 0.024%, 98.844% 0%, 1.156% 0%, 1.156% 0%, 0.969% 0.024%, 0.791% 0.093%, 0.625% 0.203%, 0.473% 0.351%, 0.339% 0.533%, 0.223% 0.744%, 0.129% 0.983%, 0.059% 1.243%, 0.015% 1.523%, 0% 1.818%, 0% 98.182%, 0% 98.182%, 0.015% 98.477%, 0.059% 98.756%, 0.129% 99.017%, 0.223% 99.256%, 0.339% 99.467%, 0.473% 99.649%, 0.625% 99.797%, 0.791% 99.907%, 0.969% 99.976%, 1.156% 100%, 84.613% 100%, 84.613% 100%, 84.707% 99.994%, 84.801% 99.976%, 84.892% 99.946%, 84.982% 99.905%, 85.069% 99.853%, 85.153% 99.79%, 85.233% 99.716%, 85.31% 99.633%, 85.383% 99.539%, 85.45% 99.435%, 91.734% 89.054%, 99.644% 77.128%, 99.644% 77.128%, 99.709% 77.021%, 99.768% 76.907%, 99.821% 76.787%, 99.868% 76.66%, 99.907% 76.529%, 99.94% 76.392%, 99.966% 76.252%, 99.985% 76.109%, 99.996% 75.963%, 100% 75.815%, 100% 1.818%);
    display: inline-block;
}

.building-success-together .heading-part-set {
    padding: 40px;
}

.building-success-together .heading-part-set .heading2 {
    margin-bottom: 30px;
    font-size: 40px;
}

.building-success-together .heading-part-set p {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.building-success-together .thumb-part-box {
    padding: 44px 40px;
    border-radius: 15px;
    border: 1px solid #bbbbbb;
    text-decoration: none;
    position: relative;
    transition: 0.25s all linear;
}

.building-success-together .thumb-part-box .box {
    margin-bottom: 40px;
}

.building-success-together .thumb-part-box:hover .box {
    -webkit-animation: icon-bounce 1s ease-out infinite;
    animation: icon-bounce 1s ease-out infinite;
}

.building-success-together .content-part {
    margin-bottom: 68px;
}

@-webkit-keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

}

@keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

}

.building-success-together .thumb-part-box h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #010101;
}

.building-success-together .thumb-part-box p {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.building-success-together .thumb-part-box p strong {
    font-weight: 700;
}

.building-success-together .thumb-part-box .link-btn {
    margin-top: 53px;
    display: inline-block;
    position: absolute;
    bottom: 49px;
    left: 40px;
}

.the-greenspark-advantage {
    padding: 100px 0;
    background-color: #d6e5e1;
    background-image: url("../images/greenspark.webp");
    background-position: bottom center;
    background-repeat: no-repeat;
}

.the-greenspark-advantage .heading-part {
    margin-bottom: 70px;
}

.the-greenspark-advantage .col-lg-3 {
    padding: 0 5px;
    border-left: 1px solid #fff;
    width: 20%;
    height: 530px;
    overflow: hidden;
}

.the-greenspark-advantage .col-lg-3:last-child {
    border-right: 1px solid #fff;
}

.the-greenspark-advantage .mian-box-part {
    padding: 0 30px;
    display: flex;
    height: 100%;
}

.the-greenspark-advantage .mian-box-part .content-hide {
    opacity: 0;
    height: 0px;
    visibility: hidden;
    -webkit-transition: 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.the-greenspark-advantage .col-lg-3:hover .content-hide {
    opacity: 1;
    height: 122px;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.the-greenspark-advantage .mian-box-part .icon {
    margin-bottom: 40px;
}

.the-greenspark-advantage .mian-box-part .content h3 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 200;
    padding-bottom: 10px;
    color: #000000;
}

.the-greenspark-advantage .mian-box-part .content p {
    overflow: hidden;
    margin-bottom: 20px;
    color: #3D3D3D;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

/*.the-greenspark-advantage .common-box2 {
padding-top: 200px;
}

.the-greenspark-advantage .common-box3 {
padding-top: 150px;
}

.the-greenspark-advantage .common-box5 {
padding-top: 200px;
}*/
.the-greenspark-advantage .common-box2 .mian-box-part {
    -webkit-transition: 1000ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: 1000ms cubic-bezier(0.2, 0.8, 0.2, 1);
    -webkit-transform: translateY(61%);
    transform: translateY(61%);
}

.the-greenspark-advantage .common-box2:hover .mian-box-part {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.the-greenspark-advantage .common-box3 .mian-box-part {
    -webkit-transition: 1000ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: 1000ms cubic-bezier(0.2, 0.8, 0.2, 1);
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
}

.the-greenspark-advantage .common-box3:hover .mian-box-part {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.the-greenspark-advantage .common-box5 .mian-box-part {
    -webkit-transition: 1000ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: 1000ms cubic-bezier(0.2, 0.8, 0.2, 1);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.the-greenspark-advantage .common-box5:hover .mian-box-part {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.the-greenspark-advantage .button-set {
    text-align: center;
    margin-top: 50px;
}

.who-we-are-section {
    padding: 100px 0;
}

.who-we-are-section .left-side-part {
    padding-right: 150px;
}

.who-we-are-section .heading2 {
    margin-bottom: 25px;
}

.who-we-are-section .heading3{
        font-size: 27px;
    line-height: 37px;
    margin-top:40px;
    margin-bottom:15px;

}
.who-we-are-section .heading3:first-child{
    margin-top:0;
}
.who-we-are-section p {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 25px;
}

.who-we-are-section ul {
    padding-left: 40px;
}

.who-we-are-section ul li {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.who-we-are-section ul li strong {
    font-weight: 700;
}

.who-we-are-section ul li:before {
    content: " ";
    background: url(../images/spark.svg) no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 2px;
    left: -39px;
}

.who-we-are-section ul li:last-child {
    margin-bottom: 0;
}

.who-we-are-section .button-set {
    margin-top: 40px;
}

.who-we-are-section .button-set .common-button {
    clip-path: none;
    -webkit-clip-path: none;
    background: transparent;
    border: 1px solid #0a2434;
    border-radius: 10px;
    color: #0a2434;
    overflow: hidden;
}

.who-we-are-section .button-set .common-button a {
    border-radius: 10px;
}

.who-we-are-section .right-side-part img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.who-we-are-section .right-side-part {
    position: sticky;
    top: 100px;
}

.sub-heading {
    font-size: 16px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    background-color: #fff;
    padding: 10px 10px 10px 28px;
    color: #3D3D3D;
}

.sub-heading:before {
    top: 14px;
    left: 12px;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #07e2a8;
}

.our-core-capabilities-solutions {
    padding: 20px 15px 100px;
}

.our-core-capabilities-solutions .main-container {
    padding: 60px;
    border-radius: 30px;
    background: #428964;
}

.our-core-capabilities-solutions .heading-part {
    text-align: center;
    margin-bottom: 60px;
}

.our-core-capabilities-solutions .heading-part .heading2 {
    color: #fff;
}

.our-core-capabilities-solutions .heading-part p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 30px;
}

.our-core-capabilities-solutions .row {
    border-top: 2px solid rgba(217, 217, 217, 0.52);
}

.our-core-capabilities-solutions .col-lg-6 {
    border-right: 2px solid rgba(217, 217, 217, 0.52);
    border-bottom: 2px solid rgba(217, 217, 217, 0.52);
}

.our-core-capabilities-solutions .col-lg-6:nth-of-type(2n + 2) {
    border-right: 0;
    padding-left: 30px;
}

.our-core-capabilities-solutions .our-core-value-box {
    display: flex;
    gap: 24px;
    padding: 36px 0px 35px;
}

.our-core-capabilities-solutions .our-core-value-box .icon {
    width: 9%;
    height: 60px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 15px;
}

.our-core-capabilities-solutions .our-core-value-box .icon svg {
    width: 37px;
    height: 37px;
    color: #fff;
}

/* 
.our-core-capabilities-solutions .our-core-value-box .icon:before {
top: 0;
left: 0;
content: "";
z-index: 1;
position: absolute;
-webkit-transition: 1000ms cubic-bezier(0.2, 0.8, 0.2, 1);
transition: 1000ms cubic-bezier(0.2, 0.8, 0.2, 1);
border-top: 32px solid #fff;
border-right: 32px solid transparent;
}

.our-core-capabilities-solutions .our-core-value-box:hover .icon:before {
-webkit-transform: rotate3d(1, 1, 0, -180deg);
transform: rotate3d(1, 1, 0, -180deg);
}

.our-core-capabilities-solutions .our-core-value-box .icon:after {
right: 0;
width: 0;
height: 0;
bottom: 0;
z-index: 1;
content: "";
position: absolute;
-webkit-transition: 1000ms cubic-bezier(0.2, 0.8, 0.2, 1);
transition: 1000ms cubic-bezier(0.2, 0.8, 0.2, 1);
border-bottom: 24px solid #fff;
border-left: 24px solid transparent;
}

.our-core-capabilities-solutions .our-core-value-box:hover .icon:after {
-webkit-transform: rotate3d(1, 1, 0, 180deg);
transform: ro
tate3d(1, 1, 0, 180deg);
}
 */
.our-core-capabilities-solutions .our-core-value-box .content-part {
    width: 80%;
    padding-right: 30px;
}

.our-core-capabilities-solutions .our-core-value-box .content-part h3 {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 18px;
    color: #fff;
    font-weight: 500;
}

.our-core-capabilities-solutions .our-core-value-box .content-part p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    position: relative;
}

.see-our-success-in-action {
    padding: 20px 0 100px;
}

.see-our-success-in-action .button-set {
    text-align: center;
    margin-top: 40px;
}

.see-our-success-in-action .button-set .common-button {
    clip-path: none;
    -webkit-clip-path: none;
    background: transparent;
    border: 1px solid #0a2434;
    border-radius: 10px;
    color: #0a2434;
    overflow: hidden;
}

.see-our-success-in-action .button-set .common-button a {
    border-radius: 10px;
}

.see-our-success-in-action .heading-part {
    margin-bottom: 40px;
}

.see-our-success-in-action .main-our-blog {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 24px;
}

.see-our-success-in-action .main-our-blog .blogs {
    display: flex;
    background: #F6F6F6;
    border-radius: 16px;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 12px;
    background: #FFFFFF;
}

.see-our-success-in-action .main-our-blog .blogs .image-part {
    width: 0;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.see-our-success-in-action .main-our-blog .blogs .image-part img {
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.agn-blog-1-item:is(.active) {
    padding-left: 12px;
}

.agn-blog-1-item:is(.active) .main-img {
    width: 300px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.see-our-success-in-action .main-our-blog .blogs .content {
    width: 100%;
    padding: 30px;
}

.see-our-success-in-action .main-our-blog .blogs .content .date {
    background: #65DC8D;
    padding: 8px 15px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 6px;
}

.see-our-success-in-action .main-our-blog .blogs .content h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    color: #3B3B3B;
    margin-bottom: 10px;
}

.see-our-success-in-action .main-our-blog .blogs .content p {
    color: #3D3D3D;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
    margin-bottom: 40px;
}

/* 
blog-1-start
*/
.agn-blog-1-sec-title {
    max-width: 650px;
}

.agn-blog-1-wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 24px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .agn-blog-1-wrap {
        grid-template-columns: 1fr 1fr;
    }

}

@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .agn-blog-1-wrap {
        grid-template-columns: 1fr;
    }

}

.agn-blog-1-item {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0px;
    background: #fff;
    border-radius: 16px;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 12px 0;
}

.agn-blog-1-item.color1 {
    background: #317866;
}

.agn-blog-1-item.color1 .blog-title a {
    color: #fff;
}

.agn-blog-1-item.color1 .blog-disc {
    color: #fff;
}

.agn-blog-1-item.color1 .link-btn {
    color: #fff;
}

.agn-blog-1-item.color1 .link-btn:before {
    background-color: #fff;
}

.agn-blog-1-item.color2 {
    background: #3da489;
}

.agn-blog-1-item.color2 .blog-title a {
    color: #fff;
}

.agn-blog-1-item.color2 .blog-disc {
    color: #fff;
}

.agn-blog-1-item.color2 .link-btn {
    color: #fff;
}

.agn-blog-1-item.color2 .link-btn:before {
    background-color: #fff;
}

.agn-blog-1-item.color3 {
    background: #2dbb95;
}

.agn-blog-1-item.color3 .blog-title a {
    color: #fff;
}

.agn-blog-1-item.color3 .blog-disc {
    color: #fff;
}

.agn-blog-1-item.color3 .link-btn {
    color: #fff;
}

.agn-blog-1-item.color3 .link-btn:before {
    background-color: #fff;
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px) {
    .agn-blog-1-item {
        grid-template-columns: 1fr 1fr;
        padding-left: 12px;
    }

}

@media (max-width:767px) {
    .agn-blog-1-item {
        grid-template-columns: 1fr;
        padding-left: 12px;
        padding-right: 12px;
    }

}

@media only screen and (min-width:576px) and (max-width:767px) {
    .agn-blog-1-item {
        grid-template-columns: 1fr 1fr;
        padding-left: 12px;
        padding-right: 0px;
    }

}

.agn-blog-1-item .content {
    padding: 0 32px;
}

@media (max-width:767px) {
    .agn-blog-1-item .content {
        padding: 30px 32px;
    }

}

@media only screen and (min-width:576px) and (max-width:767px) {
    .agn-blog-1-item .content {
        padding: 0 32px;
    }

}

.agn-blog-1-item .blog-date {
    font-size: 16px;
    background: #FF275A;
    display: inline-block;
    color: #ffffff;
    line-height: 32px;
    border-radius: 4px;
    padding: 0 14px;
    text-transform: capitalize;
    margin-bottom: 24px;
    display: none;
}

.agn-blog-1-item .blog-title {
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    color: #3B3B3B;
}

.agn-blog-1-item .blog-title {
    font-size: 32px;
    line-height: 45px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .agn-blog-1-item .blog-title {
        font-size: 22px;
    }

}

/*.agn-blog-1-item .blog-title:hover {
color: #FC4827;
}
*/
.agn-blog-1-item .blog-disc {
    margin-bottom: 40px;
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.agn-blog-1-item .main-img {
    height: 100%;
    border-radius: 12px;
    width: 0px;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 362px;
}

.agn-blog-1-item .main-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px) {
    .agn-blog-1-item .main-img {
        width: 100%;
    }

}

@media (max-width:767px) {
    .agn-blog-1-item .main-img {
        width: 100%;
        height: 250px;
    }

}

@media only screen and (min-width:576px) and (max-width:767px) {
    .agn-blog-1-item .main-img {
        width: 100%;
        height: 448px;
    }

}

.agn-blog-1-item .blog-btn {
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #010101;
    padding: 10px 14px;
    position: relative;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.agn-blog-1-item .blog-btn::after {
    content: "";
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #EAE5FF;
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.agn-blog-1-item .blog-btn:hover::after {
    width: 100%;
    border-radius: 6px;
}

.agn-blog-1-item .blog-btn:hover i {
    transform: rotate(45deg);
}
.what-our-clients-are-saying.contractors-like-you-section{
    padding-top:100px;
}
.who-we-are-section.privacy-policy-details ul{
    margin-bottom:30px;
}
.who-we-are-section.privacy-policy-details .left-side-part{
    padding-right:0;
}
@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }

}

@media (min-width:1800px), only screen and (min-width:1600px) and (max-width:1799px), only screen and (min-width:1400px) and (max-width:1599px) {
    .agn-blog-1-item:is(.active) {
        padding-left: 12px;
    }

    .agn-blog-1-item:is(.active) .main-img {
        width: 300px;
    }

}

/* 
blog-1-end
*/
.what-our-clients-are-saying {
    padding: 20px 0 100px;
}

.what-our-clients-are-saying .main-heading {
    align-items: center;
    margin-bottom: 50px;
}

.what-our-clients-are-saying .main-heading .left-side-part h3 {
    text-transform: capitalize;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.what-our-clients-are-saying .col-lg-6 {
    padding: 0 15px;
}

.what-our-clients-are-saying .client-testimonial-box {
    border-radius: 20px;
    border: #c4c4ae 1px solid;
}

.what-our-clients-are-saying .client-testimonial-box .center-box {
    padding: 40px;
}

.what-our-clients-are-saying .client-testimonial-box .center-box .star-box {
    margin-bottom: 30px;
}

.what-our-clients-are-saying .client-testimonial-box .center-box .star-box svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    color: orange;
}

.what-our-clients-are-saying .client-testimonial-box .center-box p {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 40px;
    color: #2A3B4E;
    font-weight: 600;
}

.what-our-clients-are-saying .client-testimonial-box .center-box .author-part strong {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 7px;
}

.what-our-clients-are-saying .client-testimonial-box .center-box .author-part span {
    font-size: 16px;
    color: #3D3D3D;
}

.what-our-clients-are-saying .main-heading .col-lg-12, .what-our-clients-are-saying .main-heading .col-lg-9 {
    padding: 0 15px;
}

.get-in-touch-home {
    padding: 0 15px 100px;
}

.get-in-touch-home.margin-top {
    padding-top: 100px;
}

.get-in-touch-home .main-container {
    padding: 90px;
    border-radius: 30px;    /*     background: #07e2a8; */
    background: url("../images/get-in-touch-bg.jpg")no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* .get-in-touch-home .main-container:before {
content: " ";
width: 100%;
height: 100%;
border-radius: 30px;
background: rgba(0, 0, 0, 0.3);
position: absolute;
top: 0;
left: 0;
} */
.get-in-touch-home .main-container .container {
    z-index: 5;
    position: relative;
}

.get-in-touch-home .main-container .col-lg-10 {
    padding-right: 40px;
}

.get-in-touch-home .main-container .heading2 {
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 66px;
    color: #000;
}

.get-in-touch-home .main-container p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.get-in-touch-home .main-container p a {
    color: #000;
}

.get-in-touch-home .main-container p:last-child {
    margin-bottom: 0;
}

.get-in-touch-home .main-container .contact-button a {
    width: 128px;
    height: 128px;
    background: #0a2434;
    border: 2px solid #0a2434;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.25s all linear;
}

.get-in-touch-home .main-container .contact-button a svg {
    width: 18px;
    height: 18px;
}

.get-in-touch-home .main-container .contact-button a:hover {
    transform: rotate(-20deg);
    transition: 0.25s all linear;
    background: #00b585;
    border-color: #00b585
}

footer {
    padding: 100px 0;
    background: #555a5bf5;
}

footer .left-side-part {
    padding-right: 60px;
}

footer .left-side-part img {
    display: block;
    margin-bottom: 30px;
}

footer .left-side-part p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

footer .row {
    align-items: end;
}

footer .right-side-part {
    text-align: right;
}

footer .right-side-part p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

footer .right-side-part .policy-link {
    margin-top: 60px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

footer .right-side-part .policy-link a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
}

footer .right-side-part .policy-link a:last-child {
    margin-right: 0;
}

footer .right-side-part .social-icon a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

footer .right-side-part .social-icon a svg {
    width: 18px;
    height: 18px;
}

footer .right-side-part .social-icon a:last-child {
    margin-right: 0;
}

.hero-banner.contractor-banner .center-div {
    width: 82%;
}

.your-challenges-section {
    padding: 100px 0;
}

.your-challenges-section .container {
    max-width: 1200px;
}

.your-challenges-section .heading2 {
    margin-bottom: 0;
}

.your-challenges-section p {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.your-challenges-section .first-row .left-side-part.right-side-part {
    text-align: right;
}

.your-challenges-section .first-row .left-side-part .svg-icon svg {
    width: 250px;
    height: 250px;
    color: #dfdfdf;
}

.your-challenges-section .second-row {
    margin-top: 83px;
    padding-left: 130px;
}

.your-challenges-section .second-row .content-part {
    padding-left: 50px;
}

.our-core-capabilities-solutions.empowers-contractors-section {
    padding: 0;
}

.our-core-capabilities-solutions.empowers-contractors-section .main-container {
    border-radius: 0;
    padding: 100px 0;
}

.the-greenspark-advantage.advantage-for-contractors-section .col-lg-3 {
    width: 25%;
}

.what-our-clients-are-saying.contractors-like-you-section .heading2 {
    text-align: center;
}

.what-our-clients-are-saying.contractors-like-you-section .button-set {
    text-align: center;
    margin-top: 40px;
}

.our-core-capabilities-solutions.empowers-contractors-section .row {
    border: 0;
    padding-top: 60px;
}

.our-core-capabilities-solutions.empowers-contractors-section .our-core-value-box {
    padding: 30px;
    border-radius: 20px;
    border: 2px solid rgba(217, 217, 217, 0.52);
}

.our-core-capabilities-solutions.empowers-contractors-section .our-core-value-box .icon {
    padding: 0;
    border: 0;
    margin: 0;
    display: inline-block;
    margin-bottom: 22px;
    width: auto;
}

.our-core-capabilities-solutions.empowers-contractors-section .our-core-value-box .icon svg {
    width: 44px;
    height: 44px;
}

.our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) {
    padding-right: 40px;
}

.our-core-capabilities-solutions.empowers-contractors-section .col-lg-4 .our-core-value-box {
    margin-bottom: 30px;
    display: block;
}

.our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) .our-core-value-box {
    text-align: right;
}

.our-core-capabilities-solutions.empowers-contractors-section .col-lg-4 .our-core-value-box:last-child {
    margin-bottom: 0;
}

.our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(3) {
    padding-left: 40px;
}

.our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -97px;
}

.our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image img {
    border-radius: 50%;
    border: 30px solid #fff;
    width: 83%;
    z-index: 5;
    position: relative;
}

.our-core-capabilities-solutions.empowers-contractors-section .our-core-value-box .content-part {
    padding-right: 0;
    width: auto;
}

.our-core-capabilities-solutions.empowers-contractors-section .our-core-value-box .content-part h3 {
    padding-bottom: 27px;
}

.hero-banner.contractor-banner.contac-us-banner .main-container-fluid {
    background: url(../images/contact-us-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 210px 0 101px 70px;
}

.hero-banner.contractor-banner.contac-us-banner .main-container-fluid:before {
    content: none;
}

.ag-p-contact-content {
    gap: 28px;
    padding: 28px;
    display: -ms-grid;
    display: grid;
    background-color: #fff;
    -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 20px;
}

.ag-p-contact-content .ag-p-contact-item {
    padding: 50px;
    background-color: #F6F6F6;
    position: relative;
}

.ag-p-contact-content .ag-p-contact-item .item-icon {
    top: 15px;
    right: 50px;
    opacity: 0.1;
    line-height: 1;
    font-size: 60px;
    position: absolute;
}

.ag-p-contact-content .ag-p-contact-item .item-icon svg {
    width: 60px;
    height: 60px;
}

.ag-p-contact-content .ag-p-contact-item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 13px;
    color: #010101;
}

.ag-p-contact-content .ag-p-contact-item p {
    margin-bottom: 6px;
    color: #3D3D3D;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.contact-info-part {
    padding: 60px 0;
}

.contact-form {
    padding: 50px 0 100px;
}

.contact-form .main-container {
    background: #fff;
    border-radius: 20px;
}

.contact-form .main-container .left-side-part {
    padding: 60px 40px;
}

.contact-form .main-container .left-side-part .heading2 {
    margin-bottom: 30px;
    font-size: 36px;
}

.contact-form .main-container .left-side-part form .mb-3 .form-label {
    color: #261723;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-family: "Inter", sans-serif !important;
}

.contact-form .main-container .left-side-part form .mb-3 {
    margin-bottom: 20px !important;
}

.contact-form .main-container .left-side-part form .mb-3 input, .contact-form .main-container .left-side-part form .mb-3 textarea {
    padding: 20px 0;
    border: none;
    padding-bottom: 10px;
    background-color: transparent;
    border-bottom: 2px solid #ddd;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    box-shadow: none;
    outline: none;
    font-family: "Inter", sans-serif !important;
    resize: none;
}

.contact-form .main-container .left-side-part form .mb-3 input:hover, .contact-form .main-container .left-side-part form .mb-3 textarea:hover {
    border-bottom: 2px solid #010101;
}

.contact-form .main-container .right-side-part {
    height: 100%;
}

.contact-form .main-container .right-side-part img {
    display: block;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

.contact-form .main-container .left-side-part form .button-set .common-button {
    clip-path: none;
    -webkit-clip-path: none;
    background: transparent;
    border: 1px solid #0a2434;
    border-radius: 10px;
    color: #0a2434;
    overflow: hidden;
    cursor: pointer;
    font-family: "Inter", sans-serif !important;
}

.contact-form .main-container .left-side-part form .button-set .common-button span {
    font-size: 16px;
    font-weight: 500;
    padding: 13px 24px;
    color: #010101;
    text-decoration: none;
    display: block;
    z-index: 5;
    position: relative;
    font-family: "Inter", sans-serif !important;
}

.contact-form .main-container .left-side-part form .button-set .common-button:hover span {
    color: #fff;
}

.our-core-capabilities-solutions.empowers-contractors-section .row.bottom-box {
    justify-content: center;
    padding-top: 40px;
}

.our-core-capabilities-solutions.empowers-contractors-section .row.bottom-box .col-lg-4 {
    padding-right: 0;
    padding: 0 20px;
}

.our-core-capabilities-solutions.empowers-contractors-section .row.bottom-box .col-lg-4:nth-child(1) .our-core-value-box {
    text-align: left;
}

.website-development-section {
    padding: 100px 0;
}

.website-development-section .heading-part {
    margin-bottom: 60px;
}

.website-development-section .img-part {
    padding-right: 20px;
    position: sticky;
    top: 100px;
}

.website-development-section .img-part img {
    border-radius: 20px;
    width: 100%;
    display: block;
}

.website-development-section .content-part {
    padding-left: 20px;
}

.website-development-section .content-part p {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.website-development-section .content-part ul {
    padding-left: 40px;
    margin: 30px 0;
}

.website-development-section .content-part ul li {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.website-development-section .content-part ul li strong {
    font-weight: 700;
}

.website-development-section .content-part ul li:before {
    content: " ";
    background: url(../images/spark.svg) no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 2px;
    left: -39px;
}

.website-development-section .content-part .button-set {
    margin-top: 60px;
}

.website-development-section .button-set {
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: end;
}

.website-development-section .button-set a {
    width: 128px;
    height: 128px;
    background: #0a2434;
    border: 2px solid #0a2434;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 28px;
    transition: 0.25s all linear;
    padding: 20px;
}

.website-development-section .button-set a svg {
    width: 30px;
    height: 30px;
}

.website-development-section .button-set a:hover {
    transform: rotate(-20deg);
    transition: 0.25s all linear;
    background: #00b585;
    border-color: #00b585;
}

.website-development-section.seo-rank-higher-section {
    padding: 100px 30px;
}

.website-development-section.seo-rank-higher-section .container {
}

.website-development-section.seo-rank-higher-section .main-container {
    background: #3d8773;
    padding: 60px;
    border-radius: 30px;
}

.website-development-section.seo-rank-higher-section .heading-part .heading2 {
    color: #fff;
}

.website-development-section.seo-rank-higher-section .content-part p, .website-development-section.seo-rank-higher-section .content-part ul li strong, .website-development-section.seo-rank-higher-section .content-part ul li {
    color: #fff;
}

.website-development-section.seo-rank-higher-section.meet-our-principal-section .content-part ul li {
    margin-bottom: 15px;
}

.website-development-section.seo-rank-higher-section .image-part-div {
    position: relative;
}

.website-development-section.seo-rank-higher-section .img-part .button-set {
    margin: 0 auto;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-top: -65px;
}

.website-development-section.seo-rank-higher-section .content-part p {
    margin-bottom: 50px;
}

.website-development-section.seo-rank-higher-section .content-part ul {
    padding: 0;
}

.website-development-section.seo-rank-higher-section .content-part ul li {
    margin-bottom: 40px;
}

.website-development-section.seo-rank-higher-section .content-part ul li:before {
    content: none;
}

.website-development-section.seo-rank-higher-section .content-part ul li:last-child {
    margin-bottom: 0;
}

.website-development-section.seo-rank-higher-section .content-part ul li strong {
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 0;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.website-development-section.seo-rank-higher-section .button-set a {
    background: #07e2a8;
    border: 2px solid #07e2a8;
    color: #0a2434;
}

.website-development-section.seo-rank-higher-section .button-set a:hover {
    border-color: #0a2434;
    color: #fff;
    background: #0a2434;
}

.get-in-touch-home.online-authority .main-container .contact-button a {
    padding: 15px;
}

.hero-banner.services-banner .center-div .heading {
    margin-bottom: 0;
}

.building-success-together.services-listing-box .col-lg-4 {
    padding: 0 15px;
}

.the-greenspark-advantage.advantage-for-contractors-section .heading-part p {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 30px;
}

.hero-banner.about-us-banner .center-div .heading {
    margin-bottom: 0;
}

.website-development-section.seo-rank-higher-section.meet-our-principal-section .content-part h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #fff;
    margin-top: 50px;
}

.website-development-section.seo-rank-higher-section.meet-our-principal-section .content-part p {
    margin-bottom: 15px;
}

.website-development-section.meet-our-principal-section {
    padding-top: 0;
}

.website-development-section.meet-our-principal-section .content-part {
    padding-left: 72px;
}

.building-success-together.experience-matters-to-you-section .col-lg-4 {
    padding: 0 15px;
}

.website-development-section.meet-our-principal-section .img-part .author {
    margin-top: 30px;
}

.website-development-section.meet-our-principal-section .img-part .author strong {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: 700;
    display: block;
}

.website-development-section.meet-our-principal-section .img-part .author span {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
}

.building-success-together.experience-matters-to-you-section .heading-part-set .heading2 {
    word-break: break-word;
}

.insides-blog {
    padding: 60px 0;
}

.insides-blog .col-lg-4 {
    padding: 0 15px;
}

.insides-blog .thumb-blog {
    position: relative;
}

.insides-blog .thumb-blog .image-thumb {
    position: relative;
}

/* .insides-blog .thumb-blog .image-thumb:before {
content: " ";
background: url('../images/blogs/whit-cut-bg.png') no-repeat;
background-position: bottom;
height: 100%;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
} */
.insides-blog .thumb-blog .image-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.insides-blog .thumb-blog .image-thumb .cut-image {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.insides-blog .thumb-blog .content-part {
    padding: 35px 35px 0 0;
    margin-top: -79px;
    width: 79%;
}

.insides-blog .thumb-blog .content-part .tag {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    background: rgba(10, 36, 52, 0.1);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    padding: 0 11px;
    display: inline-block;
    margin-bottom: 15px;
    color: #000;
}

.insides-blog .thumb-blog .content-part h3 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    color: #010101;
}

.insides-blog.insides-blog-details-pages .main-blog-content .middel-content {
    padding: 0 19%;
}

.insides-blog.insides-blog-details-pages .main-blog-content .main-blog-image {
    margin-bottom: 40px;
}

.insides-blog.insides-blog-details-pages .main-blog-content .main-blog-image img {
    border-radius: 30px;
    display: block;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.insides-blog.insides-blog-details-pages .main-blog-content .middel-content p {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 25px;
}

.insides-blog.insides-blog-details-pages .main-blog-content .middel-content p strong {
    font-weight: 700;
}

.insides-blog.insides-blog-details-pages .main-blog-content .middel-content ul {
    padding-left: 40px;
}

.insides-blog.insides-blog-details-pages .main-blog-content .middel-content ul li {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.insides-blog.insides-blog-details-pages .main-blog-content .middel-content ul li strong {
    font-weight: 700;
}

.insides-blog.insides-blog-details-pages .main-blog-content .middel-content ul li:before {
    content: " ";
    background: url(../images/spark.svg) no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 2px;
    left: -39px;
}

.enqury-now-section {

    /*    background: url('../images/enqury-now-section.jpg') no-repeat;
    background-size: cover;
    background-position: center;*/
    padding: 181px 0 100px;
    position: relative;
    background-image: url('../images/enqury-now-section.jpg');    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.enqury-now-section:before {
content: " ";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
border-radius: 20px;
}*/
.enqury-now-section .container {
    z-index: 5;
    position: relative;
}

.enqury-now-section .left-side-part {
    padding: 60px 40px;
    background: #fff;
    border-radius: 30px;
}

.enqury-now-section .left-side-part .heading2 {
    margin-bottom: 30px;
    font-size: 36px;
}

.enqury-now-section .left-side-part form .mb-3 .form-label {
    color: #261723;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-family: "Inter", sans-serif !important;
}

.enqury-now-section .left-side-part form .mb-3 {
    margin-bottom: 40px !important;
}

.enqury-now-section .left-side-part form .mb-3 input, .enqury-now-section .left-side-part form .mb-3 select, .enqury-now-section .left-side-part form .mb-3 textarea {
    padding: 20px 0;
    border: none;
    padding-bottom: 10px;
    background-color: transparent;
    border-bottom: 2px solid #ddd;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    box-shadow: none;
    outline: none;
    resize: none;
    font-family: "Inter", sans-serif !important;
}

.enqury-now-section .left-side-part form .mb-3 select {
    width: 100%;
    font-family: "Inter", sans-serif !important;
}

.enqury-now-section .left-side-part form .mb-3.radio-button-part {
    margin-bottom: 40px !important;
}

.enqury-now-section .left-side-part form .mb-3.radio-button-part strong {
    color: #261723;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-family: "Inter", sans-serif !important;
}

.enqury-now-section .left-side-part form .mb-3.radio-button-part .form-check {
    display: inline-block;
    vertical-align: top;
}

.enqury-now-section .left-side-part form .mb-3.radio-button-part .form-check .form-check-input {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-top: 0;
    font-family: "Inter", sans-serif !important;
}

.enqury-now-section .left-side-part form .mb-3.radio-button-part .form-check .form-check-label {
    color: #3D3D3D;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
}

.enqury-now-section .left-side-part form .mb-3 input:hover, .enqury-now-section .left-side-part form .mb-3 select:hover, .enqury-now-section .left-side-part form .mb-3 textarea:hover {
    border-bottom: 2px solid #010101;
}

.enqury-now-section .left-side-part form .mb-3 p {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 25px;
}

.enqury-now-section .left-side-part form .mb-3.form-check {
    display: flex;
}

.enqury-now-section .left-side-part form .mb-3.form-check .form-check-input {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

.enqury-now-section .left-side-part form .mb-3.form-check .form-check-label {
    width: 93%;
    padding-left: 15px;
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.enqury-now-section .left-side-part form .mb-3.form-check .form-check-label a {
    color: #0a2434;
}

.enqury-now-section .left-side-part form .button-set .common-button {
    clip-path: none;
    -webkit-clip-path: none;
    background: #f18101;
    border: 1px solid #0a2434;
    border-radius: 10px;
    color: #f18101;
    overflow: hidden;
    font-family: "Inter", sans-serif !important;
    cursor: pointer;
}

.enqury-now-section .left-side-part form .button-set .common-button span {
    font-size: 16px;
    font-weight: 500;
    padding: 13px 24px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    z-index: 5;
    position: relative;
    font-family: "Inter", sans-serif !important;
}

.enqury-now-section .left-side-part form .button-set .common-button:hover span {
    color: #fff;
    font-family: "Inter", sans-serif !important;
}

.website-development-section.seo-rank-higher-section.meet-our-principal-section .content-part ul {
    padding-left: 40px;
    margin: 30px 0;
}

.website-development-section.seo-rank-higher-section.meet-our-principal-section .content-part ul li:before {
    content: " ";
    background: url(../images/spark-white.svg) no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 2px;
    left: -39px;
}

.who-we-are-section.why-consult-with-section ul li strong {
    font-weight: 700;
    display: block;
}

.website-development-section.project-details-pages .content-part {
    padding-left: 60px;
}

.website-development-section.project-details-pages .content-part .heading2 {
    margin-bottom: 40px;
}

.website-development-section.project-details-pages .row {
    margin-bottom: 200px;
}

.website-development-section.project-details-pages .row:last-child {
    margin-bottom: 0;
}

.website-development-section.project-details-pages .content-part p {
    margin-bottom: 20px;
}

.hero-banner.contractor-banner .main-container-fluid {
    background: url(../images/contractors/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-banner.about-us-banner .main-container-fluid {
    background: url(../images/about-us/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

/*.hero-banner.contractor-banner .main-container-fluid {
background: url(../images/contractors/banner.jpg) no-repeat;
background-size: cover;
background-position: center;
}*/
.hero-banner.contractor-banner.project-owners .main-container-fluid {
    background: url(../images/project-owners/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-banner.contractor-banner.website-seo .main-container-fluid {
    background: url(../images/website-seo/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-banner.contractor-banner .center-div .heading span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 50px;
}

.website-development-section.seo-rank-higher-section.meet-our-principal-section .heading-part .heading2 span {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    line-height: 19px;
}

.website-development-section.seo-rank-higher-section.meet-our-principal-section .heading-part .heading2 br {
    display: none;
}

.hero-banner.projects-banner .main-container-fluid {
    background: url(../images/project-banner.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    padding: 200px 0 127px 70px;
}

.who-we-are-section.why-consult-with-section .col-lg-3 {
    padding: 0 15px;
}

.who-we-are-section.why-consult-with-section .thumb-part {
    padding: 44px 40px;
    border-radius: 15px;
    border: 1px solid #bbbbbb;
    text-decoration: none;
    position: relative;
    transition: 0.25s all linear;
}

.who-we-are-section.why-consult-with-section .thumb-part .box {
    margin-bottom: 30px;
}

.who-we-are-section.why-consult-with-section .thumb-part strong {
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #010101;
    display: block;
}

.who-we-are-section.why-consult-with-section .thumb-part p {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
}

.who-we-are-section.why-consult-with-section .heading2 {
    padding: 0 15px;
    margin-bottom: 50px;
}

.who-we-are-section.why-consult-with-section .left-side-part {
    padding-right: 0;
}

.contractor-banner.website-seo.thank-you-page {
    padding: 0;
}

.hero-banner.contractor-banner.website-seo.thank-you-page .main-container-fluid {
    border-radius: 0;
    padding: 300px 0 142px;
    background-color: #d6e5e1;
    background-image: url(../images/greenspark.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.hero-banner.website-seo.thank-you-page .main-container-fluid:before {
    content: none;
}

.hero-banner.thank-you-page .center-div .heading {
    color: #010101;
}

.hero-banner.thank-you-page .center-div p {
    color: #010101;
}

.hero-banner.contractor-banner.thank-you-page .center-div {
    width: 82%;
    margin: 0 auto;
}

/***********************************/
@media screen and (max-width:1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }

    .get-in-touch-home .main-container .heading2 br {
        display: none;
    }

    .hero-banner.contractor-banner .main-container-fluid {
        padding: 244px 0 86px 70px;
    }

    .our-core-capabilities-solutions .our-core-value-box .content-part h3 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 13px;
    }

    .our-core-capabilities-solutions .our-core-value-box .content-part p {
        font-size: 16px;
        line-height: 25px;
    }

    .building-success-together.experience-matters-to-you-section .heading-part-set .heading2 {
        font-size: 38px;
    }

}

@media(max-width:1366px) {
}

@media only screen and (min-width:1300px) and (max-width:1440px) {
    .heading {
        font-size: 46px;
        line-height: 53px;
    }

    .hero-banner .main-container-fluid {
        padding: 210px 0 113px 37px;
    }

    .building-success-together .thumb-part-box {
        padding: 25px;
    }

    .building-success-together .thumb-part-box {
        padding: 20px;
    }

    .building-success-together .heading-part-set {
        padding: 15px;
    }

    .building-success-together .col-lg-3 {
        padding: 0 5px;
    }

    .heading2 {
        font-size: 37px;
        line-height: 47px;
    }

    .building-success-together .heading-part-set .heading2 {
        font-size: 30px;
    }

    .building-success-together .thumb-part-box h3 {
        font-size: 28px;
        line-height: 29px;
    }

    .building-success-together .thumb-part-box .box {
        margin-bottom: 21px;
    }

    .building-success-together .thumb-part-box .link-btn {
        margin-top: 27px;
        bottom: 26px;
        left: 23px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1204px;
    }

    .the-greenspark-advantage .mian-box-part {
        padding: 0 20px;
    }

    .the-greenspark-advantage .mian-box-part .content h3 {
        font-size: 21px;
        line-height: 27px;
    }

    .who-we-are-section .left-side-part {
        padding-right: 70px;
    }

    .our-core-capabilities-solutions {
        padding: 0 15px;
    }

    .our-core-capabilities-solutions .main-container {
        padding: 30px;
    }

    .our-core-capabilities-solutions .heading-part {
        margin-bottom: 30px;
    }

    .our-core-capabilities-solutions .our-core-value-box {
        display: flex;
        gap: 18px;
        padding: 27px 0px 27px;
    }

    .our-core-capabilities-solutions .our-core-value-box .icon {
        width: 14%;
    }

    .our-core-capabilities-solutions .our-core-value-box .content-part {
        width: 77%;
        padding-right: 19px;
    }

    .our-core-capabilities-solutions .our-core-value-box .content-part h3 {
        font-size: 26px;
        line-height: 33px;
    }

    .agn-blog-1-item .main-img img {
        width: 100%;
    }

    .agn-blog-1-item .main-img, .agn-blog-1-item:is(.active) .main-img {
        width: 100%;
    }

    .agn-blog-1-item .main-img {
        height: 379px;
    }

    .get-in-touch-home .main-container {
        padding: 46px;
    }

    .get-in-touch-home .main-container .heading2 {
        font-size: 49px;
        line-height: 61px;
    }

    .your-challenges-section .second-row {
        margin-top: 68px;
        padding-left: 49px;
    }

    .your-challenges-section .first-row .left-side-part .svg-icon svg {
        width: 200px;
        height: 200px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image svg {
        top: -49px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) {
        padding-right: 20px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(3) {
        padding-left: 20px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .our-core-value-box {
        padding: 20px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .our-core-value-box .content-part h3 {
        font-size: 24px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image img {
        border: 20px solid #fff;
    }

    .building-success-together.experience-matters-to-you-section .heading-part-set .heading2 {
        font-size: 36px;
    }

    .insides-blog .thumb-blog .content-part {
        padding: 25px 25px 0 0;
        margin-top: -63px;
        width: 79%;
    }

    .insides-blog .thumb-blog .image-thumb .cut-image {
        left: -1px;
        width: 92%;
    }

    .insides-blog .thumb-blog .content-part h3 {
        font-size: 22px;
        line-height: 29px;
    }

}

@media screen and (min-width:1361px) and (max-width:1366px) {
}

@media screen and (min-width:1431px) and (max-width:1440px) {
}

@media (max-width:1280px) {
    .heading {
        font-size: 46px;
        line-height: 53px;
    }

    .hero-banner .main-container-fluid {
        padding: 210px 0 113px 37px;
    }

    .building-success-together .thumb-part-box {
        padding: 25px;
    }

    .building-success-together .thumb-part-box {
        padding: 20px;
    }

    .building-success-together .heading-part-set {
        padding: 15px;
    }

    .building-success-together .col-lg-3 {
        padding: 0 5px;
    }

    .heading2 {
        font-size: 37px;
        line-height: 44px;
    }

    .building-success-together .heading-part-set .heading2 {
        font-size: 30px;
    }

    .building-success-together .thumb-part-box h3 {
        font-size: 28px;
        line-height: 29px;
    }

    .building-success-together .thumb-part-box .box {
        margin-bottom: 21px;
    }

    .building-success-together .thumb-part-box .link-btn {
        margin-top: 27px;
        bottom: 26px;
        left: 23px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1204px;
    }

    .the-greenspark-advantage .mian-box-part {
        padding: 0 20px;
    }

    .the-greenspark-advantage .mian-box-part .content h3 {
        font-size: 21px;
        line-height: 27px;
    }

    .who-we-are-section .left-side-part {
        padding-right: 70px;
    }

    .our-core-capabilities-solutions {
        padding: 0 15px;
    }

    .our-core-capabilities-solutions .main-container {
        padding: 30px;
    }

    .our-core-capabilities-solutions .heading-part {
        margin-bottom: 30px;
    }

    .our-core-capabilities-solutions .our-core-value-box {
        display: flex;
        gap: 18px;
        padding: 27px 0px 27px;
    }

    .our-core-capabilities-solutions .our-core-value-box .icon {
        width: 14%;
    }

    .our-core-capabilities-solutions .our-core-value-box .content-part {
        width: 77%;
        padding-right: 19px;
    }

    .our-core-capabilities-solutions .our-core-value-box .content-part h3 {
        font-size: 26px;
        line-height: 33px;
    }

    .agn-blog-1-item .main-img img {
        width: 100%;
    }

    .agn-blog-1-item .main-img, .agn-blog-1-item:is(.active) .main-img {
        width: 100%;
    }

    .agn-blog-1-item .main-img {
        height: 379px;
    }

    .get-in-touch-home .main-container {
        padding: 46px;
    }

    .get-in-touch-home .main-container .heading2 {
        font-size: 49px;
        line-height: 61px;
    }

    .your-challenges-section .second-row {
        margin-top: 68px;
        padding-left: 49px;
    }

    .your-challenges-section .first-row .left-side-part .svg-icon svg {
        width: 200px;
        height: 200px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image svg {
        top: -49px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) {
        padding-right: 20px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(3) {
        padding-left: 20px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .our-core-value-box {
        padding: 20px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .our-core-value-box .content-part h3 {
        font-size: 24px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image img {
        border: 20px solid #fff;
    }

    .ag-p-contact-content {
        gap: 10px;
        padding: 13px;
    }

    .ag-p-contact-content .ag-p-contact-item {
        padding: 25px;
    }

    .ag-p-contact-content .ag-p-contact-item .item-icon svg {
        width: 40px;
        height: 40px;
    }

    .ag-p-contact-content .ag-p-contact-item .item-icon {
        top: 4px;
        right: 20px;
    }

    .contact-form .main-container .left-side-part {
        padding: 38px 30px;
    }

    .contact-form .main-container .left-side-part .heading2 {
        font-size: 36px;
        line-height: 50px;
    }

    .building-success-together.experience-matters-to-you-section .heading-part-set .heading2 {
        font-size: 38px;
        line-height: 48px;
    }

    .insides-blog .thumb-blog .content-part {
        padding: 25px 25px 0 0;
        margin-top: -63px;
        width: 79%;
    }

    .insides-blog .thumb-blog .image-thumb .cut-image {
        left: -1px;
        width: 92%;
    }

    .insides-blog .thumb-blog .content-part h3 {
        font-size: 22px;
        line-height: 29px;
    }

}

@media screen and (min-width:1000px) and (max-width:1024px) {
    .heading {
        font-size: 46px;
        line-height: 53px;
    }

    .hero-banner .main-container-fluid {
        padding: 210px 0 113px 37px;
    }

    .building-success-together .thumb-part-box {
        padding: 25px;
    }

    .building-success-together .thumb-part-box {
        padding: 20px;
    }

    .building-success-together .heading-part-set {
        padding: 15px;
    }

    .building-success-together .col-lg-3 {
        padding: 0 5px;
    }

    .heading2 {
        font-size: 37px;
        line-height: 43px;
    }

    .building-success-together .heading-part-set .heading2 {
        font-size: 30px;
    }

    .building-success-together .thumb-part-box h3 {
        font-size: 28px;
        line-height: 29px;
    }

    .building-success-together .thumb-part-box .box {
        margin-bottom: 21px;
    }

    .building-success-together .thumb-part-box .link-btn {
        margin-top: 27px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 960px;
    }

    .the-greenspark-advantage .mian-box-part {
        padding: 0 20px;
    }

    .the-greenspark-advantage .mian-box-part .content h3 {
        font-size: 21px;
        line-height: 27px;
    }

    .who-we-are-section .left-side-part {
        padding-right: 70px;
    }

    .our-core-capabilities-solutions {
        padding: 0 15px;
    }

    .our-core-capabilities-solutions .main-container {
        padding: 30px;
    }

    .our-core-capabilities-solutions .heading-part {
        margin-bottom: 30px;
    }

    .our-core-capabilities-solutions .our-core-value-box {
        display: flex;
        gap: 18px;
        padding: 27px 0px 27px;
    }

    .our-core-capabilities-solutions .our-core-value-box .icon {
        width: 14%;
    }

    .our-core-capabilities-solutions .our-core-value-box .content-part {
        width: 77%;
        padding-right: 19px;
    }

    .our-core-capabilities-solutions .our-core-value-box .content-part h3 {
        font-size: 26px;
        line-height: 33px;
    }

    .agn-blog-1-item .main-img img {
        width: 100%;
    }

    .agn-blog-1-item .main-img, .agn-blog-1-item:is(.active) .main-img {
        width: 100%;
    }

    .agn-blog-1-wrap {
        grid-template-columns: 1fr 1fr !important;
    }

    .agn-blog-1-item .main-img {
        height: 379px;
    }

    .get-in-touch-home .main-container {
        padding: 46px;
    }

    .get-in-touch-home .main-container .heading2 {
        font-size: 49px;
        line-height: 61px;
    }

    .hero-banner.contractor-banner .center-div {
        width: auto;
    }

    .your-challenges-section .second-row {
        margin-top: 68px;
        padding-left: 49px;
    }

    .your-challenges-section .first-row .left-side-part .svg-icon svg {
        width: 200px;
        height: 200px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image svg {
        top: 14px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) {
        padding-right: 20px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(3) {
        padding-left: 20px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .our-core-value-box {
        padding: 20px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .our-core-value-box .content-part h3 {
        font-size: 24px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image img {
        border: 20px solid #fff;
    }

    .ag-p-contact-content {
        gap: 10px;
        padding: 13px;
    }

    .ag-p-contact-content .ag-p-contact-item {
        padding: 25px;
    }

    .ag-p-contact-content .ag-p-contact-item .item-icon svg {
        width: 40px;
        height: 40px;
    }

    .ag-p-contact-content .ag-p-contact-item .item-icon {
        top: 4px;
        right: 20px;
    }

    .contact-form .main-container .left-side-part {
        padding: 38px 30px;
    }

    .contact-form .main-container .left-side-part .heading2 {
        font-size: 36px;
        line-height: 50px;
    }

    .your-challenges-section .container {
        max-width: 934px;
    }

    .header .menu .menu-item a {
        padding: 15px 10px;
    }

    .building-success-together.experience-matters-to-you-section .heading-part-set .heading2 {
        font-size: 29px;
    }

    .insides-blog .thumb-blog .content-part {
        padding: 25px 25px 0 0;
        margin-top: -63px;
        width: 79%;
    }

    .insides-blog .thumb-blog .image-thumb .cut-image {
        left: -1px;
        width: 92%;
    }

    .insides-blog .thumb-blog .content-part h3 {
        font-size: 22px;
        line-height: 29px;
    }

    .building-success-together .thumb-part-box .link-btn {
        bottom: 21px;
        left: 21px;
    }

    .enqury-now-section .col-lg-6 {
        width: 80%;
        margin: 0 auto;
    }

}

@media screen and (min-width:0) and (max-width:1023px) {
    .header .logo a {
        font-size: 0;
        background: #fff;
    }

    .header .logo {
        padding: 0;
        width: 147px;
    }

    .header {
        background: #fff;
    }

    .header .menu {
        width: 100%;
    }

    .header .menu .menu-item a {
        color: #010101;
        padding: 12px 15px;
        border-bottom: 1px solid #bbbbbb;
    }

    .hero-banner {
        padding: 0;
        margin-top: 83px;
    }

    .header .schedule-a-consultation-btn {
        margin-top: 20px;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .header .schedule-a-consultation-btn a {
        display: block;
        text-align: center;
        padding: 13px 24px;
        width: auto;
        height: auto;
    }

    .hero-banner .main-container-fluid {
        padding: 236px 15px 60px 15px;
        background-position: 74%;
    }

    .hero-banner .center-div {
        width: auto;
    }

    .heading {
        font-size: 35px;
        line-height: 45px;
    }

    .hero-banner .center-div p {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 27px;
    }

    .building-success-together {
        padding: 20px 10px 60px;
    }

    .building-success-together .heading-part-set .heading2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .building-success-together .heading-part-set {
        padding: 25px;
    }

    .building-success-together .thumb-part-box .center-box {
        display: flex;
    }

    .building-success-together .thumb-part-box .center-box .box {
        width: 20%;
        margin-bottom: 0;
    }

    .building-success-together .thumb-part-box .center-box .box svg {
        width: 49px;
        height: 49px;
    }

    .building-success-together .thumb-part-box .center-box .content-part {
        width: 80%;
        padding-left: 10px;
    }

    .building-success-together .thumb-part-box h3 {
        padding-bottom: 10px;
        margin-bottom: 0;
        font-size: 21px;
        line-height: 27px;
    }

    .building-success-together .thumb-part-box p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .building-success-together .thumb-part-box .link-btn {
        margin-top: 0
    }

    .building-success-together .col-lg-3 {
        margin-bottom: 20px;
    }

    .building-success-together .col-lg-3:last-child {
        margin-bottom: 0;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }

    .heading2 {
        font-size: 28px;
        line-height: 36px;
    }

    .the-greenspark-advantage {
        padding: 60px 15px;
    }

    .the-greenspark-advantage .heading2 br {
        display: none;
    }

    .the-greenspark-advantage .col-lg-3 {
        padding: 0 5px;
        border-left: 0;
        border-bottom: 1px solid #fff;
        width: 100%;
        height: auto;
    }

    .the-greenspark-advantage .mian-box-part {
        padding: 30px 0 30px;
    }

    .the-greenspark-advantage .mian-box-part .content-hide {
        visibility: visible;
        transform: none;
        opacity: 1;
        height: auto;
    }

    .the-greenspark-advantage .mian-box-part .icon {
        margin-bottom: 20px;
    }

    .the-greenspark-advantage .common-box2 .mian-box-part, .the-greenspark-advantage .common-box5 .mian-box-part, .the-greenspark-advantage .common-box3 .mian-box-part {
        transform: none;
    }

    .the-greenspark-advantage .col-lg-3:last-child {
        border-right: 0
    }

    .the-greenspark-advantage .mian-box-part .content h3 {
        font-weight: 500
    }

    .who-we-are-section {
        padding: 60px 15px;
    }

    .who-we-are-section .left-side-part {
        padding-right: 0;
    }

    .who-we-are-section p, .who-we-are-section ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .who-we-are-section .right-side-part {
        margin-top: 40px;
    }

    .our-core-capabilities-solutions {
        padding: 0 0;
        border-radius: 0;
    }

    .our-core-capabilities-solutions .main-container {
        padding: 60px 25px;
        border-radius: 0;
    }

    .our-core-capabilities-solutions .row {
        border-top: 0;
    }

    .our-core-capabilities-solutions .col-lg-6 {
        border-right: 0;
        border-bottom: 2px solid rgba(217, 217, 217, 0.52);
    }

    .our-core-capabilities-solutions .our-core-value-box .content-part h3 {
        padding-bottom: 10px;
        font-size: 21px;
        line-height: 27px;
    }

    .our-core-capabilities-solutions .our-core-value-box .content-part p {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 22px;
    }

    .our-core-capabilities-solutions .heading-part .heading2 {
        text-align: left;
    }

    .our-core-capabilities-solutions .our-core-value-box .icon svg {
        width: 24px;
        height: 24px;
    }

    .our-core-capabilities-solutions .our-core-value-box {
        display: flex;
        gap: 14px;
        padding: 30px 0px 30px;
    }

    .our-core-capabilities-solutions .our-core-value-box .icon {
        width: 19%;
    }

    .our-core-capabilities-solutions .our-core-value-box .content-part {
        width: 76%;
        padding-right: 0;
    }

    .our-core-capabilities-solutions .col-lg-6:nth-of-type(2n + 2) {
        border-right: 0;
        padding-left: 0;
    }

    .see-our-success-in-action {
        padding: 60px 15px;
    }

    .agn-blog-1-item .main-img {
        height: 266px;
    }

    .agn-blog-1-item .content {
        padding: 21px 10px 8px;
    }

    .agn-blog-1-item .blog-title {
        margin-bottom: 6px;
    }

    .agn-blog-1-item .blog-title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
        padding-bottom: 0;
    }

    .agn-blog-1-item .blog-disc {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 25px;
    }

    .what-our-clients-are-saying {
        padding: 60px 0;
    }

    .what-our-clients-are-saying .client-testimonial-box .center-box {
        padding: 28px;
    }

    .what-our-clients-are-saying .client-testimonial-box .center-box p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 33px;
    }

    .what-our-clients-are-saying .col-lg-6 {
        margin-bottom: 30px;
    }

    .what-our-clients-are-saying .col-lg-6:last-child {
        margin-bottom: 0;
    }

    .get-in-touch-home {
        padding: 0 0 0;
    }

    .get-in-touch-home .main-container {
        padding: 60px 20px;
        border-radius: 0;
    }

    .get-in-touch-home .main-container:before {
        border-radius: 0
    }

    .get-in-touch-home .main-container .heading2 {
        font-size: 36px;
        line-height: 42px;
    }

    .get-in-touch-home .main-container .heading2 br {
        display: none;
    }

    .get-in-touch-home .main-container p br {
        display: none;
    }

    .get-in-touch-home .main-container .contact-button {
        margin-top: 40px;
    }

    footer {
        padding: 60px 15px;
    }

    footer .row {
        align-items: start;
    }

    footer .left-side-part {
        padding-right: 0;
        margin-bottom: 40px;
    }

    footer .right-side-part {
        text-align: left;
    }

    footer .right-side-part .policy-link {
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .hero-banner.contractor-banner .main-container-fluid {
        padding: 147px 15px 86px 15px;
    }

    /*   .hero-banner.contractor-banner .center-div .heading {
        font-size: 29px;
        line-height: 36px;
    }*/
    .hero-banner .center-div .heading {
        margin-bottom: 14px;
    }

    .hero-banner.contractor-banner .center-div {
        width: auto;
    }

    .your-challenges-section {
        padding: 60px 15px;
    }

    .your-challenges-section .heading2 {
        margin-bottom: 15px;
    }

    .your-challenges-section p {
        font-size: 16px;
        line-height: 24px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .main-container {
        border-radius: 0;
        padding: 60px 15px;
    }

    .our-core-capabilities-solutions .heading-part .heading2 br {
        display: none;
    }

    .the-greenspark-advantage.advantage-for-contractors-section .heading-part .heading2 br {
        display: none;
    }

    .the-greenspark-advantage.advantage-for-contractors-section .col-lg-3 {
        width: 100%;
    }

    .what-our-clients-are-saying.contractors-like-you-section .heading2 {
        text-align: left;
    }

    .get-in-touch-home .main-container .col-lg-10 {
        padding-right: 0;
    }

    .get-in-touch-home .main-container p {
        font-size: 16px;
        line-height: 24px;
    }

    .your-challenges-section .second-row {
        margin-top: 30px;
        padding-left: 0;
    }

    .your-challenges-section .second-row .left-image img {
        display: block;
    }

    .your-challenges-section .second-row .content-part {
        padding-left: 0;
        margin-top: 30px;
    }

    .your-challenges-section .first-row .left-side-part.right-side-part {
        margin-top: 56px;
        text-align: center;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .row {
        border: 0;
        padding-top: 30px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) {
        padding-right: 0;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image svg {
        display: none;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image img {
        border: 10px solid #fff;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image {
        margin: 30px 0;
        display: block;
        text-align: center;
        height: auto;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(3) {
        padding-left: 0;
    }

    .what-our-clients-are-saying .col-lg-8 {
        padding: 0 15px;
    }

    .ag-p-contact-content {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .contact-info-part {
        padding: 60px 15px;
    }

    .contact-form .main-container .left-side-part {
        padding: 30px;
    }

    .contact-form .main-container .left-side-part .heading2 {
        font-size: 34px;
        line-height: 45px;
    }

    .contact-form .main-container .right-side-part img {
        border-radius: 0
    }

    .contact-form .main-container {
        border-radius: 0;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .row.bottom-box .col-lg-4 {
        padding: 0;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .row.bottom-box {
        padding-top: 30px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) .our-core-value-box {
        text-align: left;
    }

    .your-challenges-section .container {
        max-width: 100%;
    }

    .your-challenges-section .heading2 br {
        display: none;
    }

    .website-development-section.seo-rank-higher-section {
        padding: 0;
    }

    .website-development-section {
        padding: 100px 15px;
    }

    .website-development-section .heading-part {
        margin-bottom: 30px;
    }

    .website-development-section .heading-part .heading2 br {
        display: none;
    }

    .website-development-section .img-part {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .website-development-section .content-part {
        padding-left: 0;
    }

    .website-development-section .button-set {
        justify-content: center;
        margin-top: 30px;
        height: auto;
    }

    .website-development-section.seo-rank-higher-section .main-container {
        padding: 100px 15px;
        border-radius: 0;
    }

    .website-development-section.seo-rank-higher-section .img-part .button-set {
        margin-top: 2px;
    }

    .website-development-section.seo-rank-higher-section .content-part ul li strong {
        font-size: 24px;
        line-height: 32px;
    }

    .website-development-section.meet-our-principal-section .content-part {
        padding-left: 0;
    }

    .website-development-section.seo-rank-higher-section.meet-our-principal-section .content-part h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .website-development-section.seo-rank-higher-section.meet-our-principal-section .content-part p {
        font-size: 16px;
        line-height: 24px;
    }

    .website-development-section.seo-rank-higher-section.meet-our-principal-section .main-container {
        padding: 60px 15px;
        border-radius: 0;
    }

    .website-development-section.seo-rank-higher-section.meet-our-principal-section .content-part p:last-child {
        margin-bottom: 0;
    }

    .building-success-together.experience-matters-to-you-section {
        padding: 60px 15px;
    }

    .building-success-together.experience-matters-to-you-section .thumb-part-box p {
        margin-bottom: 0;
    }

    .building-success-together.experience-matters-to-you-section .col-lg-4 {
        padding: 0;
        margin-bottom: 30px;
    }

    .building-success-together.experience-matters-to-you-section .heading-part-set .heading2 {
        font-size: 32px;
    }

    .building-success-together.experience-matters-to-you-section .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .insides-blog .col-lg-4 {
        margin-bottom: 50px;
    }

    .insides-blog .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .insides-blog .thumb-blog .content-part {
        margin-top: -63px;
        width: 84%;
    }

    .insides-blog.insides-blog-details-pages .main-blog-content .main-blog-image img {
        height: 400px;
        border-radius: 0;
    }

    .insides-blog.insides-blog-details-pages .main-blog-content .middel-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .insides-blog.insides-blog-details-pages .main-blog-content .middel-content {
        padding: 0 15px;
    }

    .insides-blog.insides-blog-details-pages .main-blog-content .middel-content ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-banner.contractor-banner.projects-banner .main-container-fluid {
        padding: 74px 15px 51px 15px;
    }

    .website-development-section.projects-banner {
        padding: 60px 15px;
    }

    .website-development-section.project-details-pages .content-part {
        padding-left: 0;
    }

    .website-development-section.project-details-pages .content-part .heading2 {
        margin-bottom: 12px;
    }

    .website-development-section.project-details-pages .content-part p, .website-development-section .content-part ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .website-development-section.project-details-pages {
        padding: 60px 20px;
    }

    .website-development-section.project-details-pages .row {
        margin-bottom: 60px;
    }

    .website-development-section.project-details-pages .row:last-child {
        margin-bottom: 0;
    }

    .building-success-together .thumb-part-box .link-btn {
        position: static;
    }

    .building-success-together .content-part {
        margin-bottom: 0;
    }

    .the-greenspark-advantage .heading-part {
        margin-bottom: 13px;
    }

    .get-in-touch-home.margin-top {
        padding-top: 0;
    }

    .contact-form {
        padding-bottom: 0;
    }

    .enqury-now-section .left-side-part {
        padding: 30px;
    }

    .enqury-now-section .left-side-part .heading2 {
        font-size: 32px;
    }

    .enqury-now-section .left-side-part {
        padding: 30px;
        margin: 0 13px;
    }

    .enqury-now-section .left-side-part form .mb-3 .form-label {
        line-height: 22px;
    }

    .enqury-now-section .left-side-part form .mb-3 p {
        font-size: 16px;
        line-height: 24px;
    }

    .who-we-are-section.why-consult-with-section .heading2 {
        padding: 0;
        margin-bottom: 29px;
    }

    .who-we-are-section.why-consult-with-section .thumb-part {
        padding: 30px;
    }

    .who-we-are-section.why-consult-with-section .col-lg-3 {
        padding: 0;
        margin-bottom: 30px;
    }

    .who-we-are-section.why-consult-with-section .thumb-part p {
        font-size: 16px;
        line-height: 24px;
    }

    .enqury-now-section .left-side-part form .mb-3.form-check .form-check-label {
        font-size: 16px;
        line-height: 22px;
    }

    .hero-banner.contractor-banner.website-seo.thank-you-page .main-container-fluid {
        border-radius: 0;
        padding: 100px 0 100px;
    }

    .hero-banner.contractor-banner.thank-you-page .center-div {
        width: 88%;
    }

}

/*1023 end*/
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .building-success-together .col-lg-3 {
        padding: 0 5px;
        width: 50%;
        margin-bottom: 20px;
    }

    .building-success-together .thumb-part-box .link-btn {
        left: 20px;
        bottom: 19px;
    }

    .the-greenspark-advantage .col-lg-3 {
        width: 20%;
        height: 408px;
    }

    .see-our-success-in-action {
        padding-top: 60px;
    }

    .building-success-together .thumb-part-box .box {
        margin-bottom: 46px;
    }

    .your-challenges-section .first-row .left-side-part .svg-icon svg {
        width: 150px;
        height: 150px;
    }

    .what-our-clients-are-saying.contractors-like-you-section {
        padding-top: 60px;
    }

    .website-development-section .col-lg-9 {
        width: 50%;
    }

    .website-development-section .col-lg-3 {
        width: 50%;
    }

    .website-development-section.project-details-pages .row {
        margin-bottom: 100px;
    }

    .website-development-section.project-details-pages .row:last-child {
        margin-bottom: 0;
    }

    .enqury-now-section .col-lg-6 {
        width: 80%;
        margin: 0 auto;
    }

}

@media only screen and (min-device-width:800px) and (max-device-width:820px) {
    .hero-banner .main-container-fluid {
        padding: 230px 34px 111px 34px;
    }

    .hero-banner .center-div {
        width: 68%;
    }

    .building-success-together .heading-part-set {
        padding: 40px;
    }

    .building-success-together .thumb-part-box {
        padding: 40px;
    }

    .building-success-together .col-lg-3 {
        width: 50%;
        padding: 0 5px;
    }

    .building-success-together .col-lg-3:last-child {
        margin-bottom: 20px;
    }

    .the-greenspark-advantage .col-lg-3 {
        width: 50%;
    }

    .the-greenspark-advantage .mian-box-part {
        padding: 30px;
    }

    .our-core-capabilities-solutions .col-lg-6 {
        width: 50%;
        padding: 0 10px;
    }

    .what-our-clients-are-saying .col-lg-6 {
        width: 50%;
        margin-bottom: 0;
    }

    footer .col-lg-4 {
        width: 50%;
        padding: 0 15px;
    }

    footer .col-lg-8 {
        width: 50%;
        padding: 0 15px;
    }

    /*start changes*/
    .building-success-together .thumb-part-box .link-btn {
        position: absolute;
        left: 107px;
    }

    .building-success-together .thumb-part-box .center-box .content-part {
        margin-bottom: 63px;
    }

    .who-we-are-section .col-lg-6 {
        width: 50%;
    }

    .who-we-are-section .right-side-part {
        margin-top: 0;
        margin-left: 23px;
        position: sticky;
        top: 100px;
    }

    .see-our-success-in-action {
        padding-bottom: 50px;
    }

    .what-our-clients-are-saying {
        padding-top: 50px;
    }

    footer .left-side-part {
        margin-bottom: 0;
    }

    .your-challenges-section .second-row .col-lg-3 {
        width: 30%;
    }

    .your-challenges-section .second-row .col-lg-9 {
        width: 70%;
    }

    .your-challenges-section .second-row .content-part {
        margin-top: 0;
        padding-left: 20px;
    }

    .your-challenges-section .col-lg-9 {
        width: 70%;
    }

    .your-challenges-section .col-lg-3 {
        width: 30%;
    }

    .your-challenges-section .first-row .left-side-part .svg-icon svg {
        width: 100px;
        height: 100px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) {
        display: flex;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) .our-core-value-box {
        margin-bottom: 0;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) .our-core-value-box {
        width: 50%;
        margin: 0 5px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(3) {
        display: flex;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(3) .our-core-value-box {
        margin-bottom: 0;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(3) .our-core-value-box {
        width: 50%;
        margin: 0 5px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image img {
        width: 40%;
    }

    .the-greenspark-advantage.advantage-for-contractors-section .col-lg-3 {
        width: 50%;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .row.bottom-box .col-lg-4 .our-core-value-box {
        width: 100%;
    }

    .website-development-section.meet-our-principal-section {
        padding-top: 60px;
    }

    .website-development-section.seo-rank-higher-section.meet-our-principal-section .col-lg-4 {
        width: 30%;
    }

    .website-development-section.seo-rank-higher-section.meet-our-principal-section .col-lg-8 {
        width: 70%;
    }

    .website-development-section.meet-our-principal-section .content-part {
        padding-left: 20px;
    }

    .building-success-together.experience-matters-to-you-section .thumb-part-box .center-box .content-part {
        margin-bottom: 0;
    }

    .building-success-together.experience-matters-to-you-section .col-lg-4:nth-child(2), .building-success-together.experience-matters-to-you-section .col-lg-4:nth-child(3) {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 0;
    }

    .the-greenspark-advantage.advantage-for-contractors-section {
        padding: 60px 20px;
    }

    .website-development-section {
        padding: 100px 20px;
    }

    .website-development-section.seo-rank-higher-section .main-container {
        padding: 100px 20px;
    }

    .contact-form .main-container .left-side-part {
        padding: 50px;
    }

    .enqury-now-section .left-side-part {
        margin: 0 40px;
    }

    .who-we-are-section.why-consult-with-section .col-lg-3 {
        width: 50%;
        padding: 0 15px;
    }

}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
    .hero-banner .main-container-fluid {
        padding: 230px 34px 111px 34px;
    }

    .hero-banner .center-div {
        width: 68%;
    }

    .building-success-together .heading-part-set {
        padding: 40px;
    }

    .building-success-together .thumb-part-box {
        padding: 40px;
    }

    .building-success-together .col-lg-3 {
        width: 50%;
        padding: 0 5px;
    }

    .building-success-together .col-lg-3:last-child {
        margin-bottom: 20px;
    }

    .the-greenspark-advantage .col-lg-3 {
        width: 50%;
    }

    .the-greenspark-advantage .mian-box-part {
        padding: 30px;
    }

    .our-core-capabilities-solutions .col-lg-6 {
        width: 50%;
        padding: 0 10px;
    }

    .what-our-clients-are-saying .col-lg-6 {
        width: 50%;
        margin-bottom: 0;
    }

    footer .col-lg-4 {
        width: 50%;
        padding: 0 15px;
    }

    footer .col-lg-8 {
        width: 50%;
        padding: 0 15px;
    }

    /*start changes*/
    .building-success-together .thumb-part-box .link-btn {
        position: absolute;
        left: 107px;
    }

    .building-success-together .thumb-part-box .center-box .content-part {
        margin-bottom: 63px;
    }

    .who-we-are-section .col-lg-6 {
        width: 50%;
    }

    .who-we-are-section .right-side-part {
        margin-top: 0;
        margin-left: 23px;
        position: sticky;
        top: 100px;
    }

    .see-our-success-in-action {
        padding-bottom: 50px;
    }

    .what-our-clients-are-saying {
        padding-top: 50px;
    }

    footer .left-side-part {
        margin-bottom: 0;
    }

    .your-challenges-section .second-row .col-lg-3 {
        width: 30%;
    }

    .your-challenges-section .second-row .col-lg-9 {
        width: 70%;
    }

    .your-challenges-section .second-row .content-part {
        margin-top: 0;
        padding-left: 20px;
    }

    .your-challenges-section .col-lg-9 {
        width: 70%;
    }

    .your-challenges-section .col-lg-3 {
        width: 30%;
    }

    .your-challenges-section .first-row .left-side-part .svg-icon svg {
        width: 100px;
        height: 100px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) {
        display: flex;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) .our-core-value-box {
        margin-bottom: 0;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(1) .our-core-value-box {
        width: 50%;
        margin: 0 5px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(3) {
        display: flex;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(3) .our-core-value-box {
        margin-bottom: 0;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(3) .our-core-value-box {
        width: 50%;
        margin: 0 5px;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .col-lg-4:nth-child(2) .center-image img {
        width: 40%;
    }

    .the-greenspark-advantage.advantage-for-contractors-section .col-lg-3 {
        width: 50%;
    }

    .our-core-capabilities-solutions.empowers-contractors-section .row.bottom-box .col-lg-4 .our-core-value-box {
        width: 100%;
    }

    .website-development-section.meet-our-principal-section {
        padding-top: 60px;
    }

    .website-development-section.seo-rank-higher-section.meet-our-principal-section .col-lg-4 {
        width: 30%;
    }

    .website-development-section.seo-rank-higher-section.meet-our-principal-section .col-lg-8 {
        width: 70%;
    }

    .website-development-section.meet-our-principal-section .content-part {
        padding-left: 20px;
    }

    .building-success-together.experience-matters-to-you-section .thumb-part-box .center-box .content-part {
        margin-bottom: 0;
    }

    .building-success-together.experience-matters-to-you-section .col-lg-4:nth-child(2), .building-success-together.experience-matters-to-you-section .col-lg-4:nth-child(3) {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 0;
    }

    .the-greenspark-advantage.advantage-for-contractors-section {
        padding: 60px 20px;
    }

    .website-development-section {
        padding: 100px 20px;
    }

    .website-development-section.seo-rank-higher-section .main-container {
        padding: 100px 20px;
    }

    .contact-form .main-container .left-side-part {
        padding: 50px;
    }

    .enqury-now-section .left-side-part {
        margin: 0 40px;
    }

    .who-we-are-section.why-consult-with-section .col-lg-3 {
        width: 50%;
        padding: 0 15px;
    }

}

@media(max-width:768px) {
}

@media(max-width:575px) {
}

@media only screen and (min-device-width:360px) and (max-device-width:361px) {
}

@media only screen and (min-device-width:540px) and (max-device-width:541px) {
}
/* ==========================================================================
   MASTER STABILIZER: HERO, TRADEHUB, SUCCESS, LABS & ANCHOR FOOTER
   ========================================================================== */

/* 1. GLOBAL & HERO VIDEO STABILIZATION */
html, body {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

.hero-section {
    position: relative;
    height: 85vh; 
    min-height: 650px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #0a2434;
}

.hero-content-container {
    position: relative;
    z-index: 3;
    padding-top: 120px; 
}

.hero-video-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.hero-video-bg { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 36, 52, 0.45); z-index: 2; }

.hero-content .heading {
    color: #ffffff;
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.hero-content p { color: #e2e8f0; font-size: 20px; line-height: 1.5; margin-bottom: 40px; max-width: 800px; }

/* Rectangular Orange-Yellow Global Button: Locked to Prevent White Flash */
.common-button a {
    display: inline-flex;
    align-items: center;
    background-color: #FF9900 !important; 
    color: #010101 !important;
    padding: 20px 40px;
    border-radius: 0 !important; 
    text-decoration: none !important;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    outline: none !important;
}

.common-button a:hover, .common-button a:active, .common-button a:focus {
    background-color: #FF9900 !important;
    color: #010101 !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 153, 0, 0.2);
}

.common-button svg { margin-left: 10px; }

/* 2. SUCCESS STORIES GRID (800x320 PANORAMIC) */
.project-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 15px;
}

.project-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 2.5 / 1; 
    background: #ffffff;
    border: 1px solid #e2e8f0;
}

.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 226, 168, 0.95) 0%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: all 0.4s ease;
}
.project-card:hover .project-overlay { opacity: 1; }

/* 3. TRADEHUB SPOTLIGHT (FIXING PILLS & BUTTON SHAPE) */
.project-spotlight-section { padding: 80px 0; background-color: #F6F6F6; }

.spotlight-card {
    background: #0a2434 !important;
    border-radius: 40px;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
    margin: 0 15px;
}

.flagship-lead {
    display: block;
    color: #cbd5e1 !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.spotlight-heading {
    color: #ffffff !important;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.spotlight-desc {
    color: #e2e8f0 !important;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.spotlight-pill-container { 
    display: flex !important; 
    flex-direction: row !important; 
    flex-wrap: wrap; 
    gap: 12px; 
    margin-bottom: 40px; 
}

.spotlight-pill {
    display: inline-block;
    background: rgba(7, 226, 168, 0.1);
    border: 1.5px solid #07e2a8;
    color: #ffffff !important;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.tradehub-btn-wrapper { margin-bottom: 50px; }

.btn-tradehub {
    display: inline-flex;
    align-items: center;
    background-color: #FF9900;
    color: #010101 !important;
    padding: 18px 35px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 0 !important;
    text-decoration: none;
}

/* 4. LABS AUTHORITY (PROJECTS.HTML BUTTON RESTORATION) */
.labs-authority-section { padding: 100px 0; background-color: #ffffff; display: flex; justify-content: center; clear: both; }
.labs-safe-wrapper { width: 100%; max-width: 900px; padding: 0 25px !important; text-align: center; }
.labs-heading { font-size: 38px; color: #010101; font-weight: 700; text-transform: uppercase; margin-bottom: 25px; }

.labs-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #07e2a8;
    color: #010101 !important;
    padding: 16px 30px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

/* 5. GET IN TOUCH STRUCTURAL CTA (SCALING FIX) */
.get-in-touch-home { background-color: #F6F6F6; padding: 100px 0; position: relative; border-top: 5px solid #07e2a8; }
.get-in-touch-home .heading2 { color: #010101; font-size: 52px; font-weight: 900; line-height: 1.05; text-transform: uppercase; margin-bottom: 25px; }
.btn-structural-cta { display: inline-flex; align-items: center; background-color: #0a2434; color: #ffffff !important; padding: 20px 40px; font-weight: 800; text-transform: uppercase; border-radius: 0 !important; text-decoration: none; }

/* 6. ANCHOR FOOTER CORE */
.main-footer {
    background-color: #0a2434 !important;
    color: #ffffff !important;
    padding-top: 80px;
    width: 100%;
    overflow-x: hidden;
    clear: both;
}

.footer-top { padding-bottom: 60px; }
.footer-logo { max-width: 220px; display: block; margin-bottom: 25px; }
.footer-tagline { color: #cbd5e1 !important; font-size: 15px; line-height: 1.6; margin-bottom: 30px; }

.footer-heading {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background-color: #07e2a8;
}

.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: #cbd5e1 !important; text-decoration: none; font-size: 14px; transition: all 0.3s ease; }
.footer-links a:hover { color: #07e2a8 !important; padding-left: 5px; }

.footer-address { color: #cbd5e1 !important; font-style: normal; font-size: 14px; line-height: 1.8; }
.footer-address .email-link { color: #07e2a8 !important; text-decoration: none; font-weight: 700; }

.footer-social { display: flex; gap: 15px; }
.footer-social a {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1);
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 8px; transition: all 0.3s ease;
}

.footer-bottom { background-color: #081d2a; padding: 25px 0; }
.footer-bottom-flex { display: flex; justify-content: space-between; align-items: center; }
.copyright, .legal-links a { font-size: 12px; color: #ffffff !important; text-decoration: none; }
.separator { color: #334155; margin: 0 10px; }

/* ==========================================================================
   CONSOLIDATED MOBILE STABILIZER (S24 & Z-FOLD)
   ========================================================================== */
@media (max-width: 991px) {
    .hero-content-container { padding-top: 80px; }
    .hero-content .heading { font-size: 32px !important; text-align: center; }
    .hero-content p { font-size: 16px !important; text-align: center; margin: 0 auto 30px; }
    .common-button { display: flex; justify-content: center; }

    .project-portfolio-grid { grid-template-columns: 1fr; gap: 15px; }
    .project-card { aspect-ratio: 2 / 1; }

    /* TradeHub Spotlight Mobile Fix: Prevents pill stacking & edge bleed */
    .spotlight-card { padding: 40px 0; border-radius: 24px; margin: 0 10px; }
    .spotlight-card .row > div { padding-left: 25px !important; padding-right: 25px !important; }
    .flagship-lead, .spotlight-heading, .spotlight-desc { text-align: center; }
    .spotlight-heading { font-size: 28px !important; }
    .spotlight-pill-container { justify-content: center; gap: 8px; }
    .spotlight-pill { font-size: 11px; padding: 6px 12px; }
    
    .btn-tradehub { 
        width: 100% !important; 
        max-width: 320px; 
        margin: 0 auto; 
        display: flex !important; 
        justify-content: center; 
    }

    /* Get In Touch Safe-Zone & Heading Scaling Fix */
    .get-in-touch-home { padding: 80px 0; text-align: center; }
    .get-in-touch-home .row { margin: 0 !important; }
    .get-in-touch-home .row > div { padding: 0 25px !important; }
    .get-in-touch-home .heading2 { font-size: 28px !important; }
    .btn-structural-cta { width: 100%; padding: 22px 10px; }

    /* Labs Authority Mobile Fix */
    .labs-authority-section { padding: 60px 0; }
    .labs-heading { font-size: 26px !important; }
    .labs-link { width: 100% !important; }

    /* Footer Stabilization (Z-Fold Bleed Correction) */
    .main-footer .container, .main-footer .row { margin: 0 !important; padding: 0 !important; }
    .main-footer .row > div { padding: 0 25px !important; margin-bottom: 40px; }
    .footer-brand, .footer-heading, .footer-links, .footer-address { text-align: center; }
    .footer-logo { margin: 0 auto 25px auto !important; }
    .footer-social { justify-content: center; }
    .footer-heading::after { left: 50%; transform: translateX(-50%); }
    .footer-bottom-flex { flex-direction: column; text-align: center; gap: 15px; }
}
/* FINAL MATHEMATICAL CENTERING RESET */
@media (max-width: 991px) {
    /* 1. Force the parent footer and container to be perfectly neutral */
    .main-footer, 
    .main-footer .container, 
    .main-footer .footer-top {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    /* 2. Target the column wrappers - this is where the 'pull' usually hides */
    .main-footer .row > div {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; /* Forces content to center of the column */
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        padding-left: 20px !important; /* Symmetrical side-breath */
        padding-right: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none !important; /* Kills old-school grid pulls */
    }

    /* 3. Neutralize list and link margins */
    .footer-links {
        padding: 0 !important;
        margin: 0 auto !important;
        display: inline-block !important; /* Shrinks the list box to its content */
    }

    .footer-links li {
        text-align: center !important;
        margin: 0 0 12px 0 !important;
    }

    /* 4. Ensure social icons and logo have no side-weight */
    .footer-social, .footer-brand, .footer-logo {
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center !important;
    }

    /* 5. The Emerald Underline: Mathematical Center */
    .footer-heading::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}
/* SURGICAL FOOTER FIX: MOBILE CENTERING & DESKTOP GRID-LOCK */

/* 1. Mobile Centering Kill-Switch (Fixes "Shifted Right" feel) */
@media (max-width: 991px) {
    .main-footer, .main-footer .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }

    .main-footer .row {
        margin: 0 !important; /* Neutralizes negative Bootstrap margins */
    }

    .main-footer .row > div {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; /* Forces mathematical center */
        width: 100% !important;
        padding-left: 25px !important; /* Symmetric Z-Fold Safe Zone */
        padding-right: 25px !important;
        margin-bottom: 45px;
    }

    .footer-logo, .footer-social, .footer-links {
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center !important;
    }

    .footer-heading::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

/* 2. Desktop Grid-Lock (Fixes "Legal Links sticking to far right") */
@media (min-width: 992px) {
    .footer-bottom .container {
        max-width: 1140px !important; /* Locks legal links to your main grid */
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        display: block !important;
    }

    .footer-bottom-flex {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding: 0 !important;
    }
}
/* SURGICAL FIX: TRADEHUB CENTERING & BUTTON RE-SHAPING */
@media (max-width: 991px) {
    /* 1. Kill Bootstrap row-pull that causes the right-alignment drift (image_5b8146.png) */
    .spotlight-card .row {
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; /* Force-centers content columns on glass */
    }

    /* 2. Symmetrical padding for the columns inside the blue card */
    .spotlight-card .row > div {
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100% !important;
        text-align: center !important;
    }

    /* 3. Force the Feature Pills to mathematical center */
    .spotlight-pill-container {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
        margin-bottom: 35px !important;
        width: 100% !important;
    }

    /* 4. Button Fix: Structural Rectangle Shape & Shorter Length (Z-Fold Ready) */
    .btn-tradehub {
        width: auto !important;
        min-width: 220px !important;
        max-width: 250px !important; /* Shorter length prevents 'right-heavy' feel (image_5b8146.png) */
        margin: 0 auto 55px auto !important; /* separation from platform image below */
        
        /* Professional structural shape with sharp/rounded rectangle look */
        border-radius: 12px !important; 
        padding: 16px 25px !important;
        
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-decoration: none !important;
    }

    /* 5. Anchor Mockup visual to center */
    .spotlight-visual {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }
}
/* SURGICAL FIX: ENSURE ORANGE FILL REACHES BUTTON EDGES */
.common-button {
    background-color: #FF9900 !important; /* Fills the container background orange */
    clip-path: none !important;          /* Disables any polygon cutting */
    -webkit-clip-path: none !important;
    border: none !important;              /* Removes the ghost border causing the gaps */
    display: inline-flex !important;     /* Snaps the container width to the link content */
    overflow: hidden;                     /* Prevents fill-bleed at rounded corners */
    border-radius: 12px !important;      /* Consistent rounding for engineering firm look */
}

.common-button a {
    background-color: #FF9900 !important; /* Matches container background */
    width: 100% !important;              /* Forces orange to touch left/right edges */
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 18px 35px !important;       /* Professional padding balance */
}

.common-button:before {
    display: none !important;            /* Removes hover-fill logic that causes flickering */
}
/* SURGICAL FIX: HIGH-CONTRAST BUTTON LEGIBILITY */
.common-button, 
.common-button a, 
.btn-tradehub, 
.btn-structural-cta {
    /* Using a saturated Deep Amber to anchor the black text */
    background-color: #ffe173 !important; 
    color: #000000 !important;
    font-weight: 900 !important; /* Thickens text to fight the background glow */
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Optional: Add a slight text-shadow to 'lift' the letters off the orange */
.common-button a span, 
.btn-tradehub, 
.btn-structural-cta {
    text-shadow: 0.5px 0.5px 0px rgba(255, 255, 255, 0.1);
}

/* Ensure the hover state maintains that professional contrast */
.common-button:hover a, 
.btn-tradehub:hover, 
.btn-structural-cta:hover {
    background-color: #E67E00 !important; /* Slightly deeper on hover */
    color: #ffffff !important;           /* Flip to white for maximum contrast shift */
}
/* SURGICAL FIX: Z-FOLD BUTTON EDGE PROTECTION */
@media (max-width: 991px) {
    /* 1. Constrain the consultation button width for narrow mobile glass */
    .common-button {
        width: calc(100% - 40px) !important; /* Forces a 20px gutter on each side */
        max-width: 340px !important;        /* Prevents 'giant bar' feel on wider mobile views */
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex !important;            /* Anchors centering */
        justify-content: center;
    }

    .common-button a {
        width: 100% !important;
        text-align: center !important;
        padding: 18px 20px !important;      /* Optimized padding for Z-Fold aspect ratio */
    }

    /* 2. Neutralize any parent container padding that might be fighting the grid */
    .hero-banner .center-div {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
/* SURGICAL FIX: LEFT-ALIGNED FOOTER BOTTOM & WHITE LINKS */
.footer-bottom { 
    background-color: #081d2a !important; 
    padding: 25px 0 !important; 
}

@media (min-width: 992px) {
    .footer-bottom-flex { 
        display: flex !important; 
        justify-content: flex-start !important; /* Groups items on the left */
        align-items: center !important; 
        gap: 15px !important; /* Tight spacing between copyright and links */
    }

    .legal-links {
        display: flex !important;
        align-items: center !important;
        gap: 15px !important; /* Spacing between Privacy and Sitemap */
    }
}

.copyright, 
.legal-links a { 
    font-size: 12px !important; 
    color: #ffffff !important; /* Fixes the blue color back to white */
    text-decoration: none !important; 
    white-space: nowrap !important; 
}

.separator { 
    color: #64748b !important; 
    margin: 0 !important; /* Managed by gap in legal-links */
}

/* MOBILE STABILITY: Keep centered for Z-Fold/S24 */
@media (max-width: 991px) {
    .footer-bottom-flex {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 12px !important;
    }
    
    .legal-links {
        justify-content: center !important;
    }
}
/* SURGICAL FIX: LEFT-ALIGNED FOOTER BOTTOM (LOGO AXIS) */

/* 1. Reset Container & Flex for Desktop Grouping */
@media (min-width: 992px) {
    .footer-bottom .container {
        max-width: 1400px !important; /* Matches your header/footer grid */
        margin-left: 0 !important;   /* Pulls the group to the far left axis */
        padding-left: 15px !important; 
    }

    .footer-bottom-flex {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 20px !important; /* Professional tight spacing */
    }

    .legal-links {
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;
    }
}

/* 2. Fix Blue Link & Separator Visibility */
.copyright, 
.legal-links a {
    font-size: 12px !important;
    color: #ffffff !important; /* Forces white and kills browser blue */
    text-decoration: none !important;
    white-space: nowrap !important;
}

.legal-links a:hover {
    color: #07e2a8 !important; /* Subtle brand-emerald hover effect */
}

.separator {
    color: #64748b !important; /* Subdued visibility for the divider */
}

/* 3. Keep Mobile Centered for Z-Fold/S24 Symmetry */
@media (max-width: 991px) {
    .footer-bottom .container {
        margin: 0 auto !important;
    }
    .footer-bottom-flex {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }
    .legal-links { justify-content: center !important; }
}
/* SURGICAL FIX: PROJECTS.HTML LABS BUTTON STABILIZATION */
@media (max-width: 991px) {
    /* 1. Constrain length to restore professional shape (image_5a27ac.png) */
    .labs-link {
        width: auto !important;
        min-width: 240px !important; /* Substantial tap target */
        max-width: 280px !important; /* Prevents the giant bar look */
        margin: 30px auto 0 auto !important; /* Separation from text + horizontal center */
        
        /* 2. Shape: Professional Rounded Rectangle */
        border-radius: 12px !important;
        padding: 18px 25px !important;
        
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    /* 3. Ensure the parent text container provides a 25px safe-zone */
    .labs-safe-wrapper {
        padding-left: 25px !important;
        padding-right: 25px !important;
        text-align: center !important;
    }

    /* 4. Scale heading so it doesn't crowd the glass */
    .labs-heading {
        font-size: 26px !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }
}
/* FORCED FOOTER ALIGNMENT */
.footer-top .row {
    display: flex;
    align-items: flex-start; /* Keeps the containers at the top */
}

@media (min-width: 992px) {
    /* Target the headings specifically to normalize the vertical 'start' point */
    .footer-heading {
        margin-top: 15px !important; /* Forces the drop to align with the Brand logo baseline */
        display: inline-block;
        width: 100%;
    }
}
