.elementor-11 .elementor-element.elementor-element-3f6b1d4{width:var( --container-widget-width, 101.713% );max-width:101.713%;--container-widget-width:101.713%;--container-widget-flex-grow:0;}.elementor-11 .elementor-element.elementor-element-3f6b1d4.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-11 .elementor-element.elementor-element-b5f8290{width:var( --container-widget-width, 101.915% );max-width:101.915%;--container-widget-width:101.915%;--container-widget-flex-grow:0;}.elementor-11 .elementor-element.elementor-element-b5f8290.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-11 .elementor-element.elementor-element-02ae7d9{width:var( --container-widget-width, 101.715% );max-width:101.715%;--container-widget-width:101.715%;--container-widget-flex-grow:0;}.elementor-11 .elementor-element.elementor-element-02ae7d9.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-11 .elementor-element.elementor-element-b329f77.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-11 .elementor-element.elementor-element-2f18350{width:var( --container-widget-width, 101.867% );max-width:101.867%;--container-widget-width:101.867%;--container-widget-flex-grow:0;}.elementor-11 .elementor-element.elementor-element-2f18350.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-11 .elementor-element.elementor-element-0b70281{width:var( --container-widget-width, 101.836% );max-width:101.836%;--container-widget-width:101.836%;--container-widget-flex-grow:0;}.elementor-11 .elementor-element.elementor-element-0b70281.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-11 .elementor-element.elementor-element-8adc5dd{width:var( --container-widget-width, 101.706% );max-width:101.706%;--container-widget-width:101.706%;--container-widget-flex-grow:0;}.elementor-11 .elementor-element.elementor-element-8adc5dd.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-11 .elementor-element.elementor-element-b329f77{width:var( --container-widget-width, 905px );max-width:905px;--container-widget-width:905px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-3f6b1d4 *//* =========================================
   BRAND BOAT SERVICES SECTION
========================================= */

.bb-services-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 45%,
            rgba(105, 30, 180, 0.18),
            transparent 30%
        ),
        radial-gradient(
            circle at 20% 70%,
            rgba(255, 76, 53, 0.08),
            transparent 30%
        ),
        #05062b;

    padding: 80px 5%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}


/* SUBTLE BACKGROUND GLOW */

.bb-services-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -250px;
    left: -200px;
    background: rgba(89, 44, 255, 0.10);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
}


/* MAIN FLEX CONTAINER */

.bb-services-wrapper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 70px;
}


/* =========================================
   LEFT SIDE
========================================= */

.bb-services-left {
    flex: 1 1 54%;
    min-width: 0;
}


.bb-eyebrow {
    display: block;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;

    color: #ff8a32;

    margin-bottom: 18px;
}


/* MAIN HEADING */

.bb-main-heading {
    margin: 0;

    font-size: clamp(48px, 5vw, 78px);
    line-height: 0.98;

    font-weight: 900;
    letter-spacing: -3px;

    background:
        linear-gradient(
            100deg,
            #ff782e 0%,
            #ff4f78 42%,
            #b84dff 100%
        );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* DESCRIPTION */

.bb-description {
    max-width: 650px;

    margin: 25px 0 28px;

    font-size: 17px;
    line-height: 1.65;

    color: rgba(255,255,255,0.82);
}


/* =========================================
   CTA BUTTONS
========================================= */

.bb-cta-buttons {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 38px;
}


.bb-btn {
    min-width: 160px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 15px 24px;

    border-radius: 10px;

    font-size: 15px;
    font-weight: 800;

    text-decoration: none;

    cursor: pointer;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;

    box-sizing: border-box;
}


.bb-btn-arrow {
    font-size: 20px;
    line-height: 1;
}


/* SHOP BUTTON */

.bb-btn-shop {
    color: #ffffff;

    background:
        linear-gradient(
            100deg,
            #ff6b32,
            #f5427d
        );

    box-shadow:
        0 8px 30px rgba(255, 76, 90, 0.25);
}


.bb-btn-shop:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 40px rgba(255, 76, 90, 0.45);
}


/* TALK BUTTON */

.bb-btn-talk {
    color: #ffffff;

    background: rgba(255,255,255,0.04);

    border: 1px solid rgba(125, 92, 255, 0.7);

    box-shadow:
        inset 0 0 20px rgba(102, 66, 255, 0.06);
}


.bb-btn-talk:hover {
    transform: translateY(-3px);

    border-color: #c05aff;

    background: rgba(130, 70, 255, 0.12);

    box-shadow:
        0 0 25px rgba(142, 71, 255, 0.3);
}


/* =========================================
   STATS
========================================= */

.bb-stats {
    display: flex;
    align-items: stretch;

    width: 100%;
    max-width: 720px;
}


.bb-stat {
    flex: 1;

    padding: 0 25px;

    border-right:
        1px solid rgba(255,255,255,0.13);
}


.bb-stat:first-child {
    padding-left: 0;
}


.bb-stat:last-child {
    border-right: none;
}


