body {
    background: #f8f8f8;
}

.owl-carousel,
.owl-carousel .owl-item {
    box-sizing: border-box !important;
}

.blob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgb(14, 177, 189) 0px, rgb(3, 198, 213) 35%, rgba(4, 164, 225, 0.88) 100%);
    filter: blur(200px);
    transition: all 450ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: -1;
}

.hero .btn-color {
    font-size: 20px;
}

.widget-bg-line {
    height: 95%;

}

.widget-bg-line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.widget-bg-line .wraper {
    width: 100%;
    height: 100%;
    position: relative;
}

.widget-bg-line .bg-grid-line .bg-line {
    height: 200%;
    transform: rotateX(82deg);
}

.widget-bg-line .bg-grid-line .bg-line::before {
    left: 0;
    background-size: 118.9px 85px;
}

.bg-grid-line {
    width: 100%;
    height: 400px;
    overflow: hidden;
    perspective: 450px;
    position: absolute;
    bottom: 60px;
}

.bg-line {
    width: 100%;
    height: 100%;
    transform: rotateX(50deg);
    opacity: .07;
    overflow: hidden;
}

.widget-bg-line .bg-grid-line .bg-line::before {
    left: 0;
    background-size: 118.9px 85px;
}

.bg-line::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200%;
    background-image: linear-gradient(to right, #000000 2px, transparent 0), linear-gradient(to bottom, #000000 2px, transparent 0);
    background-size: 40px 40px;
    background-repeat: repeat;
    animation: playline1 35s linear infinite;
}

.img-cover-bottom img {
    width: 70%;
}

.img-cover-bottom {
    width: 80%;
    padding-top: 80px;
}

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

    100% {
        transform: translate3d(0, -50%, 0);
    }
}

.widget-bg-line .bg-grid-line {
    bottom: 0;
    left: 0;
    height: 88%;
}

.widget-bg-line .bg-grid-line.y.top {
    transform: rotate(180deg);
    top: 0;
}

.widget-bg-line .bg-grid-line.x .bg-line {
    transform: rotateX(50deg);
}

.widget-bg-line .bg-grid-line.x {
    transform: rotate(-90deg);
    left: unset;
    right: 37px;
    height: 100%;
    width: 56%;
    top: 0;
    bottom: unset;
}

.widget-bg-line .bg-grid-line.x .bg-line::before {
    background-size: 96px 64px;
}

.widget-bg-line .bg-grid-line.x.left {
    transform: rotate(90deg);
    right: unset;
    left: 37px;
    height: 100%;
    width: 56%;
    top: 0;
    bottom: unset;
}

#cate-icon .item .img {
    padding-top: 100%;
    height: 0 !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

#cate-icon .item .txt {
    margin: 8px 0;
}

#cate-icon .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/neon-icon.png);
    padding: 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

#cate-icon .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#box-banner-header {
    background-size: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: calc(100svh - 60px);
    margin-top: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    background-color: #f7f7f7;
    background: #66dbff;
    background: linear-gradient(150deg, rgba(102, 219, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%, rgba(43, 177, 255, 0.3) 100%);
}

#box-banner-header::before {
    /* content: ''; */
    position: absolute;
    top: 0;
    right: -100px;
    width: 200px;
    height: 200px;
    background: linear-gradient(90deg, rgba(14, 177, 189) 0px, rgba(3, 199, 213) 35%, rgba(3, 116, 161, 0.8) 100%);
    filter: blur(100px);
    transition: all 450ms ease-out;
    z-index: -1;
}

#box-banner-header::after {
    /* content: ''; */
    position: absolute;
    top: 0px;
    left: -100px;
    width: 300px;
    height: 300px;
    /* background: linear-gradient(90deg, rgb(56, 196, 206) 0px, rgba(3, 199, 213) 35%, rgba(71, 184, 229, 0.8) 100%); */
    background: #0eb1bd;
    filter: blur(100px);
    transition: all 450ms ease-out;
    z-index: 9;
    border-radius: 50%;
}

#box-banner-header .box-banner-header-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 10px;
}

