@font-face {
    font-family: 'icomoon';
    src: url("/Content/fonts/2024/icomoon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    overflow: visible !important;
    position: static !important;
    inset: unset !important;
    height: auto !important;
}

body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

body[data-audioeye-device-mobile] {
    overflow: visible !important;
    position: static !important;
    inset: unset !important;
    height: auto !important;
}

h1,
.primary_heading {
    font-size: 36px;
    letter-spacing: 1.5px;
}

h2,
.secondary_heading {
    font-size: 28px;
    letter-spacing: 1.5px;
}

h3,
.tertiary_heading {
    font-size: 24px;
    letter-spacing: 1px;
}

h4,
.quaternary_heading {
    font-size: 19px;
    letter-spacing: 1px;
}

h5,
.quinary_heading {
    font-family: AvenirNextLTPro, Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    line-height: 30px;
}

h6,
.senary_heading,
.emphasized_text {
    font-size: 14px;
}

.button_common {
    font-size: 14px;
}

.button_common.button_xwide {
    max-width: 315px;
    width: 100%;
}

.button_white {
    background-color: #ffffff;
    color: #282828;
    height: 50px;
    line-height: 50px;
}

.button_ghost.btn_invert {
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
}

.button_ghost.inverted {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .50);
    height: 45px;
    line-height: 43px;
    color: rgba(255, 255, 255, .50);
    max-width: 280px;
}

ul {
    list-style: none;
    padding: 0;
}

.background_beige2 {
    background-color: #EFEDE8;
}

.border_bottom {
    border-bottom: 1px solid #DEDEDE;
}

.border_top {
    border-top: 1px solid #DEDEDE;
}

.custom_checkbox_label {
    align-items: flex-start;
}

.custom_checkbox_label .custom_checkbox {
    min-width: 20px;
}

.kkh_slider .slick-disabled {
    opacity: 0
}

.kkh_controls.controls_overlay .slick-next,
.kkh_controls.controls_overlay .slick-prev {
    width: 40px;
    height: 45px;
}

.kkh_slider .slick-dots li button:before {
    font-size: 9px;
    line-height: 1;
}

.standard-accordion-widget>div {
    border-bottom: 1px solid #B2B2B2;
}

.standard-accordion-widget>div>.control {
    padding: 30px 0;
}

.standard-accordion-widget>div>.control:before {
    content: "";
    position: absolute;
    transition: transform .35s ease-out;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: 0;
    width: 22px;
    height: 22px;
    background: url(/assets/site/images/pages/content/kk_studio/09_09-icons-down.svg) center / contain no-repeat;
}

.standard-accordion-widget>div.toggled>.control:before {
    transform: translateY(-50%) rotate(0);
}

/* Accessible accordion button styles */
.standard-accordion-widget .accordion-button {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 30px 0;
    padding-right: 40px;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit;
    position: relative;
    display: block;
}

.standard-accordion-widget .accordion-button:hover {
    opacity: 0.9;
}

.standard-accordion-widget .accordion-button:focus {
    outline: 2px solid #282828;
    outline-offset: 2px;
}

.standard-accordion-widget .accordion-button:focus:not(:focus-visible) {
    outline: none;
}

.standard-accordion-widget .accordion-button:focus-visible {
    outline: 2px solid #282828;
    outline-offset: 2px;
}

.standard-accordion-widget .accordion-button:before {
    content: "";
    position: absolute;
    transition: transform .35s ease-out;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: 0;
    width: 22px;
    height: 22px;
    background: url(/assets/site/images/pages/content/kk_studio/09_09-icons-down.svg) center / contain no-repeat;
}

.standard-accordion-widget .accordion-button[aria-expanded="true"]:before {
    transform: translateY(-50%) rotate(0);
}

/* Visually hidden checkbox for accessibility */
.visually-hidden-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.visually-hidden-checkbox:focus-visible + .custom_checkbox {
    outline: 1px solid #282828;
    outline-offset: 0px;
    border-radius: 0px;
}

.floating_label_form textarea {
    padding: 15px 15px !important;
}

.floating_label_form select {
    padding: 0px 15px 0 !important;
    background: url(/assets/site/images/pages/content/kk_studio/09_09-icons-down.svg) 97% center / 22px no-repeat #fff;
    color: #282828 !important;
    -webkit-text-fill-color: #282828 !important;
}

.floating_label_form select option {
    color: #282828 !important;
    -webkit-text-fill-color: #282828 !important;
    background-color: #fff !important;
}

.floating_label_form input {
    padding: 0px 15px 0 !important;
}

.floating_label_form input:focus-visible, .floating_label_form textarea:focus-visible, .floating_label_form select:focus-visible {
    outline: 1px solid #282828;
}

#application .custom_checkbox_label input:checked ~ .custom_checkbox {
    background: url(/assets/site/images/pages/content/kk_studio/09_09-icons-checkmark.png) center / 12px no-repeat #fff;
}

