/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4..1771261175
Updated: 2026-02-16 16:59:35

*/
.dis-none {
    display: none !important;
}

    .long-para p{
        color:#333333 !important;
    }
/* table of content css */
.toc-box1{
    position: sticky;
    top: 40px;
}

.toc-box{
    padding-left: 15px;
    border-left: 2px solid #e5e5e5;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

/* TITLE */
.toc-box h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

/* LIST RESET */
.toc-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ITEM */
.toc-box li{
    margin-bottom: 14px;
}

/* LINK */
.toc-box li a{
    display: block;
    padding-left: 12px;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    border-left: 3px solid transparent;
    transition: all 0.25s ease;
}

/* HOVER */
.toc-box li a:hover{
    color: #111;
}

/* ACTIVE */
.toc-box li a.active{
    color: #155dfc !important;
    font-weight: 600;
    border-left: 3px solid #155dfc;
}

/* OPTIONAL */
.table-sec h2{
    scroll-margin-top: 100px;
}
/* blog carosul css */
.blog-card{
    display:block;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 4px 20px rgba(0,0,0,0.08);
    text-decoration:none;
}

.blog-card img{
    width:100%;
    height:auto;
    object-fit:cover;
}

.blog-card h3{
    font-size:16px;
    padding:10px;
    color:#333;
}
/* blog carosul css end */
/* counrt dropdown css */
.country-dropdown {
	position: relative;
	width: 100%;
	max-width: 320px;
	font-family: Arial, sans-serif;
}

/* SELECTED */
.country-selected {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}

.country-selected img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
}

.country-selected span {
	font-size: 14px;
	color: #99A1AF;
}

/* DROPDOWN */
.country-list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: 10px;
	background: #331556;
	padding: 10px;
	border-radius: 12px;
	display: none;
	flex-direction: column;
	gap: 8px;
	z-index: 999;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	/* ❌ no left right overflow */
}

/* OPEN */
.country-dropdown.active .country-list {
	display: flex;
}

/* ITEM */
.country-item {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	padding: 10px 0;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.25s ease;
}

.country-item:hover {
	background: rgba(255, 255, 255, 0.08);
}

/* FLAGS */
.country-item img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
}

/* TEXT */
.country-item span {
	font-size: 14px;
	color: #99A1AF;
}

/* 🔥 CUSTOM SCROLLBAR (WEBKIT) */
.country-list::-webkit-scrollbar {
	width: 6px;
}

.country-list::-webkit-scrollbar-track {
	background: transparent;
}

.country-list::-webkit-scrollbar-thumb {
	background: #6c4aa6;
	border-radius: 10px;
}

.country-list::-webkit-scrollbar-thumb:hover {
	background: #8a63d2;
}

/* counrty css end */
/* Casino new card */
    .casino-card1 {
    /*width: 296px;*/
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 18px;
    padding: 8px;
    background: #fff;
   font-family: "Inter", Sans-serif;
}

.casino-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.2;
    color: #111;
    font-weight: 600;
}