#box-banner-header h1 {
    font-size: 60px;
    line-height: 80px;
}

#box-banner-header strong {
    font-size: 20px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 10px;
}

#box-banner-header .btn-primary-desgin {
    align-items: center;
    background: linear-gradient(90deg, #0eb1bd 0, #03c6d5 35%, rgba(4, 164, 225) 100%);
    border: 0;
    border-radius: 10px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-size: 16px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 20px 24px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    gap: 10px;
    transition: all 0.3s ease;
}

#box-banner-header .btn-primary-desgin:active,
#box-banner-header .btn-primary-desgin:hover {
    outline: 0;
}

#box-banner-header .btn-primary-desgin.btn-white {
    background-color: #fff;
    color: #000;
}

#box-banner-header .img-cover img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: contain;
    left: 0;
    top: 50px;
}

#box-banner-header .img-cover {
    position: relative;
    width: 400px;
    height: 100%;
    top: 0px;
    right: 0px;
    animation: transformUpDown 2s ease-in-out infinite;
}

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

    50% {
        transform: translateY(-10px);
    }

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

@media (min-width: 768px) {
    #box-banner-header .btn-primary-desgin {
        font-size: 20px;
        min-width: 196px;
    }
}

#box-banner-header .btn-primary-desgin.btn-white {
    background: #fff;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.1) 0 15px 30px -5px;
}

#box-banner-header .box-phone-container {
    position: absolute;
    width: 400px;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


#box-banner-header .box-phone-container .img {
    position: relative;
    width: 100%;
    height: 0 !important;
    overflow: hidden;
    padding-top: 100%;
}

#box-banner-header .box-laptop-container .img {
    position: relative;
    width: 100%;
    height: 0 !important;
    overflow: hidden;
    padding-top: 100%;
}

#box-banner-header .box-phone-container .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#box-banner-header .box-laptop-container .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-input-container {
    position: relative;
    margin-bottom: 10px;
    max-width: 600px;
    margin: 0 auto;
}

.search-input {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    padding-left: 60px;
}

.search-input:focus-visible {
    outline: unset;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    cursor: pointer;
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 10px;
    max-height: 220px;
    overflow-y: unset;
    display: none;
    z-index: 20;
    margin-top: 4px;
    padding-right: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 10px 15px;
    padding-left: 15px;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px
}

.dropdown-item:hover {
    background-color: #f0f0f0;
}

.dropdown-item .txt-icon img {
    max-width: 100%;
    max-height: 100%;
    width: 30px;
}

.dropdown-item .txt-icon {
    /* margin-right: 10px; */
    position: absolute;
    left: 0px;
}

.dropdown-item .txt-note {
    color: #736b6b;
    margin-left: 5px;
}

#category-design {
    padding: 20px 0px;
    position: relative;
    margin: 40px auto;
}


.header-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 15px;
}

.header-title .top-header {
    background: linear-gradient(90deg, #0eb1bd 0, #03c6d5 35%, rgba(4, 164, 225, .8799894957983193) 100%);
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 6px 15px 4px 18px;
    border-radius: 50px;
    text-transform: uppercase;
}

.header-title h2 .stroke {
    stroke-width: 2;
    bottom: -13px;
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    width: 100%;
    stroke: #0eb1bd;

}

.header-title h2 span {
    position: relative;
}

.header-title h2 {
    position: relative;
    font-size: 36px !important;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}

#category-design .item {
    position: relative;
}

/* #category-design .item::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    position: absolute;
    transform: rotate(360deg);
    bottom: 0;
    left: 0;
    filter: blur(10px);
    background: linear-gradient(90deg, #0eb1bd 0, #03c6d5 35%, rgba(4, 164, 225, .8799894957983193) 100%);
    z-index: -2;
} */

#category-design .item .card-body a {
    text-transform: uppercase;
    font-size: 16px;
}

#category-design .item .card-body {
    padding: 10px 15px 30px;
}

#box-template-index {
    margin: 50px 0px !important;
    flex-direction: row;
    position: relative;
}

