/*https://readytheme.net/demo/abokash-html*/


/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Montserrat', sans-serif;*/
	  font-family: "Open Sans", sans-serif;
	font-weight: 700;
	margin: 0;
}

a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	/*font-family: 'Montserrat', sans-serif;*/
	  font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.8;
    position: relative;
    
    /*Font Smoothing*/
    text-rendering: optimizeLegibility
}

.border-btn.a {
	/*font-family: 'Montserrat', sans-serif;*/
	  font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

input:focus, text-area:focus, button:focus, a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
}

p {
	color: #333;
}

.hero-area {
	/*background-image: url(assets/img/abokash-hero-bg.jpg);*/
	background-size: cover;
	background-position: center;
	/*background-color: #342759;*/
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 14px;
	padding-top: 0px; /*230px*/
	padding-bottom: 0px; /*205px*/
}

.hero-area::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	/*background: -webkit-linear-gradient(top, rgba(9, 5, 47, 0.75) 0%, rgba(18, 15, 48, 0.75) 25%, rgba(48, 47, 54, 0.75) 77%, rgba(56, 56, 56, 0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 5, 47, 0.75)), color-stop(25%, rgba(18, 15, 48, 0.75)), color-stop(77%, rgba(48, 47, 54, 0.75)), to(rgba(56, 56, 56, 0.75)));
	background: -o-linear-gradient(top, rgba(9, 5, 47, 0.75) 0%, rgba(18, 15, 48, 0.75) 25%, rgba(48, 47, 54, 0.75) 77%, rgba(56, 56, 56, 0.75) 100%);
	background: linear-gradient(to bottom, rgba(9, 5, 47, 0.75) 0%, rgba(18, 15, 48, 0.75) 25%, rgba(48, 47, 54, 0.75) 77%, rgba(56, 56, 56, 0.75) 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf09052f', endColorstr='#bf383838', GradientType=0);
}

.hero-area h2 {
	font-weight: 700;
	margin-bottom: 55px;
	text-transform: capitalize;
	font-size: 32px;
	letter-spacing: 0.01em;
}

.carousel-item p {
	color: #fff;
	font-size: 14px;
	letter-spacing: .05em;
	font-weight: 300;
}

.border-btn {
	border: 1px solid #e0e0e0;
	padding: 7px 15px;
	border-radius: 5px;
	display: inline-block;
}

a.border-btn {
	color: #f68833;
	text-transform: uppercase;
	font-weight: 500;
}

.border-btn:hover {
	background: #f68833;
	color: #fff;
}

.hero-area .border-btn {
	margin-top: 50px;
}

.header-area {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	height: auto;
	width: 100%;
    transition: all .4s;
}

.main-nav ul.navbar-nav li a {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.main-nav ul.navbar-nav li a.active,
.main-nav ul.navbar-nav li a:hover {
	color: #f68833;
}

#hero-carousel .carousel-indicators li {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: none;
	border: 1px solid #bdbdbd;
}

#hero-carousel .carousel-indicators li.active {
	background: #f68833;
	border-color: #f68833;
}

#hero-carousel .carousel-indicators {
	bottom: -150px;
}

#hero-carousel .carousel-indicators li:hover {
	cursor: pointer;
}

.section-padding {
	padding: 70px 0
}

.o-story-content {
	padding-left: 50px;
}

.o-story-content p {
	color: #413d4b;
}

.o-story-content h2 {
	margin-bottom: 28px;
	color: #413d4b;
}

.o-story-content .border-btn {
	margin-top: 25px;
	margin-right: 10px;
}

.video-section-bg {
	background-image: url(assets/img/video-bg.jpg);
	background-color: #666;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;
	position: relative;
	z-index: 1;
}

.overlay:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: "";
    background-color: #000;
	/*background: rgba(49, 29, 94, 0.85);*/
	/*background: #09052f;
	background: -webkit-linear-gradient(left, #09052f 0%, #311d5e 100%);
	background: -webkit-gradient(linear, left top, right top, from(#09052f), to(#311d5e));
	background: -o-linear-gradient(left, #09052f 0%, #311d5e 100%);
	background: linear-gradient(to right, #09052f 0%, #311d5e 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09052f', endColorstr='#311d5e', GradientType=1);
	opacity: 0.5;
}

.video-btn img {
	margin-bottom: 15px;
}

.video-box {
	padding-top: 0px; /*150px*/
	padding-bottom: 0px; /*200px*/
}

