.elementor-1636 .elementor-element.elementor-element-78c86f8{width:var( --container-widget-width, 100.921% );max-width:100.921%;--container-widget-width:100.921%;--container-widget-flex-grow:0;}.elementor-1636 .elementor-element.elementor-element-78c86f8.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1636 .elementor-element.elementor-element-2e467a0{width:var( --container-widget-width, 101.783% );max-width:101.783%;--container-widget-width:101.783%;--container-widget-flex-grow:0;}.elementor-1636 .elementor-element.elementor-element-2e467a0.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1636 .elementor-element.elementor-element-d2236e5{width:var( --container-widget-width, 100.064% );max-width:100.064%;--container-widget-width:100.064%;--container-widget-flex-grow:0;}.elementor-1636 .elementor-element.elementor-element-d2236e5.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1636 .elementor-element.elementor-element-d9605da{width:var( --container-widget-width, 100.884% );max-width:100.884%;--container-widget-width:100.884%;--container-widget-flex-grow:0;}.elementor-1636 .elementor-element.elementor-element-d9605da.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1366px){.elementor-1636 .elementor-element.elementor-element-d9605da{width:var( --container-widget-width, 1109.406px );max-width:1109.406px;--container-widget-width:1109.406px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-78c86f8 *//* =========================================================
   BRAND BOAT - ABOUT SECTION
   FULL WIDTH / ELEMENTOR FLEX CONTAINER
========================================================= */

.bb-about-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: transparent;
    color: #ffffff;
    font-family: "Poppins", Arial, sans-serif;
    padding: 25px 0 45px;
    box-sizing: border-box;
}


/* MAIN CONTAINER */

.bb-about-container {
    width: min(1400px, 94%);
    margin: 0 auto;
    box-sizing: border-box;
}


/* =========================================================
   TOP HERO
========================================================= */

.bb-about-hero {
    width: 100%;
    display: grid;
    grid-template-columns: 38% 62%;
    gap: 22px;
    align-items: stretch;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.bb-about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 15px 20px 5px;
}


.bb-section-label {
    display: inline-block;
    width: fit-content;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;

    color: #ff7020;

    margin-bottom: 10px;
    text-transform: uppercase;
}


.bb-about-content h1 {
    margin: 0;

    font-size: clamp(35px, 4vw, 58px);
    line-height: 0.98;

    font-weight: 800;
    letter-spacing: -2px;

    color: #ffffff;
}


.bb-about-content h1 span {
    background: linear-gradient(
        90deg,
        #ff7a18 0%,
        #ff315c 45%,
        #c52cff 100%
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


.bb-about-content p {
    max-width: 500px;

    margin: 25px 0 24px;

    color: rgba(255,255,255,0.76);

    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;
}


/* =========================================================
   BUTTONS
========================================================= */

.bb-hero-buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}


.bb-primary-btn,
.bb-secondary-btn {
    min-height: 45px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 18px;

    border-radius: 5px;

    text-decoration: none;

    font-size: 11px;
    font-weight: 600;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


/* PRIMARY */

.bb-primary-btn {
    color: #ffffff;

    background: linear-gradient(
        100deg,
        #ff7a18,
        #ff315c
    );

    box-shadow:
        0 8px 25px rgba(255, 70, 50, 0.18);
}


.bb-primary-btn span {
    font-size: 25px;
    line-height: 0;
    margin-left: 13px;
}


.bb-primary-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(255, 50, 70, 0.35);
}


/* SECONDARY */

.bb-secondary-btn {
    color: #ffffff;

    border: 1px solid rgba(255,255,255,0.38);

    background: rgba(255,255,255,0.025);

    backdrop-filter: blur(8px);
}


.bb-secondary-btn:hover {
    transform: translateY(-3px);

    border-color: #ff4b71;

    background: rgba(255,70,90,0.08);
}


.bb-whatsapp-icon {
    margin-left: 8px;

    width: 17px;
    height: 17px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ffffff;
    border-radius: 50%;

    font-size: 10px;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.bb-hero-visual {
    position: relative;
    min-height: 390px;

    border-radius: 14px;

    border: 1px solid rgba(178, 67, 255, 0.55);

    overflow: hidden;

    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(83, 35, 180, 0.35),
            transparent 40%
        ),
        linear-gradient(
            135deg,
            #15102d,
            #09091c 65%,
            #150b28
        );

    box-shadow:
        0 0 25px rgba(103, 40, 255, 0.08);

}


/* =========================================================
   OFFICE IMAGE AREA
========================================================= */

.bb-office-card {
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(
            90deg,
            rgba(8, 7, 28, 0.2),
            rgba(7, 4, 24, 0.12)
        ),
        url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1600&q=85");

    background-size: cover;
    background-position: center;

    filter: saturate(1.15) contrast(1.08);
}


/* PURPLE/BLUE IMAGE TINT */

.bb-office-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            120deg,
            rgba(20, 8, 70, 0.42),
            rgba(95, 18, 120, 0.13),
            rgba(3, 13, 52, 0.18)
        );

    mix-blend-mode: multiply;
}


/* =========================================================
   BRAND LOGO OVER OFFICE
========================================================= */

.bb-office-logo {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;

    filter:
        drop-shadow(0 0 12px rgba(255, 30, 140, 0.45));
}


