/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
a *:focus {
    outline: none !important;
}

* {
    box-sizing: border-box;
}

:root {
    --primary: #283869;
    --secondary: #080B15;
    --text: #080B15;
    --accent: #283869;
    --light: #FFF;
    --dark: #000;
    --font1: "Heebo";
    --font2: "Cormorant Garamond";
}

body {
    font-family: var(--font1);
    background: #F8F8F8;
}

html {
    margin-top: 0 !important;
    scroll-behavior: smooth;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin-top: 0;
}

html p {
    line-height: 160%;
}

::selection {
    color: var(--light);
    background: var(--primary);
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

html h1.entry-title {
    display: none;
}

html p:last-child {
    margin-bottom: 0;
}

html .elementor-kit-6 a {
    font-weight: inherit;
    font-family: inherit;
}

#hdr_btn .elementor-button {
    background: linear-gradient(104.37deg, rgba(112, 72, 157, 0.2) 1.71%, rgba(40, 56, 105, 0.2) 30.01%, rgba(40, 56, 105, 0.2) 67.75%, rgba(239, 132, 135, 0.2) 96.06%), #283869 !important;
}

.e-n-menu-wrapper>.e-n-menu-heading>li .e-n-menu-title-container:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    background-color: #3F6999;
    width: 0;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    margin: 0 auto;
}

.e-n-menu-wrapper>.e-n-menu-heading>li .e-current .e-n-menu-title-container:before,
.e-n-menu-wrapper>.e-n-menu-heading>li .e-n-menu-title-container:hover:before {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

#hdr_btn .elementor-button:hover {
    filter: brightness(1) invert(1) saturate(0);
}

#adv-iboxs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 28px;
}

#adv-iboxs .elementor-widget-icon-box {
    padding: 30px;
    min-height: 250px;
    position: relative;
    z-index: 1;
}

#adv-iboxs .elementor-widget-icon-box:before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: url('https://aikyamcap.com/new/wp-content/uploads/2025/11/icon-box-content-bg-light.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.5));
    transition: all 0.4s;
}

#adv-iboxs .elementor-widget-icon-box:hover:before {
    filter: none;
    background-image: url('https://aikyamcap.com/new/wp-content/uploads/2025/11/icon-box-content-bg.svg');
}

#adv-iboxs .elementor-icon-box-wrapper {
    display: block;
    text-align: left;
}

#adv-iboxs .elementor-icon-box-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #FFFFFF;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

#adv-iboxs .elementor-icon-box-icon:before {
    content: '';
    display: block;
    position: absolute;
    inset: -2px;
    border-radius: 50px;
    background-image: url('https://aikyamcap.com/new/wp-content/uploads/2025/11/icon-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.4s;
}

#adv-iboxs .elementor-icon-box-title {
    margin-right: 75px;
    color: var(--text);
}

#adv-iboxs .elementor-icon-box-description {
    margin-right: 8px;
}

#adv-iboxs .elementor-icon,
#adv-iboxs .elementor-icon-box-content {
    transition: all 0.4s;
}

#adv-iboxs .elementor-widget-icon-box:hover .elementor-icon-box-icon {
    border-width: 0;
    box-shadow: none;
}

#adv-iboxs .elementor-widget-icon-box:hover .elementor-icon-box-icon:before {
    opacity: 1;
}

#adv-iboxs .elementor-widget-icon-box:hover .elementor-icon,
#adv-iboxs .elementor-widget-icon-box:hover .elementor-icon-box-content {
    filter: brightness(0) invert(1);
}


#fpillars-box>.e-child {
    width: 18%;
    transition: all 0.6s;
}

#fpillars-box .elementor-widget-image-box {
    height: 100%;
}

#fpillars-box .elementor-image-box-wrapper {
    padding: 30px 0 30px 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    min-height: 528px;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.6s;
}

#fpillars-box .elementor-image-box-img {
    margin-top: auto;
    transform: translateX(52px);
    transition: all 0.6s;
}

#fpillars-box .elementor-image-box-title {
    margin-right: 20px;
}

#fpillars-box .elementor-image-box-description {
    min-width: 480px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.6s;
}


#fpillars-box .abox {
    width: 46%;
}