.video-box h4 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.section-title h2 {
	margin-bottom: 10px;
}

.section-title {
	margin-bottom: 90px;
	position: relative;
}

.section-title::after {
	position: absolute;
	left: 50%;
	bottom: -20px;
	height: 2px;
	width: 50px;
	content: "";
	background: #c6c4c9;
	margin-left: -25px;
}

.single-service {
	padding: 40px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	height: 100%;
}

.category-section [class*="col-"]:nth-child(3n) .single-service {
	border-right: 0;
}

.category-section [class*="col-"]:nth-last-child(-n+3) .single-service {
	border-bottom: 0;
}

.category-section .section-title h2 {
	color: #413d4b;
}

.category-section .section-title p {
	color: #2f2d35;
}

.category-section .single-service-item h4 {
	color: #413d4b;
}

.single-service-item img {
	margin-bottom: 30px;
}

.single-service-item h4 {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.single-service-item p {
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}

.team-section {
	background-image: url("assets/img/team-bg.jpg");
	background-color: #333;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.team-section .section-title h2, h4, p {
	color: #ffffff;
}

.works-link a {
	color: #413d4b;
}

.works-link i.fa {
	font-size: 19px;
	position: absolute;
	right: 0;
	top: 2px ;
}

.works-link a:hover {
	color: #f68833;
}

.works-link a {
    display: inline-block;
    margin-top: -15px;
}

.single-team-item img {
	width: 100%;
	border: 1px solid #757589;
	border-bottom: 0px;
}

.single-team-detail h2, h4, p {
	color: #fff;
}

.single-team-detail p {
	color: #fafafa;
}

.single-team-detail h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
}

.single-team-detail p {
	font-size: 13px;
	font-weight: 300;
	color: #fafafa;
}

.single-team-detail {
	border: 1px solid #757589;
	display: inline-block;
	width: 100%;
	padding: 20px 0 10px 0;
	margin-bottom: 70px;
}

.single-product-content {
	position: relative;
}

.single-product-content .product-overlay {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	-webkit-transition: all 0.33s;
	-o-transition: all 0.33s;
	transition: all 0.33s;
    border: 1px solid #fff;
}