.bb-logo-symbol {
    font-size: 65px;
    line-height: 0.9;

    font-weight: 900;

    font-family: Arial, sans-serif;

    background: linear-gradient(
        135deg,
        #ff7b19,
        #ff365d,
        #a52dff
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.bb-logo-text {
    margin-top: 8px;

    font-size: 21px;
    font-weight: 700;

    letter-spacing: 1px;

    color: #ff4b9b;
}


.bb-logo-text small {
    display: block;

    font-size: 9px;

    letter-spacing: 4px;

    color: #ffffff;

    margin-top: 2px;
}


/* =========================================================
   STATISTICS BAR
========================================================= */

.bb-statistics {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    min-height: 67px;

    padding: 10px 18px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 12px;

    box-sizing: border-box;

    background:
        linear-gradient(
            90deg,
            rgba(10, 7, 30, 0.94),
            rgba(15, 6, 33, 0.88)
        );

    border-top: 1px solid rgba(255,255,255,0.08);

    backdrop-filter: blur(15px);
}


.bb-stat-item {
    display: flex;
    align-items: center;
    gap: 10px;

    min-width: 0;
}


.bb-stat-icon {
    width: 31px;
    height: 31px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    color: #ff477e;

    border: 1px solid rgba(255, 57, 128, 0.25);

    background:
        linear-gradient(
            135deg,
            rgba(255, 91, 55, 0.12),
            rgba(166, 37, 255, 0.12)
        );

    font-size: 17px;
}


.bb-stat-item strong {
    display: block;

    font-size: 18px;
    line-height: 1;

    background: linear-gradient(
        90deg,
        #ff7a18,
        #ff3180,
        #b22aff
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.bb-stat-item span {
    display: block;

    margin-top: 4px;

    font-size: 8px;

    color: rgba(255,255,255,0.72);

    white-space: nowrap;
}


/* =========================================================
   STORY SECTION
========================================================= */

.bb-story-section {
    width: 100%;

    margin-top: 22px;

    padding: 14px;

    display: grid;

    grid-template-columns: 29% 38% 33%;

    align-items: stretch;

    gap: 25px;

    box-sizing: border-box;

    border-radius: 11px;

    border: 1px solid rgba(82, 55, 155, 0.32);

    background:
        linear-gradient(
            120deg,
            rgba(17, 11, 42, 0.35),
            rgba(9, 8, 29, 0.2)
        );
}


/* =========================================================
   STORY IMAGE
========================================================= */

.bb-story-image {
    min-height: 200px;

    border-radius: 9px;

    overflow: hidden;

    position: relative;
}


.bb-story-image-bg {
    width: 100%;
    height: 100%;

    position: relative;

    background:
        linear-gradient(
            120deg,
            rgba(15, 7, 40, 0.55),
            rgba(42, 16, 72, 0.25)
        ),
        url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=900&q=80");

    background-size: cover;
    background-position: center;
}


.bb-story-screen {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 64%;

    padding: 15px 18px;

    box-sizing: border-box;

    border-radius: 4px;

    background:
        linear-gradient(
            135deg,
            rgba(9,8,25,0.94),
            rgba(25,14,40,0.9)
        );

    border: 1px solid rgba(255,255,255,0.12);

    box-shadow:
        0 15px 35px rgba(0,0,0,0.45);
}


.bb-story-screen span,
.bb-story-screen strong {
    display: block;

    font-size: 14px;
    line-height: 1.45;

    letter-spacing: 0.3px;

    color: #ffffff;
}


.bb-story-screen strong {
    color: #ff741d;
}


/* SIMPLE PLANT SHAPES */

.bb-plant {
    position: absolute;

    width: 42px;
    height: 75px;

    bottom: 8px;

    border-radius: 50% 50% 20% 20%;

    background:
        linear-gradient(
            145deg,
            #4e793b,
            #142b24
        );

    opacity: 0.85;
}


.bb-plant-left {
    left: 18px;

    transform: rotate(-18deg);
}


.bb-plant-right {
    right: 15px;

    transform: rotate(18deg);
}


/* =========================================================
   STORY TEXT
========================================================= */

.bb-story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 8px 5px;
}


.bb-story-content .bb-section-label {
    margin-bottom: 7px;
}


.bb-story-content h2 {
    margin: 0 0 12px;

    font-size: clamp(25px, 2.5vw, 36px);

    line-height: 1.03;

    letter-spacing: -1px;

    color: #ffffff;
}


.bb-story-content h2 span {
    background: linear-gradient(
        90deg,
        #ff7b18,
        #ff4b61
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.bb-story-content h2 strong {
    background: linear-gradient(
        90deg,
        #ff316a,
        #ae2dff
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.bb-story-content p {
    margin: 5px 0;

    font-size: 10px;

    line-height: 1.55;

    color: rgba(255,255,255,0.68);
}


/* =========================================================
   MISSION / VISION / VALUES
========================================================= */

.bb-story-points {
    border-left: 1px solid rgba(255,255,255,0.12);

    padding-left: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}


.bb-point {
    display: flex;

    gap: 13px;

    padding: 12px 0;

    border-bottom: 1px solid rgba(255,255,255,0.07);
}


.bb-point:last-child {
    border-bottom: none;
}


.bb-point-icon {
    width: 38px;
    height: 38px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    font-size: 21px;

    color: #ff477d;

    background:
        linear-gradient(
            145deg,
            rgba(255, 89, 54, 0.1),
            rgba(157, 40, 255, 0.13)
        );

    border: 1px solid rgba(255, 67, 130, 0.16);

    box-shadow:
        inset 0 0 15px rgba(255, 38, 135, 0.04);
}


.bb-point-content h3 {
    margin: 0 0 3px;

    font-size: 11px;

    font-weight: 600;

    color: #ff6a96;
}


.bb-point-content p {
    margin: 0;

    font-size: 9px;

    line-height: 1.45;

    color: rgba(255,255,255,0.68);
}


/* =========================================================
   HOVER EFFECTS
========================================================= */

.bb-story-section,
.bb-hero-visual {
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}


.bb-story-section:hover {
    border-color: rgba(189, 54, 255, 0.48);

    box-shadow:
        0 12px 35px rgba(75, 25, 160, 0.08);
}


.bb-hero-visual:hover {
    border-color: rgba(255, 70, 150, 0.55);

    box-shadow:
        0 0 35px rgba(130, 35, 255, 0.12);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .bb-about-hero {
        grid-template-columns: 1fr;
    }


    .bb-about-content {
        padding-right: 10px;
    }


    .bb-about-content h1 {
        max-width: 700px;
    }


    .bb-about-content p {
        max-width: 700px;
    }


    .bb-hero-visual {
        min-height: 430px;
    }


    .bb-story-section {
        grid-template-columns: 34% 66%;
    }


    .bb-story-points {
        grid-column: 1 / -1;

        border-left: none;

        border-top: 1px solid rgba(255,255,255,0.10);

        padding-left: 0;
        padding-top: 12px;

        display: grid;
        grid-template-columns: repeat(3, 1fr);

        gap: 15px;
    }


    .bb-point {
        border-bottom: none;

        padding: 8px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .bb-about-section {
        padding: 15px 0 30px;
    }


    .bb-about-container {
        width: 92%;
    }


    .bb-about-content {
        padding: 15px 0;
    }


    .bb-about-content h1 {
        font-size: 39px;

        line-height: 1;

        letter-spacing: -1.5px;
    }


    .bb-about-content p {
        font-size: 12px;

        line-height: 1.65;

        margin: 20px 0;
    }


    .bb-hero-buttons {
        gap: 10px;
    }


    .bb-primary-btn,
    .bb-secondary-btn {
        min-height: 43px;

        padding: 0 15px;

        font-size: 10px;
    }


    .bb-hero-visual {
        min-height: 400px;

        border-radius: 11px;
    }


    .bb-statistics {
        grid-template-columns: repeat(2, 1fr);

        padding: 10px;

        gap: 8px;
    }


    .bb-stat-item {
        gap: 7px;
    }


    .bb-stat-icon {
        width: 28px;
        height: 28px;
    }


    .bb-stat-item strong {
        font-size: 15px;
    }


    .bb-stat-item span {
        font-size: 7px;
    }


    .bb-story-section {
        grid-template-columns: 1fr;

        padding: 12px;

        gap: 20px;
    }


    .bb-story-image {
        min-height: 230px;
    }


    .bb-story-content {
        padding: 0 5px;
    }


    .bb-story-content h2 {
        font-size: 29px;
    }


    .bb-story-content p {
        font-size: 10px;
    }


    .bb-story-points {
        grid-column: auto;

        display: flex;

        border-top: 1px solid rgba(255,255,255,0.10);

        padding-top: 10px;
    }


    .bb-point {
        padding: 12px 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 450px) {

    .bb-about-content h1 {
        font-size: 33px;
    }


    .bb-hero-visual {
        min-height: 360px;
    }


    .bb-logo-symbol {
        font-size: 52px;
    }


    .bb-logo-text {
        font-size: 16px;
    }


    .bb-story-image {
        min-height: 210px;
    }


    .bb-story-screen {
        width: 70%;
    }


    .bb-story-screen span,
    .bb-story-screen strong {
        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e467a0 *//* =========================================================
   BRANDBOAT CREATIVE
   MISSION & VISION
   CLEAN PREMIUM EDITORIAL DESIGN
   ========================================================= */


/* ================================
   MAIN SECTION
================================ */

.bb-mission-vision {

    width: 100%;

    margin: 0;

    padding: 110px 0;

    background: transparent;

    color: #ffffff;

    font-family:
        "Inter",
        "Poppins",
        Arial,
        sans-serif;

    overflow: hidden;

}


/* ================================
   BOX SIZING
================================ */

.bb-mission-vision *,
.bb-mission-vision *::before,
.bb-mission-vision *::after {

    box-sizing: border-box;

}


/* ================================
   FULL WIDTH CONTAINER
================================ */

.bb-mv-container {

    width: 100%;

    padding-left: clamp(25px, 7vw, 115px);

    padding-right: clamp(25px, 7vw, 115px);

}


/* ================================
   INTRODUCTION
================================ */

.bb-mv-introduction {

    width: 100%;

    padding-bottom: 100px;

}


.bb-mv-eyebrow {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 24px;

    color: #F58220;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 2.5px;

    text-transform: uppercase;

}


.bb-mv-eyebrow span {

    width: 32px;

    height: 1px;

    background: #F58220;

}


/* ================================
   MAIN HEADING
================================ */

.bb-mv-introduction h2 {

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(
            80px,
            5.5vw,
            95px
        );

    line-height: 1.05;

    font-weight: 700;

    letter-spacing: -2px;

}


.bb-mv-introduction h2 span {

    background:
        linear-gradient(
            90deg,
            #F58220 0%,
            #FF9B4A 30%,
            #FFFFFF 70%,
            #0E2342 100%
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


/* ================================
   INTRO TEXT
================================ */

.bb-mv-introduction > p {

    width: 100%;

    max-width: 760px;

    margin: 30px 0 0;

    color: rgba(255,255,255,0.68);

    font-size:
        clamp(
            16px,
            1.2vw,
            19px
        );

    font-weight: 760px;

    line-height: 1.85;

}


/* ================================
   MISSION / VISION BLOCK
================================ */

.bb-mv-section-block {

    width: 100%;

    display: flex;

    align-items: flex-start;

    gap: clamp(35px, 6vw, 100px);

    padding: 75px 0;

    border-top: 1px solid rgba(255,255,255,0.12);

}


/* ================================
   NUMBER
================================ */

.bb-mv-number {

    flex: 0 0 70px;

    padding-top: 7px;

    color: rgba(245,130,32,0.45);

    font-size: 15px;

    font-weight: 500;

    letter-spacing: 2px;

}


/* ================================
   CONTENT
================================ */

.bb-mv-content {

    width: 100%;

    max-width: 1000px;

}


/* ================================
   OVERLINE
================================ */

.bb-mv-overline {

    margin-bottom: 18px;

    color: rgba(245,130,32,0.85);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2.5px;

}


/* ================================
   SECTION HEADING
================================ */

.bb-mv-content h3 {

    margin: 0 0 30px;

    color: #ffffff;

    font-size:
        clamp(
            38px,
            4vw,
            60px
        );

    line-height: 1.05;

    font-weight: 700;

    letter-spacing: -1.5px;

}


.bb-mv-content h3 span {

    background:
        linear-gradient(
            90deg,
            #F58220 0%,
            #FF9B4A 40%,
            #FFFFFF 85%
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


/* ================================
   PARAGRAPHS
================================ */

.bb-mv-text {

    max-width: 850px;

}


.bb-mv-text p {

    margin: 0 0 22px;

    color: rgba(255,255,255,0.68);

    font-size:
        clamp(
            16px,
            1.1vw,
            18px
        );

    font-weight: 400;

    line-height: 1.9;

}


.bb-mv-text p:last-child {

    margin-bottom: 0;

}


/* ================================
   KEYWORDS
================================ */

.bb-mv-keywords {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 35px;

}


.bb-mv-keywords span {

    padding: 8px 15px;

    border: 1px solid rgba(245,130,32,0.30);

    border-radius: 50px;

    color: rgba(255,255,255,0.65);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.8px;

    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;

}


.bb-mv-keywords span:hover {

    color: #F58220;

    border-color: #F58220;

    transform: translateY(-2px);

}


/* ================================
   CLOSING
================================ */

.bb-mv-closing {

    width: 100%;

    margin-top: 65px;

    display: flex;

    align-items: center;

    gap: 28px;

}


.bb-mv-closing-line {

    flex: 1;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(245,130,32,0.35)
        );

}


.bb-mv-closing-line:last-child {

    background:
        linear-gradient(
            90deg,
            rgba(245,130,32,0.35),
            transparent
        );

}


.bb-mv-closing-text {

    display: flex;

    align-items: center;

    gap: 25px;

}


.bb-mv-closing-text p {

    margin: 0;

    color: rgba(255,255,255,0.50);

    font-size: 13px;

    line-height: 1.5;

    white-space: nowrap;

}


.bb-mv-closing-text strong {

    color: #F58220;

    font-weight: 600;

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1600px) {

    .bb-mv-container {

        padding-left: 8vw;

        padding-right: 8vw;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .bb-mission-vision {

        padding: 85px 0;

    }


    .bb-mv-introduction {

        padding-bottom: 75px;

    }


    .bb-mv-section-block {

        gap: 25px;

        padding: 60px 0;

    }


    .bb-mv-number {

        flex: 0 0 50px;

    }


    .bb-mv-closing {

        margin-top: 50px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .bb-mission-vision {

        padding: 65px 0;

    }


    .bb-mv-container {

        padding-left: 20px;

        padding-right: 20px;

    }


    .bb-mv-introduction {

        padding-bottom: 60px;

    }


    .bb-mv-eyebrow {

        font-size: 9px;

        letter-spacing: 2px;

    }


    .bb-mv-introduction h2 {

        font-size: 45px;

        line-height: 1.05;

        letter-spacing: -1.5px;

    }


    .bb-mv-introduction > p {

        margin-top: 25px;

        font-size: 15px;

        line-height: 1.8;

    }


    .bb-mv-section-block {

        display: block;

        padding: 55px 0;

    }


    .bb-mv-number {

        margin-bottom: 25px;

        padding: 0;

        font-size: 13px;

    }


    .bb-mv-overline {

        font-size: 9px;

        margin-bottom: 15px;

    }


    .bb-mv-content h3 {

        margin-bottom: 25px;

        font-size: 38px;

        letter-spacing: -1px;

    }


    .bb-mv-text p {

        font-size: 15px;

        line-height: 1.85;

        margin-bottom: 20px;

    }


    .bb-mv-keywords {

        margin-top: 28px;

    }


    .bb-mv-keywords span {

        padding: 7px 12px;

        font-size: 8px;

    }


    .bb-mv-closing {

        margin-top: 45px;

        flex-direction: column;

        gap: 18px;

    }


    .bb-mv-closing-line {

        width: 100%;

        flex: none;

    }


    .bb-mv-closing-text {

        flex-direction: column;

        gap: 8px;

    }


    .bb-mv-closing-text p {

        white-space: normal;

        text-align: center;

        font-size: 12px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

    .bb-mv-introduction h2 {

        font-size: 40px;

    }


    .bb-mv-content h3 {

        font-size: 34px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2236e5 *//* ==========================================================
   BRAND BOAT
   SERVICES + PROCESS SECTION
   FULL WIDTH / TRANSPARENT BACKGROUND
========================================================== */

.bb-services-process {
    width: 100%;
    position: relative;
    overflow: hidden;

    background: transparent;

    color: #ffffff;

    font-family:
        "Poppins",
        "Inter",
        Arial,
        sans-serif;

    padding: 20px 0 35px;

    box-sizing: border-box;
}


/* MAIN WIDTH */

.bb-sp-container {
    width: min(1400px, 94%);

    margin: 0 auto;

    box-sizing: border-box;
}


/* ==========================================================
   HEADER
========================================================== */

.bb-sp-header {
    border-top: 1px solid rgba(147, 72, 255, 0.22);

    padding-top: 8px;

    margin-bottom: 10px;
}


.bb-sp-label {
    display: block;

    font-size: 9px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 0.7px;

    text-transform: uppercase;

    color: #ff4a8a;

    margin-bottom: 7px;
}


.bb-sp-header h2,
.bb-process-heading h2 {
    margin: 0;

    color: #f4f3fa;

    font-size: clamp(25px, 2.4vw, 34px);

    line-height: 1.05;

    font-weight: 750;

    letter-spacing: -0.8px;
}


.bb-sp-header h2 span,
.bb-process-heading h2 span {
    background:
        linear-gradient(
            90deg,
            #ff7a18 0%,
            #ff326d 48%,
            #c02bff 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;
}


/* ==========================================================
   SERVICES GRID
========================================================== */

.bb-services-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 8px;

    margin-bottom: 18px;
}


/* ==========================================================
   SERVICE CARD
========================================================== */

.bb-service-card {
    min-height: 88px;

    display: flex;

    align-items: center;

    gap: 11px;

    padding: 11px;

    box-sizing: border-box;

    border-radius: 7px;

    border: 1px solid
        rgba(126, 47, 219, 0.30);

    background:
        linear-gradient(
            135deg,
            rgba(37, 16, 75, 0.42),
            rgba(12, 12, 40, 0.48)
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.025);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


.bb-service-card:hover {
    transform: translateY(-3px);

    border-color:
        rgba(218, 48, 255, 0.58);

    background:
        linear-gradient(
            135deg,
            rgba(54, 17, 90, 0.52),
            rgba(15, 10, 43, 0.58)
        );

    box-shadow:
        0 10px 28px rgba(74, 20, 150, 0.13);
}


/* ==========================================================
   SERVICE ICON
========================================================== */

.bb-service-icon {
    width: 54px;
    height: 54px;

    flex: 0 0 54px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    border: 1px solid
        rgba(171, 42, 255, 0.38);

    background:
        linear-gradient(
            145deg,
            rgba(63, 22, 99, 0.72),
            rgba(16, 11, 43, 0.72)
        );

    box-shadow:
        inset 0 0 15px rgba(175, 38, 255, 0.06);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}


.bb-service-card:hover .bb-service-icon {
    transform: scale(1.04);

    border-color:
        rgba(255, 60, 139, 0.65);

    box-shadow:
        0 0 18px rgba(194, 42, 255, 0.12);
}


.bb-service-icon svg {
    width: 30px;
    height: 30px;

    fill: none;

    stroke:
        #ff3d8a;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;

    filter:
        drop-shadow(
            0 0 4px rgba(255, 39, 133, 0.28)
        );
}


/* ==========================================================
   SERVICE CONTENT
========================================================== */

.bb-service-content {
    min-width: 0;
}


.bb-service-content h3 {
    margin: 0 0 5px;

    font-size: 11px;

    line-height: 1.15;

    font-weight: 600;

    color: #ffffff;
}


.bb-service-content p {
    margin: 0;

    font-size: 8px;

    line-height: 1.48;

    color:
        rgba(255,255,255,0.63);

    max-width: 180px;
}


/* ==========================================================
   PROCESS OUTER BOX
========================================================== */

.bb-process-wrapper {
    width: 100%;

    min-height: 220px;

    display: grid;

    grid-template-columns:
        64% 36%;

    gap: 0;

    overflow: hidden;

    border-radius: 7px;

    border: 1px solid
        rgba(125, 57, 209, 0.31);

    background:
        linear-gradient(
            110deg,
            rgba(16, 10, 39, 0.40),
            rgba(12, 8, 35, 0.22)
        );

    box-sizing: border-box;
}


/* ==========================================================
   PROCESS LEFT
========================================================== */

.bb-process-left {
    padding: 18px 12px 18px 0;

    box-sizing: border-box;
}


.bb-process-heading {
    padding-left: 0;

    margin-bottom: 14px;
}


.bb-process-heading .bb-sp-label {
    color: #ff6b38;

    margin-bottom: 7px;
}


.bb-process-heading h2 {
    font-size: clamp(22px, 2vw, 29px);
}


/* ==========================================================
   STEP GRID
========================================================== */

.bb-process-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 14px;
}


/* ==========================================================
   STEP CARD
========================================================== */

.bb-step-card {
    position: relative;

    min-height: 130px;

    padding: 11px;

    border-radius: 8px;

    box-sizing: border-box;

    border: 1px solid
        rgba(141, 47, 228, 0.34);

    background:
        linear-gradient(
            145deg,
            rgba(33, 13, 69, 0.46),
            rgba(12, 10, 35, 0.46)
        );

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.bb-step-card:hover {
    transform: translateY(-3px);

    border-color:
        rgba(211, 45, 255, 0.62);

    box-shadow:
        0 10px 25px rgba(96, 20, 177, 0.13);
}


/* ==========================================================
   STEP TOP
========================================================== */

.bb-step-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 15px;
}


.bb-step-icon {
    width: 36px;
    height: 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;
}


.bb-step-icon svg {
    width: 32px;
    height: 32px;

    fill: none;

    stroke:
        #ff621e;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;

    filter:
        drop-shadow(
            0 0 5px rgba(255, 82, 35, 0.25)
        );
}


/* STEP NUMBER */

.bb-step-number {
    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #d13aff;

    border: 1px solid
        rgba(199, 48, 255, 0.72);

    background:
        rgba(47, 11, 74, 0.42);

    font-size: 10px;

    font-weight: 600;

    box-shadow:
        0 0 12px rgba(187, 40, 255, 0.08);
}


/* ==========================================================
   STEP TEXT
========================================================== */

.bb-step-card h3 {
    margin: 0 0 7px;

    font-size: 10px;

    font-weight: 600;

    color: #ffffff;
}


.bb-step-card p {
    margin: 0;

    font-size: 8px;

    line-height: 1.5;

    color:
        rgba(255,255,255,0.61);
}


/* ==========================================================
   CONNECTOR LINES BETWEEN STEPS
========================================================== */

.bb-step-card:not(:last-child)::after {
    content: "+";

    position: absolute;

    right: -12px;

    top: 50%;

    transform: translateY(-50%);

    z-index: 5;

    color: #ff6d28;

    font-size: 11px;

    font-weight: 500;
}


/* ==========================================================
   ROCKET AREA
========================================================== */

.bb-rocket-area {
    position: relative;

    min-height: 220px;

    overflow: hidden;

    background:
        radial-gradient(
            ellipse at 55% 75%,
            rgba(125, 31, 255, 0.22),
            transparent 53%
        );

    border-left:
        1px solid rgba(130, 48, 209, 0.15);
}


/* ==========================================================
   ROCKET GLOW
========================================================== */

.bb-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;
}


.bb-glow-one {
    width: 160px;
    height: 160px;

    left: 40%;
    top: 30%;

    background:
        rgba(142, 38, 255, 0.16);
}


.bb-glow-two {
    width: 110px;
    height: 110px;

    left: 55%;
    top: 52%;

    background:
        rgba(255, 65, 160, 0.12);
}


/* ==========================================================
   STARS
========================================================== */

.bb-stars i {
    position: absolute;

    width: 2px;
    height: 2px;

    border-radius: 50%;

    background: #c952ff;

    box-shadow:
        0 0 6px #c952ff;
}


.bb-stars i:nth-child(1) {
    top: 18%;
    left: 17%;
}


.bb-stars i:nth-child(2) {
    top: 30%;
    left: 65%;
}


.bb-stars i:nth-child(3) {
    top: 12%;
    left: 80%;
}


.bb-stars i:nth-child(4) {
    top: 55%;
    left: 13%;
}


.bb-stars i:nth-child(5) {
    top: 72%;
    left: 72%;
}


.bb-stars i:nth-child(6) {
    top: 42%;
    left: 83%;
}


.bb-stars i:nth-child(7) {
    top: 76%;
    left: 38%;
}


.bb-stars i:nth-child(8) {
    top: 22%;
    left: 48%;
}


/* ==========================================================
   LAPTOP
========================================================== */

.bb-laptop {
    position: absolute;

    width: 185px;

    height: 120px;

    left: 19%;

    bottom: 17px;

    transform:
        perspective(500px)
        rotateX(4deg)
        rotateY(-8deg)
        rotateZ(-2deg);

    z-index: 2;
}


.bb-laptop-screen {
    position: absolute;

    left: 10px;
    top: 0;

    width: 165px;
    height: 91px;

    border-radius: 5px;

    border: 2px solid
        rgba(112, 56, 199, 0.8);

    background:
        linear-gradient(
            145deg,
            #111438,
            #08091e
        );

    box-shadow:
        0 0 18px rgba(87, 38, 205, 0.18);
}


.bb-laptop-base {
    position: absolute;

    left: 0;

    bottom: 5px;

    width: 185px;
    height: 16px;

    clip-path:
        polygon(
            7% 0,
            93% 0,
            100% 65%,
            0 65%
        );

    background:
        linear-gradient(
            90deg,
            #1b173a,
            #35204f,
            #151331
        );

    border-bottom:
        1px solid rgba(188, 64, 255, 0.45);
}


/* LAPTOP SCREEN CONTENT */

.bb-screen-line {
    position: absolute;

    height: 3px;

    border-radius: 4px;

    background:
        linear-gradient(
            90deg,
            #7136c9,
            #ff347f
        );

    opacity: 0.6;
}


.line-one {
    width: 45px;

    top: 17px;
    left: 14px;
}


.line-two {
    width: 70px;

    top: 28px;
    left: 14px;
}


.line-three {
    width: 55px;

    top: 39px;
    left: 14px;
}


.bb-chart {
    position: absolute;

    right: 12px;

    bottom: 13px;

    width: 55px;

    height: 45px;

    display: flex;

    align-items: flex-end;

    gap: 5px;
}


.bb-chart i {
    width: 7px;

    display: block;

    border-radius: 2px 2px 0 0;

    background:
        linear-gradient(
            to top,
            #ff6420,
            #b536ff
        );
}


.bb-chart i:nth-child(1) {
    height: 16px;
}


.bb-chart i:nth-child(2) {
    height: 24px;
}


.bb-chart i:nth-child(3) {
    height: 31px;
}


.bb-chart i:nth-child(4) {
    height: 22px;
}


.bb-chart i:nth-child(5) {
    height: 38px;
}


/* ==========================================================
   ROCKET
========================================================== */

.bb-rocket {
    position: absolute;

    width: 72px;
    height: 122px;

    left: 50%;

    top: 9px;

    transform:
        translateX(-50%)
        rotate(4deg);

    z-index: 5;

    animation:
        bbRocketFloat 4s ease-in-out infinite;
}


/* ROCKET BODY */

.bb-rocket-body {
    position: absolute;

    left: 17px;

    top: 3px;

    width: 39px;
    height: 82px;

    border-radius:
        50% 50% 45% 45%;

    transform:
        rotate(0deg);

    background:
        linear-gradient(
            135deg,
            #f3f3ff 0%,
            #c9d0e9 45%,
            #8e82c8 100%
        );

    border:
        1px solid rgba(255,255,255,0.8);

    box-shadow:
        0 0 18px rgba(182, 69, 255, 0.25);
}


/* ROCKET NOSE */

.bb-rocket-body::before {
    content: "";

    position: absolute;

    left: 0;

    top: -1px;

    width: 39px;
    height: 31px;

    border-radius:
        50% 50% 0 0;

    background:
        linear-gradient(
            135deg,
            #e8ebfa,
            #7772bd
        );
}


/* ROCKET WINDOW */

.bb-rocket-window {
    position: absolute;

    z-index: 4;

    width: 19px;
    height: 19px;

    left: 27px;
    top: 25px;

    border-radius: 50%;

    border: 3px solid #ff5b4c;

    background:
        radial-gradient(
            circle,
            #ffd8c7 0%,
            #ff8c80 40%,
            #8c62c5 100%
        );

    box-shadow:
        0 0 10px rgba(255, 74, 91, 0.45);
}


/* ROCKET FINS */

.bb-rocket-fin {
    position: absolute;

    width: 22px;
    height: 39px;

    bottom: 28px;

    background:
        linear-gradient(
            145deg,
            #7052ad,
            #ed3c73
        );

    z-index: -1;
}


.bb-rocket-fin.left {
    left: 2px;

    clip-path:
        polygon(
            100% 0,
            100% 100%,
            0 78%,
            35% 20%
        );
}


.bb-rocket-fin.right {
    right: 2px;

    clip-path:
        polygon(
            0 0,
            100% 20%,
            100% 78%,
            0 100%
        );
}


/* ==========================================================
   ROCKET FLAME
========================================================== */

.bb-flame {
    position: absolute;

    left: 21px;

    top: 76px;

    width: 32px;
    height: 53px;

    z-index: -2;

    filter:
        blur(0.2px)
        drop-shadow(
            0 0 10px rgba(255, 82, 28, 0.55)
        );
}


.bb-flame::before {
    content: "";

    position: absolute;

    left: 5px;
    top: 0;

    width: 22px;
    height: 48px;

    border-radius:
        50% 50% 55% 55%;

    background:
        linear-gradient(
            to bottom,
            #fff5aa,
            #ff8c31 45%,
            #ff3c84 100%
        );

    clip-path:
        polygon(
            50% 0,
            82% 35%,
            70% 58%,
            100% 100%,
            50% 82%,
            0 100%,
            30% 57%,
            18% 35%
        );
}


.bb-flame span {
    position: absolute;

    bottom: 0;

    width: 7px;

    height: 32px;

    border-radius: 50%;

    background:
        linear-gradient(
            to bottom,
            #ffb340,
            #ff287b
        );

    filter: blur(2px);
}


.bb-flame span:nth-child(1) {
    left: 4px;

    transform: rotate(10deg);
}


.bb-flame span:nth-child(2) {
    left: 13px;

    height: 43px;
}


.bb-flame span:nth-child(3) {
    right: 3px;

    transform: rotate(-10deg);
}


/* ==========================================================
   PHONE
========================================================== */

.bb-phone {
    position: absolute;

    right: 10%;

    bottom: 15px;

    width: 54px;
    height: 25px;

    transform:
        rotate(-8deg);

    border-radius: 6px;

    background:
        linear-gradient(
            135deg,
            #292047,
            #0c0c28
        );

    border:
        1px solid rgba(128, 71, 209, 0.7);

    box-shadow:
        0 8px 20px rgba(0,0,0,0.25);

    z-index: 4;
}


.bb-phone-screen {
    position: absolute;

    left: 7px;
    right: 7px;
    top: 4px;
    bottom: 4px;

    border-radius: 3px;

    background:
        linear-gradient(
            135deg,
            #20194b,
            #10102e
        );

    border:
        1px solid rgba(204, 55, 255, 0.32);
}


.bb-phone-screen span {
    display: block;

    width: 15px;
    height: 2px;

    margin: 4px 0 0 5px;

    border-radius: 4px;

    background:
        #a93aff;
}


/* ==========================================================
   ROCKET FLOAT ANIMATION
========================================================== */

@keyframes bbRocketFloat {

    0%,
    100% {
        transform:
            translateX(-50%)
            translateY(0)
            rotate(4deg);
    }

    50% {
        transform:
            translateX(-50%)
            translateY(-7px)
            rotate(4deg);
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1050px) {

    .bb-services-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .bb-process-wrapper {
        grid-template-columns:
            1fr;
    }


    .bb-process-left {
        padding: 18px;
    }


    .bb-rocket-area {
        min-height: 280px;

        border-left: none;

        border-top:
            1px solid rgba(130, 48, 209, 0.15);
    }


    .bb-laptop {
        left: 27%;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 700px) {

    .bb-services-process {
        padding:
            15px 0 30px;
    }


    .bb-sp-container {
        width: 92%;
    }


    .bb-services-grid {
        grid-template-columns: 1fr;

        gap: 8px;
    }


    .bb-service-card {
        min-height: 82px;
    }


    .bb-service-icon {
        width: 50px;
        height: 50px;

        flex-basis: 50px;
    }


    .bb-service-content h3 {
        font-size: 12px;
    }


    .bb-service-content p {
        font-size: 9px;

        max-width: none;
    }


    .bb-process-wrapper {
        border-radius: 8px;
    }


    .bb-process-left {
        padding: 16px 10px;
    }


    .bb-process-grid {
        grid-template-columns: 1fr 1fr;

        gap: 10px;
    }


    .bb-step-card {
        min-height: 145px;
    }


    .bb-step-card:not(:last-child)::after {
        display: none;
    }


    .bb-rocket-area {
        min-height: 260px;
    }


    .bb-laptop {
        left: 12%;

        transform:
            scale(0.85)
            perspective(500px)
            rotateX(4deg)
            rotateY(-8deg)
            rotateZ(-2deg);

        transform-origin: bottom left;
    }


    .bb-rocket {
        left: 52%;
    }


    .bb-phone {
        right: 5%;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 450px) {

    .bb-sp-header h2,
    .bb-process-heading h2 {
        font-size: 23px;
    }


    .bb-process-grid {
        grid-template-columns: 1fr;
    }


    .bb-step-card {
        min-height: 125px;
    }


    .bb-step-top {
        margin-bottom: 10px;
    }


    .bb-rocket-area {
        min-height: 230px;
    }


    .bb-laptop {
        left: 3%;

        transform:
            scale(0.7)
            perspective(500px)
            rotateX(4deg)
            rotateY(-8deg)
            rotateZ(-2deg);
    }


    .bb-rocket {
        left: 55%;

        transform:
            translateX(-50%)
            scale(0.85);
    }


    .bb-phone {
        right: 2%;

        transform:
            scale(0.8)
            rotate(-8deg);
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e422b22 *//* =========================================================
   BRANDBOAT CREATIVE
   OUR STORY SECTION
   FULL WIDTH VERSION
   ========================================================= */

.brandboat-story {

    width: 100%;
    max-width: none;

    margin: 0;
    padding: 120px 0;

    position: relative;

    overflow: hidden;

    background: transparent;

    color: #ffffff;

    box-sizing: border-box;

    font-family:
        "Inter",
        "Poppins",
        Arial,
        sans-serif;
}


/* =========================================================
   GLOBAL BOX SIZING
   ========================================================= */

.brandboat-story *,
.brandboat-story *::before,
.brandboat-story *::after {
    box-sizing: border-box;
}


/* =========================================================
   FULL WIDTH WRAPPER
   ========================================================= */

.story-wrap {

    width: 100%;
    max-width: none;

    margin: 0;

    padding-left: clamp(30px, 6vw, 110px);
    padding-right: clamp(30px, 6vw, 110px);

}


/* =========================================================
   GRADIENT TEXT
   ========================================================= */

.story-header h2 span,
.story-card-title span,
.approach-heading h2 span,
.story-ending h2 span,
.story-final span {

    background:
        linear-gradient(
            90deg,
            #F58220 0%,
            #FF9B4A 28%,
            #FFFFFF 58%,
            #0E2342 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

}


/* =========================================================
   LABEL
   ========================================================= */

.story-label {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 25px;

    color: #F58220;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;

}


.story-label span {

    width: 34px;

    height: 2px;

    display: block;

    background: #F58220;

}


/* =========================================================
   HEADER
   ========================================================= */

.story-header {

    width: 100%;

    max-width: 1200px;

    margin-bottom: 95px;

}


.story-header h2 {

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(
            48px,
            6vw,
            100px
        );

    line-height: 0.98;

    font-weight: 700;

    letter-spacing: -2px;

}


.story-intro {

    max-width: 900px;

    margin: 35px 0 0;

    color: rgba(255,255,255,0.72);

    font-size: clamp(17px, 1.4vw, 21px);

    line-height: 1.8;

}


.story-intro strong {

    color: #ffffff;

}


/* =========================================================
   MAIN STORY CONTENT
   ========================================================= */

.story-content {

    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1.55fr)
        minmax(350px, 0.75fr);

    gap: clamp(50px, 8vw, 150px);

    align-items: start;

    margin-bottom: 130px;

}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.story-left {

    width: 100%;

    max-width: 900px;

}


.story-small-title {

    margin-bottom: 30px;

    color: #F58220;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.story-left p {

    margin: 0 0 27px;

    color: rgba(255,255,255,0.70);

    font-size: clamp(16px, 1.25vw, 19px);

    line-height: 1.9;

}


.story-left p strong {

    color: #ffffff;

}


/* =========================================================
   PRINCIPLES
   ========================================================= */

.story-principles {

    width: 100%;

    margin-top: 50px;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    border-top: 1px solid rgba(255,255,255,0.14);

    border-bottom: 1px solid rgba(255,255,255,0.14);

}


.story-principles div {

    min-height: 110px;

    padding: 25px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 8px;

    border-right: 1px solid rgba(255,255,255,0.14);

}


.story-principles div:first-child {

    padding-left: 0;

}


.story-principles div:last-child {

    border-right: 0;

}


.story-principles span {

    color: #fffff;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

}


.story-principles strong {

    color: #ffffff;

    font-size: 15px;

}


/* =========================================================
   RIGHT STORY CARD
   ========================================================= */

.story-right {

    width: 100%;

    padding: 45px;

    border: 1px solid rgba(245,130,32,0.35);

    border-radius: 24px;

    background: rgba(255,255,255,0.025);

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);

    transition:
        transform 0.4s ease,
        border-color 0.4s ease;

}


.story-right:hover {

    transform: translateY(-8px);

    border-color: rgba(245,130,32,0.75);

}


.story-number {

    margin-bottom: 20px;

    color: rgba(50px45,130,32,0.14);

    font-size: 90px;

    line-height: 0.8;

    font-weight: 900;

}


.story-card-title {

    margin-bottom: 25px;

    color: #ffffff;

    font-size: clamp(28px, 2.5vw, 40px);

    line-height: 1.05;

    font-weight: 800;

}


.story-right p {

    margin: 0 0 20px;

    color: rgba(255,255,255,0.65);

    font-size: 15px;

    line-height: 1.8;

}


/* =========================================================
   QUOTE
   ========================================================= */

.story-quote {

    margin-top: 35px;

    padding-top: 25px;

    border-top: 1px solid rgba(255,255,255,0.12);

}


.story-quote strong {

    display: block;

    margin-bottom: 7px;

    color: #F58220;

    font-size: 17px;

}


.story-quote span {

    display: block;

    color: rgba(255,255,255,0.55);

    font-size: 13px;

    line-height: 1.6;

}


/* =========================================================
   APPROACH
   ========================================================= */

.approach-section {

    width: 100%;

    margin-bottom: 140px;

}


.approach-heading {

    width: 100%;

    max-width: 900px;

    margin-bottom: 65px;

}


.approach-heading h2 {

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(
            40px,
            5.5vw,
            58px
        );

    line-height: 1;

    font-weight: 700;

    letter-spacing: -2px;

}


/* =========================================================
   APPROACH GRID
   ========================================================= */

.approach-grid {

    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    border-top: 1px solid rgba(255,255,255,0.14);

    border-left: 1px solid rgba(255,255,255,0.14);

}


.approach-box {

    min-height: 300px;

    padding: 35px;

    border-right: 1px solid rgba(255,255,255,0.14);

    border-bottom: 1px solid rgba(255,255,255,0.14);

    transition:
        background 0.35s ease,
        transform 0.35s ease;

}


.approach-box:hover {

    background: rgba(245,130,32,0.035);

    transform: translateY(-5px);

}


.approach-top {

    display: flex;

    justify-content: space-between;

    margin-bottom: 60px;

}


.approach-top span {

    color: #F58220;

    font-size: 10px;

    font-weight: 750;

    letter-spacing: 2px;

}


.approach-box h3 {

    margin: 0 0 17px;

    color: #ffffff;

    font-size: 27px;

    font-weight: 750;

}


.approach-box p {

    margin: 0;

    color: rgba(255,255,255,0.58);

    font-size: 15px;

    line-height: 1.75;

}


/* =========================================================
   ENDING
   ========================================================= */

.story-ending {

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

    text-align: center;

}


.story-ending .story-label {

    justify-content: center;

}


.story-ending h2 {

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(
            55px,
            7vw,
            80px
        );

    line-height: 0.92;

    font-weight: 750;

    letter-spacing: -px;

}


.story-ending > p {

    max-width: 750px;

    margin: 35px auto 45px;

    color: rgba(255,255,255,0.63);

    font-size: 17px;

    line-height: 1.8;

}


/* =========================================================
   KEYWORDS
   ========================================================= */

.story-words {

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

}


.story-words span {

    padding: 11px 18px;

    border: 1px solid rgba(245,130,32,0.35);

    border-radius: 100px;

    color: rgba(255,255,255,0.75);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;

    transition:
        border-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;

}


.story-words span:hover {

    color: #F58220;

    border-color: #F58220;

    transform: translateY(-3px);

}


/* =========================================================
   FINAL STATEMENT
   ========================================================= */

.story-final {

    margin-top: 80px;

    display: flex;

    flex-direction: column;

    gap: 10px;

}


.story-final strong {

    color: #ffffff;

    font-size: 20px;

    font-weight: 600;

}


.story-final span {

    font-size:
        clamp(
            35px,
            4vw,
            90px
        );

    line-height: 1;

    font-weight: 700;

    letter-spacing: -1px;

}


/* =========================================================
   SIGNATURE
   ========================================================= */

.brand-signature {

    margin-top: 70px;

    display: flex;

    flex-direction: column;

    gap: 8px;

}


.brand-signature strong {

    color: #F58220;

    font-size: 22px;

    font-weight: 800;

}


.brand-signature small {

    color: rgba(255,255,255,0.45);

    font-size: 11px;

    letter-spacing: 2px;

    text-transform: uppercase;

}


/* =========================================================
   LARGE SCREEN
   ========================================================= */

@media (min-width: 1600px) {

    .story-wrap {

        padding-left: 7vw;

        padding-right: 7vw;

    }

    .story-header h2 {

        font-size: 105px;

    }

    .story-content {

        grid-template-columns:
            minmax(0, 1.6fr)
            minmax(400px, 0.7fr);

    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .brandboat-story {

        padding: 90px 0;

    }


    .story-content {

        grid-template-columns: 1fr;

        gap: 60px;

    }


    .story-left {

        max-width: none;

    }


    .story-right {

        max-width: 700px;

    }


    .approach-grid {

        grid-template-columns: repeat(2, 1fr);

    }


    .approach-box {

        min-height: 270px;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .brandboat-story {

        padding: 65px 0;

    }


    .story-wrap {

        padding-left: 20px;

        padding-right: 20px;

    }


    .story-header {

        margin-bottom: 65px;

    }


    .story-header h2 {

        font-size: 46px;

        letter-spacing: -2.8px;

    }


    .story-intro {

        font-size: 16px;

        line-height: 1.75;

    }


    .story-content {

        margin-bottom: 85px;

        gap: 45px;

    }


    .story-left p {

        font-size: 16px;

        line-height: 1.8;

    }


    .story-principles {

        grid-template-columns: 1fr;

    }


    .story-principles div,
    .story-principles div:first-child {

        min-height: auto;

        padding: 20px 0;

        border-right: 0;

        border-bottom: 1px solid rgba(255,255,255,0.14);

    }


    .story-principles div:last-child {

        border-bottom: 0;

    }


    .story-right {

        padding: 30px 24px;

        border-radius: 18px;

    }


    .story-number {

        font-size: 65px;

    }


    .story-card-title {

        font-size: 30px;

    }


    .approach-section {

        margin-bottom: 90px;

    }


    .approach-heading {

        margin-bottom: 40px;

    }


    .approach-heading h2 {

        font-size: 44px;

        letter-spacing: -2.5px;

    }


    .approach-grid {

        grid-template-columns: 1fr;

    }


    .approach-box {

        min-height: auto;

        padding: 30px 24px;

    }


    .approach-top {

        margin-bottom: 35px;

    }


    .story-ending h2 {

        font-size: 55px;

        letter-spacing: -3px;

    }


    .story-ending > p {

        font-size: 15px;

    }


    .story-words span {

        font-size: 9px;

        padding: 9px 12px;

    }


    .story-final {

        margin-top: 60px;

    }


    .story-final strong {

        font-size: 17px;

    }


    .story-final span {

        font-size: 36px;

        letter-spacing: -2px;

    }

}


/* =========================================================
   EXTRA SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {

    .story-wrap {

        padding-left: 16px;

        padding-right: 16px;

    }


    .story-header h2 {

        font-size: 39px;

    }


    .story-ending h2 {

        font-size: 46px;

    }


    .story-final span {

        font-size: 31px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9605da *//* =========================================================
   BRAND BOAT — PREMIUM CTA BANNER
   Elementor Flexbox Compatible
   Transparent Outer Background
========================================================= */


/* RESET */

.bb-cta-section *,
.bb-cta-section *::before,
.bb-cta-section *::after {
    box-sizing: border-box;
}


/* =========================================================
   MAIN SECTION
========================================================= */

.bb-cta-section {

    width: 100%;

    position: relative;

    padding: 20px 0;

    margin: 0;

    background: transparent !important;

    overflow: hidden;

}


/* =========================================================
   MAIN CTA CONTAINER
========================================================= */

.bb-cta-container {

    width: 94%;

    max-width: 1420px;

    min-height: 110px;

    margin: 0 auto;

    padding: 15px 42px;

    display: flex;

    align-items: center;

    gap: 28px;

    position: relative;

    overflow: hidden;

    border-radius: 10px;

    border: 1px solid
        rgba(210, 80, 255, 0.72);

    background:
        linear-gradient(
            105deg,
            #4a1590 0%,
            #8526a9 25%,
            #c72e75 53%,
            #f34c43 77%,
            #ff861d 100%
        );

    box-shadow:
        0 12px 35px
        rgba(112, 25, 180, 0.30),

        0 0 28px
        rgba(218, 47, 255, 0.14);

}


/* =========================================================
   SUBTLE LIGHT EFFECT
========================================================= */

.bb-cta-container::before {

    content: "";

    position: absolute;

    width: 280px;

    height: 280px;

    top: -190px;

    left: 20%;

    border-radius: 50%;

    background:
        rgba(255,255,255,0.12);

    filter: blur(60px);

    pointer-events: none;

}


.bb-cta-container::after {

    content: "";

    position: absolute;

    width: 230px;

    height: 230px;

    right: 5%;

    bottom: -190px;

    border-radius: 50%;

    background:
        rgba(255,255,255,0.12);

    filter: blur(55px);

    pointer-events: none;

}


/* =========================================================
   ROCKET ICON
========================================================= */

.bb-cta-icon-wrap {

    flex: 0 0 auto;

    position: relative;

    z-index: 2;

}


.bb-cta-icon {

    width: 68px;

    height: 68px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    border: 1px solid
        rgba(255, 190, 110, 0.95);

    background:
        rgba(50, 13, 91, 0.35);

    box-shadow:
        inset 0 0 18px
        rgba(255,255,255,0.06),

        0 0 18px
        rgba(255,130,40,0.12);

    font-size: 31px;

    line-height: 1;

    transition:
        transform .35s ease,

        box-shadow .35s ease;

}


.bb-cta-container:hover
.bb-cta-icon {

    transform:
        rotate(-8deg)
        scale(1.08);

    box-shadow:
        0 0 25px
        rgba(255,173,75,0.30);

}


/* =========================================================
   CONTENT
========================================================= */

.bb-cta-content {

    flex: 1 1 auto;

    min-width: 0;

    position: relative;

    z-index: 2;

}


.bb-cta-small-title {

    display: block;

    margin-bottom: 4px;

    color:
        rgba(255,255,255,0.92);

    font-family:
        Arial,
        sans-serif;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 600;

    letter-spacing: 0.4px;

    text-transform: uppercase;

}


.bb-cta-content h2 {

    margin: 0;

    padding: 0;

    color: #ffffff;

    font-family:
        "Poppins",
        "Inter",
        Arial,
        sans-serif;

    font-size: 29px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -0.6px;

}


.bb-cta-content h2 span {

    color: #eee8ff;

}


.bb-cta-content p {

    margin: 4px 0 0;

    padding: 0;

    color:
        rgba(255,255,255,0.91);

    font-family:
        "Poppins",
        "Inter",
        Arial,
        sans-serif;

    font-size: 13px;

    line-height: 1.45;

    font-weight: 400;

}


/* =========================================================
   BUTTON AREA
========================================================= */

.bb-cta-action {

    flex: 0 0 auto;

    position: relative;

    z-index: 3;

}


.bb-cta-button {

    min-width: 170px;

    min-height: 43px;

    padding:
        0 17px;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 18px;

    color: #ffffff !important;

    text-decoration: none !important;

    border: 1px solid
        rgba(255,255,255,0.70);

    border-radius: 6px;

    background:
        rgba(255,255,255,0.035);

    box-shadow:
        inset 0 0 12px
        rgba(255,255,255,0.035);

    font-family:
        "Poppins",
        "Inter",
        Arial,
        sans-serif;

    font-size: 13px;

    line-height: 1;

    font-weight: 600;

    transition:
        all .3s ease;

}


.bb-cta-button span {

    white-space: nowrap;

}


.bb-cta-button strong {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    font-family: Arial, sans-serif;

    font-size: 28px;

    line-height: 1;

    font-weight: 300;

    transition:
        transform .3s ease;

}


.bb-cta-button:hover {

    color: #ffffff !important;

    background:
        rgba(255,255,255,0.14);

    border-color:
        #ffffff;

    box-shadow:
        0 8px 25px
        rgba(72,12,92,0.20);

    transform:
        translateY(-2px);

}


.bb-cta-button:hover strong {

    transform:
        translateX(5px);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .bb-cta-container {

        width: 92%;

        padding:
            16px 25px;

        gap: 20px;

    }


    .bb-cta-icon {

        width: 62px;

        height: 62px;

        font-size: 28px;

    }


    .bb-cta-content h2 {

        font-size: 24px;

    }


    .bb-cta-content p {

        font-size: 12px;

    }


    .bb-cta-button {

        min-width: 155px;

        font-size: 12px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .bb-cta-section {

        padding:
            15px 0;

    }


    .bb-cta-container {

        width: 92%;

        min-height: auto;

        padding:
            22px 20px;

        display: grid;

        grid-template-columns:
            auto 1fr;

        gap: 16px;

        border-radius: 10px;

    }


    .bb-cta-icon {

        width: 60px;

        height: 60px;

        font-size: 27px;

    }


    .bb-cta-content {

        align-self: center;

    }


    .bb-cta-small-title {

        font-size: 9px;

        margin-bottom: 5px;

    }


    .bb-cta-content h2 {

        font-size: 22px;

        line-height: 1.18;

        letter-spacing: -0.3px;

    }


    .bb-cta-content p {

        margin-top: 6px;

        font-size: 11px;

        line-height: 1.5;

    }


    .bb-cta-action {

        grid-column:
            1 / -1;

        width: 100%;

    }


    .bb-cta-button {

        width: 100%;

        min-height: 48px;

        justify-content: center;

        gap: 25px;

        font-size: 13px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .bb-cta-container {

        padding:
            18px 15px;

        gap: 12px;

    }


    .bb-cta-icon {

        width: 52px;

        height: 52px;

        font-size: 23px;

    }


    .bb-cta-content h2 {

        font-size: 19px;

    }


    .bb-cta-content p {

        font-size: 10px;

    }

}/* End custom CSS */