.elementor-4950 .elementor-element.elementor-element-3e07ddb{width:100%;max-width:100%;}.elementor-4950 .elementor-element.elementor-element-3ee3a03{text-align:left;}.elementor-4950 .elementor-element.elementor-element-3ee3a03 img{opacity:1;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );border-style:none;}.elementor-4950 .elementor-element.elementor-element-3ee3a03:hover img{opacity:1;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-4950 .elementor-element.elementor-element-03c0964{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4950 .elementor-element.elementor-element-03c0964 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4950 .elementor-element.elementor-element-beb3721 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:100px;}.elementor-4950 .elementor-element.elementor-element-beb3721 > .elementor-element-populated{padding:-20px -20px -20px -20px;}.elementor-4950 .elementor-element.elementor-element-6004391{text-align:center;width:100%;max-width:100%;z-index:0;}.elementor-4950 .elementor-element.elementor-element-6004391 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-4950 .elementor-element.elementor-element-51341d5{--spacer-size:148px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4950 .elementor-element.elementor-element-e67b945{width:100%;}.elementor-4950 .elementor-element.elementor-element-beb3721{width:100%;}.elementor-4950 .elementor-element.elementor-element-8c161b6{width:100%;}}/* Start custom CSS for html, class: .elementor-element-3e07ddb *//* ---------------------------------------------------
   AI STUDIO — HERO SECTION CLEAN CSS
---------------------------------------------------- */

/* HERO BG */
.ai-hero {
  background: #071739;
  padding: 100px 0;
  width: 100% !important;
}

/* CONTAINER */
.ai-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

/* LEFT SIDE — TITLE */
.ai-hero-left h1 {
  font-size: 64px;
  font-weight: 800;
  color: #c9a233 !important; /* deep premium gold */
  margin-bottom: 20px;
}

/* LEFT SIDE — SUBTITLE */
.ai-hero-subtitle {
  font-size: 22px;
  color: #e0c378; /* lighter gold */
  margin-bottom: 30px;
}

/* ---------------------------------------------------
   RIGHT SIDE — GOLD INFO BOX
---------------------------------------------------- */
.ai-hero-right {
  width: 100%;
  padding: 50px;
  border-radius: 20px;

  /* Metallic Gold Gradient */
  background: linear-gradient(135deg, #e0b44c 0%, #f5d67b 40%, #d4af37 100%) !important;

  /* Remove previous transparent style */
  border: none !important;
  backdrop-filter: none !important;

  /* Shadow for premium feel */
  box-shadow: 0 8px 24px rgba(10, 22, 51, 0.25);
}

/* RIGHT SIDE — FORCE NAVY TEXT ONLY INSIDE BOX */
.ai-hero-right *,
.ai-hero-right h2,
.ai-hero-right h3,
.ai-hero-right h4,
.ai-hero-right p,
.ai-hero-right span,
.ai-hero-right div,
.ai-hero-right a {
  color: #0a1633 !important; /* deep navy */
}

/* Paragraph opacity for better readability */
.ai-hero-right p {
  opacity: 0.9;
}

/* Remove backgrounds on stat cards */
.ai-hero-right .stat-card {
  background: transparent !important;
  border: none !important;
}

/* LEFT SIDE — FIX PARAGRAPH TEXT VISIBILITY */
.ai-hero-left p,
.ai-hero-left div,
.ai-hero-left span,
.ai-hero-left a {
    color: #e0c378 !important;   /* readable light gold */
}

/* --------------------------- */
/* MOBILE RESPONSIVENESS FIXES */
/* --------------------------- */

@media (max-width: 768px) {

    /* Stack hero content vertically */
    .ai-hero-container {
        grid-template-columns: 1fr !important;
        padding: 0 20px !important;
        gap: 40px !important;
    }

    /* Reduce hero heading sizes */
    .ai-hero-left h1 {
        font-size: 38px !important;
        line-height: 1.2 !important;
        text-align: left !important;
    }

    .ai-hero-subtitle {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    /* Gold box full width on mobile */
    .ai-hero-right {
        padding: 30px !important;
        margin-top: 10px !important;
        border-radius: 16px !important;
    }

    /* Text inside gold box */
    .ai-hero-right h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }

    .ai-hero-right h3 {
        font-size: 20px !important;
    }

    /* Reduce spacing between stats */
    .ai-hero-stats {
        gap: 12px !important;
    }

    /* Mobile text alignment */
    .ai-hero-left,
    .ai-hero-right {
        text-align: left !important;
    }

    /* FIX Video Section - grid items too wide */
    .elementor-widget-video,
    .video-card,
    .video-item {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Make video thumbnails responsive */
    .video-item img,
    .video-card img {
        width: 100% !important;
        height: auto !important;
        border-radius: 12px !important;
    }

    /* Fix the horizontal video scrolling section */
    .video-strip {
        display: flex !important;
        overflow-x: auto !important;
        gap: 18px !important;
        padding-bottom: 10px !important;
        scroll-snap-type: x mandatory !important;
    }

    .video-strip .video-thumb {
        flex: 0 0 140px !important; /* perfect mobile width */
        scroll-snap-align: start !important;
    }
}

/* Fix spacing on extra small screens (Phones < 480px) */
@media (max-width: 480px) {
    .ai-hero-left h1 {
        font-size: 32px !important;
    }
    .ai-hero-subtitle {
        font-size: 16px !important;
    }
}

/* ========================= */
/* HERO SEO TEXT */
/* ========================= */
.ai-hero-seo {
  max-width: 600px;
  margin-top: 15px;
}

.ai-hero-seo p {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.6;
}

/* ========================= */
/* HERO LINKS FIX */
/* ========================= */
.ai-hero a {
  color: inherit !important;
  font-weight: 600;
  text-decoration: none;
}

.ai-hero a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-892e35d *//* ===========================
   AI STUDIO — VIDEO SECTIONS
   =========================== */

/* Section Heading */
.ai-section-title {
    text-align: left;
    margin-bottom: 40px;
}
.ai-section-title h2 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}
.ai-section-title p {
    color: #d4af37;
    font-size: 18px;
    margin-top: 10px;
}

/* 3-Column Video Grid */
.ai-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

/* Video Card */
.ai-video-card {
    background: #0d183a;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(212, 175, 55, 0.2);
}
.ai-video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

/* Thumbnail */
.ai-video-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Meta */
.ai-video-meta {
    padding: 18px;
}
.ai-video-meta h4 {
    color: #ffffff;
    font-size: 20px;
    margin: 0 0 5px;
}
.ai-video-meta p {
    margin: 0;
    color: #d4af37;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 1024px) {
    .ai-video-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .ai-video-grid {
        grid-template-columns: 1fr;
    }
}

/* Enhanced H2-style section heading */
.ai-section-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #0a1633; /* Navy Blue */
    margin: 50px auto 35px;
    max-width: 1000px;
    line-height: 1.3;
}

/* ========================= */
/* VIDEO SECTION FIX */
/* ========================= */

/* GRID */
.ai-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto 60px;
}