.casino-rating {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

.casino-rating .star {
    color: #ff2939;
    font-size: 21px;
    line-height: 1;
}

.casino-badge {
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 12px;
    color: #444;
    margin-bottom: 27px;
}

.casino-offer {
    min-height: 62px;
    box-sizing: border-box;
    border: 1px dashed #ddd;
    border-radius: 8px;
    background: #f8f6f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.casino-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 22px;
        background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, #0021A1 100%);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.casino-btn:hover {
    /*background: #087bc5;*/
    color: #fff;
}

/* bonus grid css */
.casino-grid-wrapper,
.casino-slider {
	    font-family: "Inter", Sans-serif;
}
.bonus-casino .casino-card{
    text-align: left !important;
    padding-bottom: 10px;

}
    .casino-top{
    display:flex;
    justify-content:space-between;
    align-items:left;
    padding: 20px 10px 0px 10px;
}

.casino-name{
    font-size:18px;
    font-weight:700;
	  margin-bottom: 18px;
	  color: #111;
}
.geo {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 15px;
}

.rating{
    font-size:14px;
    color:#333;
}

.rating span{
    color:#ffb400;
}

/* BONUS CARD */
.bonus-box{
    background:#fff;
    padding:10px;
}

.bonus-title{
    font-size:14px;
    color:#777;
}

.bonus-value{
    font-size:14px;
    font-weight:700;
    margin:5px 0;
}

.bonus-info{
    display:flex;
    justify-content:space-between;
    margin-top:10px;
    font-size:11px;
    color:#444;
}

.bonus-extra{
    margin-top:8px;
    font-size:13px;
}

/* BUTTON (Claim Bonus style) */
.bonus-btn{
    display:block;
    text-align:center;
    background:#155DFC;
    color:#fff;
    padding:10px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
    margin:10px 10px;
    transition:0.3s;
}

.bonus-btn:hover{
    background:#095ad1;
    color: #fff !important;
}
.review{
    text-align: center;
}
.review a,
.info-link{
    color: #2d7ef7 !important;
    font-size: 12px;
}

/* casino grid css  */
.casino-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

/* default: sirf 2 rows (8 items) show */
.casino-grid .item {
	display: block;
}

/* hidden items */
/* .casino-grid.collapsed .item:nth-child(n+9) {
	display: none;
} */
.casino-grid .item {
    display: none !important;
}

.casino-grid .item.show-card {
    display: block !important;
}

/* button */
.show-toggle-btn {
	margin: 20px auto 0;
	display: block;
	padding: 14px 30px;
	background: #111 !important;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s ease;

}

/* responsive */
@media(max-width: 992px) {
	.casino-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 500px) {
	.casino-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* casino grid css end */
/* more casino section css */
/* .pricing-table {
	overflow-x: auto !important;
}

.pricing-inner {
	min-width: 790px !important;
} */


/*Hidden sections default hide */
.hidden {
	display: none;
}

/* Button Style */
.casino-toggle-btn {
	padding: 14px 30px;
	background: #111 !important;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s ease;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.casino-toggle-btn:hover {
	background: #222;
}

/* more casion button css */

.gradient-heading {
	background: #ff6900;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.shadow-2xl {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.custom-gradient {
	position: relative;
	background: linear-gradient(to bottom right, #1a2235, #0d1321);
	box-shadow: 0 0 60px rgb(254 154 0 / 18%);
	border-radius: 20px;
}

.scale:hover {
	transform: translateY(-10px);
	transition: all 0.5s ease;
}

/* subscribe-form css  */
.custom-subscribe-form p {
	display: flex;
	gap: 5px;
	align-items: center;
	margin: 0;
}

.custom-subscribe-form input[type="email"] {
	/*width: 300px;*/
	padding: 15px 20px;
	border-radius: 10px;
	border: none;
	background: #fff;
	font-size: 16px;
	outline: none;
}

.custom-subscribe-form input[type="submit"] {
	padding: 15px 25px;
	border-radius: 10px;
	border: none;
	background: linear-gradient(45deg, #4f46e5, #6366f1);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s ease;
}

.custom-subscribe-form input[type="submit"]:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.custom-subscribe-form span.wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: 0;
}

.custom-subscribe-form span.wpcf7-not-valid-tip {
	position: absolute;
}

/* subscribe-form css end */
@media (min-width:1024px) {
	.home-blogs article.hfe-post-card {
		display: flex;
		align-items: center;
		padding: 10px;
	}

	.home-blogs .hfe-post-image {
		width: 40%;
		display: flex;
		align-items: center;
	}

	.home-blogs .hfe-post-image img {
		border-radius: 10px 0 0 10px !important;
	}

	.home-blogs .hfe-post-content {
		width: 60%;
	}
}

/* fAQS */
.elementor-accordion-item {
	margin-bottom: 30px;
	border: 1px solid #8F949B !important;
	border-radius: 20px;
	padding: 10px;
}

.audit-form input,
.audit-form select,
.audit-form textarea {
	background-color: #155DFC14;
	color: #fff;
	border-radius: 10px !important;
	padding: 8px 10px !important;
}

.audit-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	font-family: "Inter", Sans-serif;
	color: #000;
	font-weight: 500;
	width: 100%;
	border: none;
	background-image: linear-gradient(90deg, #e2630a 0%, #fc6901 79%);
}

.audit-form span.wpcf7-spinner {
	position: absolute;
	right: 0;
}

.long-sec li,
.post-text li{
	margin-bottom: 15px;
}
.post-text a{
	color:#155dfc;
}

.sticky-sec {
	position: sticky;
	top: 30px;
}

.game-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.game-item {
	padding: 10px 18px;
	background: #fdfdfd;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #222;
}

/* payments csss */
.casino-box {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	/*     background:#fff; */
	/*     padding:25px; */
	border-radius: 16px;
}

.left-col {
	flex: 2;
}

.curnc {
	width: 300px !important;
	margin: 0;
}

.right-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.left-col h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #111;
}

.left-col img {
	width: 100%;
	max-width: 500px;
	margin-bottom: 25px;
	border-radius: 12px;
}

.info-box {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
}

.info-box span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
}

.info-box h4 {
	font-size: 28px;
	color: #111;
}


.floating-btn {
	position: fixed;
	bottom: 20px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 26px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	text-decoration: none;
	transition: 0.3s ease;
}

.floating-btn:hover {
	transform: scale(1.1);
}

.whatsapp-btn {
	left: 20px;
	background: #25D366;
}

.telegram-btn {
	left: 20px;
	background: #0088cc;
}

.casino-slider .item {
	padding: 10px 0px;
}

.casino-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
}