#fpillars-box .abox .elementor-image-box-wrapper {
    padding: 30px;
}

#fpillars-box .abox .elementor-image-box-img {
    transform: translateX(0);
}

#fpillars-box .abox .elementor-image-box-description {
    max-height: 58px;
}

html .elementor-button-icon svg {
    width: auto;
    transition: all 0.4s;
    fill: none !important;
}

/* .inside-the-walls-wrapper .itw-item .itw-content h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 16px;
    transition: all 0.4s;
}
.inside-the-walls-wrapper .itw-item .itw-content .itw-position {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 32px;
    transition: all 0.4s;
}
.inside-the-walls-wrapper .itw-item .itw-content .itw-excerpt {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
    transition: all 0.4s;
}
.inside-the-walls-wrapper .itw-item .itw-image {
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
}
.inside-the-walls-wrapper .itw-item .itw-image:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.inside-the-walls-wrapper .itw-item .itw-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s;
filter: grayscale(1);
  mix-blend-mode: multiply;
}
.inside-the-walls-wrapper .itw-item.active .itw-image img {
  filter: none;
}
.inside-the-walls-wrapper {
    display: flex;
    padding-left: 600px;
    gap: 8px;
    transition: all 0.4s;
}
.inside-the-walls-wrapper .itw-item {
    transition: all 0.4s;
    width:30%;
}
.inside-the-walls-wrapper .itw-item.active {
    width: 70%;
}
.inside-the-walls-wrapper .itw-item .itw-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 570px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    transform: translateY(50px);
}
.inside-the-walls-wrapper .itw-item.active .itw-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.inside-the-walls-wrapper .itw-item.active .itw-image:before {
    opacity: 1;
    visibility: visible;
}
.inside-the-walls-wrapper .itw-item .itw-content .itw-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
}
.inside-the-walls-wrapper .itw-item .itw-content .itw-social-icons a, .inside-the-walls-wrapper .itw-item .itw-content .itw-social-icons a img {
    display: block;
} */
.inside_the_walls .inside-the-walls-wrapper {
    padding: 0;
}

.inside_the_walls .inside-the-walls-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.inside_the_walls .inside-the-walls-wrapper .itw-item {
    display: flex;
    box-shadow: 10px 10px 50px 0px #0000000D;
    backdrop-filter: blur(50px);
    border: 2px solid #FFFFFF;
    gap: 24px;
    padding: 24px;
    border-radius: 20px;
    transition: all 0.3s;
    color: #000;
}

.inside_the_walls .inside-the-walls-wrapper .itw-item .itw-image {
    min-width: 178px;
    border-radius: 20px;
    overflow: hidden;
    height: fit-content;
    display: flex;
}

.inside_the_walls .inside-the-walls-wrapper .itw-item .itw-content h3.itw-name {
    margin-bottom: 8px;
    font-size: 24px;
    color: currentColor;
}

.inside_the_walls .inside-the-walls-wrapper .itw-item .itw-content p.itw-position {
    font-size: 18px;
    margin-bottom: 24px;
}

.inside_the_walls .itw-social-icons {
    position: absolute;
    top: 24px;
    right: 24px;
}

.inside_the_walls p.itw-excerpt {
    margin: 0;
    line-height: 150%;
}

.inside_the_walls .inside-the-walls-wrapper .itw-item:hover {
    background: linear-gradient(123deg, rgba(112, 72, 157, 0.2) 1.71%, rgba(40, 56, 105, 0.2) 30.01%, rgba(40, 56, 105, 0.2) 33.75%, rgba(239, 132, 135, 0.2) 96.06%), #283869;
    color: #fff;
}

.inside_the_walls .inside-the-walls-wrapper .itw-item:hover .itw-social-icons a img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(330deg) brightness(104%) contrast(100%);
    ;
}












#ftr_acrdn .e-n-accordion-item-title .e-n-accordion-item-title-header::after {
    content: "";
    border-top: 1px dashed #FFFFFF59;
    display: inline-block;
    position: absolute;
    left: 110px;
    right: 40px;
    top: 50%;
    bottom: 0;
    margin: auto;
}

#ftr_acrdn .e-n-accordion-item-title {
    position: relative;
}



