/* =========================================================
   ASTROLOGY SERVICES MEGA MENU
========================================================= */

.kali-mega-dropdown {
    position: static !important;
}


/* Main menu link */

.kali-services-link {
    display: flex !important;
    align-items: center;
    gap: 7px;
}


/* Arrow */

.kali-dropdown-arrow {
    font-size: 15px;
    line-height: 1;

    transition: transform .3s ease;
}


/* Rotate arrow */

.kali-mega-dropdown:hover .kali-dropdown-arrow {
    transform: rotate(180deg);
}


/* =========================================================
   MEGA MENU CONTAINER
========================================================= */

.kali-mega-menu {

    position: absolute;

    top: 100%;
    left: 50%;

    width: min(1100px, calc(100vw - 40px));

    transform: translateX(-50%) translateY(15px);

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    background: #193f50;

    border-top: 2px solid #e04b52;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;

    z-index: 99999;
}


/* =========================================================
   SHOW MEGA MENU
========================================================= */

.kali-mega-dropdown:hover .kali-mega-menu {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;

    transform: translateX(-50%) translateY(0);

}


/* =========================================================
   COLUMNS
========================================================= */

.kali-mega-column {

    min-width: 0;

    padding: 0;

}


/* Vertical separator */

.kali-mega-column + .kali-mega-column {

    border-left: 1px dashed rgba(255, 255, 255, .12);

}


/* =========================================================
   SERVICE ITEMS
========================================================= */

.kali-mega-column a {

    position: relative;

    display: flex;

    align-items: center;

    width: 100%;

    height: 57px;

    padding: 0 28px;

    border-bottom: 1px dashed rgba(255, 255, 255, .10);

    color: #ffffff !important;

    background: transparent;

    text-decoration: none !important;

    font-family: "Heebo", sans-serif;

    font-size: 16px;

    font-weight: 600;

    white-space: nowrap;

    transition:
        background .25s ease,
        color .25s ease,
        padding-left .25s ease;

}


/* =========================================================
   HOVER
========================================================= */

.kali-mega-column a:hover {

    color: #ffffff !important;

    background: rgba(255, 255, 255, .07);

    padding-left: 35px;

}


/* =========================================================
   FIRST ITEM RED TOP LINE
========================================================= */

.kali-mega-column:first-child a:first-child {

    border-top: 2px solid #e04b52;

}


/* =========================================================
   REMOVE LAST BORDER
========================================================= */

.kali-mega-column a:last-child {

    border-bottom: none;

}



/* =========================================================
   KALI HERO - HEADER + SLIDER FIX
========================================================= */

.kali-hero {
    position: relative;
    width: 100%;
    height: 455px;

    /* IMPORTANT */
    margin-top: 0;
    padding: 0;

    overflow: hidden;

    background: #050817;

    box-sizing: border-box;
}


/* =========================================================
   SWIPER
========================================================= */

.kali-hero-slider {
    position: relative;
    width: 100%;
    height: 455px;
    overflow: hidden;
}

.kali-hero-slider .swiper-wrapper {
    height: 100%;
}

.kali-hero-slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 455px;
    overflow: hidden;
}


/* =========================================================
   SLIDE CONTENT
========================================================= */

.kali-slide {
    position: relative;

    width: 100%;
    max-width: 1350px;

    height: 455px;

    margin: 0 auto;

    padding: 30px 50px 65px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    box-sizing: border-box;

    z-index: 5;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.kali-content {
    position: relative;

    width: 53%;
    max-width: 650px;

    margin: 0;
    padding: 0;

    text-align: left;

    z-index: 10;
}


/* =========================================================
   LABEL
========================================================= */

.kali-label {
    display: block;

    margin: 0 0 15px;
    padding: 0;

    color: #f4c542;

    font-family: Arial, sans-serif;

    font-size: 15px;
    font-weight: 700;

    line-height: 1.3;

    letter-spacing: 3px;

    text-transform: uppercase;
}


/* =========================================================
   HEADING
========================================================= */

.kali-content h1,
.kali-content h2 {
    margin: 0;
    padding: 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 65px;
    font-weight: 700;

    line-height: 0.98;

    letter-spacing: -2px;
}


/* GOLD PART OF HEADING */

.kali-content h1 span,
.kali-content h2 span {
    display: block;

    margin: 3px 0 0;
    padding: 0;

    color: #f4c542;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.kali-content p {
    width: 100%;
    max-width: 570px;

    margin: 25px 0 27px;
    padding: 0;

    color: #d7d9e0;

    font-family: Arial, sans-serif;

    font-size: 16px;
    font-weight: 400;

    line-height: 1.7;
}


/* =========================================================
   ACTIONS
========================================================= */

.kali-actions {
    display: flex;
    align-items: center;

    gap: 24px;

    margin: 0;
    padding: 0;

    flex-wrap: wrap;
}


/* =========================================================
   CONSULT BUTTON
========================================================= */

.kali-consult-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 205px;
    height: 56px;

    padding: 0 28px;

    border: none;
    border-radius: 50px;

    background: #e9ad00;

    color: #050817 !important;

    font-family: Arial, sans-serif;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none !important;

    box-shadow: 0 8px 25px rgba(244, 197, 66, 0.20);

    transition: all 0.3s ease;
}