.casino-card:hover {
	transform: translateY(-5px);
}

.casino-img {
	height: 130px;
	background: #111827;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #ddd;
    border-radius: 10px;
}

.casino-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.casino-content {
	padding: 18px 15px 20px;
}

.rating {
	color: #222;
	font-size: 18px;
	margin-bottom: 15px;
}

.rating span {
	color: #1fa94f;
	margin-right: 5px;
}


.play-btn {
	display: inline-block;
	background: #eaf2ff;
	color: #2d7ef7;
	padding: 12px 35px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 15px;
	transition: 0.3s;
}

.play-btn:hover {
	background: #2d7ef7;
	color: #fff;
}

.review {
	font-size: 14px;
	color: #777;
}

/* arrows */
.owl-nav button {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50% !important;
	background: #fff !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	font-size: 24px !important;
}

.owl-nav .owl-prev {
	left: -20px;
}

.owl-nav .owl-next {
	right: -20px;
}

.owl-nav button:hover {
	background: #2d7ef7 !important;
	color: #fff !important;
}

@media(max-width:992px) {
	.casino-name {
		font-size: 18px;
	}
}


@media(max-width:767px) {
	table {
		border-collapse: collapse;
		display: block;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	}
}

/* =========================
   Single Post Layout
========================= */

.single-post-wrapper {
    padding: 40px 15px;
      max-width: 1220px;
      margin:auto;
}

.single-post-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
     font-family: "Inter", Sans-serif;
}

/* Left Column */
.post-main {
    width: 80%;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Right Sidebar */
.post-sidebar {
    width:20%;
    position: sticky;
    top: 20px;
}


/* Title */
.post-title {
    font-size: 40px !important;
    line-height: 1.3;
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
}

/* Meta */
.post-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* Thumbnail */
.post-thumbnail img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Content */
.post-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* Social Share */
.social-share {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.social-share a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #14125c;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.social-share a:hover {
    background: #000;
    transform: translateY(-2px);
}

/* =========================
   Sidebar CTA Box
========================= */

.cta-box {
    background: #14125c;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.cta-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.cta-box p {
    font-size: 14px;
    margin-bottom: 15px;
}

.cta-btn {
    display: inline-block;
    background: #fff;
    color: #14125c;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}
/* =========================
   Responsive
========================= */

@media (max-width: 992px) {
    .single-post-content {
        flex-direction: column-reverse;
    }
.post-title {
    font-size: 30px !important;
}
    .post-main,
    .post-sidebar {
        width: 100%;
    }

    .post-sidebar {
        position: relative;
        top: auto;
    }
}
/* blog page css */
/* blog page css */
.rg-blog-meta{
    display:flex;
    align-items:center;
    gap:12px;
    margin:18px 0 16px;
    flex-wrap:wrap;
    font-size:14px;
    color:#666;
}

.rg-author{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#222;
    font-weight:600;
    transition:.3s;
}

.rg-author:hover{
    color:#0F4C81; /* Theme color */
}

.rg-author img{
    width:36px;
    height:36px;
    border-radius:50%;
    object-fit:cover;
    display:block;
}

.rg-meta-separator{
    color:#ccc;
    font-size:18px;
    line-height:1;
}

.rg-post-date{
    color:#777;
    font-weight:500;
}
.rg-blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
	font-family: "Inter", Sans-serif;
}

.rg-blog-card{
    border-radius:10px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.rg-blog-image{
    display:block;
}

.rg-blog-image img{
    width:100%;
/*     height:260px; */
    object-fit:cover;
    display:block;
}

.rg-blog-content{
    padding:20px;
}

.rg-blog-content h2{
    font-size:22px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:12px;
}

.rg-blog-content h2 a{
    color:#111;
    text-decoration:none;
}

.rg-blog-content p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:18px;
    color:#666;
}

.rg-read-more{
    display:inline-block;
    text-decoration:none;
    font-weight:600;
}

.rg-pagination{
    margin-top:50px;
    text-align:right;
}

.rg-pagination .page-numbers{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    border:1px solid #ddd;
    border-radius:6px;
    margin-left:6px;
    text-decoration:none;
    color:#111;
}

.rg-pagination .current{
    font-weight:700;
}

@media(max-width:991px){

    .rg-blog-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .rg-blog-grid{
        grid-template-columns:1fr;
    }

    .rg-blog-content h2{
        font-size:20px;
    }

}

/* =========================================================
   GambleAdvisors — Fazeel Imtiaz Author Page
   Single-file template. All selectors are page-scoped.
   ========================================================= */

.ga-fazeel-author {
    --ga-navy: #071b2d;
    --ga-navy-2: #0b2740;
    --ga-navy-3: #12334f;
    --ga-gold: #f4c541;
    --ga-gold-strong: #e6b522;
    --ga-text: #172534;
    --ga-muted: #5f6f7f;
    --ga-border: #dde4ea;
    --ga-soft: #f5f7f9;
    --ga-white: #ffffff;
    --ga-radius-lg: 18px;
    --ga-radius-md: 13px;
    --ga-shadow: 0 12px 32px rgba(7, 27, 45, .08);
    --ga-shadow-hover: 0 18px 38px rgba(7, 27, 45, .12);

    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--ga-white);
    color: var(--ga-text);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.65;
    overflow: hidden;
}