.bb-stat-icon {
    font-size: 27px;

    margin-bottom: 7px;

    color: #db45d7;

    text-shadow:
        0 0 15px rgba(211, 64, 214, 0.7);
}


.bb-stat strong {
    display: block;

    font-size: 25px;
    line-height: 1;

    font-weight: 900;

    background:
        linear-gradient(
            90deg,
            #ff6535,
            #df46bb
        );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom: 7px;
}


.bb-stat span {
    display: block;

    font-size: 12px;

    color: rgba(255,255,255,0.72);

    white-space: nowrap;
}


/* =========================================
   RIGHT PROMISE CARD
========================================= */

.bb-services-right {
    flex: 0 1 43%;
    min-width: 0;
}


.bb-promise-card {
    position: relative;

    padding: 38px;

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(12, 25, 58, 0.98),
            rgba(8, 13, 38, 0.98)
        );

    border: 1px solid rgba(54, 154, 255, 0.8);

    box-shadow:
        0 0 20px rgba(30, 142, 255, 0.3),
        0 0 45px rgba(139, 48, 255, 0.22),
        inset 0 0 35px rgba(41, 93, 180, 0.08);

    overflow: hidden;
}


/* CARD PURPLE GLOW */

.bb-promise-card::after {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    right: -90px;
    top: -90px;

    background: rgba(211, 59, 255, 0.30);

    filter: blur(55px);

    border-radius: 50%;

    pointer-events: none;
}


/* CARD HEADER */

.bb-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 20px;
}


.bb-card-label {
    display: block;

    margin-bottom: 13px;

    color: #ff7b2e;

    font-size: 12px;
    font-weight: 900;

    letter-spacing: 1.5px;
}


.bb-promise-card h3 {
    margin: 0;

    font-size: clamp(30px, 3vw, 43px);
    line-height: 1.08;

    font-weight: 900;
    letter-spacing: -1.5px;

    color: #ffffff;
}


.bb-promise-card h3 span {
    background:
        linear-gradient(
            90deg,
            #ff6c31,
            #c44dff
        );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* CARD ICON */

.bb-card-icon {
    flex: 0 0 auto;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            rgba(255,67,133,0.15),
            rgba(115,53,255,0.15)
        );

    border: 1px solid rgba(255,70,175,0.3);

    color: #d64cff;

    font-size: 27px;

    box-shadow:
        0 0 20px rgba(193, 55, 255, 0.15);
}


/* CARD DESCRIPTION */

.bb-card-description {
    max-width: 580px;

    margin: 25px 0;

    color: rgba(255,255,255,0.72);

    font-size: 14px;
    line-height: 1.65;
}


/* =========================================
   BENEFITS
========================================= */

.bb-benefits {
    display: flex;
    flex-direction: column;

    gap: 14px;
}


.bb-benefit {
    display: flex;
    align-items: center;

    gap: 13px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 600;
}


.bb-check {
    width: 23px;
    height: 23px;

    flex: 0 0 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #ff566f,
            #e943bc
        );

    color: #ffffff;

    font-size: 13px;
    font-weight: 900;

    box-shadow:
        0 0 12px rgba(255, 65, 145, 0.35);
}


/* =========================================
   ENQUIRY POPUP
========================================= */

.bb-popup-overlay {
    position: fixed;

    inset: 0;

    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background:
        rgba(1, 2, 18, 0.82);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;

    box-sizing: border-box;
}


.bb-popup-overlay.bb-popup-active {
    opacity: 1;
    visibility: visible;
}


/* POPUP */

.bb-enquiry-popup {
    position: relative;

    width: 100%;
    max-width: 680px;
    max-height: 92vh;

    overflow-y: auto;

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #0b1235,
            #060822
        );

    border: 1px solid rgba(91, 148, 255, 0.7);

    box-shadow:
        0 0 35px rgba(46, 118, 255, 0.3),
        0 0 90px rgba(160, 50, 255, 0.25);

    transform: translateY(25px) scale(0.97);

    transition:
        transform 0.35s ease;
}


.bb-popup-active .bb-enquiry-popup {
    transform: translateY(0) scale(1);
}


.bb-popup-content {
    padding: 42px;
}


.bb-popup-close {
    position: absolute;

    right: 18px;
    top: 18px;

    width: 38px;
    height: 38px;

    border: 1px solid rgba(255,255,255,0.15);

    border-radius: 50%;

    background: rgba(255,255,255,0.06);

    color: #ffffff;

    font-size: 25px;
    line-height: 1;

    cursor: pointer;

    transition: 0.25s ease;
}


.bb-popup-close:hover {
    background: rgba(255,60,130,0.2);

    border-color: #ff5591;

    transform: rotate(90deg);
}


/* POPUP HEADING */

.bb-popup-label {
    color: #ff7632;

    font-size: 12px;
    font-weight: 900;

    letter-spacing: 1.5px;
}


.bb-popup-content h3 {
    margin: 10px 0 12px;

    font-size: 42px;
    line-height: 1.05;

    font-weight: 900;

    color: #ffffff;
}