.product-links {
	position: relative;
	margin: auto;
	z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.single-product-content:hover .product-overlay .product-links {
    opacity: 1; visibility: visible;
}

.product-links a {
	color: #fff;
}

.product-links a i.fa {
	padding: 12px;
	background-color: rgba( 49, 44, 81, 0.4);
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
}

.product-links a:hover i.fa {
	background: #312c51;
}

.single-product-content:hover .product-overlay {
    background-color: rgba(7, 169, 170, 0.63);
}

.product-section .border-btn {
	margin-top: 60px;
}

.product-section {
	margin-bottom: 70px;
}

.testimonial-section {
	background-image: url("assets/img/testimonial-bg.jpg");
	background-position: center;
	background-color: #333333;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.testimonial-slider .single-slider-for i.fa-quote-left {
	font-size: 40px;
	color: #fff;
	margin-bottom: 35px;
}

.testimonial-slider h2,
.testimonial-slider h4 {
	color: #ffffff;
}

.sinlge-slider-area h2 {
	font-size: 14px;
}

.sinlge-slider-area h4 {
	font-size: 13px;
	font-weight: 300;
}

.testimonial-slider .slick-center {
	-webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	        transform: scale(1.5);
	-webkit-transition-duration: 1s;
	     -o-transition-duration: 1s;
	        transition-duration: 1s;
}

.testimonial-slider .slider-for {
	margin-bottom: 50px;
}

.testimonial-slider .single-slider-for {
	outline: none;
}

.testimonial-slider .single-slider-for h2 {
	font-size: 14px;
	margin-bottom: 5px;
    margin-top: 45px;
}

.testimonial-slider .single-slider-for h4 {
	font-size: 13px;
}

.testimonial-slider .single-slider-nav {
	padding: 15px 0;
	outline: none;
}

.testimonial-slider .single-slider-nav img{
	margin: 0 auto;
}

.single-slider-nav img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.testimonial-slider .slider-nav .slick-prev,
.testimonial-slider .slider-nav .slick-next {
	color: #9f9f9f;
	font-size: 40px;
	margin-top: -20px;
	line-height: 40px;
}

/* SLICK Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

/* SLICK Arrows END */

.contact-form ul,
.happy-client-secton ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-form li {
	padding-bottom: 20px;
}

input[type="text"],
input[type="email"], 
textarea {
	padding: 10px;
	border: 1px solid #e5e5e5;
    color: #413d4b;
	border-radius: 0px;
}

.contact-form input, 
.contact-form textarea {
	width: 100%;
}

.contact-form textarea {
	outline: none;
}

.contact-section .contact-form textarea {
	height: 200px;
	resize: none;
}

.happy-client-secton .client-logo {
	padding: 20px 0;
}

.happy-client-section-title > h2 {
	margin-bottom: 35px;
	text-transform: uppercase;
	margin-left: -20px;
}

.contact-form > h2 {
	margin-bottom: 35px;
}

.footer-section {
	/*background-image: url("assets/img/footer-bg.jpg");*/
	background-color: #333333;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.footer-logo img {
	margin-bottom: 20px;
}

.footer-section.overlay h4 {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.contact-info {
	padding-left: 30px;
	position: relative;
}

.contact-info i.fa {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 23px;
}

.contact-info a, .social-icons i.fa {
	color: #fff;
}

.social-icons {
	margin-top: 30px;
}

.social-icons a {
	display: inline-block;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 35px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-right: 8px;
}

.footer-section .social-icons a:hover i.fa {
	color: #f68833;
}

.footer-section .social-icons a:hover {
	background: #fff;
}

/*Footer Copyright Area CSS*/
.footer-copyright-area {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 30px 0;
}

.footer-copyright-area:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: "";
	background: #f68833;
	/*background: -webkit-linear-gradient(left, #09052f 0%,#311d5e 100%);
	background: -webkit-gradient(linear, left top, right top, from(#09052f),to(#311d5e));
	background: -o-linear-gradient(left, #09052f 0%,#311d5e 100%);
	background: linear-gradient(to right, #09052f 0%,#311d5e 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09052f', endColorstr='#311d5e',GradientType=1 );
}

.footer-copyright-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-copyright-area li {
	display: inline-block;
	margin-right: 30px;
}
.footer-copyright-area ul li:last-child {
    margin-right: 0;
}

.footer-copyright-area li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-copyright-area li a:hover {
	color: #f68833;
}

.footer-form button.footer-sub-btn {
	border: none;
	padding: 5px 24px;
	display: inline-block;
	position: relative;
	z-index: 1;
	background: none;
	margin-left: 10px;
	font-size: 25px;
}

.footer-form button.footer-sub-btn::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #fff;
	z-index: -1;
	opacity: .5;
}

.fixed-menu-bg {
	position: fixed;
	background-color: #fff;
}

img.img-responsive {
	margin-top: -25px;
}

.fixed-menu-bg .main-nav ul.navbar-nav li a {
	color: #fff;
	/*font-weight: 700;*/
}

.fixed-menu-bg .main-nav ul.navbar-nav li a.active,
.fixed-menu-bg .main-nav ul.navbar-nav li a:hover {
	color: #f68833;
}

nav.navbar,
header.fixed-menu-bg {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

div#collapsibleNavbar {
    padding: 10px;
    opacity: .9;
}

.fixed-menu-bg span.navbar-toggler-icon i.fa {
	color: #333;
}

span.navbar-toggler-icon i.fa {
	color: #fff;
}

.fixed-menu-bg {
    background: #fff;
}

.fixed-menu-bg nav.main-nav {
	-webkit-box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.3);
	background: rgb(53, 53, 53);
}

.header-area-bg {
    background: #fff; /*#00000030*/
}

.header-area-bg button.navbar-toggler span i.fa {
    color: #333;
}

.header-area-bg .main-nav ul.navbar-nav li a {
	color: #333;
    font-size: 15px;
    font-weight: 400;
}

.header-area-bg .main-nav ul.navbar-nav li a.active,
.header-area-bg .main-nav ul.navbar-nav li a:hover {
	color: #f68833;
}

/*product hide*/
.product-section .col-md-2 {
	display: none;
}