.ga-fazeel-author,
.ga-fazeel-author *,
.ga-fazeel-author *::before,
.ga-fazeel-author *::after {
    box-sizing: border-box;
    font-family: "Inter", Sans-serif;
}

.ga-fazeel-author img {
    max-width: 100%;
}

.ga-fazeel-author a {
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ga-fazeel-author .ga-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

/* ---------- Hero ---------- */
.ga-fazeel-author .ga-author-hero {
    position: relative;
    padding: 58px 0 62px;
    background:
        radial-gradient(circle at 12% 20%, rgba(244, 197, 65, .12), transparent 34%),
        linear-gradient(135deg, #071b2d 0%, #0b2740 58%, #071927 100%);
    color: #fff;
    isolation: isolate;
}

.ga-fazeel-author .ga-author-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to right, #000, transparent 78%);
}

.ga-fazeel-author .ga-author-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--ga-gold), transparent);
    opacity: .9;
}

.ga-fazeel-author .ga-hero-grid {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: clamp(34px, 5vw, 64px);
    align-items: center;
}

.ga-fazeel-author .ga-photo-wrap {
    position: relative;
    width: 230px;
    height: 230px;
    padding: 7px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffe47d, var(--ga-gold-strong));
    box-shadow: 0 22px 50px rgba(0, 0, 0, .30);
}

.ga-fazeel-author .ga-photo-wrap::after {
    content: '';
    position: absolute;
    right: 7px;
    bottom: 22px;
    width: 28px;
    height: 28px;
    border: 4px solid var(--ga-navy);
    border-radius: 50%;
    background: var(--ga-gold);
    box-shadow: 0 0 0 2px rgba(255,255,255,.18);
}

.ga-fazeel-author .ga-author-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border: 4px solid var(--ga-navy);
    border-radius: 50%;
    background: #d9e0e5;
}

.ga-fazeel-author .ga-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
    color: var(--ga-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ga-fazeel-author .ga-eyebrow::before {
    content: '';
    width: 27px;
    height: 3px;
    border-radius: 999px;
    background: var(--ga-gold);
}

.ga-fazeel-author h1,
.ga-fazeel-author h2,
.ga-fazeel-author h3,
.ga-fazeel-author p {
    margin-top: 0;
}

.ga-fazeel-author .ga-author-hero h1 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(40px, 5vw, 58px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.06;
}

.ga-fazeel-author .ga-hero-bio {
    max-width: 790px;
    margin: 0 0 22px;
    color: #d8e1e8;
    font-size: 17px;
    line-height: 1.72;
}

.ga-fazeel-author .ga-profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
}

.ga-fazeel-author .ga-profile-tag {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 5px 11px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    color: #e9eef2;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.3;
}