#box-template-index .edit-ct a {
    background: linear-gradient(90deg, #0eb1bd 0, #03c6d5 35%, rgba(4, 164, 225) 100%);
    color: #fff;
}

#box-template-index .edit-ct {
    text-align: center;
    align-items: center;
}

.img-bg-gradient {
    padding: 0 !important;
}

.box-about-content {
    padding: 30px 0px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    overflow: hidden;
}

.box-about-content .about-content {
    padding: 40px;
    border: 1px solid #ffffff;
    background: #ffffff97;
    backdrop-filter: blur(1rem);
    border-radius: 25px;
}

#box-list-content {
    border: 20px;
    margin: 50px 0;
}

.box-about-content.content-left {
    grid-template-columns: 1.3fr 1fr;
}

.box-gradient {
    padding: 20px !important;
    background: #f9f9f9e3;
    backdrop-filter: blur(10px) saturate(1.2) brightness(1.2);
    border: 1px solid #fff;
    border-radius: 25px;
    flex-direction: row;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0 15px 30px -5px;
}

#box-template-index .img {
    margin: 20px;
}

.news-slide-slick-home2 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background-color: #fff;
    border-radius: 16px;
    margin: 5px;
}

.news-slide-slick-home2 .item .img {
    position: relative;
    width: 100%;
    height: 0 !important;
    padding-top: 200px;
}

.news-slide-slick-home2 .img img {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
    left: 0;
}

.news-slide-slick-home2 .content .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 36px;
}

.news-slide-slick-home2 .content {
    margin-top: 0px;
}