.email_signup input {
    padding: 15px 15px 0 !important;
}

#attentive_creative {display: none;}

.visually-hidden-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

.arrow_pointer:after {
    top: -0.5px;
}

@media (min-width: 991px) {
    body {
        font-size: 13px;
    }

    h1,
    .primary_heading {
        font-size: 52px;
    }

    h2,
    .secondary_heading {
        font-size: 30px;
    }

    h3,
    .tertiary_heading {
        font-size: 24px;
        letter-spacing: 1.5px;
    }

    h4,
    .quaternary_heading {
        font-size: 20px;
    }

    h6,
    .emphasized_text {
        font-size: 13px;
    }

    .font_size-md-20 {
        font-size: 20px;
    }

    .button_common {
        font-size: 13px;
    }

    .button_common.button_xwide {
        max-width: 330px;
        width: 100%;
    }

    .button_ghost:hover {
        background-color: #ffffff;
        color: #282828;
    }

    #site_header img {
        width: 85%;
    }

    #site_header .button_ghost.inverted {
        width: 240px !important;
    }

    .hero_heading {
        /* top: calc(50% + 50px); */
        left: 0;
        bottom: 0;
        height: calc(100% - 100px);
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 14px;
    }

    h1,
    .primary_heading {
        font-size: 62px;
    }

    h2,
    .secondary_heading {
        font-size: 40px;
    }

    h3,
    .tertiary_heading {
        font-size: 30px;
    }

    h4,
    .quaternary_heading {
        font-size: 23px;
    }

    h6,
    .emphasized_text {
        font-size: 14px;
    }

    .font_size-lg-24 {
        font-size: 24px;
    }

    #site_header img {
        width: 100%;
    }

    #site_header .button_ghost.inverted {
        width: 280px !important;
    }
}

/* =========================================
SITE HEADER
========================================= */
#site_header {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px 0 40px;
    transition: .4s linear all;
    z-index: 10;
}

#site_header.floating {
    height: 75px;
    background-color: rgba(0, 0, 0, 0.70);
}

section#sticky_cta {
    background-color:rgba(0, 0, 0, 0.70);
    position: fixed;
    left: 0;
    width: 100%;
    bottom: -100px;
    transition: .4s linear bottom;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#sticky_cta.visible {
    bottom: -1px
}

@media (max-width: 991px) {
    #kkd-container {
        overflow: hidden;
    }

    #drawer {
        display: none;
        position: fixed;
        width: 100%;
        /* max-width: 500px; */
        height: calc(100dvh - 0px);
        top: 0px;
        left: 0;
        background: rgba(72, 72, 72, 1);
        padding: 32px 24px !important;
        backdrop-filter: blur(5px);
        z-index: 10;
    }

    #drawer li {
        padding: 16px 0;
        border-bottom: 1px solid rgba(222, 222, 222, 0.2);
    }

    #drawer li:first-child {
        border-top: 1px solid rgba(222, 222, 222, 0.2);
    }

    #drawer li .emphasized_text {
        font-size: 14px;
    }

    #site_header,
    #site_header.floating {
        height: 55px;
        background: rgba(0, 0, 0, .70);
        padding: 0 40px 0 40px;
    }

    #drawer_open {
        width: 20px;
        height: 20px;
        position: fixed;
        top: 16px;
        left: 16px;
        z-index: 9;
    }

    #drawer_open:before {
        display: block;
        content: "\e929";
        color: #ffffff;
        font-size: 20px;
        font-family: 'icomoon';
    }

    #drawer_close {
        width: 20px;
        height: 20px;
        top: 16px;
        left: 16px;
        position: fixed;
    }

    #drawer_close:before {
        display: block;
        content: "\e912";
        color: #ffffff;
        font-size: 20px;
        font-family: 'icomoon';
    }
}

@media screen and (min-width: 991px) {
    /* Site Header */
    #site_header ul li {
        position: relative;
    }

    #site_header ul li a {
        display: inline-block;
    }

    #site_header ul li a:after {
        content: " ";
        width: calc(100% - 2px);
        height: 2px;
        background-color: transparent;
        position: absolute;
        bottom: -2px;
        left: 0px;
        transition: .3s linear background-color;
    }

    #site_header ul li.active a:after,
    #site_header ul li:hover a:after{
        background-color: #FFFFFF;
    }
}

/* =========================================
SERVICES PAGE
========================================= */
.presentation_panel button.active {
    font-weight: 600;
    position: relative;
}

.presentation_panel button.active:after {
    font-family: 'icomoon';
    content: "\e90a";
    font-size: 12px;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 25px;
    font-weight: 400;
}

/* =========================================
MASTHEAD SCROLL RESIZE EFFECT
========================================= */
#kkd-masthead {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

