/* ===================================
    Crafto - It business
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
/* variable */




@font-face {
    font-family:heading;
    src:   url('ArkitechMedium.ttf') format('truetype');
}


@font-face {
    font-family:subtitle;
    src: url('NordicaThin.otf') format('opentype');
}
@font-face {
    font-family:text;
    src: url('minimal.otf') format('opentype');
}






:root {
    --base-color: #074eb9;
    --dark-gray: #252840;
    --black: #05060a;
    --medium-gray: #7d8087;
    --very-light-gray: #f0f2f8;
    --primary-font:  Arial; 
}
/* reset */
body{
    line-height: 29px;
}
/* header */
header .navbar-brand img {
    max-height: auto !important
} 
.navbar .navbar-nav .nav-link {
    font-size: 16px;
}
header .btn.btn-rounded.btn-large {
    padding:10px 26px;
    font-size: 16px;
    font-weight: 500;
}
.sticky .header-transparent .header-button .btn {
    color:white;
    border-color: var(--extra-medium-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: #040a16;
}
.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);
}



.sticky-active  .dropdown-menu {
    background: #071B2C !important
}









    .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;
    }
/* btn */
[class*=btn-transparent], [class*=" btn-transparent"] {
    font-weight: 500;
}
.btn {
    text-transform: none;
    font-family: var(--primary-font);
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 19px 40px;
}
.btn-gradient-purple-pink {
    background-image: linear-gradient(to right, #0b58cb, #e94037, #0b58cb);
    background-size: 200% auto;
    color: var(--white);
}
/* bg gradient color */
.bg-gradient-dark-gray-transparent { 
    background: -webkit-linear-gradient(right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
}
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-flamingo-red-transparent {
    background: -webkit-linear-gradient(right, rgba(243, 69, 59, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(243, 69, 59, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-base-color-transparent {
    background: -webkit-linear-gradient(right, rgba(15, 89, 201, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(15, 89, 201, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-midnight-blue {
    background-color: #040a16;
}
/* text */
.text-flamingo {
    color: #e55b53;
}
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #5e70f3, #6170f1, #8074dc, #b87bb6, #ec8192);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* portfolio filter */
.portfolio-filter li {
    padding: 0 18px;
    line-height: 24px;
}
/* blog */ 
.categories-btn {
    font-size: 11px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4rem;
    line-height: 4rem;
}
.page-title-extra-large h2 {
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
/* height */
.h-72px {
    height: 72px !important;
}
#map {
    height: 650px;
    border-radius: 6px 0 0 6px;
}
/* margin top */
.mt-minus-50px {
    margin-top: -50px;
}
/* line-height */
.lh-200 {
    line-height: 12.5rem;
}
/* bottom */
.bottom-auto {
    bottom: auto;
}
/* footer */
footer .footer-logo img {
    max-height: 35px;
}
footer ul li {
    margin-bottom: 0;
}
.footer-light a:hover, .footer-navbar li a:hover {
    color: var(--dark-gray);
}
@media (max-width: 1299px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    header .btn.btn-rounded.btn-large {
        padding: 10px 15px;
        font-size: 12px; 
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
    }
    header .btn.btn-rounded.btn-large {
        padding: 10px 10px;
        font-size: 11px; 
    }
}
@media (max-width: 991px) {
    .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;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 19px;
    }
    header .btn.btn-rounded.btn-large {
        color: var(--dark-gray);
        border-color: var(--extra-medium-gray);
        padding: 10px 15px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .portfolio-filter li {
        padding: 0;
    }
}
.bg-regal-blue {
    background-color: #162340;
}


.blog-image img {

    height:200px !important
}
.card-body {
    height: 200px !important;
    background: #283244;

}

.blog-grid li .card {
    border: #00F0FF 1px solid
}


.btn-gold {
    background: #BFA056
}


.btn-rounded {

border-radius:8px !important

}
.text-gold {
    color: #BFA056 !important
}


.text-electric-blue {
    color: white !important
}
.border-top-very-light-gray {
    border-top: rgba(255, 255, 255, 0.1) 1px solid
}
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    }




.headingFont {
    font-family: Times New Roman  /*heading !important*/
}



.subtitleFont {
    font-family: Arial;/*subtitle !important*/
}

.textFont {
    font-family:Calibri Light /* text !important*/
}

header .navbar [class*=col-] .navbar-nav .nav-item a, header .btn.btn-rounded.btn-large {
    font-family:   Arial;
}
.card-body {
    height: 100px !important;
    padding: 5% !important;
    text-align: center
}

.unifybutton {
    background: linear-gradient(to top, #071B2C, #44759f);
    background-size: 200% auto;
    color: #00F0FF !important;
    border: none !important
}


.border-22 {
    border: 2px solid #040a16 !important;
    color: #040a16 !important;
}




.btn.btn-transparent-white-light:hover, .btn.btn-transparent-white-light:active {
    background: linear-gradient(to top, #071B2C, #44759f);
    background-size: 200% auto;
    color: #00F0FF !important;
    border: none !important
}




.blog-grid li .card {
    border: none !important
}







.unify-title {
    font-size: 45px !important;
    color: rgb(50, 135, 158) !important;
}



.serviceSection .content {
    padding: 0 40px;
}

.serviceSection img {
}

.hero-section {
    position: relative;
    height: 85vh;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

    .hero-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

/* Ensure content appears above everything */
.hero-section .container {
    position: relative;
    z-index: 2;
}

/* Fix for small screens */
@media (max-width: 768px) {
    .hero-section {
        height: auto;
        padding: 80px 0; /* adds breathing room */
    }

    .hero-bg img {
        height: 100%;
    }

    .hero-section .container {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .reverseMobile {
        display: flex;
        flex-direction: column-reverse;
    }
}

.border-bottom-very-light-gray {
    border-bottom: rgba(255, 255, 255, 0.1) 1px solid
}