/* ===================================
    Crafto - Branding Studio
====================================== */
/* font */


/* Thin */
@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-ThinItalic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
}

/* ExtraLight */
@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-ExtraLight.otf") format("opentype");
    font-weight: 200;
}

@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-ExtraLightItalic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-Light.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

/* Regular */
@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-Regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-RegularItalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-Medium.otf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-MediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-SemiBold.otf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-SemiBoldItalic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-Bold.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

/* ExtraBold */
@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-ExtraBold.otf") format("opentype");
    font-weight: 800;
}

@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-ExtraBoldItalic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-Black.otf") format("opentype");
    font-weight: 900;
}

@font-face {
    font-family: "Somar Sans";
    src: url("../fonts/somar-sans/SomarSans-BlackItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}




/* variable */
:root {

    --alt-font: "Somar Sans", sans-serif;
    --primary-font: "Somar Sans", sans-serif;
    --base-color: #E97601;
    --secondary-color: #F38E24;
    --third-color: rgb(248, 166, 54);
    --dark-gray: #151515;
    --medium-gray: #626262;
}

/* reset */
body {
    font-size: 17px;
    line-height: 28px;
}

/* heading */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -1px;
    font-weight: 600;
}

.h1 p {
    font-size: 4rem;
    line-height: 5rem;
    letter-spacing: -2px;
    font-weight: 600;

}

.h1 span {
    font-size: 4rem;
    line-height: 5rem;
    letter-spacing: -2px;
    font-weight: 600;
}

h1,
.h1 {
    font-size: 3.2rem;
    line-height: 3.2rem;
}

.h2,
h2 {
    line-height: 3.2rem;
}

.h3,
h3 {
    line-height: 2.8rem;
}

.h6,
h6 {
    line-height: 1.8;
}

/* btn */
.btn {
    letter-spacing: 0px;
    text-transform: none;
}

.btn.btn-extra-large {
    font-size: 19px;
    padding: 22px 45px;
}

.btn.btn-large {
    font-size: 16px;
    padding: 16px 34px;
}

.btn.btn-medium {
    font-size: 14px;
    padding: 12px 24px;
}

.btn.btn-small {
    font-size: 12px;
    padding: 9px 20px;
}

.btn.btn-very-small {
    font-size: 11px;
    padding: 9px 16px 7px;
}

.btn.btn-switch-text.btn-extra-large>span {
    padding: 22px 47px;
}

.btn.btn-switch-text.btn-large>span {
    padding: 16px 36px;
}

.btn.btn-switch-text.btn-medium>span {
    padding: 12px 26px;
}

.btn.btn-switch-text.btn-small>span {
    padding: 7px 22px;
}

.btn.btn-switch-text.btn-very-small>span {
    padding: 11px 18px 9px;
}

.btn.btn-link {
    padding: 0 0 2px;
}

.btn.btn-transparent-light-gray:active,
.btn.btn-transparent-light-gray:hover {
    border-color: var(--dark-gray);
}

/* gradient background color */
.bg-gradient-misty-rose {
    background-image: linear-gradient(360deg, rgba(254, 243, 240, 0.5) 0%, #fff6f3 100%);
}

/* text gradient color */
.text-gradient-light-gray-white {
    background-image: linear-gradient(to bottom, #eaeaea, #efefef, #f7f7f7, #fafafa, #ffffff);
}

/* background */
.bg-bright-turquoise {
    background-color: #ffddd4;
}

.bg-seashell {
    background-color: #fff6f3;
}

.bg-base-color-transparent {
    background-color: rgb(233, 118, 1, .8);
}

/* padding */
.pb-190px {
    padding-bottom: 190px;
}

/* bg sliding line */
.bg-sliding-line-dark-gray {
    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);
    background-size: 5px 5px;
}

/* header */
header .container-fluid {
    padding-left: 4%;
    padding-right: 4%;
}

.navbar .navbar-nav .nav-link {
    font-size: 17px;
}

.navbar .btn.btn-switch-text.btn-large>span {
    padding: 13px 25px 12px;
}

header .left-nav .navbar-nav:before {
    background: rgba(0, 0, 0, .3);
}

/* highlight separator */
.highlight-separator[data-shadow-animation] span,
.highlight-separator[data-shadow-animation] span img {
    height: 29px;
    z-index: -1;
}

.highlight-separator[data-shadow-animation] span {
    bottom: -13px;
}

/* height */
.h-430px {
    height: 430px !important;
}

/* position */
.bottom-minus-180px {
    bottom: -180px;
}

/* HTML video play */
.video-icon-medium .video-icon {
    width: 60px;
    height: 60px;
}

.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 110px;
    height: 110px;
}

/* blog button */
.categories-btn {
    font-size: 12px;
}

/* accordion style 02 */
.accordion-style-02 .accordion-item .accordion-header {
    padding: 24px 0;
}

.accordion-style-02 .accordion-item .accordion-body {
    padding-right: 35px;
}

/* review star */
.review-star-icon i {
    color: var(--base-color);
}

/* animation rotation */
.animation-rotation-slow {
    -webkit-animation: rotation 35s infinite linear;
}

/* list */
.list-style-02 li {
    align-items: center;
}

/* portfolio */
.portfolio-transform .portfolio-box .caption {
    box-shadow: none;
    padding: 10px 35px;
}

/* page title */
.page-title-extra-large h2 {
    font-size: 5rem;
    line-height: 5rem;
}

.page-title-extra-large h1 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}

