@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

i {
    font-size: 22px;
}




* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}

.-hidden,
.hidden,
.hide {
    display: none;
}

h1 {
    font-family: "Anton", sans-serif;
    font-size: 58px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
}

.-visible,
.visible {
    opacity: 1 !important;
    visibility: visible !important;
}

/* header */

.header-wrap {
    position: relative;
    z-index: 1;
    height: 12vh;

}

.header-wrap .header-wrap-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header-wrap .left-part,
.header-wrap .right-part,
.header-wrap .top-part {
    display: flex;
    align-items: center;
}

.header-wrap-inner .left-part .branding {
    position: relative;
    display: flex;
    align-items: center;
}

.header-wrap-inner .left-part .branding .branding-title {
    font-weight: 600;
    font-size: 1.4em;
}

.logo {
    position: relative;
}

body:not(.dark-scheme) .branding .dark-scheme-logo {
    display: none;
}

.branding .logo img,
.branding .logo-mobile img,
.branding .logo-dynamic img {
    min-height: 200px;
    max-height: 200px;
    display: flex;
}

.branding .logo-sticky {
    display: none;
}

.header .logo-sticky,
.header .logo-mobile,
.header .logo-sticky-mobile {
    display: none;
}

.logo-sticky {
    margin-left: -15px !important;
}

body .header .branding .logo img {
    margin-left: 0 !important;
}

.header-wrap .right-part {
    justify-content: flex-end;
}

header ul.menu-optional {
    display: block !important;
}

.header-wrap-inner .menu-optional {
    display: flex;
    align-items: center;
}

header ul li {
    list-style: none;
}

.menu-optional .icon-button {
    min-width: 56px;
    width: 56px;
    height: 56px;
}

.icon-button:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f0b74c;
    transform: scale(0);
    transition: all cubic-bezier(.645, .045, .355, 1) 0.35s;
    border-radius: 50%;
}

button.icon-button.search-global {
    margin-top: 22px !important;
    border-radius: 50%;
    border: none;
}

.menu-optional li.icon-button-holder:nth-of-type(2) {
    display: none !important;
}

.icon-button>.icon {
    margin-left: 0;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    transition: all cubic-bezier(.645, .045, .355, 1) 0.35s;
    transition-property: transform, opacity;
}

.hamburger-button {
    background-color: unset;
    padding: 0;
    border: none;
    margin-top: 22px;
    margin-left: 16px;
}



.hamburger.icon-button>.icon {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}

.hamburger.icon-button>.icon:after {
    width: 1.1rem;
}

.hamburger.icon-button>.icon:before {
    width: 1.375rem;
}

.clb-popup {
    position: fixed;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50vh);
}

.hamburger-nav {
    padding: var(--clb-spacer);
    display: flex;
    flex-direction: column;
}

