/*
Theme Name: aiodl-default Child
Template: aiodl-default
*/

.share-text {
    font-weight: bold;
}
a.btn.btn-social {
    margin: 5px;
    padding: 10px;
}

.row>* {
    padding-right: unset;
    padding-left: unset;
	margin: 5px;
}
.row {
    margin-right:unset;
    margin-left: unset;
}
/* =========================
   PAGE BACKGROUND (MODERN FEEL)
========================= */
body {
  background: radial-gradient(circle at top, #f6f8ff 0%, #f7f7fb 40%, #ffffff 100%);
}

/* =========================
   GRID SPACING (CLEAN LAYOUT)
========================= */
.container .row {
  row-gap: 10px;
}

/* =========================
   BLOG CARD - ULTRA MODERN
========================= */
.container .row > article > .row {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 5px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow:
    0 10px 25px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.7);

  transition: all 0.35s cubic-bezier(.25,.8,.25,1);
}

/* Hover - Premium Lift */
.container .row > article > .row:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow:
    0 22px 55px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

/* =========================
   TOP GLOW BORDER EFFECT
========================= */
.container .row > article > .row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #4f46e5, #06b6d4, #22c55e);
  opacity: 0.9;
}

/* =========================
   IMAGE WRAPPER (PRO LOOK)
========================= */
.container .row > article .col:first-child {
  overflow: hidden;
  border-radius: 16px;
}

/* IMAGE */
.container .row > article img {
  border-radius: 16px !important;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: saturate(1.1) contrast(1.05);
}

/* IMAGE HOVER ZOOM */
.container .row > article > .row:hover img {
  filter: saturate(1.2) contrast(1.1);
}

/* =========================
   DATE (META IMPROVED)
========================= */
.container .row > article .text-muted {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #6b7280 !important;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}

/* =========================
   TITLE (EDITORIAL STYLE)
========================= */
.container .row > article h3 {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* LINK */
.container .row > article h3 a {
  color: #111827;
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease;
}

/* underline animation */
.container .row > article h3 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #4f46e5, #06b6d4);
  transition: width 0.3s ease;
}

.container .row > article h3 a:hover::after {
  width: 100%;
}

.container .row > article h3 a:hover {
  color: #4f46e5;
}

/* =========================
   FLOATING READ EFFECT
========================= */
.container .row > article > .row::after {
  content: "Read →";
  position: absolute;
  bottom: 12px;
  right: 14px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(79,70,229,0.8);
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.3s ease;
}

.container .row > article > .row:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   CATEGORY BADGE (READY SYSTEM)
========================= */
.blog-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(79,70,229,0.1), rgba(6,182,212,0.1));
  color: #4f46e5;
  margin-bottom: 8px;
}

/* =========================
   RESPONSIVE OPTIMIZATION
========================= */
@media (max-width: 768px) {
  .container .row > article > .row {
    padding: 12px;
  }

  .container .row > article h3 {
    font-size: 15px;
  }
}

/* =========================
   HEADER WRAPPER (CLEAN SPACING)
========================= */
.max-w-3xl.mx-auto.mb-16.text-center {
  margin: 0px !important;
  padding: 0 15px;
}

/* =========================
   TITLE (MINIMAL PREMIUM STYLE)
========================= */
.max-w-3xl.mx-auto.mb-16.text-center h2 {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.5px;
  margin: 0;
  position: relative;
  display: inline-block;
}

/* =========================
   SIMPLE UNDERLINE (NO ANIMATION)
========================= */
.max-w-3xl.mx-auto.mb-16.text-center h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #4f46e5, #06b6d4);
  opacity: 0.9;
}

/* =========================
   SUB TEXT SUPPORT (OPTIONAL)
========================= */
.max-w-3xl.mx-auto.mb-16.text-center p {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
}
.max-w-3xl {
  max-width: unset;
}
/* =========================
   MOBILE CLEAN FIX
========================= */
@media (max-width: 768px) {
  .max-w-3xl.mx-auto.mb-16.text-center h2 {
    font-size: 24px;
  }
}

/* ==========================
   FEATURES SECTION
========================== */

.features-section {
    position: relative;
    padding: 80px 0;
}

.features-section .col-lg-4 {
    margin-bottom: 25px;
}