/* swiper */
.swiper-pagination-style-2 .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}

.swiper-pagination-style-2 .swiper-pagination-bullet {
    margin: 0 10px !important;
}

/* footer */
footer {
    line-height: 24px;
}

footer ul li {
    margin-bottom: 3px;
}

footer ul li a {
    color: var(--white);
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1270px;
    }
}

@media (max-width: 1900px) {
    .fs-275 {
        font-size: 14rem;
        line-height: 14rem;
    }
}

@media (max-width: 1600px) {
    header .container-fluid {
        padding-left: 2%;
        padding-right: 2%;
    }

    h1,
    .h1 {
        font-size: 4rem;
        line-height: 4rem;
    }

    .fs-275 {
        font-size: 12rem;
        line-height: 12rem;
    }
}

@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }

    .fs-275 {
        font-size: 9rem;
        line-height: 9rem;
    }
}

@media (max-width: 991px) {
    .fs-275 {
        font-size: 8rem;
        line-height: 8rem;
    }
}

@media (max-width: 767px) {
    .fs-275 {
        font-size: 4rem;
        line-height: 4rem;
    }
}

.hero-sectio {
    height: 100vh;
    background-color: red;
}


.marquee-container {
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-left 30s linear infinite;
    direction: ltr;
}


.marquee-item {
    flex-shrink: 0;
    margin-right: 40px;
}


@keyframes marquee-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.container-fluid {
    padding-left: 10%;
    padding-right: 10%;
}