/*navbar padding scrolling*/
.fixed-menu-bg .navbar {
	/*padding: 0px;*/
}

/*border btn - 2*/
a#load {
	color: #f68833;
	text-transform: uppercase;
	font-weight: 500;
}

#load:hover {
	background: #f68833;
	color: #fff;
}

/*submit button style*/
.contact-form button.border-btn {
	background: no-repeat;
	color: #f68833;
	font-size: 16px;
	font-family: 'Hammersmith One', sans-serif;
	font-weight: 400;
	display: inline-block;
	padding: 6px 30px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.contact-form button.border-btn:hover {
	cursor: pointer;
	background: #f68833;
	color: #fff;
}



#myVideo {
    max-width: 100vw; 
    max-height: 100vh;
}






.padding_top_content {
    padding-top: 76px;
}



@media screen and (max-width: 500px){
    
    .padding_top_content {
        padding-top: 65px;
    }

}



















:root {
    --brand-orange: #ff6600; /* اللون البرتقالي الأساسي - يمكنك تعديل درجة اللون حسب الهوية الدقيقة */
    --brand-orange-dark: #e55c00;
    --brand-orange-light: #fff3ed;
}

.brand-title {
    color: #1a1a1a;
    position: relative;
}
.brand-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: var(--brand-orange);
    margin-top: 8px;
    border-radius: 2px;
}

.brand-orange-text {
    color: var(--brand-orange) !important;
}

.companies-action-grid .company-row {
    background-color: #fafafa;
    border-color: #eee0 !important;
    transition: all 0.3s ease;
    border-radius: 10px !important;
}

.companies-action-grid .company-row:hover {
    background-color: #fafafa !important;
    border-color: var(--brand-orange) !important;
    /*box-shadow: 0 6px 15px rgba(255, 102, 0, 0.08);*/
    /*transform: translateY(-2px);*/
    transition: all 1s ease;
}

.btn-brand-primary {
    background-color: var(--brand-orange);
    border-color: var(--brand-orange);
    color: #ffffff;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-brand-primary:hover {
    background-color: var(--brand-orange-dark);
    border-color: var(--brand-orange-dark);
    color: #ffffff;
}

.btn-outline-brand {
    background-color: transparent;
    border-color: #d1d1d1;
    color: #444444;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-outline-brand:hover {
    background-color: var(--brand-orange-light);
    border-color: var(--brand-orange);
    color: var(--brand-orange);
}

.company-btns .btn {
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}


.company-info {
    font-weight: 700;
}