.ga-fazeel-author .ga-social-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
}

.ga-fazeel-author .ga-social-label {
    margin-right: 3px;
    color: #aebdca;
    font-size: 13px;
    font-weight: 700;
}

.ga-fazeel-author .ga-social-link {
    display: inline-grid;
    place-items: center;
    width: 41px;
    height: 41px;
    border: 1px solid rgba(244,197,65,.42);
    border-radius: 10px;
    background: rgba(255,255,255,.055);
    color: var(--ga-gold);
    text-decoration: none;
}

.ga-fazeel-author .ga-social-link:hover,
.ga-fazeel-author .ga-social-link:focus-visible {
    transform: translateY(-2px);
    border-color: var(--ga-gold);
    background: var(--ga-gold);
    color: var(--ga-navy);
    box-shadow: 0 9px 22px rgba(0,0,0,.18);
    outline: none;
}

.ga-fazeel-author .ga-social-link svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* ---------- Main content ---------- */
.ga-fazeel-author .ga-author-main {
    padding: 48px 0 58px;
    background: #fff;
}

.ga-fazeel-author .ga-section {
    margin-top: 34px;
}

.ga-fazeel-author .ga-section:first-child {
    margin-top: 0;
}

.ga-fazeel-author .ga-section-title {
    margin: 0 0 18px;
    color: var(--ga-text);
    font-size: clamp(25px, 3vw, 32px);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.18;
}

.ga-fazeel-author .ga-section-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 4px;
    margin-top: 10px;
    border-radius: 999px;
    background: var(--ga-gold);
}

.ga-fazeel-author .ga-about-card {
    position: relative;
    padding: clamp(26px, 4vw, 38px);
    overflow: hidden;
    border: 1px solid var(--ga-border);
    border-radius: var(--ga-radius-lg);
    background: #fff;
    box-shadow: var(--ga-shadow);
}

.ga-fazeel-author .ga-about-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: var(--ga-gold);
}

.ga-fazeel-author .ga-about-card p {
    max-width: 1040px;
    margin-bottom: 13px;
    color: var(--ga-muted);
    font-size: 15.5px;
}

.ga-fazeel-author .ga-about-card p:last-child {
    margin-bottom: 0;
}

/* ---------- Expertise ---------- */
.ga-fazeel-author .ga-expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ga-fazeel-author .ga-expertise-card {
    position: relative;
    min-height: 184px;
    padding: 21px 20px;
    overflow: hidden;
    border: 1px solid var(--ga-border);
    border-radius: var(--ga-radius-md);
    background: var(--ga-white);
    box-shadow: 0 8px 22px rgba(7,27,45,.055);
}

.ga-fazeel-author .ga-expertise-card::after {
    content: '';
    position: absolute;
    right: -28px;
    bottom: -28px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(244,197,65,.10);
}

.ga-fazeel-author .ga-expertise-card:hover {
    transform: translateY(-3px);
    border-color: rgba(230,181,34,.55);
    box-shadow: var(--ga-shadow-hover);
}

.ga-fazeel-author .ga-topic-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin: 0 0 15px;
    border: 1px solid rgba(230,181,34,.28);
    border-radius: 11px;
    background: rgba(244,197,65,.16);
    color: var(--ga-navy);
}

.ga-fazeel-author .ga-topic-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ga-fazeel-author .ga-expertise-card h3 {
    margin: 0 0 7px;
    color: var(--ga-text);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.ga-fazeel-author .ga-expertise-card p {
    margin: 0;
    color: var(--ga-muted);
    font-size: 13.8px;
    line-height: 1.55;
}

/* ---------- Trust ---------- */
.ga-fazeel-author .ga-trust-section {
    padding: clamp(25px, 4vw, 34px);
    border: 1px solid rgba(244,197,65,.18);
    border-radius: var(--ga-radius-lg);
    background: linear-gradient(135deg, var(--ga-navy) 0%, var(--ga-navy-2) 100%);
    box-shadow: 0 14px 32px rgba(7,27,45,.12);
}

.ga-fazeel-author .ga-trust-section .ga-section-title {
    margin-bottom: 20px;
    color: #fff;
}

.ga-fazeel-author .ga-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.ga-fazeel-author .ga-trust-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 17px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 12px;
    background: rgba(255,255,255,.055);
}

.ga-fazeel-author .ga-trust-check {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--ga-gold);
    color: var(--ga-navy);
}