.bb-popup-content h3 span {
    background:
        linear-gradient(
            90deg,
            #ff7133,
            #ca4eff
        );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.bb-popup-content > p {
    margin: 0 0 25px;

    color: rgba(255,255,255,0.67);

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================
   FORM
========================================= */

.bb-form-row {
    display: flex;

    gap: 15px;
}


.bb-form-row .bb-form-group {
    flex: 1;
}


.bb-form-group {
    margin-bottom: 17px;
}


.bb-form-group label {
    display: block;

    margin-bottom: 7px;

    color: rgba(255,255,255,0.88);

    font-size: 12px;
    font-weight: 700;
}


.bb-form-group input,
.bb-form-group select,
.bb-form-group textarea {
    width: 100%;

    box-sizing: border-box;

    border: 1px solid rgba(125,145,210,0.3);

    border-radius: 9px;

    padding: 13px 14px;

    background: rgba(255,255,255,0.045);

    color: #ffffff;

    outline: none;

    font-family: inherit;
    font-size: 14px;

    transition: 0.25s ease;
}


.bb-form-group input::placeholder,
.bb-form-group textarea::placeholder {
    color: rgba(255,255,255,0.35);
}


.bb-form-group input:focus,
.bb-form-group select:focus,
.bb-form-group textarea:focus {
    border-color: #b45aff;

    background: rgba(128,75,255,0.07);

    box-shadow:
        0 0 0 3px rgba(151,72,255,0.09);
}


.bb-form-group select {
    appearance: none;

    background-image:
        linear-gradient(45deg, transparent 50%, #ffffff 50%),
        linear-gradient(135deg, #ffffff 50%, transparent 50%);

    background-position:
        calc(100% - 18px) 18px,
        calc(100% - 13px) 18px;

    background-size:
        5px 5px,
        5px 5px;

    background-repeat: no-repeat;
}


.bb-form-group select option {
    background: #0a0d2c;

    color: #ffffff;
}


.bb-form-group textarea {
    resize: vertical;

    min-height: 100px;
}


/* SUBMIT */

.bb-submit-btn {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 15px 20px;

    border: none;

    border-radius: 9px;

    background:
        linear-gradient(
            100deg,
            #ff6d31,
            #f04480,
            #a24cff
        );

    color: #ffffff;

    font-size: 15px;
    font-weight: 800;

    cursor: pointer;

    box-shadow:
        0 8px 30px rgba(214, 57, 135, 0.25);

    transition: 0.25s ease;
}


.bb-submit-btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 35px rgba(214, 57, 135, 0.4);
}


/* SUCCESS MESSAGE */

.bb-form-success {
    display: none;

    margin-top: 15px;

    padding: 13px;

    border-radius: 8px;

    background: rgba(39, 205, 130, 0.1);

    border: 1px solid rgba(39,205,130,0.3);

    color: #65e7a8;

    font-size: 13px;

    text-align: center;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 1000px) {

    .bb-services-section {
        padding: 65px 5%;
    }

    .bb-services-wrapper {
        flex-direction: column;

        align-items: stretch;

        gap: 45px;
    }

    .bb-services-right {
        width: 100%;
    }

    .bb-promise-card {
        width: 100%;
        box-sizing: border-box;
    }

}


@media (max-width: 650px) {

    .bb-services-section {
        padding: 50px 20px;
    }


    .bb-main-heading {
        font-size: 47px;

        line-height: 1.02;

        letter-spacing: -2px;
    }


    .bb-description {
        font-size: 15px;

        line-height: 1.6;
    }


    .bb-cta-buttons {
        flex-direction: column;

        align-items: stretch;

        width: 100%;
    }


    .bb-btn {
        width: 100%;
    }


    .bb-stats {
        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 25px 0;
    }


    .bb-stat {
        padding: 0 15px;

        border-right:
            1px solid rgba(255,255,255,0.12);
    }


    .bb-stat:nth-child(2) {
        border-right: none;
    }


    .bb-stat:nth-child(3),
    .bb-stat:nth-child(4) {
        padding-top: 5px;
    }


    .bb-stat span {
        white-space: normal;
    }


    .bb-promise-card {
        padding: 27px 22px;

        border-radius: 17px;
    }


    .bb-promise-card h3 {
        font-size: 30px;
    }


    .bb-card-icon {
        width: 43px;
        height: 43px;

        font-size: 21px;
    }


    .bb-card-description {
        font-size: 13px;
    }


    .bb-benefit {
        font-size: 13px;
    }


    .bb-popup-content {
        padding: 35px 22px 25px;
    }


    .bb-popup-content h3 {
        font-size: 34px;
    }


    .bb-form-row {
        flex-direction: column;

        gap: 0;
    }

}


/* PREVENT BODY SCROLL WHEN POPUP IS OPEN */

body.bb-popup-open {
    overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f18350 *//* =========================================================
   BRANDBOAT CREATIVE
   PURPOSE / MISSION / VISION
   PREMIUM EDITORIAL SECTION
   NO BACKGROUND
   ========================================================= */


/* MAIN SECTION */

.bb-purpose-section {

    width: 100%;

    margin: 0;

    padding: 120px 0;

    background: transparent;

    color: #ffffff;

    font-family:
        "Inter",
        "Poppins",
        Arial,
        sans-serif;

    overflow: hidden;

}


/* BOX SIZING */

.bb-purpose-section *,
.bb-purpose-section *::before,
.bb-purpose-section *::after {

    box-sizing: border-box;

}


/* FULL WIDTH */

.bb-purpose-container {

    width: 100%;

    padding-left: clamp(25px, 7vw, 120px);

    padding-right: clamp(25px, 7vw, 120px);

}


/* =========================================================
   HEADER
   ========================================================= */

.bb-purpose-header {

    width: 100%;

    padding-bottom: 100px;

}


.bb-purpose-label {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 25px;

    color: #F58220;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 2.5px;

    text-transform: uppercase;

}


.bb-purpose-label span {

    width: 32px;

    height: 1px;

    background: #F58220;

}


/* MAIN HEADING */

.bb-purpose-header h2 {

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(
            48px,
            6vw,
            88px
        );

    line-height: 1.03;

    font-weight: 600;

    letter-spacing: -2.5px;

}


.bb-purpose-header h2 span {

    display: inline-block;

    background:
        linear-gradient(
            90deg,
            #F58220 0%,
            #FF9B4A 30%,
            #FFFFFF 68%,
            #0E2342 100%
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


/* INTRO */

.bb-purpose-header > p {

    max-width: 780px;

    margin: 30px 0 0;

    color: rgba(255,255,255,0.68);

    font-size:
        clamp(
            16px,
            1.2vw,
            19px
        );

    line-height: 1.85;

}


/* =========================================================
   CONTENT ROW
   ========================================================= */

.bb-purpose-row {

    width: 100%;

    display: grid;

    grid-template-columns:
        180px
        minmax(0, 900px);

    column-gap: clamp(40px, 7vw, 120px);

    padding: 75px 0;

    border-top:
        1px solid rgba(255,255,255,0.13);

}


/* =========================================================
   META
   ========================================================= */

.bb-purpose-meta {

    display: flex;

    flex-direction: column;

    gap: 15px;

    padding-top: 8px;

}


.bb-purpose-number {

    color: rgba(245,130,32,0.50);

    font-size: 14px;

    font-weight: 500;

    letter-spacing: 2px;

}


.bb-purpose-category {

    color: rgba(255,255,255,0.38);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 2px;

}


/* =========================================================
   CONTENT
   ========================================================= */

.bb-purpose-content {

    width: 100%;

}


.bb-purpose-content h3 {

    margin: 0 0 30px;

    color: #ffffff;

    font-size:
        clamp(
            38px,
            4.2vw,
            62px
        );

    line-height: 1.05;

    font-weight: 500;

    letter-spacing: -1.5px;

}


.bb-purpose-content h3 span {

    background:
        linear-gradient(
            90deg,
            #F58220,
            #FF9B4A,
            #FFFFFF
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


/* PARAGRAPHS */

.bb-purpose-content p {

    max-width: 850px;

    margin: 0 0 22px;

    color: rgba(255,255,255,0.70);

    font-size:
        clamp(
            16px,
            1.1vw,
            18px
        );

    font-weight: 400;

    line-height: 1.9;

}


/* =========================================================
   TAGS
   ========================================================= */

.bb-purpose-tags {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 35px;

}


.bb-purpose-tags span {

    padding: 8px 15px;

    border:
        1px solid rgba(245,130,32,0.32);

    border-radius: 50px;

    color: rgba(255,255,255,0.68);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.8px;

    transition:
        color .3s ease,
        border-color .3s ease,
        transform .3s ease;

}


.bb-purpose-tags span:hover {

    color: #F58220;

    border-color: #F58220;

    transform: translateY(-2px);

}


/* =========================================================
   MISSION ROW
   ========================================================= */

.bb-purpose-mission {

    border-top:
        1px solid rgba(245,130,32,0.25);

}


/* =========================================================
   CLOSING
   ========================================================= */

.bb-purpose-closing {

    width: 100%;

    margin-top: 65px;

    display: flex;

    align-items: center;

    gap: 28px;

}


.bb-purpose-closing-line {

    flex: 1;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(245,130,32,0.35)
        );

}


.bb-purpose-closing-line:last-child {

    background:
        linear-gradient(
            90deg,
            rgba(245,130,32,0.35),
            transparent
        );

}


.bb-purpose-closing p {

    margin: 0;

    color: rgba(255,255,255,0.50);

    font-size: 13px;

    white-space: nowrap;

}


.bb-purpose-closing strong {

    color: #F58220;

    font-weight: 600;

}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1600px) {

    .bb-purpose-container {

        padding-left: 8vw;

        padding-right: 8vw;

    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .bb-purpose-section {

        padding: 90px 0;

    }


    .bb-purpose-header {

        padding-bottom: 75px;

    }


    .bb-purpose-row {

        grid-template-columns:
            100px
            minmax(0, 1fr);

        column-gap: 35px;

        padding: 60px 0;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .bb-purpose-section {

        padding: 65px 0;

    }


    .bb-purpose-container {

        padding-left: 20px;

        padding-right: 20px;

    }


    .bb-purpose-header {

        padding-bottom: 60px;

    }


    .bb-purpose-label {

        font-size: 9px;

        letter-spacing: 2px;

    }


    .bb-purpose-header h2 {

        font-size: 43px;

        letter-spacing: -1.5px;

    }


    .bb-purpose-header > p {

        margin-top: 25px;

        font-size: 15px;

        line-height: 1.8;

    }


    .bb-purpose-row {

        display: block;

        padding: 55px 0;

    }


    .bb-purpose-meta {

        flex-direction: row;

        align-items: center;

        gap: 15px;

        margin-bottom: 28px;

    }


    .bb-purpose-number {

        font-size: 12px;

    }


    .bb-purpose-category {

        font-size: 8px;

    }


    .bb-purpose-content h3 {

        margin-bottom: 24px;

        font-size: 38px;

        letter-spacing: -1px;

    }


    .bb-purpose-content p {

        font-size: 15px;

        line-height: 1.85;

    }


    .bb-purpose-tags {

        margin-top: 28px;

    }


    .bb-purpose-tags span {

        padding: 7px 12px;

        font-size: 8px;

    }


    .bb-purpose-closing {

        margin-top: 45px;

        flex-direction: column;

        gap: 15px;

    }


    .bb-purpose-closing-line {

        width: 100%;

        flex: none;

    }


    .bb-purpose-closing p {

        white-space: normal;

        text-align: center;

        font-size: 12px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b70281 *//* =========================================================
   BRANDBOAT — MODERN NEON CONTACT SECTION
========================================================= */

.bb-contact {
  --blue: #1677ff;
  --blue-light: #36a4ff;
  --orange: #ff8a00;
  --orange-light: #ffb13b;

  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);

  --border: rgba(255, 255, 255, 0.16);

  width: 100%;
  padding: 110px 24px;

  background: transparent;

  font-family:
    "Inter",
    "Segoe UI",
    Arial,
    sans-serif;

  overflow: hidden;
}


.bb-contact *,
.bb-contact *::before,
.bb-contact *::after {
  box-sizing: border-box;
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.bb-contact-container {
  width: min(1180px, 100%);

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 0.9fr);

  gap: 80px;

  align-items: start;
}


/* =========================================================
   EYEBROW
========================================================= */

.bb-eyebrow {
  display: flex;

  align-items: center;

  gap: 11px;

  margin-bottom: 19px;

  color: #ffffff;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: 2px;
}


.bb-eyebrow span {
  width: 31px;
  height: 2px;

  display: block;

  background:
    linear-gradient(
      90deg,
      var(--blue),
      var(--orange)
    );

  box-shadow:
    0 0 10px rgba(22, 119, 255, 0.8);
}


/* =========================================================
   MAIN HEADING — FORCE EXACTLY 2 LINES
========================================================= */

.bb-contact .bb-main-title {
  margin: 0 0 25px !important;
  padding: 0 !important;

  font-size: 46px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -1.5px !important;

  width: 100% !important;
  max-width: 100% !important;
}


/* MAIN HEADING GRADIENT */
.bb-contact .bb-main-title .bb-title-line {
  background: linear-gradient(
    90deg,
    #8b2cff 0%,     /* Purple */
    #c22cff 22%,    /* Violet */
    #f02f7d 50%,    /* Red / Pink */
    #ff4b3a 72%,    /* Red-Orange */
    #ff9800 100%    /* Orange */
  ) !important;

  background-size: 200% auto !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;

  -webkit-text-fill-color: transparent !important;

  animation: bb-heading-gradient 6s linear infinite !important;
}


/* ANIMATED GRADIENT */
@keyframes bb-heading-gradient {
  0% {
    background-position: 0% center;
  }

  100% {
    background-position: 200% center;
  }
}


/* =========================================================
   INTRO
========================================================= */

.bb-intro {
  max-width: 630px;

  margin: 25px 0 27px;

  color: var(--muted);

  font-size: 15px;

  line-height: 1.75;

  font-weight: 400;
}


/* =========================================================
   DIVIDER
========================================================= */

.bb-line {
  width: 100%;

  height: 1px;

  margin-bottom: 26px;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.25),
      rgba(255,255,255,.08),
      transparent
    );
}


/* =========================================================
   FORM
========================================================= */

.bb-contact-form {
  width: 100%;
}


.bb-field {
  margin-bottom: 21px;
}


.bb-field > label {
  display: block;

  margin-bottom: 9px;

  color: #ffffff;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 1.1px;
}


.bb-field > label::first-letter {
  color: var(--orange);
}


/* =========================================================
   INPUT WRAPPER
========================================================= */

.bb-input-wrap {
  position: relative;

  width: 100%;
}


.bb-input-wrap > i {
  position: absolute;

  left: 17px;
  top: 50%;

  transform: translateY(-50%);

  z-index: 2;

  color: var(--blue-light);

  font-size: 15px;

  pointer-events: none;

  transition:
    color .3s ease,
    filter .3s ease;
}


.bb-input-wrap:focus-within > i {
  color: var(--orange);

  filter:
    drop-shadow(
      0 0 7px
      rgba(255, 138, 0, .65)
    );
}


/* =========================================================
   INPUTS
========================================================= */

.bb-input-wrap input,
.bb-input-wrap textarea {

  width: 100%;

  border: 1px solid rgba(255,255,255,.18);

  border-radius: 8px;

  outline: none;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(20, 40, 85, .72),
      rgba(8, 18, 45, .8)
    );

  box-shadow:
    inset 0 0 20px rgba(0,0,0,.12);

  font-family: inherit;

  font-size: 14px;

  transition:
    border-color .3s ease,
    box-shadow .3s ease,
    transform .3s ease,
    background .3s ease;
}


.bb-input-wrap input {
  height: 51px;

  padding:
    0 16px 0 48px;
}


.bb-input-wrap textarea {
  min-height: 145px;

  padding:
    16px 16px 16px 48px;

  resize: vertical;

  line-height: 1.6;
}


.bb-input-wrap input::placeholder,
.bb-input-wrap textarea::placeholder {
  color: rgba(255,255,255,.38);
}


/* =========================================================
   INPUT FOCUS — NEON
========================================================= */

.bb-input-wrap input:focus,
.bb-input-wrap textarea:focus {

  border-color:
    rgba(22, 145, 255, .85);

  background:
    linear-gradient(
      135deg,
      rgba(20, 52, 105, .9),
      rgba(10, 23, 55, .95)
    );

  box-shadow:
    0 0 0 1px
      rgba(22,145,255,.25),

    0 0 20px
      rgba(22,119,255,.14),

    inset 0 0 18px
      rgba(22,119,255,.05);

  transform: translateY(-1px);
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.bb-submit {

  position: relative;

  width: 100%;

  height: 52px;

  border: 0;

  border-radius: 8px;

  overflow: hidden;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  color: #ffffff;

  font-family: inherit;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: .2px;

  background:
    linear-gradient(
      100deg,
      var(--blue),
      #258fff 45%,
      var(--orange)
    );

  box-shadow:
    0 8px 30px
      rgba(22,119,255,.22),

    0 4px 20px
      rgba(255,138,0,.12);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}


.bb-submit::before {

  content: "";

  position: absolute;

  top: 0;
  left: -120%;

  width: 70%;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,.35),
      transparent
    );

  transform: skewX(-20deg);

  transition: left .65s ease;
}


.bb-submit:hover::before {
  left: 150%;
}


.bb-submit:hover {

  transform: translateY(-3px);

  box-shadow:
    0 12px 38px
      rgba(22,119,255,.3),

    0 7px 28px
      rgba(255,138,0,.2);
}


.bb-submit i {

  transition:
    transform .3s ease;
}


.bb-submit:hover i {
  transform: translateX(5px);
}


/* =========================================================
   RIGHT DIGITAL VISUAL
========================================================= */

.bb-visual {

  position: relative;

  width: 100%;

  height: 300px;

  overflow: hidden;

  border-radius: 14px;

  border: 1px solid
    rgba(255,255,255,.13);

  background:
    radial-gradient(
      circle at 30% 40%,
      rgba(22,119,255,.22),
      transparent 34%
    ),

    radial-gradient(
      circle at 75% 60%,
      rgba(255,138,0,.19),
      transparent 34%
    ),

    linear-gradient(
      135deg,
      #071638,
      #050d22
    );

  box-shadow:
    inset 0 0 50px
      rgba(0,0,0,.35),

    0 20px 50px
      rgba(0,0,0,.15);
}


/* =========================================================
   GRID
========================================================= */

.bb-grid {

  position: absolute;

  inset: -100px;

  background-image:
    linear-gradient(
      rgba(255,255,255,.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.045) 1px,
      transparent 1px
    );

  background-size: 28px 28px;

  transform:
    perspective(500px)
    rotateX(60deg)
    translateY(90px);

  opacity: .7;
}


/* =========================================================
   GLOW
========================================================= */

.bb-glow {

  position: absolute;

  width: 150px;
  height: 150px;

  border-radius: 50%;

  filter: blur(40px);

  opacity: .55;

  animation:
    bbFloat 5s ease-in-out infinite;
}


.bb-glow-one {

  top: -40px;
  left: -30px;

  background: var(--blue);
}


.bb-glow-two {

  right: -35px;
  bottom: -40px;

  background: var(--orange);

  animation-delay: 1.4s;
}


@keyframes bbFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}


/* =========================================================
   ORBITS
========================================================= */

.bb-orbit {

  position: absolute;

  left: 50%;
  top: 50%;

  border: 1px solid
    rgba(255,255,255,.16);

  border-radius: 50%;

  transform:
    translate(-50%, -50%)
    rotate(-15deg);

  animation:
    bbOrbit 12s linear infinite;
}


.bb-orbit-one {

  width: 250px;
  height: 110px;

  border-color:
    rgba(22,145,255,.42);
}


.bb-orbit-two {

  width: 300px;
  height: 140px;

  transform:
    translate(-50%, -50%)
    rotate(55deg);

  border-color:
    rgba(255,138,0,.35);

  animation-duration: 16s;
}


@keyframes bbOrbit {

  from {
    transform:
      translate(-50%, -50%)
      rotate(0deg);
  }

  to {
    transform:
      translate(-50%, -50%)
      rotate(360deg);
  }
}


/* =========================================================
   CENTER LOGO
========================================================= */

.bb-center-logo {

  position: absolute;

  left: 50%;
  top: 50%;

  transform:
    translate(-50%, -50%);

  display: flex;

  align-items: center;

  flex-direction: column;

  z-index: 4;
}


.bb-logo-mark {

  display: flex;

  align-items: center;

  gap: 7px;

  color: #ffffff;

  font-size: 22px;

  font-weight: 900;

  margin-bottom: 8px;
}


.bb-logo-mark i {

  color: var(--orange);

  font-size: 13px;

  filter:
    drop-shadow(
      0 0 8px
      rgba(255,138,0,.7)
    );
}


.bb-center-logo > strong {

  color: #ffffff;

  font-size: 22px;

  letter-spacing: 2px;
}


.bb-center-logo > strong span {

  background:
    linear-gradient(
      90deg,
      var(--blue-light),
      var(--orange)
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}


.bb-center-logo small {

  margin-top: 5px;

  color:
    rgba(255,255,255,.48);

  font-size: 7px;

  letter-spacing: 3px;
}


/* =========================================================
   FLOATING CARDS
========================================================= */

.bb-floating-card {

  position: absolute;

  z-index: 5;

  display: flex;

  align-items: center;

  gap: 8px;

  padding: 9px 12px;

  border-radius: 7px;

  background:
    rgba(7,18,45,.82);

  border: 1px solid
    rgba(255,255,255,.14);

  backdrop-filter:
    blur(10px);

  color: #ffffff;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 1px;

  box-shadow:
    0 8px 25px
      rgba(0,0,0,.2);

  animation:
    bbCardFloat 4s ease-in-out infinite;
}


.bb-floating-card i {
  font-size: 12px;
}


.bb-card-one {

  left: 24px;
  top: 45px;

  color: var(--blue-light);

}


.bb-card-two {

  right: 24px;
  top: 50px;

  color: var(--orange);

  animation-delay: .8s;
}


.bb-card-three {

  left: 30px;
  bottom: 36px;

  color: #ffffff;

  animation-delay: 1.4s;
}


@keyframes bbCardFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}


/* =========================================================
   VISUAL TEXT
========================================================= */

.bb-visual-text {

  position: absolute;

  bottom: 15px;
  right: 20px;

  color:
    rgba(255,255,255,.3);

  font-size: 8px;

  letter-spacing: 3px;

  font-weight: 700;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.bb-details {

  display: flex;

  flex-direction: column;

  gap: 18px;

  padding: 23px 0 22px;

  border-bottom:
    1px solid
    rgba(255,255,255,.16);
}


.bb-detail {

  display: flex;

  align-items: center;

  gap: 16px;

  text-decoration: none;

  color: #ffffff;

  transition:
    transform .3s ease;
}


.bb-detail:hover {

  transform:
    translateX(5px);
}


/* =========================================================
   DETAIL ICON
========================================================= */

.bb-detail-icon {

  flex: 0 0 43px;

  width: 43px;
  height: 43px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 8px;

  color: #ffffff;

  font-size: 17px;

  background:
    linear-gradient(
      135deg,
      var(--blue),
      var(--orange)
    );

  box-shadow:
    0 0 18px
      rgba(22,119,255,.15);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}


.bb-detail:hover .bb-detail-icon {

  transform:
    scale(1.06);

  box-shadow:
    0 0 22px
      rgba(22,119,255,.28);
}


/* =========================================================
   DETAIL TEXT
========================================================= */

.bb-detail-text {

  display: flex;

  flex-direction: column;

  gap: 4px;
}


.bb-detail-text span {

  color: var(--orange-light);

  font-size: 12px;

  font-weight: 800;

  letter-spacing: .3px;
}


.bb-detail-text strong {

  color: #ffffff;

  font-size: 15px;

  line-height: 1.45;

  font-weight: 500;

  letter-spacing: .05px;
}


/* =========================================================
   SOCIAL
========================================================= */

.bb-social {

  padding: 22px 0 20px;
}


.bb-social h3 {

  margin: 0 0 13px;

  color: #ffffff;

  font-size: 16px;

  font-weight: 800;
}


.bb-social-links {

  display: flex;

  align-items: center;

  gap: 9px;

  flex-wrap: wrap;
}


.bb-social-links a {

  width: 38px;
  height: 38px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 7px;

  color: #ffffff;

  text-decoration: none;

  border:
    1px solid
    rgba(255,255,255,.16);

  background:
    rgba(255,255,255,.055);

  font-size: 15px;

  transition:
    transform .3s ease,
    border-color .3s ease,
    background .3s ease,
    box-shadow .3s ease;
}


.bb-social-links a:hover {

  transform:
    translateY(-5px);

  border-color:
    rgba(22,145,255,.7);

  background:
    linear-gradient(
      135deg,
      var(--blue),
      var(--orange)
    );

  box-shadow:
    0 8px 22px
      rgba(22,119,255,.2);
}


/* =========================================================
   CTA
========================================================= */

.bb-cta {

  padding-top: 2px;
}


.bb-cta h3 {

  margin: 0 0 10px;

  color: #ffffff;

  font-size: 25px;

  line-height: 1.25;

  font-weight: 800;

  letter-spacing: -.5px;
}


.bb-cta h3 span {

  background:
    linear-gradient(
      90deg,
      var(--blue-light),
      var(--orange)
    );

  -webkit-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;
}


.bb-cta p {

  max-width: 570px;

  margin: 0 0 18px;

  color: var(--muted);

  font-size: 14px;

  line-height: 1.7;
}


/* =========================================================
   CTA BUTTON
========================================================= */

.bb-cta-button {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 11px;

  min-width: 190px;

  height: 46px;

  padding: 0 20px;

  border-radius: 8px;

  color: #ffffff;

  text-decoration: none;

  font-size: 12px;

  font-weight: 800;

  background:
    linear-gradient(
      100deg,
      var(--blue),
      #238cff,
      var(--orange)
    );

  box-shadow:
    0 8px 28px
      rgba(22,119,255,.2);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}


.bb-cta-button:hover {

  transform:
    translateY(-3px);

  box-shadow:
    0 12px 35px
      rgba(22,119,255,.28);
}


.bb-cta-button i {

  transition:
    transform .3s ease;
}


.bb-cta-button:hover i {

  transform:
    translateX(5px);
}


/* =========================================================
   ENTRY ANIMATION
========================================================= */

.bb-reveal-left,
.bb-reveal-right {

  opacity: 0;

  animation-duration: .9s;

  animation-fill-mode: forwards;

  animation-timing-function:
    cubic-bezier(.22,1,.36,1);
}


.bb-reveal-left {

  animation-name:
    bbRevealLeft;
}


.bb-reveal-right {

  animation-name:
    bbRevealRight;

  animation-delay: .15s;
}


@keyframes bbRevealLeft {

  from {

    opacity: 0;

    transform:
      translateX(-50px);
  }

  to {

    opacity: 1;

    transform:
      translateX(0);
  }
}


@keyframes bbRevealRight {

  from {

    opacity: 0;

    transform:
      translateX(50px);
  }

  to {

    opacity: 1;

    transform:
      translateX(0);
  }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

  .bb-contact {

    padding:
      80px 22px;
  }


  .bb-contact-container {

    grid-template-columns:
      1fr;

    gap: 60px;
  }


  .bb-info-side {

    width: 100%;
  }


  .bb-visual {

    height: 330px;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .bb-contact {

    padding:
      65px 18px;
  }


  .bb-contact-container {

    gap: 48px;
  }


  .bb-main-title {

    font-size: 38px;

    letter-spacing:
      -1.8px;
  }


  .bb-intro {

    font-size: 14px;

    line-height: 1.7;
  }


  .bb-visual {

    height: 270px;
  }


  .bb-center-logo > strong {

    font-size: 18px;
  }


  .bb-card-one {

    left: 12px;
  }


  .bb-card-two {

    right: 12px;
  }


  .bb-card-three {

    left: 15px;
  }


  .bb-detail-text strong {

    font-size: 14px;
  }


  .bb-social-links {

    gap: 8px;
  }


  .bb-social-links a {

    width: 36px;
    height: 36px;
  }


  .bb-cta h3 {

    font-size: 22px;
  }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

  .bb-main-title {

    font-size: 33px;
  }


  .bb-visual {

    height: 245px;
  }


  .bb-floating-card {

    padding:
      7px 9px;

    font-size: 7px;
  }


  .bb-detail-icon {

    flex-basis: 40px;

    width: 40px;
    height: 40px;
  }


  .bb-detail-text strong {

    font-size: 13px;
  }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .bb-reveal-left,
  .bb-reveal-right {

    opacity: 1;

    animation: none;

    transform: none;
  }


  .bb-glow,
  .bb-orbit,
  .bb-floating-card {

    animation: none;
  }


  .bb-contact * {

    scroll-behavior: auto !important;

    transition-duration:
      .01ms !important;
  }
}

@media screen and (max-width: 650px) {

  .bb-contact .bb-main-title {
    font-size: 36px !important;
    line-height: 1.12 !important;
    letter-spacing: -1px !important;
  }

}


@media screen and (max-width: 420px) {

  .bb-contact .bb-main-title {
    font-size: 31px !important;
  }

}/* End custom CSS */