/* ===================================
    Crafto - Lawyer
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
/* variable */


@font-face {
    font-family: 'TT Norms Pro Md';
    src: url('../fonts/TTNormsPro-Md.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Md.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro Rg';
    src: url('../fonts/TTNormsPro-Rg.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro Lt';
    src: url('../fonts/TTNormsPro-Lt.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



:root {     
    --base-color: #998554;  
    --dark-gray: #152833;
    --medium-gray: #585b60;
    --very-light-gray: #f6f3ef;
    --alt-font: 'Playfair Display', serif;
    /*  --primary-font: 'TT Norms Pro Md', sans-serif; */
}  
body {
    font-size: 17px;
    line-height: 32px;
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--base-color);
    width: 10px;
    height: 10px;
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--base-color);
}
.custom-cursor .circle-cursor-outer {
    border: 1px solid transparent;
}
/* header */
header .navbar-brand img {
    max-height: 36px;
}
header .left-nav .navbar-nav:before {
    background-color: var(--white);
    opacity: 0.2; 
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
    transition: 0s;
}
header.sticky .left-nav .navbar-nav:before {
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
}
.navbar .navbar-nav .nav-link { 
    font-size: 18px;
    font-weight: 400; 
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid #f6f3ef;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(502%) contrast(502%);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover > a{
    background-color: var(--base-color);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active > a {
    color: var(--medium-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 330px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 22px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 65px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li.active > a,
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:hover {
    color: var(--medium-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
    width: 40px;
    margin-right: 10px;
}
/* pagination */
.pagination-style-01 .page-item.active .page-link,
.pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
/* input */
.input-small, .textarea-small {
    font-size: 14px;
}
/* bg color */
.bg-blue-whale {
    background-color: #152833;
}
.bg-blue-licorice {
    background-color: #374b57;
}
/* bg gradient transparent */
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #0a171e), to(transparent));
    background: linear-gradient(to bottom, #0a171e 3%, transparent 35%);
    /* background: linear-gradient(to bottom, #0a171e 7%, transparent 70%); */
}
/* btn */
.btn.btn-blue-whale {
    background-color:#152833; 
    color: var(--white);
}
.btn.btn-blue-whale:hover {
    background-color: transparent;
    border-color: #152833;
    color: #152833;
}
.btn {
    font-family: var(--primary-font);
    font-weight:500;
    text-transform: inherit;
    letter-spacing: 0px;
}
.btn.btn-link {
    padding: 0 0 2px; 
}
.btn.btn-rounded.btn-extra-large {
    padding: 18px 66px 18px 40px;
    font-size: 17px;
}
.btn.btn-rounded.btn-large {
    padding: 16px 55px 16px 38px;
    font-size: 16px;
}
.btn.btn-large {
    font-size: 15px;
}
/* number pagination style 01 */
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet {
    font-size: 14px;
}
.process-step-style-02:hover .process-step-icon .number {
    color: var(--white);
}
/* page title */
.page-title-large h1 {
    font-size: 4rem;
    line-height: 3.9rem;
}
/* process step style 03 */
.process-step-style-03:hover .process-step-icon-box .progress-image {
    -webkit-transform: scale(1.3); 
    transform: scale(1.3);
}
/* social icon style 02 */
.social-icon-style-02 .small-icon li {
    margin: 0;
}
/* opacity */
.opacity-05 {
    opacity: 0.05;
}
/* top right bottom left */
.top-minus-35px {
    top: -35px;
}
.left-minus-35px {
    left: -35px;
}
.bottom-minus-35px {
    bottom: -35px;
}
/* footer */
footer .footer-logo img {
    max-height: 36px;
}
.footer-dark {
    color: #b5b8bb;
}
.footer-dark p, .footer-dark a {
    color: #b5b8bb;
}
.is-touchable .cursor-page-inner {
    display: none !important;
}

/* CUSTOM */
.blacklayer .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3)
}

header .nav-icon-link a {
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity));
}

header.sticky.sticky-active [data-header-hover=light] .nav-icon-link a {
    color: var(--dark-gray);
}

.text-base-color, .btn-link.text-base-color {
    transition: 0.3s;
}

ul.dropdown-menu li:hover .text-base-color {
    color: white!important;
}

.team-select {
    margin-left: 30px;
}

div#teamSelect .team-select:first-child {
    margin-left: 0px;
}

.select-no-bg {
    background-color: transparent;
    padding: 7px 0px;
    border: 0px;
    border-radius: 0;
    border-bottom: 1px solid var(--medium-gray);
    padding-right: 30px;
}

.select-no-bg:focus {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid var(--medium-gray);
}

#teamSelect .select:after, #blogSelect .select:after {
    right: 0px;
    margin-top: -17px;
}

.elements-social ul li a {
    text-align: start;
    justify-content: start;
}

footer .elements-social.social-icon-style-02 li a:hover {
    opacity: .8;
    color: white;
}

/* Overlay styling */
.overlay {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--very-light-gray);
    z-index: 1000;
    transition: top 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Active state for overlay */
.overlay.active {
    top: 0;
}

/* Close button styling */
.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: black;
    background: none;
    border: none;
    cursor: pointer;
}