.kali-consult-btn:hover {
    background: #f4c542;

    color: #050817 !important;

    transform: translateY(-2px);

    box-shadow: 0 12px 30px rgba(244, 197, 66, 0.30);
}


/* =========================================================
   PHONE
========================================================= */

.kali-phone-number {
    display: inline-block;

    margin: 0;
    padding: 0;

    color: #ffffff !important;

    font-family: Arial, sans-serif;

    font-size: 20px;
    font-weight: 700;

    text-decoration: none !important;

    white-space: nowrap;
}

.kali-phone-number:hover {
    color: #f4c542 !important;
}


/* =========================================================
   RIGHT IMAGE
========================================================= */

.kali-image-area {
    position: relative;

    width: 47%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    z-index: 5;
}


/* IMAGE GLOW */

.kali-image-glow {
    position: absolute;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    background: rgba(244, 197, 66, 0.12);

    filter: blur(55px);

    z-index: 1;
}


/* =========================================================
   CIRCLE IMAGE
========================================================= */

.kali-image-circle {
    position: relative;

    width: 415px;
    height: 415px;

    flex-shrink: 0;

    border-radius: 50%;

    overflow: hidden;

    border: 6px solid #dcae00;

    background: #171717;

    box-shadow:
        0 0 0 7px rgba(244, 197, 66, 0.07),
        0 0 45px rgba(244, 197, 66, 0.25);

    z-index: 5;
}


/* IMAGE */

.kali-image-circle img {
    display: block;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    border: 0;

    object-fit: cover;
}


/* =========================================================
   ARROWS
========================================================= */

.kali-arrows {
    position: absolute;

    left: 50px;
    bottom: 18px;

    display: flex;
    align-items: center;

    gap: 10px;

    margin: 0;
    padding: 0;

    z-index: 50;
}


.kali-prev,
.kali-next {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    border: 1px solid #dcae00;

    border-radius: 50%;

    background: transparent;

    color: #f4c542;

    cursor: pointer;

    transition: all 0.3s ease;
}

.kali-prev:hover,
.kali-next:hover {
    background: #f4c542;

    color: #050817;
}


/* =========================================================
   PAGINATION
========================================================= */

.kali-pagination {
    position: absolute;

    right: 50px;
    bottom: 30px;

    width: auto !important;

    z-index: 50;
}

.kali-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;

    margin: 0 4px !important;

    border-radius: 0;

    background: rgba(255,255,255,0.35);

    opacity: 1;
}

.kali-pagination .swiper-pagination-bullet-active {
    background: #f4c542;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .kali-slide {
        padding-left: 35px;
        padding-right: 35px;
    }

    .kali-content h1,
    .kali-content h2 {
        font-size: 55px;
    }

    .kali-image-circle {
        width: 360px;
        height: 360px;
    }

    .kali-image-glow {
        width: 390px;
        height: 390px;
    }

    .kali-arrows {
        left: 35px;
    }

    .kali-pagination {
        right: 35px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .kali-hero {
        height: auto;
        min-height: 850px;
    }

    .kali-hero-slider {
        height: auto;
        min-height: 850px;
    }

    .kali-hero-slider .swiper-slide {
        height: auto;
        min-height: 850px;
    }

    .kali-slide {
        height: auto;
        min-height: 850px;

        padding: 60px 30px 90px;

        flex-direction: column;

        align-items: center;
        justify-content: center;

        text-align: center;
    }

    .kali-content {
        width: 100%;
        max-width: 700px;

        text-align: center;
    }

    .kali-content h1,
    .kali-content h2 {
        font-size: 50px;
    }

    .kali-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .kali-actions {
        justify-content: center;
    }

    .kali-image-area {
        width: 100%;
        height: 320px;
    }

    .kali-image-circle {
        width: 300px;
        height: 300px;
    }

    .kali-image-glow {
        width: 330px;
        height: 330px;
    }

    .kali-arrows {
        left: 30px;
        bottom: 20px;
    }

    .kali-pagination {
        right: 30px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .kali-hero {
        min-height: 820px;
    }

    .kali-hero-slider {
        min-height: 820px;
    }

    .kali-hero-slider .swiper-slide {
        min-height: 820px;
    }

    .kali-slide {
        min-height: 820px;

        padding: 50px 20px 85px;

        gap: 25px;
    }

    .kali-label {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .kali-content h1,
    .kali-content h2 {
        font-size: 42px;
        line-height: 1;
    }

    .kali-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    .kali-actions {
        flex-direction: column;
        gap: 14px;
    }

    .kali-consult-btn {
        min-width: 190px;
        height: 52px;
        font-size: 14px;
    }

    .kali-phone-number {
        font-size: 17px;
    }

    .kali-image-area {
        height: 280px;
    }

    .kali-image-circle {
        width: 260px;
        height: 260px;
    }

    .kali-image-glow {
        width: 290px;
        height: 290px;
    }

    .kali-arrows {
        left: 20px;
        bottom: 18px;
    }

    .kali-prev,
    .kali-next {
        width: 40px;
        height: 40px;
    }

    .kali-pagination {
        right: 20px;
        bottom: 30px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .kali-content h1,
    .kali-content h2 {
        font-size: 36px;
    }

    .kali-image-circle {
        width: 235px;
        height: 235px;
    }

    .kali-image-glow {
        width: 265px;
        height: 265px;
    }
}