#kkd-masthead.scrolled {
    height: 60vh !important;
    min-height: 400px;
}

#kkd-masthead.scrolled video {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

#kkd-masthead.scrolled .position-absolute {
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}

/* =========================================
PORTFOLIO PAGE
========================================= */
.design-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 20px;
}

.design-grid.design-gap {
    gap: 10px 13px;
}

.design-grid li {
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}

.design-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("/assets/site/images/pages/content/kk_studio/09_09-icons-checkmark.png") no-repeat center / contain;
}

.slick_portfolios.kkh_controls.controls_overlay .slick-next {
    right: 14px;
    top: 47%;
}

.slick_portfolios.kkh_controls.controls_overlay .slick-prev {
    left: 16px;
    top: 47%;
}

/* =========================================
REQUEST CONSULTATION PAGE
========================================= */
/* Smooth transitions for form validation */
.floating_label_form .required_field input,
.floating_label_form .required_field textarea,
.floating_label_form .required_field select {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}


/* Smooth transition for error message pseudo-elements */
.floating_label_form .required_field:after {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* =========================================
RESPONSIVE STYLING
========================================= */
/* Desktop Only */
@media screen and (min-width: 768px) {
    /* Homepage */
    #promise div.position-lg-absolute {
        right: 5vw;
    }

    #services div.position-absolute {
        left: 13vw;
    }

    #testimonials .col-6.col-md-3:not(:last-child) {
        border-right: 1px solid rgba(40, 40, 40, 0.2);
    }

    section#testimonials {
        background: url('/assets/site/images/pages/content/kk_studio/main/09_09-banner-testimonials-tab.jpg') no-repeat center / cover;
    }

    /* Contact */
    #queries .button_ghost:hover {
        background: transparent;
        border: 1px solid #282828;
    }
}

@media (min-width: 991px) {
    /* Homepage */
    #promise div.position-lg-absolute {
        max-width: 398px;
    }

    section#testimonials {
        background: url('/assets/site/images/pages/content/kk_studio/main/09_09-banner-testimonials-xl.jpg') no-repeat center / cover;
    }

    #testimonials .col-lg-6:not(:last-child) {
        border-right: 1px solid rgba(40, 40, 40, 0.2);
    }

    .client_quote h4 {
        line-height: 30px !important;
        letter-spacing: 2px !important;
    }
}

@media screen and (min-width: 1200px) {
    #promise div.position-lg-absolute {
        left: 60vw;
    }

    #services div.position-absolute {
        left: 13vw;
    }

    .client_quote h4 {
        line-height: 32px !important;
        letter-spacing: 2px !important;
    }
}

@media screen and (min-width: 1400px) {
    #services div.position-absolute {
        left: 18vw;
    }

    .client_quote h4 {
        font-size: 24px;
        line-height: 36px !important;
        letter-spacing: 2px !important;
    }
}

/* Mobile Only */
@media (max-width: 991px) {
    /* Homepage */
    .hero_heading {
        /* top: calc(50% + 55px);
        transform: translate(-50%, calc(50% - 75px)); */
        left: 0;
        bottom: 0;
        height: calc(100% - 55px);
    }

    .quote_font {
        font-size: 17px;
        letter-spacing: 1.5px;
        line-height: 29px !important;
        color: #282828;
    }

    /* .kks_home h1 {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 28px;
    } */

    /* .kks_home .button_common.button_xwide {
        max-width: 300px;
    } */

    .kks_home #portfolios h3 {
        font-size: 22px;
    }

    .kks_home #pricing div.text-center {
        text-align: left;
    }

    /* Services */
    .kks_services #process .col-12.col-lg-4 .text-center {
        text-align: left;
        border-bottom: 1px solid #dedede;
    }

    .slick_solutions.kkh_controls.controls_overlay .slick-next, 
    .slick_solutions.kkh_controls.controls_overlay .slick-prev {
        width: 45px;
        height: 40px;
        background: transparent;
        top: unset;
        bottom: 0%;
    }

    .slick_solutions .slick-dots {
        bottom: -35px;
    }

    #team h3.quaternary_heading, #process h3.quaternary_heading {
        font-size: 22px !important;
    }

    #team .col-12.col-lg-3 {
        border-bottom: 1px solid #dedede;
    }

    #expertise .col-12.col-lg-3 {
        border-bottom: 1px solid #dedede;
    }

    /* Terms */
    .kks_terms {
        margin-top: 55px !important;
    }

    /* Schedular */
    .kks_schedular {
        margin-top: 55px !important;
    }
    
    /* FAQs */
    .standard-accordion-widget>div>.control {
        padding: 30px 25px 30px 0px;
    }

    /* Portfolio */
    .design-grid {
      grid-template-columns: repeat(1, 1fr) !important;
    }

    .client_quote h4 {
        font-size: 17px;
        line-height: 29px !important;
        letter-spacing: 2px;
    }

    /* Mobile adjustments for scrolled state */
    #kkd-masthead.scrolled {
        height: 50vh !important;
        min-height: 300px;
    }

    #kkd-masthead.scrolled .pt-3.px-3 {
        padding-top: 1rem !important;
    }

    /* Live Chat Widget */
    div#chat-widget-container {
        bottom: 50px !important;
    }

    iframe#chat-widget-minimized {
        transform: scale(.8);
    }
}