.pillars-wrapper>.e-con {
    position: relative;
    height: 100%;
    flex: 1;
    transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    min-width: 0;
    /* Flexbox bug fix */
    box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.05);
}

.pillars-wrapper>.e-con.active {
    flex: 3;
}

.pillars-wrapper>.e-con .elementor-image-box-img {
    order: 1;
}

.pillars-wrapper>.e-con .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
}

.pillars-wrapper>.e-con.active .elementor-image-box-wrapper {
    align-items: center;
}

.pillars-wrapper>.e-con .elementor-image-box-content {
    min-height: 180px;
}

.pillars-wrapper>.e-con .elementor-image-box-description {
    transition: all 0.4s;
}

.pillars-wrapper>.e-con:not(.active) .elementor-image-box-description {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.pillars-section {
    position: relative;
    transition: all 0s !important;
}

.e-parent {
    transition: all 0s !important;
}

.pillars-section .e-con {
    will-change: transform;
}

body {
    overflow-x: hidden;
}

#adv-iboxs .elementor-icon-box-icon .elementor-icon {
    display: block;
    width: auto;
    height: auto;
}

#adv-iboxs .elementor-icon-box-icon .elementor-icon img {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
}

.bannerimg.elementor-widget-image img {
    max-width: 1180px;
    transition: all 0.4s;
}

.bannerimg.elementor-widget-image.elementor-sticky--active img {
    max-width: 100%;
    width: 100%;
    border-radius: 0 !important;
}

.bannerimg.elementor-widget-image.elementor-sticky--active.touch-bottom img {
    max-width: 1180px;
    border-radius: 20px !important;
}

canvas {
    z-index: 999 !important;
}

#blgpost .elementor-post__thumbnail {
    overflow: hidden;
}

#blgpost .elementor-post__thumbnail img {
    transition: all 0.4s;
}

#blgpost .post:hover .elementor-post__thumbnail img {
    filter: brightness(0.8);
}

#blgpost .elementor-post__title a {
    transition: all 0.4s;
}

#blgpost .elementor-post__title a:hover {
    color: var(--primary);
}

#blgpost .elementor-post__read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#blgpost .elementor-post__read-more:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('https://aikyamcap.com/new/wp-content/uploads/2025/11/right-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
}

#blgpost .elementor-post__read-more:hover:after {
    transform: translateX(4px);
}

.single-post .page-content {
    padding-block: 50px 80px;
}

div#scroll_sticky .elementor-icon-box-icon .elementor-icon {
    display: inline-block;
    animation: scrollUpDown 2s ease-in-out infinite;
    transform-origin: center;
    will-change: transform;
}

@keyframes scrollUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(12px);
    }

    100% {
        transform: translateY(0);
    }
}

header.elementor {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    transition: all 0.4s;
    right: 0;
    background-color: #f8f8f8;
}

body {
    padding-top: 125px;
}

html.sticky header.elementor {
    margin-top: -38px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 14px;
}

.pillars-section {
    position: relative;
    min-height: 1400px;
}

.pillars-section>.e-con-inner {
    position: sticky;
    top: 0;
    height: auto;
    flex-grow: 0 !important;
}

#scroll_sticky {
    transition: all 0.4s;
}

.footer-in-view #scroll_sticky {
    opacity: 0;
    visibility: hidden;
}

.bannerimgnew {
    position: sticky;
    top: 0;
}

.elementor-widget-image.bannerimgnew img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
}

