/* ===================================
    Crafto - Bisiness
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@100;300;400;500;600;700;800&display=swap');
/* variable */
:root {     
    --base-color: #5758D6;
    --dark-gray: #262b35;
    --medium-gray:#868d98;
    --primary-font: 'Be Vietnam', sans-serif;
    --alt-font: 'Sora', sans-serif;
}
/* reset */
body { 
    font-size: 17px;
    line-height: 32px;
}
/* header */
header .navbar-brand img {
    max-height: 46px;
    width: auto;
}
.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 11000;
    padding: 10px 16px;
    border-radius: 6px;
    background: #fff;
    color: #242e45;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    transform: translateY(-160%);
    transition: transform .2s ease;
}
.skip-link:focus {
    transform: translateY(0);
}
.seo-resource-section {
    background: #f7f8fc;
}
.geo-faq-list {
    max-width: 900px;
    margin: 0 auto;
}
.geo-faq-list details {
    margin-bottom: 12px;
    border: 1px solid #e1e4ef;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.geo-faq-list summary {
    position: relative;
    padding: 19px 54px 19px 22px;
    color: #242e45;
    font-family: var(--alt-font);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}
.geo-faq-list summary::-webkit-details-marker {
    display: none;
}
.geo-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    color: #5758D6;
    font-size: 24px;
    transform: translateY(-50%);
}
.geo-faq-list details[open] summary::after {
    content: "−";
}
.geo-faq-list p {
    margin: 0;
    padding: 0 22px 20px;
    color: #6f7484;
    font-size: 15px;
    line-height: 1.65;
}
.partner-network {
    max-width: 1060px;
    display: grid;
    grid-template-columns: minmax(230px, .8fr) minmax(0, 1.6fr);
    align-items: center;
    gap: 28px;
    margin: 56px auto 0;
    padding: 30px;
    border-radius: 14px;
    background: #242e45;
}
.partner-network-label {
    display: block;
    margin-bottom: 7px;
    color: #aeb1ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.partner-network h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
}
.partner-network-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.partner-network-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.3;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
.partner-network-links a:hover,
.partner-network-links a:focus-visible {
    border-color: #7778e9;
    background: rgba(87, 88, 214, .2);
    color: #fff;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 400;
}
.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* bg color */
.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #23248C, #22236D, #232348, #222226, #232323);
}
.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236D, #23248C);
} 
/* bg transparent color */
.bg-base-color-transparent {
    background-color: rgba(87, 88, 214,.8);
}
/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
    letter-spacing: -.5px;
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
    top: 52%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: 25px}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
    bottom: 15px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.7rem;
    line-height: 4.7rem;
}
/* separator line */
.separator-line-9px {
    height: 9px;
}
/* tag */
.tag-cloud a { 
    padding-top: 5px;
    padding-bottom: 9px;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding-top: 5px;
    padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
    bottom: -45px;
}
.right-minus-45px {
    right: -45px;
}
/* footer */
footer > .container {
    display: flex;
    flex-direction: column;
}
footer > .container > .row {
    order: 1;
}
footer .footer-logo img {
    max-height: 46px;
    width: auto;
}
.footer-credits {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px 7px;
    line-height: 20px;
    margin: 0;
}
footer .footer-legal-links {
    order: 2;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 720px);
    margin: 38px auto 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    overflow: hidden;
}
footer .footer-legal-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 18px;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    transition: background-color .25s ease, color .25s ease;
}
footer .footer-legal-links a + a {
    border-left: 1px solid rgba(255, 255, 255, .12);
}
footer .footer-legal-links a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .06);
}
.footer-network-links {
    order: 4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3px 10px;
    width: 100%;
    margin: 7px auto 0;
    padding: 0 15px;
}
.footer-network-links a {
    color: rgba(255, 255, 255, .4);
    font-size: 8px;
    line-height: 12px;
    transition: color .2s ease;
}
.footer-network-links a:hover,
.footer-network-links a:focus-visible {
    color: #fff;
}
@media (max-width: 575px) {
    footer .footer-legal-links {
        grid-template-columns: 1fr;
        width: 100%;
    }
    footer .footer-legal-links a + a {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }
    .footer-network-links {
        flex-direction: row;
        gap: 3px 8px;
        margin-top: 7px;
    }
}
.footer-credits-row {
    order: 3;
    width: 100%;
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
}
.footer-credit-separator {
    opacity: .55;
}
.kore-agency-link {
    display: inline-flex;
    align-items: center;
}
.kore-agency-logo {
    display: inline-block;
    width: 65px;
    height: 39px;
    flex-shrink: 0;
    background-color: #5758D6;
    -webkit-mask: url('/images/kore-agency-logo.png') center / contain no-repeat;
    mask: url('/images/kore-agency-logo.png') center / contain no-repeat;
}
.glory-technology-gallery {
    aspect-ratio: 1 / 1;
}
.glory-technology-gallery .swiper-wrapper,
.glory-technology-gallery .swiper-slide {
    height: 100%;
}
.glory-technology-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solutions-card-grid .box-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.solutions-card-grid .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partner-service-grid .team-style-05 > .position-relative {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}
.partner-service-grid .team-style-05 > .position-relative > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-brand-panel {
    min-height: 100%;
    padding: 24px;
    background-color: #fff;
    overflow: hidden;
}
.contact-brand-panel img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
.legal-document {
    max-width: 920px;
    margin: 0 auto;
}
.legal-document h2 {
    margin-top: 42px;
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.25;
    color: #242e45;
}
.legal-document h2:first-of-type {
    margin-top: 0;
}
.legal-document p,
.legal-document li {
    font-size: 17px;
    line-height: 1.75;
}
.legal-document ul {
    margin-bottom: 0;
    padding-left: 22px;
}
.legal-update {
    display: inline-block;
    margin-bottom: 34px;
    padding: 8px 16px;
    border-radius: 100px;
    background: #f0f4ff;
    color: #5758D6;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.cookie-side-button {
    position: fixed;
    left: 20px;
    bottom: 22px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background-color: #5758D6;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 8px 24px rgba(36, 46, 69, .28);
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.cookie-side-button::after {
    content: attr(data-label);
    position: absolute;
    left: calc(100% + 10px);
    padding: 7px 11px;
    border-radius: 5px;
    background-color: #242e45;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-5px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.cookie-side-button:hover {
    color: #fff;
    background-color: #4546bd;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(36, 46, 69, .34);
}
.cookie-side-button:hover::after,
.cookie-side-button:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.cookie-consent-overlay {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 24px;
    background: rgba(21, 24, 34, 0.3);
    opacity: 0;
    transition: opacity .22s ease;
}
.cookie-consent-overlay[hidden] {
    display: none;
}
.cookie-consent-overlay.is-visible {
    opacity: 1;
}
.cookie-consent-popup {
    width: min(100%, 980px);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    padding: 24px 26px;
    border: 1px solid rgba(87, 88, 214, .16);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(23, 28, 43, .22);
    transform: translateY(24px);
    transition: transform .22s ease;
}
.cookie-consent-overlay.is-visible .cookie-consent-popup {
    transform: translateY(0);
}
.cookie-consent-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #5758D6;
    color: #fff;
    font-size: 24px;
}
.cookie-consent-copy h2 {
    margin: 0 0 7px;
    color: #242e45;
    font-size: 21px;
    line-height: 1.25;
}
.cookie-consent-copy p {
    margin: 0 0 4px;
    color: #6f7484;
    font-size: 15px;
    line-height: 1.55;
}
.cookie-consent-policy {
    color: #5758D6;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.cookie-consent-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cookie-consent-button {
    min-width: 112px;
    padding: 12px 17px;
    border: 1px solid #5758D6;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.cookie-consent-button:hover {
    transform: translateY(-2px);
}
.cookie-consent-reject {
    background: #fff;
    color: #5758D6;
}
.cookie-consent-accept {
    background: #5758D6;
    color: #fff;
}
.cookie-consent-button:focus-visible,
.cookie-consent-policy:focus-visible {
    outline: 3px solid rgba(87, 88, 214, .3);
    outline-offset: 3px;
}
@media (max-width: 767px) {
    .cookie-consent-overlay {
        padding: 14px;
    }
    .cookie-consent-popup {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 15px;
        padding: 20px;
        border-radius: 15px;
    }
    .cookie-consent-icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
    .cookie-consent-copy h2 {
        font-size: 18px;
    }
    .cookie-consent-copy p {
        font-size: 14px;
    }
    .cookie-consent-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .cookie-consent-button {
        width: 100%;
        min-width: 0;
    }
}
@media (max-width: 575px) {
    .cookie-side-button {
        left: 14px;
        bottom: 14px;
        width: 46px;
        height: 46px;
        font-size: 19px;
    }
    .cookie-side-button::after {
        display: none;
    }
}
footer ul li {
    margin-bottom: 0;
}
.footer-dark a:hover {
    color: var(--white);
}
/* model popup */
.mfp-bg {
    background: #000000;
    opacity: 0.7;
}
/* media query responsive */
@media (max-width: 1499px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    } 
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }
    .sticky-wrap.shadow-in {
        left: 35px;
    }
}
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}
@media (max-width: 991px) {
    .header-transparent .header-button .btn {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }
    .header-transparent .header-button .btn:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background:  var(--dark-gray);
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
}
@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }
    .page-title-extra-large h1 {
        font-size: 40px;
        line-height: 46px;
    }
}

