.slider .swiper-container {
    width: 100%;
    height: 100%;
}
.slider__images {
    height: var(--carousel-height);
}
.slider__images .slider__image img {
    transition: 3s;
}
.slider__images .slider__image:hover img {
    transform: scale(1.1);
}
.slider__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider__image:after {
    content: "";
    background-color: #00000063;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}
.slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: auto;
    left: 20px;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
    width: 12px;
    height: 12px;
    transition: linear .5s all;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    width: 28px;
    border-radius: 28px;
}
.slider_content {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    padding: 40px;
    z-index: 1;
}
.slider-content-details {
    max-width: 55%;
    margin: auto;
    text-align: center;
}
.slider_content h2 {
    font-size: 68px;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize;
}
.slider_content .btn {
    transition: linear .5s all;
    max-width: max-content;
    min-width: 190px;
    font-weight: 600;
    font-size: 20px;
        letter-spacing: 0.8px;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.slider_content h2:nth-child(1).fade-in {
    animation: fadeInLeft 0.8s ease-out both;
}
.slider_content h2:nth-child(2).fade-in {
    animation: fadeInLeft 1s ease-out both;
}
.slider_content p.fade-in {
    animation: fadeInLeft 1.2s ease-out both;
}
.slider_content .slider_buttons.fade-in {
    animation: fadeInLeft 1.4s ease-out both;
}
.custom-swiper-navigation {
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: 25px;
    z-index: 20;
}
.swiper-button-prev-custom,
.swiper-button-next-custom {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    transition: transform 0.4s ease-in-out;
}
.swiper-button-prev-custom:before, .swiper-button-next-custom:before {
    content: "";
    border: 1px solid #ffffffbd;
    border-radius: 12px;
    position: absolute;
    width: 45px;
    height: 45px;
    transform: translateX(-10px);
    transition: width 0.4s ease-in-out; /* Transition on width */
}
.swiper-button-next-custom:before {
    right: 0;
}
.swiper-button-prev-custom:hover:before, .swiper-button-next-custom:hover:before {
    width: calc(100% - 25px);
}
.arrow-line {
    width: 48px;
    transition: transform 0.4s ease-in-out;
}
.swiper-button-prev-custom .arrow-text, .swiper-button-next-custom .arrow-text {
    transition: transform 0.4s ease-in-out;
}
.swiper-button-prev-custom:hover .arrow-text {
    transform: translateX(-60%);
}
.swiper-button-next-custom:hover .arrow-text {
    transform: translateX(54px);
}
.swiper-button-prev-custom:hover .arrow-line {
    transform: translateX(92px);
}
.swiper-button-next-custom:hover .arrow-line {
    transform: translateX(-72px);
}
.title {
    font-size: 40px;
    font-weight: 800;
    font-family: "Cormorant", serif;
    -webkit-text-stroke: 0.5px;
    letter-spacing: 0.85px;
}
.sub-title {
    color: var(--third-color);
    font-size: 16px;
}
/******** [BEGIN]: FEATURED ************/
.world-map-bg {
    background-image: var(--world-map-bg);
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -100px;
    filter: brightness(0.5) drop-shadow(2px 4px 6px black);
}
.featured-banner {
    color: #fff;
    min-height: 325px;
    position: relative;
}
.featured-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--products-bg);
    transition: transform 1.2s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 14px;
}
/* .featured-banner:hover::before {
    transform: scale(1.1);
} */
.featured-banner * {
    z-index: 1;
}
.featured-banner-img {
    margin: -150px 0px 0px 0px;
}
.fetured-bg-shape {
    background-image: var(--fetured-bg-shape);
    background-size: cover;
    display: block;
    background-position: center;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
    position: absolute;
}
.featured-banner-img img {
    width: 90%;
    margin-inline: 5%;
}
.featured-banner .sub-title {
    color: #ffffffd6;
}
.featured-banner .main-btn {
    padding: 14px 25px !important;
    max-width: max-content;
}
.featured-banner .overlay {
    border-radius: 14px;
    background-color: rgb(57 44 1 / 49%);
}
/******** [END]: FEATURED ************/

.category-circle {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.category-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 28%;
}
.wrapper-category:hover .category-circle {
    transform: scale(1.05);
}
.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}
.section-products {
    margin-top: -110px;
}