@media screen and (max-width: 767px) {
    /* Top Nav */
    #drawer nav {
        max-width: 315px !important;
    }

    /* Homepage */
    #connect h1 {
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 30px;
    }

    #connect h2 {
        font-size: 19px;
        padding: 0 10px;
    }

    #connect .col-3.col-md-4:nth-child(2) {
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
    }

    #connect div.container {
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }

    #promise div.position-lg-absolute {
        max-width: 398px;
    }

    #services div.position-absolute {
        transform: translate(-50%, -50%);
        left: 50%;
        width: 315px;
        top: 72%;
    }

    #feature_portfolio div.position-md-absolute {
        background: url('/assets/site/images/pages/content/kk_studio/main/10_14-banner-portfolio_bottom-mob.jpg') no-repeat center / cover !important;
    }

    section#testimonials {
        background: url('/assets/site/images/pages/content/kk_studio/main/09_09-banner-testimonials-mob.jpg') no-repeat center / cover;
    }

    #testimonials .container-xl > .row {
        border-top: 1px solid rgba(40, 40, 40, 0.2);
    }

    #testimonials .container-xl div.border_top {
        border-top: unset;
    }

    #testimonials .col-6.col-md-3 p {
        border-bottom: 1px solid rgba(40, 40, 40, 0.2);
        padding: 14px;
    }

    #testimonials .col-6.col-md-3.col_left p {
        border-right: 1px solid rgba(40, 40, 40, 0.2);
    }

    #testimonials .slick-slide h3 strong {
        font-size: 15px;
    }

    /* Slick Slider */
    .kkh_slider .slick-dots li, .kkh_slider .slick-dots li button,
    .kkh_slider .slick-dots li button:before {
        width: 5px;
        height: 5px;
    }

    .kkh_slider .slick-dots li button:before {
        font-size: 6px;
    }

    /* Consultation Form */
    #consultation_form .col-lg-10.col-xl-8 {
        max-width: 345px;
    }
}

/* Tablet Only */
@media (768px <= width < 992px) {
    /* Top Nav */
    #drawer .button_ghost.btn_invert {
        max-width: 600px;
    }

    #drawer li {
        padding: 32px 0px;
    }

    .hero_heading h1 {
        font-size: 52px;
    }

    /* Homepage */
    .home #kkd-masthead div.position-absolute {
        top: 58% !important;
    }

    #promise div.position-md-absolute {
        max-width: 370px;
        right: 4vw;
    }

    #services div.position-absolute {
        left: 8vw;
    }

    #pricing {
        max-height: 250px;
        overflow: hidden;
    }

    #pricing div.text-center {
        text-align: center !important;
    }

    #feature_portfolio div.position-md-absolute {
        max-width: 50% !important;
    }

    #feature_portfolio div.position-md-absolute p {
        max-width: 315px;
    }

    #testimonials .row.mb-xl-4 {
        border-bottom: 1px solid rgba(40, 40, 40, 0.2);
    }

    #testimonials .row .col-lg-6 {
        border-top: 1px solid rgba(40, 40, 40, 0.2);
    }

    #testimonials .border_top.py-4 {
        border-top: unset;
    }

    /* Services */
    #imperfection div.position-md-absolute {
        right: 9vw !important;
    }

    #imperfection div.position-md-absolute .quote_font {
        color: #FFFFFF !important;
    }

    /* Portfolio */
    .design-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* Terms */
    .kks_terms {margin-top: 55px !important;}

    /* Schedular */
    .kks_schedular {margin-top: 55px !important;}

    /* Contact */
    .kks_contact .button_common.button_block {
        max-width: 300px;
    }
}

/* Laptop Only */
@media (992px <= width < 1200px) {
    /* Homepage */
    .kks_home #kkd-masthead div.position-absolute {
        top: 67% !important;
    }

    #process .col-12.col-md-6.col-lg-4:first-child,
    #process .col-12.col-md-6.col-lg-4:nth-child(2),
    #process .col-12.col-md-6.col-lg-4:nth-child(3) {
        border-bottom: 1px solid #dedede;
    }

    /* Top Nav */
    #site_header .button_ghost.inverted {
        width: 200px !important;
    }

    #site_header img {
        width: 90%;
    }
}

/* Large Size Only */
@media (992px <= width < 1499px)  {
    .design-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}