/* Feature Card */
.features-section .d-flex {
    position: relative;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow:
        0 10px 30px rgba(0,0,0,.06);
    transition: all .35s ease;
}
.col-lg-4 {
	flex: 0 0 auto;
	width: 32%;
}
/* Gradient Border Effect */
.features-section .d-flex::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 24px;

    background: linear-gradient(
        135deg,
        #4f46e5,
        #06b6d4,
        #22c55e
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
            mask-composite: exclude;

    opacity: 0;
    transition: .35s;
}

.features-section .d-flex:hover::before {
    opacity: 1;
}

/* Hover */
.features-section .d-flex:hover {
    transform: translateY(-10px);
    box-shadow:
        0 20px 50px rgba(0,0,0,.12);
}

/* Icon Circle */
.features-section span.rounded-circle {
    width: 70px !important;
    height: 70px !important;
    margin-bottom: 25px;
    position: relative;
	font-size: 30px;
}

/* Glow Effect */
.features-section span.rounded-circle::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    opacity: .15;
    background: inherit;
    filter: blur(15px);
}

/* Titles */
.features-section h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px !important;
}

/* Description */
.features-section p {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Card Number */
.features-section .d-flex::after {
    content: "01";
    position: absolute;
	top: 10px;
    right: 25px;
    font-size: 60px;
    font-weight: 900;
    color: rgb(0 0 0 / 23%);
}

.features-section .col-lg-4:nth-child(2) .d-flex::after {
    content: "02";
}

.features-section .col-lg-4:nth-child(3) .d-flex::after {
    content: "03";
}

/* Main Box */
.bg-light.rounded {
    background: #fff !important;
    border-radius: 24px !important;
    padding: 20px !important;

    border: 1px solid rgba(0,0,0,.06);

    box-shadow:
        0 10px 30px rgba(0,0,0,.06);

    position: relative;
    overflow: hidden;
}

/* Gradient top line */
.bg-light.rounded::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 5px;

    background: linear-gradient(
        90deg,
        #4F46E6,
        #06B6D4,
        #22C55E
    );
}

/* Remove bootstrap border */
.bg-light.rounded .border-bottom {
    border-bottom: none !important;
}

/* Step Item */
.bg-light.rounded .py-8 {
    position: relative;
    padding: 25px 0 !important;
}

/* Vertical timeline line */
.bg-light.rounded .py-8:not(:last-child)::after {
    content: "";
    position: absolute;

    left: 23px;
    top: 72px;

    width: 2px;
    height: calc(100% - 20px);

    background: linear-gradient(
        to bottom,
        #4F46E6,
        #06B6D4
    );
}

/* Step Circle */
.bg-light.rounded span.rounded-circle {
    width: 52px !important;
    height: 52px !important;

    font-size: 18px;
    font-weight: 700;

    box-shadow:
        0 10px 20px rgba(0,0,0,.15);

    transition: .3s;
}

/* Hover */
.bg-light.rounded .py-8:hover span.rounded-circle {
    transform: scale(1.1);
}

/* Text */
.bg-light.rounded p {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #111827;
    line-height: 1.6;
}

/* Hover card effect */
.bg-light.rounded .py-8 {
    border-radius: 16px;
    transition: .3s;
}

.bg-light.rounded .py-8:hover {
    background: rgba(79,70,229,.04);
    padding-left: 10px !important;
}

/* Mobile */
@media (max-width:768px){

    .bg-light.rounded {
        padding: 15px !important;
    }

    .bg-light.rounded p {
        font-size: 15px;
    }

}

/* CTA Column */
.col-lg-6.mb-12.mb-lg-0 {
    position: relative;
    padding: 40px;
    border-radius: 28px;

    background: linear-gradient(
        135deg,
        #ffffff,
        #f8fafc
    );

    border: 1px solid rgba(0,0,0,.06);

    box-shadow:
        0 15px 40px rgba(0,0,0,.08);

    overflow: hidden;
}

/* Background Glow */
.col-lg-6.mb-12.mb-lg-0::before {
    content: "";
    position: absolute;

    width: 300px;
    height: 300px;

    top: -120px;
    right: -120px;

    border-radius: 50%;

    background: radial-gradient(
        rgba(79,70,229,.15),
        transparent 70%
    );
    pointer-events: none;
}

/* Badge */
.col-lg-6.mb-12.mb-lg-0 .small.text-info {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(79,70,229,.08);
    color: #4F46E6 !important;
    font-size: 13px;
    font-weight: 700 !important;
    letter-spacing: .5px;
    text-transform: uppercase;
}

/* Main Heading */
.col-lg-6.mb-12.mb-lg-0 h2 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    color: #111827;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* Description */
.col-lg-6.mb-12.mb-lg-0 .lead {
    font-size: 1.15rem;
    color: #6b7280;
    max-width: 500px;
    line-height: 1.8;
}