.news-slide-slick-home2 .content .title .badge {
    background: linear-gradient(90deg, #0eb1bd 0, #03c6d5 35%, rgba(4, 164, 225, .8799894957983193) 100%);
    padding: 6px 16px;
    line-height: 12px !important;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    width: fit-content;

}

.news-slide-slick-home2 .content .title {
    margin: 16px 0;
    max-height: unset;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.news-slide-slick-home2 .content .title a {
    font-weight: 900;
    font-size: 16px;
    color: #000;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;

    overflow: hidden;
}

.news-slide-slick-home2 .tag-date {
    border: unset;
    padding-top: 0;
}

.news-slide-slick-home2 .tag-date .see-mr:hover i {
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
}

.news-slide-slick-home2 .tag-date .see-mr:hover i {
    transform: translateX(5px);
    transition: all 0.3s ease-in-out;
}

.news-slide-slick-home2 .tag-date .see-mr {
    color: #0eb1bd;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

.news-slide-slick-home2 .box-icon-flex-center svg path {
    fill: #0eb1bd;
}

.news-slide-slick-home2 .box-icon-flex-center .count {
    color: #909090;
    font-weight: 500;
    font-size: 14px;
}

.news-slide-slick-home2 .content .desc {
    font-weight: 400;
    font-size: 12px;
    -webkit-line-clamp: 2 !important;
    margin-bottom: 0px;
    overflow: hidden;
}

.carousel-slide-slick .slick-next,
.news-slide-slick .slick-next {
    border-radius: 50%;
    border: 1px solid #ccc;
    right: -15px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 10;
    width: 36px !important;
    height: 36px !important;
}

.news-slide-slick-home2 .slick-prev {
    border-radius: 50%;
    border: 1px solid #ccc;
    z-index: 10;
    left: -15px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 36px !important;
    height: 36px !important;
}

.carousel-slide-slick .slick-arrow,
.news-slide-slick-home2 .slick-arrow {
    position: absolute;
    top: 35%;
}

.carousel-slide-slick .slick-prev {
    width: 36px !important;
    height: 36px !important;
}

.carousel-slide-slick .slick-next,
.news-slide-slick-home2 .slick-next {
    border-radius: 50%;
    border: 1px solid #ccc;
    right: -15px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 10;
    width: 36px !important;
    height: 36px !important;
}

.carousel-slide-slick .slick-prev.slick-disabled,
.news-slide-slick-home2 .slick-prev.slick-disabled,
.none-bdm,
.slick-dots,
.temp-slide-slick .slick-prev.slick-disabled {
    display: none !important;
}

.carousel-slide-slick .slick-next.slick-disabled,
.news-slide-slick-home2 .slick-next.slick-disabled,
Œ .none-bdm,
.slick-dots,
.temp-slide-slick .slick-next.slick-disabled {
    display: none !important;
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0;
    cursor: default !important;
}

.owl-next {
    right: 0 !important;
}

/*  */
#myModal-designpc-admin img {
    max-width: 100% !important;
    border-radius: 4px
}

.hidesb {
    display: none;
}

.slidehideLoad {
    opacity: 0;
}

.box-relation {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.box-retitle {
    padding: 0px 30px;
}

.box-retitle span {
    font-size: 18px;
}

.box-relation .item {
    width: 20%;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #eeeff1; */
}

.box-relation .item .content {
    max-height: 200px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #eeeff1; */
    width: 100%;
    border-radius: 4px;
    /* padding: 10px; */
}

.box-relation img {
    max-width: 100%;
    max-height: 100%;
    max-height: 180px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;

}

.info {
    font-weight: 500;
    font-size: 14px;
}

.ft-gr1 {
    color: #9d9d9d;
    font-weight: 300;
    font-size: 13px;
}

/* .box-relation .edit-ct{
                                                                                                                  margin: 10px;
                                                                                                              } */

.box-relation .edit-ct a {
    padding: 4px 10px;
    font-size: 14px;
    white-space: nowrap;
}

.edit-ct a {
    white-space: nowrap;
}

.edit-ct {
    cursor: pointer;
    align-items: end;
    z-index: 1000;
    border-radius: 4px;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.edit-ct:hover {
    background-color: #0000003d;
}

.box-slide-ct .content_product .img {
    width: fit-content;
}

.hide-slide-show,
.hide-slide-sub {
    opacity: 0;
    height: 0px;
    width: 0px;
}

.hide-slide-show img,
.hide-slide-sub img {
    opacity: 0;
    height: 0px;
    width: 0px;
}

.clear-pd {
    padding: 0px;
}

#myModal-designpc-admin .content-pc {
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.img-slide-show {
    margin-bottom: 20px;
}

.img-slide-show .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.img-slide-show .item {
    display: flex;
    justify-content: center;
    align-items: center;

}

.img-slide-show .item img {
    max-height: 350px;
    border-radius: 16px;

}

.img-slide-child {
    display: flex !important;
    justify-content: center;
}

.img-slide-child .owl-item {
    padding-right: 5px;
    padding-left: 5px;
}

.img-slide-child .owl-item .itemsub {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 2px;
    border-radius: 8px;
    cursor: pointer;
}

.img-slide-child .owl-item.active .itemsub {
    border: 1px solid #1f7f5c;
}

.img-slide-child .owl-item img {
    max-height: 100px;
}

.content-pc .col-l {
    padding: 0px 15px;
}

.content-pc .col-r {
    padding: 0px 15px;
}

.content-pc .textpc h1.cateName {
    font-size: 24px;
    font-weight: 500;
    color: #0eb1bd;
}

.content-pc .textpc .name {
    font-size: 18px;
    margin-bottom: 15px;
}

.content-pc .textpc .design {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
}

.content-pc .textpc .design span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(14, 177, 189, 1) 0%, rgba(3, 198, 213, 1) 35%, rgba(4, 164, 225, 0.8799894957983193) 100%);
    color: #fff;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-ds-pc button {
    margin-top: 23px;
    padding: 8px 10px;
    background: linear-gradient(90deg, rgba(14, 177, 189, 1) 0%, rgba(3, 198, 213, 1) 35%, rgba(4, 164, 225, 0.8799894957983193) 100%);
    border-radius: 8px;
    border: unset;
    width: 100%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.btn-ds-pc .button-edit {
    width: calc(100% - 110px);
}

.img-slide-show .owl-item .item {
    text-align: center;
}

.slide-fx-arrv2 .owl-prev {
    left: -10px;
}

.slide-fx-arrv2 .owl-next {}

.slide-fx-arrv2 .owl-next,
.slide-fx-arrv2 .owl-prev {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    border-radius: 50%;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.temp-slide-slick {
    position: relative;
}

.slide_toptag_home2 {
    opacity: 0;
}

.slide_toptag_home2.owl-carousel {
    opacity: 0;
}

.lightgallery {
    padding: 0 !important;
}

.footer-links a {
    margin-right: unset;
}

.footer-links {
    gap: 40px;
    width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: row;
    align-items: center;
}

.social-icons a {
    margin-right: unset;
    margin-left: 20px;
}

.hero .btn-color:hover {
    background: #ffff;
}

.hero .btn-color:hover {
    background: linear-gradient(90deg, #0eb1bd 0, #03c6d5 35%, rgba(4, 164, 225) 100%);
    transform: scale(1.125);
    transform: translateY(-10px);
}

.hero .btn-color i {
    margin-right: 5px;
}

.hero .btn-color {
    font-size: 20px !important;
    border: 2px solid #fff;
}

.hero {
    padding: 100px;
}

.how-to-edit-section {
    background-color: #f8fafc;
}

.step-card {
    background: white;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.text-pink {
    color: #EC4899 !important;
}

.step-icon {
    text-align: center;
}

.icon-box {
    margin: 0 auto;
}

/* AI Feature Cards Consistent Sizing */
        .ai-features-section .icon-container {
            width: 100% !important;
            height: 320px !important;
            max-height: 320px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            overflow: hidden !important;
            border-radius: 15px;
            background: rgba(255, 255, 255, 0.05);
        }

        .ai-features-section .icon-container img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain !important;
            border-radius: 15px;
            transition: transform 0.3s ease;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .ai-features-section .icon-container {
                height: 150px !important;
                max-height: 150px !important;
            }
        }

        @media (max-width: 576px) {
            .ai-features-section .icon-container {
                height: 120px !important;
                max-height: 120px !important;
            }
        }

        /* AI Feature Cards Hover Effects */
        .ai-feature-card {
            transition: all 0.3s ease !important;
            cursor: pointer;
            padding: 15px;
            border-radius: 20px;
        }
/* Responsive */
@media (max-width: 768px) {
    .footer-links{
        gap: 20px;
        justify-content: flex-start;
    }
    .step-card {
        text-align: center;
        margin-bottom: 2rem;
    }
    .ai-feature-card {
        padding: 0px;
    }

    .ai-feature-card .feature-content p {
        font-size: 14px !important;
    }

    .ai-feature-card .feature-content h5 {
        font-size: 12px !important;
        font-weight: 600;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .hero .btn-color {
        font-size: 1.5rem;
        padding: .75rem 2rem;
    }
}

@media (max-width: 1000px) {

    .box-about-content .about-content {
        padding: 20px;
    }

    #box-banner-header {
        height: 60svh;
    }

    .box-about-content.content-left {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .box-about-content {
        grid-template-columns: 1fr;
    }

    .box-about-content.content-left .order-1b {
        order: 1;
    }

    .box-about-content.content-left .order-2b {
        order: 2;
    }

    .box-md-ly .feature-list li {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 768px) {

    #box-banner-header .img-cover {
        position: absolute;
        display: none;
    }


    #box-banner-header::before {
        width: 50px;
        height: 50px;
    }

    #box-banner-header::after {
        width: 100px;
        height: 100px;
    }

    #box-banner-header h1 {
        font-size: 36px;
        line-height: 50px;
    }

    #box-banner-header .box-banner-header-content .lead {
        padding: 0 10px;
    }

    #category-design .item .card-body a {
        font-size: 12px;
    }

    #category-design .item .card-body {
        padding: 10px 10px;
    }

    .header-title h2 {
        font-size: 24px !important;
    }

    #category-design {
        margin: 30px 0;
    }

    #category-design .slidemid {
        padding: 0 !important;
    }

    .hero {
        padding: 80px 0;
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .img-cover-bottom{
        padding-top: 20px;
    }
}