/* button gradient */
.btn-gradient-emerald-light-orange-emerald-orange {
    background-image: linear-gradient(to right, #E97601, #F38E24, #F8A636);
    background-size: 200% auto;
    color: var(--white);
}

/* btn */
.btn {
    font-weight: 500;
    text-transform: inherit;
}

.btn.btn-extra-large {
    font-size: 22px;
}

.btn.btn-large {
    font-size: 17px;
}

.btn.btn-medium {
    font-size: 16px;
}

.btn.btn-small {
    font-size: 15px;
}

.btn.btn-very-small {
    font-size: 13px;
}

.btn.btn-large .btn-icon i {
    top: 1px;
}

.btn.btn-link {
    padding: 0 0 2px;
}

.btn.btn-link-gradient {
    padding: 0 0 3px;
}

.page-title-big-typography h2 {
    line-height: 1.6;
}

h3 {
    line-height: 1.2;
}

.swiper-arrow {
    flex-direction: row;
}


.text-gradient-emerald-light-orange-emerald-orange {
    background-image: linear-gradient(to right top, #E97601, #F38E24, #F8A636);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-emerald-light-orange-emerald-orange {
    background-image: linear-gradient(to right top, #E97601, #F38E24, #F8A636);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* button gradient */
.btn-gradient-emerald-light-orange-emerald-orange {
    background-image: linear-gradient(to right, #E97601, #F38E24, #F8A636);
    background-size: 200% auto;
    color: var(--white);
}

/* Main circular image container using background image */
.avatar-wrapper {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Orange quote badge positioned overlaying bottom-left */
.quote-badge {
    width: 65px;
    height: 65px;
    background-color: #fd7e14;
    /* Bootstrap Orange */
    border: 4px solid #ffffff;
    /* White border outline */
    position: absolute;
    bottom: 5px;
    left: 5px;
}


/* =========================================================
   TRAINING MEGA MENU
========================================================= */

.training-mega-menu {
    display: grid;
    grid-template-columns: 1fr 3fr;
    width: 100%;
    min-width: 900px;
}


/* =========================================================
   LEFT SIDE - CATEGORIES
========================================================= */

.training-categories {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.training-categories>li {
    width: 100%;
}

.training-category-link {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.training-category-link span {
    flex: 1;
}

.training-category-link>i:last-child {
    margin-left: auto;
}


/* =========================================================
   RIGHT SIDE - LEVELS
========================================================= */

.training-levels {
    width: 100%;
}

.training-category-content {
    width: 100%;
}

.training-level-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}


/* Each level has exactly the same width */

.training-level {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 25px;
    list-style: none;
}

.training-level:first-child {
    padding-left: 30px;
}

.training-level:last-child {
    padding-right: 30px;
}


/* =========================================================
   LEVEL TITLE
========================================================= */

.training-level .sub-title {
    margin-bottom: 15px;
    font-weight: 600;
}


/* =========================================================
   COURSE LINKS
========================================================= */

.training-level li:not(.sub-title) {
    margin-bottom: 8px;
}

.training-level li a {
    display: block;
    word-break: normal;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .training-mega-menu {
        min-width: 1100px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .training-mega-menu {
        min-width: 850px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .training-mega-menu {
        display: block;
        min-width: 100%;
    }

    .training-categories {
        margin-bottom: 20px;
    }

    .training-level-grid {
        grid-template-columns: repeat(3, minmax(200px, 1fr));
        overflow-x: auto;
    }

    .training-level {
        padding: 0 15px;
    }

}

.training-category-link {
    display: flex !important;
    align-items: center;
    width: 100%;
}

.category-start {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-arrow {
    margin-left: auto;
}

/* ========================================
   Our Expertise
======================================== */

.expertise-navigation {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.expertise-nav-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.expertise-nav-item:hover,
.expertise-nav-item.active {
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-color: transparent;
}

.expertise-nav-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f7f7f7;
    color: #222;
    font-size: 20px;
}

.expertise-nav-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.expertise-nav-title {
    font-size: 17px;
    font-weight: 600;
    color: #232323;
    line-height: 1.4;
}

.expertise-nav-count {
    font-size: 13px;
    color: #777;
    margin-top: 3px;
}

.expertise-nav-arrow {
    font-size: 18px;
    color: #777;
    transition: transform 0.3s ease;
}

.expertise-nav-item:hover .expertise-nav-arrow,
.expertise-nav-item.active .expertise-nav-arrow {
    transform: translate(3px, -3px);
}


/* Content */

.expertise-content {
    border-radius: 10px;
    padding: 45px 50px;
}

.expertise-content-header {
    display: flex;
    align-items: flex-start;
}

.expertise-content-number {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--base-color, #000);
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.expertise-content-header h4 {
    font-size: 30px;
}

.expertise-content-header p {
    font-size: 16px;
    color: #777;
    line-height: 1.7;
}


/* Expertise Items */

.expertise-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 70px;
    padding: 18px 20px;
    border: 1px solid #ededed;
    border-radius: 7px;
    transition: all 0.3s ease;
}

.expertise-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.expertise-item i {
    font-size: 19px;
    color: var(--base-color, #000);
}

.expertise-item span {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}


/* Mobile */

@media (max-width: 991px) {

    .expertise-content {
        padding: 35px 30px;
    }

    .expertise-nav-item:hover,
    .expertise-nav-item.active {
        transform: none;
    }

}


@media (max-width: 575px) {

    .expertise-content {
        padding: 30px 20px;
    }

    .expertise-content-header h4 {
        font-size: 25px;
    }

    .expertise-item {
        min-height: 60px;
        padding: 15px;
    }

}