/* Button */
.col-lg-6.mb-12.mb-lg-0 .btn-primary {
    border: none;
    padding: 14px 30px;
    border-radius: 14px;
    font-weight: 700;
    background: linear-gradient(
        135deg,
        #4F46E6,
        #06B6D4
    );
    box-shadow:
        0 10px 25px rgba(79,70,229,.25);
    transition: .3s;
}

/* Button Hover */
.col-lg-6.mb-12.mb-lg-0 .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow:
        0 15px 35px rgba(79,70,229,.35);
}

/* Mobile */
@media (max-width:768px){
    .col-lg-6.mb-12.mb-lg-0{
        padding:30px 25px;
    }
    .col-lg-6.mb-12.mb-lg-0 h2{
        font-size:2rem;
    }
    .col-lg-6.mb-12.mb-lg-0 .lead{
        font-size:1rem;
    }
}
/* ==========================
   HERO SECTION
========================== */

.mw-4xl.mx-auto.mt-24.mb-24.text-center {
    position: relative;
    max-width: 100%;
    margin: 100px auto !important;
    padding: 60px 30px;
    border-radius: 32px;
    background: linear-gradient(182deg, #000000, #607D8B) );
    backdrop-filter: blur(20px);
    box-shadow:
        0 25px 80px rgba(0,0,0,.08);
    overflow: hidden;
}

/* Floating Glow 1 */
.mw-4xl.mx-auto.mt-24.mb-24.text-center::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    top:-120px;
    left:-120px;
    border-radius:50%;
    background:
        radial-gradient(
            rgba(79,70,229,.18),
            transparent 70%
        );
}

/* Floating Glow 2 */
.mw-4xl.mx-auto.mt-24.mb-24.text-center::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    bottom:-120px;
    right:-120px;
    border-radius:50%;
    background:
        radial-gradient(
            rgba(6,182,212,.18),
            transparent 70%
        );
}

/* ==========================
   TITLE
========================== */

.mw-4xl h1{
    font-size:4rem;
    font-weight:900;
    line-height:1.1;
    margin-bottom:20px !important;
    color:#111827;
}

/* Gradient Text */
.mw-4xl h1{
    background:linear-gradient(
        90deg,
        #4F46E6,
        #06B6D4
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================
   SUBTITLE
========================== */

.mw-4xl p{
    font-size:1.25rem !important;
    color:#6b7280 !important;
    max-width:650px;
    margin:auto auto 35px !important;
    line-height:1.8;
}

/* ==========================
   INPUT AREA
========================== */

#download-form{
    background:#fff;
    border-radius:10px;
    padding:5px;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0,.06);
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#url{
    height:50px;
    border:none !important;
    box-shadow:none !important;
    font-size:18px;
    border-radius:14px !important;
}

#url::placeholder{
    color:#9ca3af;
}

/* Focus Effect */

#url:focus{
    background:#f8fafc;
}

/* ==========================
   BUTTONS
========================== */

#downloadBtn{
    min-width:150px;
    height:50px;
    border:none !important;
    border-radius:10px;
    font-size:18px;
    font-weight:700;
    background:
        linear-gradient(135deg, #4F46E6, #06B6D4);
    box-shadow:
        0 12px 30px rgba(79,70,229,.30);
    transition:.3s;
}

#downloadBtn:hover{
    transform:translateY(-3px);
    box-shadow:
        0 20px 40px rgba(79,70,229,.40);
}

/* Paste Button */

#pasteBtn{
    min-width:150px;
    height:50px;
    border:none;
    border-radius:16px;
    font-weight:600;
    background:#d5d5d5;
    color:#374151;
    transition:.3s;
}

#pasteBtn:hover{
    background:#e5e7eb;
}

/* ==========================
   TRUST BADGES
========================== */

.hero-trust{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    margin-top:30px;
}

.hero-trust span{
    padding:10px 18px;
    background:#fff;
    border-radius:999px;
    font-size:14px;
    font-weight:600;
    box-shadow:
        0 5px 15px rgba(0,0,0,.05);
}

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

@media(max-width:768px){
    .mw-4xl{
        padding:35px 20px !important;
    }
    .mw-4xl h1{
        font-size:2.5rem;
    }
    .mw-4xl p{
        font-size:1rem !important;
    }
    #downloadBtn,
    #pasteBtn{
        width:100%;
        margin-right:0 !important;
    }
}