/******** [BEGIN]: SETUPS ************/
.grid_setups {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    grid-auto-rows: auto; /* Automatic row heights */
    gap: 16px; /* Adjust spacing */
}
.pc-setup {
    width: 100%; /* Ensures it fits inside grid */
}
/* If there are 3 or more .pc-setup, the first one spans 2 rows */
.grid_setups:has(.pc-setup:nth-child(3)) .pc-setup:first-child {
    grid-row: span 2;
}
.pc-setup .section-bg {
    padding: 25px;
    min-height: 270px;
}
.pc-setup-body {
    width: 75%;
}
.pc-setup:first-child .section-bg {
    height: 100%;
}
.section-bg:hover::before {
    transform: scale(1.1);
}
.pc-setup .pc-setup-title {
    font-size: 32px;
    font-weight: 800;
}
.pc-setup .pc-setup-description {
    font-size: 16px;
    color: #ffffffc9;
}
.pc-setup:first-child .pc-setup-title {
    font-size: 36px;
}
.pc-setup:first-child .pc-setup-description {
    font-size: 18px;
}
.pc-setup:nth-child(2) a:first-child {
    /*margin-bottom: 20px;*/
    display: block;
}
/******** [END]: SETUPS ************/

/******** [BEGIN]: BOX ICON ************/
.box-icon .icon svg{
    width: 50px;
    height: 50px;
}
/******** [END]: BOX ICON ************/

.brands-carousel img {
    max-height: 50px;
    width: auto;
}
.rtl .slider_content h2 {
    font-size: 50px;
    font-weight: 800;
}
.rtl .slider_content .btn {
    font-size: 16px;
}
.rtl .swiper-button-prev-custom svg, .swiper-button-next-custom svg {
    transform: rotate(180deg) translate(0) !important;
}
.rtl .swiper-button-prev-custom:hover .arrow-text {
    transform: translateX(-10%);
}
.rtl .swiper-button-prev-custom:hover:before, .swiper-button-next-custom:hover:before {
    width: calc(100% - 35px);
}
.rtl .swiper-button-next-custom:before {
    left: 42px;
    right: auto;
}
.rtl .swiper-button-next-custom:hover .arrow-text {
    transform: translateX(6px);
}

@media (max-width: 1440px) {
    .title {
        font-size: 38px;
    }
}
@media screen and (max-width: 1300px) {
    .slider-content-details {
        max-width: 60%;
    }
    .title {
        font-size: 38px !important;
    }
    .sub-title {
        font-size: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .slider-content-details {
        max-width: 65%;
    }
    .slider_content h2 {
        font-size: 62px;
    }
    .slider_content .btn {
        font-size: 18px;
    }
    .slider__images {
        --carousel-height: 650px;
    }
}
@media screen and (max-width: 1024px) {
    .slider_content h2 {
        font-size: 58px;
    }
    .slider__images {
        --carousel-height: 600px;
    }
}
@media (max-width: 991.98px) {
    .slider__images {
        --carousel-height: 490px;
    }
    .title {
        font-size: 36px !important;
    }
    .slider-content-details {
        max-width: 76%;
    }
    .slider_content h2 {
        font-size: 48px;
    }
    .slider-content-details p {
        font-size: 15px;
    }
    .slider_content .btn {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .slider__flex {
        flex-direction: column-reverse;
    }
    .slider__images {
        width: 100%;
        --carousel-height: 520px;
    }
    .slider_content {
        position: relative;
        top: -100%;
        left: 0;
        margin: auto;
        text-align: center;
    }
    .slider_content img {
        margin: auto;
    }
    .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
    .swiper-pagination-bullet-active {
        width: 32px;
        height: 12px;
    }
    .slider_buttons{
        margin-inline: 20px;
    }
    .slider_content h2 {
        font-size: 48px !important;
    }
    .title {
        font-size: 32px !important;
    }
    .slider-content-details {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .section-products {
        margin-top: -90px;
    }
    .sub-title {
        font-size: 14px;
    }
    .slider_content {
        padding: 20px;
    }
    .slider_content img {
        max-width: 125px;
    }
    .slider_content h2 {
        font-size: 36px !important;
    }
    .slider_content .btn {
        font-size: 16px;
        padding: 12px !important;
    }
    .slider-content-details p {
        font-size: 14px;
    }
    .section-setups .pc-setup-body {
        width: 100%;
    }
    .section-setups .pc-setup .pc-setup-title {
        font-size: 26px !important;
    }
    .pc-setup .section-bg {
        padding: 15px;
        min-height: 220px;
    }
    .section-setups .pc-setup .pc-setup-description {
        font-size: 16px !important;
    }
    .section-setups .pc-setup:first-child a, .pc-setup:nth-child(2) a:first-child {
        margin-bottom: 12px;
    }
    .swiper-button-prev-custom:before, .swiper-button-next-custom:before {
        width: 35px;
        height: 35px;
    }
    .arrow-line {
        width: 0;
    }
    .arrow-text {
        font-size: 13px;
    }
    .swiper-button-prev-custom:hover .arrow-text, .swiper-button-next-custom:hover .arrow-text  {
        transform: translateX(0);
    }
}