/* Search box styling */
.search-box {
    margin-top: -30%;
    width: 80%;
    max-width: 600px;
}

.search-input {
    width: 100%;
    padding: 15px;
    border: 2px solid black;
    border-radius: 5px;
    font-size: 1.2rem;
}

.search-input:focus {
    outline: none;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

/* Header search popup */
.show-search-popup {
    overflow: hidden;
  }
  .show-search-popup header .navbar {
    z-index: 110;
  }
  .show-search-popup .search-wrapper {
    opacity: 1;
    visibility: visible;
    cursor: url(../images/mfg-close.png), auto;
  }
  .show-search-popup .search-wrapper .search-form {
    height: 50%;
    cursor: default;
    visibility: visible;
    opacity: 1;
  }
  .search-wrapper {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .search-wrapper .search-form {
    width: 100%;
    justify-content: center;
    display: flex;
}
  .search-wrapper .search-form .search-input {
    outline: none;
    border: 0;
    border-bottom: 1px solid rgba(23, 23, 23, 0.2);
    color: var(--dark-gray);
    font-size: 18px;
    padding: 20px 0;
    background: transparent;
    line-height: 2.5rem;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 80px;
    width: 100%;
  }
  .search-wrapper .search-form .search-input::-moz-placeholder {
    color: var(--light-gray);
    opacity: 1;
  }
  .search-wrapper .search-form .search-input::-webkit-input-placeholder {
    color: var(--light-gray);
  }
  .search-wrapper .search-form .search-button {
    color: var(--dark-gray);
    bottom: 24px;
    position: absolute;
    font-size: 25px;
    right: 0;
    line-height: normal;
    outline: none;
    cursor: pointer;
    z-index: 0;
    margin-right: 0;
    border: none;
    background: none;
  }
  .search-wrapper .search-form:hover {
    color: var(--light-gray);
  }
  .search-wrapper .search-close {
    color: var(--black);
    position: fixed;
    top: 30px;
    right: 35px;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    font-size: 40px;
    font-weight: 300;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .search-wrapper .search-form-box {
    position: relative;
    width: 45%;
  }

  .navbar .navbar-nav .nav-link-special {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    position: relative;
    font-weight: 500;
    opacity: 1;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--white);
}

  .navbar .navbar-nav .nav-link-special {
    font-size: 18px;
    font-weight: 400;
}

.nav-icon-link-special {
    height: 100%;
    display: flex;
    align-items: center;
}

.h-inherit {
    height: inherit;
}


/* media query responsive */
@media (max-width: 1400px) {
    .xl-min-h-270px {
        min-height: 270px !important;
    }
}
@media (max-width: 1300px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1199px) {
    header .left-nav .navbar-nav:before {
        transform: translate(-10px, 0px);
        -webkit-transform: translate(-10px, 0px);
    }
    header.sticky .left-nav .navbar-nav:before {
        transform: translate(-10px, 0px);
        -webkit-transform: translate(-10px, 0px);
    }
    .elements-social .large-icon li {
        margin: 0 5px;
    }
    footer .nav-link {
        padding-left: .6rem;
        padding-right: .6rem;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    div#teamSelect {
        width: 100%;
    }
    .team-select {
        width: 33%;
    }
}
@media (max-width: 1024px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (max-width: 991px) {
    header .widget-text {
        color: var(--dark-gray);
    }
    header .widget-text i {
        color: var(--white);
    }
    .md-bottom-minus-15px {
        bottom: -15px;
    }
    .elements-social.social-icon-style-04 .large-icon a {
        font-size: 21px;
        width: 50px;
        height: 50px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover img{
        background-color: transparent;
        color: var(--dark-gray);
        filter: inherit;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover > a {
        background-color: transparent;
        color: var(--medium-gray);        
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .select-no-bg {
        padding-top: 0px;
        padding-bottom: 1px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    header .navbar [class*=col-] .navbar-nav .nav-item i.fa-angle-down {
        display: none;
    }
}

@media (max-width: 767px) {
    .select.team-select select {
        font-size: 11px;
    }
    .sm-top-minus-25px {
        top: -25px;
    }
    .process-step-style-02 .progress-step-separator,
    .process-step-style-03 .progress-step-separator,
    .process-step-style-04 .progress-step-separator {
        display: block;
    }

    div#teamSelect {
        width: 100%;
    }
    
    .select.team-select {
        width: 50%;
    }
}
@media (max-width: 575px) {
    .process-step-style-02 .progress-step-separator,
    .process-step-style-03 .progress-step-separator,
    .process-step-style-04 .progress-step-separator {
        display: none;
    }
    #linkedinLabel {
        position: absolute;
        left: 40px;
    }
}

@media (max-width: 475px) {
    .team-select {
        margin-left: 15px;
    }
}

.bg-very-light-gray .filter-styling li:hover a, 
.bg-very-light-gray .filter-styling li:focus a, 
.bg-very-light-gray .filter-styling li.active a {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
}

.bg-blue-whale .filter-styling li:hover a, 
.bg-blue-whale .filter-styling li:focus a, 
.bg-blue-whale .filter-styling li.active a {
    color: white;
    border-color: white;
}