.clb-popup:not(.-slide-in) {
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: color-mix(in srgb, #111013 99%, transparent);
}

.clb-popup.visible {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: opacity .5s ease-in-out;
}

.hamburger-nav:not(.type2):not(.type3) {
    padding-left: calc(calc(1rem * 2) + 2rem);
    padding-right: calc(1rem * 2);
    padding-top: 21px;
    padding-bottom: 21px;
}

.clb-popup .close-bar {
    position: absolute;
    right: 45px;
    top: 18px;
}

.clb-popup.hamburger-nav.active {
    right: 0;
}

body.menu-open {
    overflow: hidden;
}

.clb-popup.hamburger-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/* when menu opens */
.clb-popup.hamburger-nav.active {
    left: 0;
}

.icon-button:hover,
.icon-button.hamburger,
.icon-button.cart {
    background-color: color-mix(in srgb, color-mix(in srgb, #111013 50%, #fff) 8%, transparent);
}

.hamburger-nav-holder {
    height: 100%;
    display: flex;
    align-items: center;
}


.icon-button {
    position: relative;
    padding: 0;
    border: none;
    text-align: center;
    outline: none;
    cursor: pointer;
    min-width: 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.hamburger.icon-button>.icon:after,
.hamburger.icon-button>.icon:before {
    content: "";
    height: 2px;
    margin: 3px 0;
    background-color: #000;
}

.hamburger.icon-button>.icon:after {
    width: 1.1rem;
}

.hamburger-nav .menu {
    counter-reset: number;
    width: 25%;
    position: relative;
}

.hamburger-nav .menu .mega-menu-item {
    margin: 0;
    list-style-type: none;
    transition: all cubic-bezier(.645, .045, .355, 1) 0.35s;
}

.hamburger-nav .menu .nav-item {
    counter-increment: number;
    padding: 4px 40px 4px 0;
}



.hamburger-nav .menu .mega-menu-item>a span {
    gap: 0 0.5em;
    line-height: 1.2;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all cubic-bezier(.645, .045, .355, 1) 0.35s;
}

.hamburger-nav .menu .mega-menu-item>a {
    width: 100%;
    vertical-align: middle;
    font-weight: 600;
    font-size: 25px;
    font-family: helvetica;
    display: block;
    position: relative;
    z-index: 2;
    color: white;
    font-size: 25px;
    display: flex !important;
    gap: 0.35em;
    text-decoration: none;
}

.hamburger-nav .menu .nav-item>a:before {
    content: "0" counter(number);
    display: inline-block;
    opacity: 1;
    font-weight: 700;
    width: auto;
    vertical-align: top;
    line-height: 20px;
    font-size: 14px;
    position: relative;
    height: auto;
    background: 0 0;
    align-self: flex-start;
    color: currentColor;
    opacity: .5;
    transition: all cubic-bezier(.645, .045, .355, 1) 0.35s;
}

.hamburger-nav .menu .mega-menu-item .has-submenu-icon:not(:hover) {
    transform: translateY(-50%) scale(1) rotate(0deg);
}

.has-submenu-icon {
    position: absolute;
    top: 50%;
    transform-origin: center;
    transform: translateY(-50%) scale(.75) rotate(0deg);
    right: 0;
    line-height: 0;
    opacity: .5;
}

.has-submenu-icon .menu-plus {
    transition: transform cubic-bezier(.645, .045, .355, 1) 0.35s;
}

.hamburger-nav .menu .menu-chevron {
    display: none;
}

.hamburger-nav .menu .mega-menu-item>ul {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}

.hamburger-nav-details {
    font-size: 0.95em;
    padding-top: 2rem;
    padding-right: 2rem;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

.hamburger-nav-details .details-column {
    width: 25%;
    margin: 1rem 0;
    color: #565557;
    font-family: 'Helvetica';
    line-height: 1.6;

}

.hamburger-nav-details .details-column b {
    color: white;
}

.has-submenu-icon .menu-plus svg {
    width: 30px;
}

.hamburger-nav .menu .mega-menu-item.active>ul>*,
.hamburger-nav .menu .mega-menu-item:hover>ul>* {
    transform: none;
    visibility: visible;
    opacity: 1;
}

.hamburger-nav .menu .mega-menu-item>a span {
    gap: 0 0.5em;
    line-height: 1.2;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all cubic-bezier(.645, .045, .355, 1) 0.35s;
}

span.menu-link-subtitle {
    display: none !important;
}

.has-submenu-icon .menu-plus svg {
    transition: transform 0.3s ease;
}

.menu-plus svg:hover {
    transform: rotate(45deg);
}

.mega-menu-item.has-submenu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.mega-menu-item.has-submenu .sub-menu {
    background: transparent;
}

.sub-menu .sub-nav-item {
    padding: 4px 40px 4px 0;
}


.mega-menu-item.has-submenu>.menu-link {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.mega-menu-item.has-submenu:hover>.menu-link {
    opacity: 0.5;
}

.mega-menu-item.has-submenu:hover>.menu-link::before {
    transform: translateX(1rem);
    opacity: 0;
}

.mega-menu-item.has-submenu:hover>.menu-link span {
    transform: translateX(1rem);
}

.hamburger-nav .menu .mega-menu-item {
    position: relative;
}

.hamburger-nav .menu>.mega-menu-item>a.menu-link:hover+.sub-menu {
    display: block;
}

.mega-menu-item.has-submenu>.sub-menu .has-submenu>a.menu-link:hover+.sub-sub-menu {
    display: block;
}

.close-bar .icon-button {
    background: transparent;
}


/* Show submenu */
.mega-menu-item.has-submenu>.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}


.mega-menu-item.has-submenu::before,
.mega-menu-item.has-submenu:hover::before {
    content: none !important;
}

.search-icon {
    cursor: pointer;
    font-size: 22px;
}

/* Popup Overlay */
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: color-mix(in srgb, #111013 99%, transparent);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Search box */
.search-box {
    display: flex;
    background: #222;
    border-radius: 8px;
    overflow: hidden;
}

.search-box input {
    padding: 15px;
    width: 400px;
    border: none;
    outline: none;
    background-color: color-mix(in srgb, #111013 99%, transparent);
    color: white;
}

.search-box button {
    padding: 15px;
    border: none;
    background-color: color-mix(in srgb, #111013 99%, transparent);
    color: white;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.search-box svg {
    width: 19px;
}

header {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: none;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all cubic-bezier(.645, .045, .355, 1) 0.35s;
}

header.sticky .hamburger-button {
    margin-top: 0;
}

header.sticky .search-global {
    margin-top: 0 !important;
}

header.sticky .logo img {
    max-height: 160px !important;
    min-height: 160px;
}

header.sticky {
    padding: 0;
}

header.sticky .header-wrap {
    height: 10vh;
}


/* home Banner */

.home-banner {
    min-width: auto !important;
    left: 0 !important;
    display: flex;
}

.home-banner .content-banner {
    padding: 100px 50px;
}

.home-banner .image-banner {
    width: 100%;
    max-width: 951px;
}

.home-banner .image-banner img {
    width: 100%;
    height: 548px;
    object-fit: cover;
}

.banner-buttons a.white:hover i {
    color: black !important;
    animation: iconMove 0.35s ease-out forwards;
}


.home-banner .content-banner .heading .subtitle {
    font-family: 'Helvetica';
    font-size: 17px;
    text-transform: none;
    padding: 10px 0;
    line-height: 25.6px;
}

.home-banner .content-banner .heading {
    padding-bottom: 50px;
}

.home-banner .content-banner .banner-buttons .black {
    background: black;
    color: white;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
}

.home-banner .content-banner .banner-buttons .white {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    border: 2px solid black;
    font-family: "DM Sans", sans-serif;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 20px;
}

.home-banner .content-banner .banner-buttons {
    display: flex;
    gap: 30px;
    align-items: center;
}

.banner-buttons a.black:hover {
    background-color: #ffffff !important;
    color: black !important;
    border: 2px solid;
}

.banner-buttons a.black:hover i {
    color: black !important;
    animation: iconMove 0.35s ease-out;
}

/* logo section */
.logo-section {
    width: 100%;
    background: rgb(150 144 162 / 6%);
    padding: 50px 40px;
}

.logo-section .logo1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.logo-section .logo-image img {
    filter: grayscale(1);
    width: 100%;
    max-width: 300px;
}

.logo-section .logo-image img:hover {
    transform: scale(1.1);
    transition-duration: .3s;
    transition-property: transform;
    filter: grayscale(0);
}

.categories .simple-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.categories .simple-category-grid .category-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.categories .simple-category-grid .category-item img {
    width: 100%;
    transition: opacity .3s ease-in-out;
}

.categories .simple-category-grid .category-item img.hover-image {
    display: block;
    position: static;
    width: 100%;
    opacity: 1;
    transition: unset;
}

.categories .simple-category-grid .category-item img {
    display: none;
}

.categories .simple-category-grid .category-item img {
    width: 100%;
    transition: opacity .3s ease-in-out;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.categories .simple-category-grid .category-item h3 {
    font-size: 18px;
    padding-top: 20px;
    font-family: 'Helvetica';
}

.categories .simple-category-grid .category-item .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 39px);
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.categories h4 {
    font-size: 24px;
    font-family: 'Helvetica';
    margin-bottom: 20px;
}

.categories {
    margin: 50px 20px 0;
}

/* ctc section */

.ctc-section {
    padding: 100px 0;
}

.ctc-section .holder:hover i {
    animation: iconMove 0.35s ease-out;
}

.heading .head-title {
    font-family: 'Helvetica';
    font-size: 32px;
    padding-top: 4.8px;
    font-weight: 600;
    letter-spacing: -1.6px;
}

.call-to-action {
    width: 100%;
    position: relative;
    padding: 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 12px;
    background-color: #fab429;
}

.heading .subtitle {
    color: black;
    font-family: 'Helvetica';
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.button {
    color: white;
    background-color: #161518;
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: 600;
    min-height: 3.25rem !important;
    padding: 16px;
    gap: 4px;
    border-radius: 12px;
    display: inline-block;
    text-decoration: none;
}

.ctc-section .button span {
    color: white;
}

.button i {
    font-size: 17px;
}

/* service-section */

.service-section {
    padding-bottom: 50px;
}

.content .heading-title {
    font-family: 'Helvetica';
    font-size: 32px;
    letter-spacing: 0px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 17px;
    gap: 20px;
    padding-bottom: 100px;
}

.service-grid .service-container .image-box img {
    width: 100%;
    height: 452px;
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: cover;
}

.service-grid .service-container .image-content h3 {
    font-size: 23px;
    font-family: 'Helvetica';
}

.service-grid .service-container .image-content p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 35px;
    font-family: 'Helvetica';
}

.service-grid .service-container .image-content p span {
    color: #f0b74c;
}

/* insights */

section.insights {
    margin: 50px 15px;
}

.insights .heading-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insights .heading-btn h4 {
    font-size: 24px;
    font-family: "DM Sans", sans-serif;
}

.insights .heading-btn a {
    padding: 0 16px;
    border: 1px solid black;
    border-radius: 12px;
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: "DM Sans", sans-serif;
    gap: 3.69px;
    height: 36px;
}

.insights .heading-btn i {
    font-size: 14px;
}

.insights .heading-btn:hover i {
    font-size: 14px;
    animation: iconMove 0.35s ease-out;
}

@keyframes iconMove {
    0% {
        transform: translateX(0)
    }

    30% {
        opacity: 0
    }

    31% {
        transform: translateX(20px)
    }

    32% {
        transform: translateX(calc(20px * -1))
    }

    84% {
        opacity: 1
    }

    100% {
        transform: translateX(0)
    }
}

.insights .insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.insights .insights-grid .blog-item {
    position: relative;
    max-width: 390px;
}

.blog-item .image-holder {
    overflow: hidden;
    position: relative;
    margin: 0;
    border-radius: 12px;
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.meta-holder {
    gap: 1em;
    display: flex;
    align-items: center;
}

.meta-item {
    line-height: 1.35;
    text-align: left;
    list-style: none;
}

.card:hover .overlay-details {
    transform: none;
    opacity: 1;
}

.blog-item .card .overlay-details {
    background: linear-gradient(360deg, rgba(17, 16, 19), .5) 0%, rgba(17, 16, 19, 0) 100%;
}

.blog-item {
    position: relative;
    overflow: hidden;

}

.blog-item img {
    width: 100%;
    display: block;

}

.overlay-details {
    position: absolute;
    bottom: 43px;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(360deg, rgba(17, 16, 19, .5) 0%, rgba(17, 16, 19, 0) 100%);
    color: #fff;
    opacity: 0;
    transform: translateY(6px);
    transition: all 0.3s ease;
    border-radius: 12px;
}

.blog-item:hover .overlay-details {
    opacity: 1;
    transform: translateY(0);
}

.meta-holder {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 10px;
    width: 100%;
}

.avatar {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.avatar img {
    border-radius: 100%;
}

.meta-item .prefix {
    font-size: 14px;
    display: block;
    opacity: .75;
    font-family: 'Helvetica';
}

.meta-item .author {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Helvetica';
}

.card-details {
    text-align: left;
    margin-top: 20px;
}

.card-details a {
    font-size: 19px;
    font-weight: 600;
    font-family: 'Helvetica';
}


/* footer */

.site-footer {
    background: black;
}


.site-footer .widgets {
    padding-top: calc(16px + 3rem);
    padding-bottom: 16px;
    display: flex;
}

.site-footer .widgets .widgets-column {
    width: 100%;
    max-width: 324px;
    padding: 0 15px;
}

.site-footer .widgets ul,
.widgets ol {
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .widgets ul li,
.widgets ol li {
    margin: calc(4px * 0.55) 0;
}

.site-footer .widget_block strong {
    font-family: 'Helvetica';
    color: white;
}

.site-footer .widget_block strong a {
    color: white;
    text-decoration: none;
}

.widget:not(:first-child),
.berocket_single_filter_widget:not(:first-child) {
    margin-top: 3vh !important;
}

.widget_block.widget_media_image img {
    margin: 1em 0;
}

.widgets .widget_block .widget-title {
    margin-bottom: 20px;
    color: white;
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: calc(.02em * (-1));
    line-height: 1.4;
    font-weight: 600;
}

.site-footer .widgets .widget_block p {
    color: white;
    font-family: 'Helvetica';
    font-size: 16px;
    line-height: 1.5;
}

.widgets .widget_block a {
    color: white;
    text-decoration: none;
}


.site-footer .widgets .widgets-column2 {
    padding: 0 15px;
    width: 100%;
    max-width: 324px;
}

.site-footer .widgets .widgets-column3 {
    padding: 0 15px;
    width: 100%;
    max-width: 294px;
}

.site-footer .scroll .scrollbar {
    padding: 16px 0;
    width: 100%;
    display: inline-block;
    color: white;
    font-size: 16px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
}

.site-footer .scroll .scrollbar i {
    font-size: 16px;
}



.newsletter h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* flex-wrap: wrap; */
}

.newsletter-form input {
    padding: 8px;
    width: 214px;
    border: none;
    border-radius: 10px;
    background: #232126;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Helvetica';

}

.newsletter-form input::placeholder {
    color: #bdbdbd;
}

.newsletter-form button {
    padding: 10px;
    border: none;
    border-radius: 12px;
    background: #1c1c24;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-family: "DM Sans", sans-serif;
    white-space: nowrap;
}


.newsletter {
    padding: 0 15px;
}

.footer-content {
    padding: 3vh 0;
    text-align: center;
    border-top: 1px solid #28282a;
}

.footer-content .holder a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Helvetica';
}

@media (max-width:1579px) {
    .service-grid .service-container .image-box img {
        width: 100%;
        height: 360px;
    }
}


@media (max-width:1279px) {
    .home-banner .image-banner {
        width: 100%;
        max-width: 598px;
    }

    .home-banner .content-banner {
        padding: 100px 50px;
        max-width: 617px;
        width: 100%;
    }

    .home-banner .image-banner img {
        width: 100%;
        height: 100%;
    }

    .home-banner .content-banner .banner-buttons .white {
        margin: 0;
        padding: 12px;
    }

    .service-grid .service-container .image-box img {
        width: 100%;
        max-width: 277px;
        height: 277px;
    }
}

@media (max-width:767px) {
    .home-banner {
        flex-direction: column;
        padding: 0 20px;
    }


    .home-banner .content-banner .banner-buttons .white {
        margin: 0;
        padding: 0 1.5rem;
        white-space: normal;
        text-align: center;
    }

    .home-banner .content-banner .banner-buttons {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .logo-section .logo1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .categories .simple-category-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .ctc-section {
        padding: 40px 20px;
    }

    .call-to-action {
        flex-direction: column;
        gap: 20px;
        padding: 32px;
    }

    .service-section {
        padding: 50px 20px 50px 20px;
    }

    .service-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px 70px 20px;
    }

    .service-grid .service-container .image-box img {
        width: 100%;
        max-width: 100%;
        height: 277px;
    }

    .content .heading-title {
        line-height: 1;
    }

    .service-grid .service-container .image-content p {
        margin-bottom: 35px;
    }

    section.insights {
        margin: 0 20px;
    }

    .insights .insights-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 50px;
    }

    .blog-item .image-holder {
        width: 100%;
        height: 305px;
    }

    .insights .heading-btn {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 15px;
    }

    .insights .heading-btn a {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .card-details {
        margin-bottom: 20px;
    }


    /* footer */

    .site-footer .widgets .widgets-column {
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .site-footer .widgets .widgets-column2 {
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .vc_hidden-xs {
        display: none !important;
    }

    .site-footer .widgets .widgets-column3 {
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .newsletter-form input {
        padding: 8px;
        width: 262px;
    }

    h1 {
        font-size: 42px;
    }

    .site-footer .widgets {
        flex-direction: column;
    }

    .footer-content .container {
        padding: 0;
    }
}