/* Responsive refinements for Casse Glory */
img,
video,
iframe {
    max-width: 100%;
}
@media (max-width: 991px) {
    header .navbar-brand img {
        max-width: 190px;
        max-height: 40px;
    }
    footer .row.justify-content-center > div {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        margin-bottom: 34px;
    }
    footer .row.justify-content-center > div:nth-child(1) { order: 1 !important; }
    footer .row.justify-content-center > div:nth-child(2) { order: 2 !important; }
    footer .row.justify-content-center > div:nth-child(3) { order: 3 !important; }
    footer .row.justify-content-center > div:nth-child(4) { order: 4 !important; }
    footer .footer-legal-links {
        margin-top: 12px;
    }
    .contact-form-style-01 {
        padding-left: 0 !important;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 28px;
        overflow-x: hidden;
    }
    .full-screen.sm-h-500px {
        height: 540px !important;
    }
    .full-screen h1,
    .full-screen h2.h1 {
        width: 100% !important;
        font-size: 42px;
        line-height: 46px;
        letter-spacing: -1.5px;
    }
    .full-screen .fs-20 {
        font-size: 17px;
        line-height: 26px;
    }
    .full-screen .number.fs-190 {
        display: none;
    }
    .page-title-extra-large h1 {
        max-width: 100%;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: -1.5px !important;
        overflow-wrap: anywhere;
    }
    .legal-document h2 {
        margin-top: 34px;
        font-size: 23px;
        line-height: 1.35;
    }
    .legal-document p,
    .legal-document li {
        font-size: 16px;
        line-height: 1.65;
        overflow-wrap: anywhere;
    }
    .legal-update {
        margin-bottom: 26px;
        white-space: normal;
    }
    #down-section .sm-h-500px,
    #down-section .xs-h-400px {
        height: 300px !important;
        min-height: 300px;
    }
    .contact-form-style-01 {
        padding-top: 40px !important;
    }
    .contact-form-style-01 .submit {
        width: 100%;
    }
    #location iframe {
        height: 360px;
    }
    .solutions-card-grid .box-image {
        aspect-ratio: 16 / 10;
    }
    .glory-technology-gallery {
        aspect-ratio: 4 / 3;
    }
    .footer-credits-row {
        margin-top: 22px;
        padding-top: 22px;
    }
    .partner-network {
        grid-template-columns: 1fr;
        margin-top: 38px;
        padding: 24px;
    }
    .partner-network-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575px) {
    header .navbar-brand img {
        max-width: 165px;
        max-height: 36px;
    }
    footer .row.justify-content-center > div {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        text-align: center !important;
    }
    footer .row.justify-content-center > div:last-child {
        margin-bottom: 8px;
    }
    footer .row.justify-content-center ul {
        margin-bottom: 0;
    }
    footer .row.justify-content-center p,
    footer .row.justify-content-center .w-80,
    footer .row.justify-content-center .w-90 {
        width: 100% !important;
    }
    .footer-credits {
        gap: 7px;
        padding: 0 8px;
    }
    .kore-agency-logo {
        width: 58px;
        height: 34px;
    }
    .full-screen h1,
    .full-screen h2.h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .full-screen.sm-h-500px {
        height: 520px !important;
    }
    .btn.btn-extra-large {
        padding-left: 24px;
        padding-right: 24px;
    }
    .cookie-consent-popup {
        gap: 12px;
        padding: 18px;
    }
}
@media (max-width: 420px) {
    .cookie-consent-popup {
        grid-template-columns: 1fr;
    }
    .cookie-consent-icon {
        width: 42px;
        height: 42px;
    }
    .cookie-consent-actions {
        grid-column: 1;
        grid-template-columns: 1fr;
    }
    .cookie-consent-button {
        min-height: 46px;
    }
    .partner-network-links {
        grid-template-columns: 1fr;
    }
}