@media (max-width: 575.98px) {
    .company-row {
        text-align: center;
    }
    .company-info {
        margin-bottom: 10px !important;
        text-align: center;
    }
    .company-btns {
        justify-content: center;
        width: 100%;
    }
    .company-btns .btn {
        flex: 1; 
    }
}















        /* ---------- Floating Container (Bottom-Right) ---------- */
        .float-container {
            position: fixed;
            bottom: 30px;
            right: 30px;  /* Positioned on the right side */
            z-index: 9999;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        /* Main Floating Button */
        .main-float-btn {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: #25D366; /* WhatsApp green */
            color: #fff;
            border: none;
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
            cursor: pointer;
            font-size: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            position: relative;
        }

        .main-float-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
        }

        .main-float-btn i {
            transition: transform 0.3s ease;
        }

        /* Rotate icon when menu is open */
        .main-float-btn.active i {
            transform: rotate(45deg);
        }

        /* ---------- Options List (Departments) ---------- */
        .options-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px) scale(0.8);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            pointer-events: none;
            margin-bottom: 5px;
        }

        .options-list.open {
            opacity: 1;
            visibility: visible;
            transform: translateY(0) scale(1);
            pointer-events: auto;
        }

        /* Each option button */
        .option-item {
            display: flex;
            align-items: start;
            gap: 12px;
            background: #fff;
            padding: 12px 24px;
            border-radius: 50px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
            color: #333;
            font-weight: 500;
            font-size: 1rem;
            border: 2px solid transparent;
            min-width: 180px;
            justify-content: start;
        }

        .option-item:hover {
            transform: translateX(-5px); /* Slight shift to the left on hover */
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
            border-color: #25D366;
        }

        .option-item i {
            font-size: 22px;
            width: 30px;
            text-align: center;
        }

        /* Department-specific icon colors */
        .option-sales i {
            color: #f39c12;
        }
        .option-support i {
            color: #3498db;
        }
        .option-management i {
            color: #9b59b6;
        }

        /* ---------- Mobile Responsiveness ---------- */
        @media (max-width: 500px) {
            .float-container {
                bottom: 20px;
                right: 20px;
            }
            .main-float-btn {
                width: 60px;
                height: 60px;
                font-size: 30px;
            }
            .option-item {
                padding: 10px 16px;
                font-size: 0.9rem;
                min-width: 150px;
            }
            .option-item i {
                font-size: 18px;
                width: 24px;
            }
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        /*---------------------------------------------*/










 
    :root{
    --bg:#ffffff;
    --card:#f6f6f3;
    --ink-900:#f18834;
    --ink-600:#565d64;
    --ink-400:#94999e;
    --line:#e9e8e4;
    --signal:#f18834;
    --signal-hover:#e6490f;
    --blue:#2f6fce;
    /*--font-display:'Space Grotesk', sans-serif;*/
    /*--font-body:'Inter', sans-serif;*/
    /*--font-mono:'IBM Plex Mono', monospace;*/
  }
 
  *{box-sizing:border-box;}
  body{
    margin:0;
    background:var(--bg);
    font-family:var(--font-body);
    color:var(--ink-600);
    -webkit-font-smoothing:antialiased;
  }
 
  .eb-section{
    padding:clamp(56px,8vw,104px) clamp(16px,4vw,24px);
  }
  .eb-container{
    max-width:1180px;
    margin:0 auto;
  }
 
  /* ---------- Hero row ---------- */
  .eb-hero{
    display:grid;
    grid-template-columns:1.3fr 0.8fr;
    gap:clamp(28px,4vw,56px);
    align-items:center;
    margin-bottom:clamp(48px,7vw,80px);
  }
  .eb-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-family:var(--font-mono);
    font-size:12px;
    letter-spacing:0.18em;
    text-transform:uppercase;
    color:var(--signal);
    margin-bottom:16px;
    font-weight:600;
  }
  .eb-eyebrow::before{
    content:"";
    width:9px;height:9px;
    border-radius:50%;
    background:var(--signal);
    display:inline-block;
  }
  .eb-title{
    font-family:var(--font-display);
    font-weight:700;
    font-size:clamp(34px, 4.8vw, 54px);
    line-height:1.06;
    letter-spacing:-0.01em;
    color:var(--ink-900);
    margin:0 0 16px;
  }
  .eb-title em{
    font-style:normal;
    color:var(--signal);
  }
  .eb-hero-copy p{
    max-width:520px;
    font-size:clamp(15px,1.8vw,16.5px);
    line-height:1.75;
    color:var(--ink-600);
    margin:0;
  }
 
  /* Prominent profile card in hero */
  .eb-profile-card{
    background:var(--card);
    border-radius:20px;
    padding:20px;
    opacity:0;
    transform:translateY(16px);
    animation:eb-rise .7s ease forwards;
  }
  .eb-profile-card img{
    display:block;
    width: fit-content;
    /*height:clamp(160px,20vw,210px);*/
    object-fit:cover;
    border-radius:14px;
    margin-bottom:16px;
  }
  .eb-profile-card p{
    font-size:12.5px;
    color:var(--ink-400);
    font-family:var(--font-mono);
    letter-spacing:0.04em;
    margin:0 0 16px;
  }
 
  /* ---------- Buttons ---------- */
  .eb-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-family:var(--font-display);
    font-weight:600;
    font-size:14.5px;
    text-decoration:none;
    padding:14px 26px;
    border-radius: 10px;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
    white-space:nowrap;
  }
  .eb-btn i{font-size:15px;}
  .eb-btn-primary{
    background:var(--signal);
    color:#fff;
    /*box-shadow:0 10px 24px -10px rgba(255,90,31,.55);*/
    justify-content: start;
  }
  .eb-btn-primary:hover{
      color: #000;
    /*background:var(--signal-hover);*/
    /*transform:translateY(-3px);*/
    /*box-shadow:0 14px 28px -10px rgba(255,90,31,.6);*/
        -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .eb-btn-block{width:100%;}
  .eb-btn-dark{
    background:var(--ink-900);
    color:#fff;
    /*justify-content: start;*/
  }
  .eb-btn-dark:hover{
    color: #f18834 !important;
    background:#000;
    /*transform:translateY(-3px);*/
    /*box-shadow:0 14px 28px -10px rgba(0,0,0,.35);*/
  }
  
  .eb-btn-dark a:hover{
    color: #f18834;
    background:#000;
    /*transform:translateY(-3px);*/
    /*box-shadow:0 14px 28px -10px rgba(0,0,0,.35);*/
  }
  
  .eb-btn:focus-visible{
    outline:2px solid var(--blue);
    outline-offset:3px;
  }
 
  /* ---------- Cards row ---------- */
  .eb-cards{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:clamp(16px,2.2vw,22px);
    align-items:stretch;
  }
  .eb-card{
    background:var(--card);
    border-radius:22px;
    padding:clamp(24px,3.2vw,34px);
    height:100%;
    display:flex;
    flex-direction:column;
    opacity:0;
    transform:translateY(16px);
    animation:eb-rise .7s ease forwards;
  }
  .eb-card:nth-of-type(2){animation-delay:.12s;}
 
  .eb-card-icon{
    width:44px;height:44px;
    border-radius:12px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
  }
  .eb-card-icon img{max-height:22px; max-width:28px;}
 
  .eb-logo-wrap img{
    max-height:50px;
    /*margin-bottom:14px;*/
    margin: 0px auto 20px;
  }
 
  .eb-card h3{
    font-family:var(--font-display);
    font-size:19px;
    font-weight:600;
    color:var(--ink-900);
    margin:0 0 10px;
  }
  .eb-card p{
    font-size:14.5px;
    line-height:1.7;
    color:var(--ink-600);
    margin:0 0 10px;
  }
  .eb-card p:last-of-type{margin-bottom:0;}
 
  .eb-specs{
    list-style:none;
    margin:14px 0 0;
    padding:0;
  }
  .eb-specs li{
    display:flex;
    gap:10px;
    align-items:flex-start;
    padding:6px 0;
    font-size:13.5px;
    color:var(--ink-600);
    line-height:1.55;
  }
  .eb-specs li i{
    color:var(--signal);
    font-size:13px;
    margin-top:3px;
  }
 
  .eb-scale-label{
    font-family:var(--font-mono);
    font-size:10.5px;
    letter-spacing:0.1em;
    text-transform:uppercase;
    color:var(--ink-400);
    margin:16px 0 10px;
  }
  .eb-scale-label b{color:var(--signal);}
  .eb-scale{
    display:flex;
    align-items:flex-end;
    gap:clamp(8px,1.6vw,14px);
    padding:2px 2px 4px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;
  }
  .eb-scale::-webkit-scrollbar{height:3px;}
  .eb-scale::-webkit-scrollbar-thumb{background:var(--line);}
  .eb-scale-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    flex:0 0 auto;
    scroll-snap-align:center;
  }
  .eb-scale-dot{
    border-radius:50%;
    background:#d7d5cf;
  }
  .eb-scale-num{
    font-family:var(--font-mono);
    font-size:10px;
    color:var(--ink-400);
    margin-top:6px;
  }
  .eb-scale-item.hi .eb-scale-dot{background:var(--signal);}
  .eb-scale-item.hi .eb-scale-num{color:var(--signal);font-weight:600;}
 
  .eb-card-body{
    flex:1;
  }
  .eb-card-cta{
    margin-top:auto;
    padding-top:20px;
    border-top:1px solid var(--line);
  }
 
  @keyframes eb-rise{
    to{opacity:1; transform:translateY(0);}
  }
  @media (prefers-reduced-motion: reduce){
    .eb-profile-card, .eb-card{animation:none !important; opacity:1 !important; transform:none !important;}
  }
 
  /* ---------- Mobile ---------- */
  @media (max-width:860px){
    .eb-hero{grid-template-columns:1fr;}
    .eb-profile-card{max-width:420px;}
    .eb-cards{grid-template-columns:1fr;}
  }
  @media (max-width:520px){
    .eb-btn{width:100%;}
    .eb-scale-item .eb-scale-dot{
      width:clamp(7px,5.6vw,28px) !important;
      height:clamp(7px,5.6vw,28px) !important;
    }
  }












/*--------------------------------------------*/