/* CARD */
.ai-video-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* IMAGE */
.ai-video-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* TEXT */
.ai-video-meta {
    padding: 16px;
}

.ai-video-meta h4 {
    font-size: 16px;
    color: #0A1D5A;
    margin-bottom: 6px;
    font-weight: 700;
}

.ai-video-meta p {
    font-size: 14px;
    color: #666;
}

/* HOVER */
.ai-video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ========================= */
/* RESPONSIVE FIX */
/* ========================= */

/* TABLET */
@media (max-width: 1024px) {
    .ai-video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE (CRITICAL FIX) */
@media (max-width: 768px) {
    .ai-video-grid {
        grid-template-columns: 1fr; /* ✅ THIS FIXES YOUR ISSUE */
        gap: 25px;
    }

    .ai-video-thumb img {
        height: 200px;
    }

    .ai-section-heading {
        font-size: 22px;
        line-height: 1.4;
        padding: 0 10px;
    }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-3ee3a03 *//* === AVANGELS TECH FOOTER — STABLE PRODUCTION VERSION === */

/* FOOTER BACKGROUND */
section[data-id="7fd288d"] {
  background-color: #0a1633 !important;
  color: #d4af37 !important;
  padding: 60px 0 !important;
}

/* LOGO IMAGE FILTER TO GOLD */
section[data-id="7fd288d"] img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(37%) saturate(743%) hue-rotate(4deg) brightness(92%) contrast(90%) !important;
  transition: all 0.5s ease-in-out !important;
}
section[data-id="7fd288d"] img:hover {
  filter: brightness(1.1) drop-shadow(0 0 8px rgba(212, 175, 55, 0.6)) !important;
}

/* HEADINGS */
section[data-id="7fd288d"] h4,
section[data-id="7fd288d"] h3 {
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

/* TEXT & LINKS */
section[data-id="7fd288d"] a,
section[data-id="7fd288d"] p,
section[data-id="7fd288d"] span,
section[data-id="7fd288d"] li {
  color: #d4af37 !important;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  transition: color 0.3s ease-in-out !important;
}

/* HOVER EFFECTS */
section[data-id="7fd288d"] a:hover,
section[data-id="7fd288d"] p:hover,
section[data-id="7fd288d"] span:hover {
  color: #f5d67b !important;
}

/* ICONS BASE STYLE */
section[data-id="7fd288d"] i,
section[data-id="7fd288d"] svg {
  color: #d4af37 !important;
  fill: #d4af37 !important;
  transition: transform 0.3s ease, color 0.3s ease-in-out !important;
}
section[data-id="7fd288d"] i:hover,
section[data-id="7fd288d"] svg:hover {
  color: #f5d67b !important;
  fill: #f5d67b !important;
  transform: scale(1.15) !important;
}

/* === EMAIL ICON FIX — TARGET DEEP SVG PATH RELIABLY === */

/* Hide only the @ SVG inside the email widget */
section[data-id="7fd288d"] .elementor-element[data-id="690128d"] .elementor-icon-wrapper svg {
  display: none !important;
}

/* Inject gold envelope before the email text */
section[data-id="7fd288d"] .elementor-element[data-id="690128d"] .elementor-widget-container::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23d4af37" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><rect width="20" height="16" x="2" y="4" rx="2" ry="2"/><path d="M22 6 12 13 2 6"/></svg>') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.3s ease, filter 0.3s ease;
  position: relative;
  top: 3px;
}

/* Hover glow effect */
section[data-id="7fd288d"] .elementor-element[data-id="690128d"]:hover .elementor-widget-container::before {
  transform: scale(1.15);
  filter: drop-shadow(0 0 4px rgba(212, 175, 55, 0.7));
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2dd50ec *//* === SECTION 3 — SHORTS GRID (FINAL CLEAN VERSION) === */

.ai-shorts-section {
    text-align: center;
    padding: 80px 20px;
    background: #ffffff;
}

/* SECTION TITLE */
.ai-section-title {
    font-size: 28px;
    font-weight: 800;
    color: #0a1633;
    margin-bottom: 50px;
    margin-top: 10px;
    letter-spacing: 0.6px;
    text-align: center;
    line-height: 1.4;
}

/* GRID (DESKTOP) */
.ai-shorts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* ✅ FIXED */
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

/* CARD */
.ai-short-card {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* IMAGE (REEL STYLE) */
.ai-short-card img {
    width: 100%;
    height: 420px; /* ✅ Consistent vertical size */
    object-fit: cover;
    border-radius: 16px;
}

/* TITLE */
.short-title {
    font-size: 16px;
    color: #0a1633;
    margin-top: 12px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 10px 12px;
}

/* HOVER */
.ai-short-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

/* TABLET */
@media (max-width: 1024px) {
    .ai-shorts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE (CRITICAL FIX) */
@media (max-width: 768px) {
    .ai-shorts-grid {
        grid-template-columns: 1fr; /* ✅ FULL WIDTH */
        gap: 25px;
    }

    .ai-short-card img {
        height: 380px;
    }

    .ai-section-title {
        font-size: 22px;
        margin-bottom: 35px;
    }
}

/* ========================= */
/* FIX: SHORTS MOBILE BREAK */
/* ========================= */

.ai-shorts-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
}

/* FORCE FULL WIDTH CARDS */
.ai-short-card {
    width: 100% !important;
    max-width: none !important;
}

/* FIX IMAGE COLLAPSE */
.ai-short-card img {
    width: 100% !important;
    height: 420px !important;
    object-fit: cover !important;
    border-radius: 16px;
}

/* ========================= */
/* MOBILE FIX */
/* ========================= */

@media (max-width: 768px) {
    .ai-shorts-grid {
        grid-template-columns: 1fr !important; /* ✅ KEY FIX */
    }

    .ai-short-card img {
        height: 380px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e27fc4 *//* Section Wrapper */
.ai-section {
  padding: 60px 0;
  background: #ffffff;
  text-align: center;
}

/* Section Title */
.ai-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #0a1633; /* Navy Blue */
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Video Grid */
.ai-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
  padding: 0 40px;
}

/* Video Card */
.ai-video-card {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #0a1633;
  background: #fff;
  box-shadow: 0 8px 15px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Thumbnails */
.ai-video-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* Info Area */
.ai-video-info {
  padding: 15px;
  text-align: left;
}

.ai-video-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #0a1633;
  margin-bottom: 5px;
}

.ai-video-card p {
  font-size: 13px;
  color: #444;
}

/* Hover */
.ai-video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.12);
}

.ai-section-heading {
  font-size: 26px;
  font-weight: 800;
  color: #0a1633;
  margin-bottom: 45px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6424a5b *//* Section Wrapper */
.ai-section {
    padding: 60px 0;
    text-align: center;
}

/* Section Heading (same as Sections 2–4) */
.ai-section-heading {
    font-size: 22px;
    font-weight: 700;
    color: #0a1633;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

/* Shorts Grid Layout */
.ai-shorts-grid {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: nowrap;
    padding: 0 40px;
}

/* Short Card */
.ai-short-card {
    width: 170px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ai-short-card img {
    width: 170px;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.ai-short-title {
    font-size: 14px;
    font-weight: 600;
    color: #0a1633;
    margin-top: 10px;
    text-align: center;
    line-height: 1.3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb9c239 *//* Shorts Grid */
.ai-shorts-grid {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-top: 20px;
}

/* Short Card */
.ai-short-card {
    width: 170px;
    text-decoration: none;
    text-align: center;
    color: #0a1633;
    transition: transform 0.25s ease;
}

.ai-short-card:hover {
    transform: translateY(-4px);
}

/* Thumbnail */
.ai-short-card img {
    width: 170px;
    height: 300px;
    border-radius: 8px;
    object-fit: cover;
}

/* Caption */
.ai-short-caption {
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-6004391 */.elementor-4950 .elementor-element.elementor-element-6004391 {
    background: linear-gradient(90deg, #F3E4C3 0%, #C59B4E 50%, #FFFFF 100%);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db61703 *//* Videos Grid */
.ai-videos-grid {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 20px;
}

/* Video Card */
.ai-video-card {
    width: 330px;
    text-decoration: none;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s ease;
}

.ai-video-card:hover {
    transform: translateY(-4px);
}

/* Thumbnail */
.ai-video-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

/* Text Meta */
.ai-video-meta {
    padding: 16px 18px;
    text-align: left;
}

.ai-video-title {
    font-size: 16px;
    font-weight: 700;
    color: #0a1633;
    margin-bottom: 6px;
}

.ai-video-desc {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

/* ========================= */
/* SECTION 6 – VIDEO GRID FIX */
/* ========================= */

.ai-videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

/* CARD */
.ai-videos-grid .ai-video-card {
    display: block;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* IMAGE */
.ai-videos-grid .ai-video-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* TEXT */
.ai-videos-grid .ai-video-meta {
    padding: 16px;
}

.ai-videos-grid .ai-video-title {
    font-size: 16px;
    font-weight: 700;
    color: #0A1D5A;
    margin-bottom: 6px;
}

.ai-videos-grid .ai-video-desc {
    font-size: 14px;
    color: #666;
}

/* HOVER */
.ai-videos-grid .ai-video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

/* TABLET */
@media (max-width: 1024px) {
    .ai-videos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE (CRITICAL FIX) */
@media (max-width: 768px) {
    .ai-videos-grid {
        grid-template-columns: 1fr; /* ✅ FIX */
        gap: 25px;
    }

    .ai-videos-grid .ai-video-card img {
        height: 200px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce792b1 *//* Final CTA Section - Full width */
.ai-final-cta {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    background: #0a1633;
    padding: 80px 20px;
    text-align: center;
    color: #ffffff;
}

.ai-final-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #e0b44c !important;
}


.ai-final-subtext {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 40px;
    opacity: 0.9;
    text-align: center;
    color: #ffffff; /* Add this */
}

/* FIX LINKS INSIDE CTA SUBTEXT */
.ai-final-subtext a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
}

/* HOVER (SUBTLE, NO GOLD / NO RED) */
.ai-final-subtext a:hover {
    color: #ffffff !important;
    opacity: 0.8;
}


/* Buttons */
.ai-final-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.ai-btn-primary,
.ai-btn-secondary {
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s;
}

/* Gold Main Button */
.ai-btn-primary {
    background: #e0b44c;
    color: #0A1D5A !important;
}

.ai-btn-primary:hover {
    background: #f0c864;
}

/* Gold Outline Button */
.ai-btn-secondary {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;

    color: #ffffff !important;              /* ✅ FORCE WHITE TEXT */
    border: 2px solid #D4AF37 !important; /* slightly brighter gold */
    background: transparent !important;

    transition: all 0.3s ease;
}

/* HOVER */
.ai-btn-secondary:hover {
    background: #C9A55C !important;
    color: #0A1D5A !important;              /* NAVY TEXT */
}/* End custom CSS */