footer.elementor.elementor-240.elementor-location-footer {
    background: linear-gradient(110.24deg, rgba(112, 72, 157, 0.2) -7.5%, rgba(40, 56, 105, 0.2) 27.85%, rgba(40, 56, 105, 0.2) 74.98%, rgba(239, 132, 135, 0.2) 110.34%), linear-gradient(0deg, #283869, #283869);
}

.accordion_sec a {
    color: var(--light);
}

.accordion_sec a:hover,
.accordion_sec a:focus {
    color: #FFFFFFCC;
}

@media (max-width:1024px) {
    #adv-iboxs {
        grid-template-columns: 1fr 1fr;
    }

    div#hdr_menu {
        max-width: max-content;
    }

    div#hdr_menu button {
        background: transparent;
    }

    div#hdr_btn {
        margin-left: auto;
    }

    #adv-iboxs .elementor-widget-icon-box {
        padding: 18px;
        min-height: 198px;
    }

    #adv-iboxs .elementor-icon-box-icon {
        width: 70px;
        height: 70px;
        margin: -4px;
    }

    #adv-iboxs .elementor-icon-box-icon:before {
        inset: 0;
    }

    #adv-iboxs .elementor-icon-box-description {
        margin-right: 38px;
    }

    #fpillars-box .elementor-image-box-wrapper {
        padding: 20px 0 20px 18px;
        min-height: 450px;
    }

    #fpillars-box .abox .elementor-image-box-description {
        max-height: 68px;
        min-width: auto;
        max-width: 100%;
    }

    .rupee_glb model-viewer {
        height: 120px !important;
    }

    .inside-the-walls-wrapper .itw-item .itw-content {
        width: 260px;
    }

    .inside-the-walls-wrapper .itw-item .itw-content .itw-excerpt {
        font-size: 15px;
    }

    .inside-the-walls-wrapper .itw-item .itw-content h3 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .inside-the-walls-wrapper .itw-item .itw-content .itw-position {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .inside-the-walls-wrapper .itw-item .itw-content .itw-social-icons {
        margin-top: 0;
    }

    .inside-the-walls-wrapper {
        padding-left: 300px;
    }

    .inside-the-walls-wrapper .itw-item.active .itw-image {
        width: 200px;
    }

    .inside-the-walls-wrapper .itw-item .itw-image {
        height: 360px;
        border-radius: 8px;
    }

    html body #b_hdr .elementor-widget-n-menu .e-n-menu .e-n-menu-wrapper {
        position: fixed;
        margin: 0;
        transform: scaleY(1) !important;
        max-height: 100vh !important;
        height: 100vh !important;
        right: 0 !important;
        top: 0;
        left: auto !important;
        bottom: 0;
        width: 100%;
        transition: all 0.5s;
        translate: 100%;
        animation: none !important;
        display: block !important;
        background-color: var(--dark);
        z-index: 9;
        padding: 30px;
        padding-top: 80px;
    }

    html body #b_hdr .elementor-widget-n-menu .e-n-menu .e-n-menu-wrapper.menu_show {
        translate: 0%;
    }

    html body #b_hdr .elementor-widget-n-menu .e-n-menu .e-n-menu-toggle-icon.e-close {
        top: -45px;
        filter: brightness(0) invert(1);
    }

    html body #b_hdr .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-item {
        width: 100%;
    }

    body:has(.e-n-menu-wrapper.menu_show) {
        overflow: hidden;
    }

    html body #b_hdr .elementor-widget-n-menu .e-n-menu .e-n-menu-title a,
    html body #b_hdr .elementor-widget-n-menu .e-n-menu .e-n-menu-title-text,
    html body #b_hdr .elementor-widget-n-menu .e-n-menu .e-n-menu-title {
        background: transparent;
        color: #FFF !important;
    }

    .e-n-menu-wrapper>.e-n-menu-heading>li .e-n-menu-title-container:before {
        bottom: 0;
        background-color: #FFF;
    }

    html body #b_hdr .elementor-widget-n-menu .e-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {
        filter: brightness(0) invert(1);
    }

    html body #b_hdr .elementor-widget-n-menu .e-n-menu .e-n-menu-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    html body #b_hdr .elementor-widget-n-menu .e-n-menu .e-n-menu-title svg {
        --n-menu-dropdown-indicator-size: 14px;
    }

    .bannerimg.elementor-widget-image img,
    .bannerimg.elementor-widget-image.elementor-sticky--active.touch-bottom img {
        max-width: 90%;
        height: auto;
        object-fit: cover;
    }

    .bannerimg.elementor-widget-image.elementor-sticky--active img {
        height: 100vh;
    }

    html.sticky header.elementor {
        margin-top: -35px;
    }

    .bannerimgnew {
        position: sticky;
        top: 80px;
    }

    .inside_the_walls .inside-the-walls-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .inside_the_walls .inside-the-walls-wrapper .itw-item .itw-image {
        min-width: 178px;
        max-width: 178px;
    }

    .inside-the-walls-wrapper .itw-item .itw-content {
        width: 100%;
    }
}