.ga-fazeel-author .ga-trust-check svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ga-fazeel-author .ga-trust-item h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.ga-fazeel-author .ga-trust-item p {
    margin: 0;
    color: #c6d2dc;
    font-size: 13.5px;
    line-height: 1.52;
}

/* ---------- Responsible gambling ---------- */
.ga-fazeel-author .ga-responsible-note {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    margin-top: 20px;
    padding: 17px 18px;
    border: 1px solid #dbe3e9;
    border-left: 4px solid var(--ga-gold);
    border-radius: 11px;
    background: var(--ga-soft);
}

.ga-fazeel-author .ga-note-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #fff;
    color: var(--ga-navy);
    box-shadow: 0 4px 12px rgba(7,27,45,.06);
}

.ga-fazeel-author .ga-note-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ga-fazeel-author .ga-responsible-note strong {
    display: block;
    margin-bottom: 2px;
    color: var(--ga-text);
    font-size: 13.5px;
}

.ga-fazeel-author .ga-responsible-note p {
    margin: 0;
    color: var(--ga-muted);
    font-size: 13px;
    line-height: 1.55;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
    .ga-fazeel-author .ga-hero-grid {
        grid-template-columns: 205px minmax(0, 1fr);
        gap: 36px;
    }

    .ga-fazeel-author .ga-photo-wrap {
        width: 195px;
        height: 195px;
    }

    .ga-fazeel-author .ga-expertise-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ga-fazeel-author .ga-trust-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .ga-fazeel-author .ga-container {
        width: min(100% - 28px, 1180px);
    }

    .ga-fazeel-author .ga-author-hero {
        padding: 38px 0 42px;
    }

    .ga-fazeel-author .ga-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .ga-fazeel-author .ga-photo-wrap {
        width: 176px;
        height: 176px;
        margin-inline: auto;
    }

    .ga-fazeel-author .ga-eyebrow,
    .ga-fazeel-author .ga-profile-tags,
    .ga-fazeel-author .ga-social-row {
        justify-content: center;
    }

    .ga-fazeel-author .ga-hero-bio {
        max-width: 620px;
        margin-inline: auto;
        margin-bottom: 20px;
        font-size: 15.5px;
    }

    .ga-fazeel-author .ga-author-hero h1 {
        font-size: clamp(36px, 10vw, 46px);
    }

    .ga-fazeel-author .ga-author-main {
        padding: 32px 0 42px;
    }

    .ga-fazeel-author .ga-section {
        margin-top: 28px;
    }

    .ga-fazeel-author .ga-about-card,
    .ga-fazeel-author .ga-trust-section {
        padding: 22px;
    }
}

@media (max-width: 520px) {
    .ga-fazeel-author .ga-expertise-grid {
        grid-template-columns: 1fr;
    }

    .ga-fazeel-author .ga-expertise-card {
        min-height: 0;
    }

    .ga-fazeel-author .ga-social-label {
        width: 100%;
        margin: 0 0 2px;
        text-align: center;
    }

    .ga-fazeel-author .ga-responsible-note {
        grid-template-columns: 32px minmax(0, 1fr);
        padding: 15px;
    }

    .ga-fazeel-author .ga-note-icon {
        width: 32px;
        height: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ga-fazeel-author a,
    .ga-fazeel-author .ga-expertise-card {
        transition: none;
    }
}


.ga-author-card {
    overflow: hidden;
    background: #0f1c2e;
    border: 1px solid rgba(201, 146, 42, 0.28);
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ga-author-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.ga-author-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.ga-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.4s ease;
}

.ga-author-card:hover .ga-author-image img {
    transform: scale(1.04);
}

.ga-author-content {
    padding: 22px;
    text-align: center;
}

.ga-author-content h3 {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.ga-author-role {
    color: #c9922a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.ga-author-content p {
    color: #d4d9e0;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 auto 18px;
    max-width: 330px;
}

.ga-author-socials {
    display: flex;
    justify-content: center;
    gap: 9px;
}

.ga-author-socials a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 146, 42, 0.5);
    border-radius: 50%;
    color: #c9922a;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.25s ease;
}

.ga-author-socials a:hover {
    background: #c9922a;
    color: #0f1c2e;
    transform: translateY(-3px);
}

/* Tablet */
@media (max-width: 900px) {
    .ga-authors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .ga-authors-section {
        padding: 0 15px;
    }

    .ga-authors-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ga-author-image {
        height: 300px;
    }
}