@media (max-width:767px) {
    .img_bx_d_flx .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #adv-iboxs {
        margin: 0 auto;
        grid-template-columns: 1fr;
        max-width: 100%;
        width: 335px;
    }

    #bnr_coin model-viewer {
        width: 55px !important;
        height: 55px !important;
    }

    #adv-iboxs .elementor-widget-icon-box {
        padding: 15px;
        min-height: 192px;
    }

    #adv-iboxs .elementor-icon-box-icon {
        margin: 0;
        width: 60px;
        height: 60px;
        padding: 15px;
    }

    #adv-iboxs .elementor-icon-box-description {
        margin-right: 60px;
    }

    #fpillars-box .abox .elementor-image-box-wrapper {
        padding: 16px;
        gap: 30px;
    }

    .inside-the-walls-wrapper .itw-item .itw-content h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .inside-the-walls-wrapper .itw-item .itw-content .itw-position {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .inside-the-walls-wrapper .itw-item .itw-content .itw-excerpt {
        font-size: 15px;
    }

    .inside-the-walls-wrapper .itw-item .itw-content .itw-social-icons {
        margin-top: 20px;
    }

    .inside-the-walls-wrapper .itw-item .itw-content {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .inside-the-walls-wrapper .itw-item {
        width: 100%;
    }

    .inside-the-walls-wrapper {
        padding-left: 0;
        gap: 30px;
        flex-wrap: wrap;
    }

    .inside-the-walls-wrapper .itw-item .itw-image {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    #fpillars-box .abox,
    #fpillars-box>.e-child {
        width: 100%;
    }

    #fpillars-box .elementor-image-box-title {
        margin-right: 0;
    }

    #fpillars-box .elementor-image-box-wrapper {
        padding: 20px;
        min-height: 310px;
        justify-content: center;
    }

    #fpillars-box .elementor-image-box-img {
        transform: translateX(0px);
    }

    .inside-the-walls-wrapper .itw-item .itw-content {
        width: 100%;
    }

    .inside-the-walls-wrapper .itw-item.active .itw-image {
        width: 100%;
    }

    html body #b_hdr .elementor-widget-n-menu .e-n-menu .e-n-menu-toggle-icon.e-close {
        top: -65px;
    }

    html body #b_hdr .elementor-widget-n-menu .e-n-menu .e-n-menu-wrapper {
        padding: 20px;
        padding-top: 70px;
    }

    .pillars-wrapper>.e-con {
        flex: unset;
        min-width: 100%;
    }

    .pillars-wrapper>.e-con .elementor-image-box-content {
        min-height: auto;
    }

    .pillars-wrapper>.e-con:not(.active) .elementor-image-box-description {
        height: unset;
        opacity: 1;
        overflow: hidden;
    }

    .pillars-wrapper>.e-con .elementor-image-box-img {
        order: 1;
        margin-top: 10px !important;
    }

    .bannerimg.elementor-widget-image img,
    .bannerimg.elementor-widget-image.elementor-sticky--active.touch-bottom img {
        max-width: 90%;
        height: auto;
    }

    .bannerimg.elementor-widget-image.elementor-sticky--active img {
        height: auto;
    }

    .single-post .page-content {
        padding-block: 50px;
        padding-inline: 10px;
    }

    html.sticky header.elementor {
        margin-top: -68px;
    }

    @keyframes scrollUpDown {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(8px);
        }

        100% {
            transform: translateY(0);
        }
    }

    .pillars-section {
        min-height: 0;
    }

    .inside_the_walls .inside-the-walls-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .inside_the_walls .inside-the-walls-wrapper .itw-item {
        flex-direction: column;
        padding: 15px;
        gap: 0;
    }

    .inside_the_walls .inside-the-walls-wrapper .itw-item .itw-image {
        min-width: 100%;
        max-width: 100%;
    }

    .inside_the_walls .inside-the-walls-wrapper .itw-item .itw-content p.itw-position {
        font-size: 17px;
        margin-bottom: 13px;
    }
}