* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    /* background-color: #000000; */
    background-color: #0d163e !important;

    color: rgb(0, 0, 0);
    line-height: 1.6;
    overflow-x: hidden;
}


body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: #0d163e;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --shadow-primary: 0 20px 40px rgba(255, 95, 21, 0.2);

}

.container-fluid {
    max-width: 1850px !important;
}

:root {
    --primary-orange: #FF5F15;
    --secondary-orange: #FFA802;
    --gradient-primary: linear-gradient(135deg, #FF5F15 0%, #FFA802 100%);
    --gradient-light: linear-gradient(135deg, #fff5f0 0%, #fff9f0 100%);
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --shadow-light: 0 10px 40px rgba(255, 95, 21, 0.1);
    --shadow-hover: 0 20px 60px rgba(255, 95, 21, 0.2);
}

@media (max-width: 900px) {

    .cards-grid {
        position: static;
        transform: none;
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .client-card {
        height: auto;
        text-align: center;
    }

    .client-card img {
        margin: 10px auto;
    }
}

.safety-section {
    /* padding: 3rem 2rem; */
    color: white;
    text-align: center;
}


.safety-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 350px;
    max-width: 1000px;
    margin: 0 auto;
}

.safety-card {
    padding: 1.5rem;
    border-radius: 12px;
    text-align: left;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.safety-card img {
    width: clamp(80px, 15vw, 120px);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.safety-card h3 {
    /* color: #ff6600; */
    font-size: clamp(18px, 3.5vw, 26px);
    margin-bottom: 0.5rem;
    text-align: center !important;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ff5f15 0%, #ffa802 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.safety-card p {
    color: #fff;
    font-size: clamp(14px, 2.5vw, 20px);
    text-align: left;
}



.safety-section {
    /* padding: 3rem 2rem; */
    color: white;
    text-align: center;
}

.safety-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 350px;
    max-width: 1000px;
    margin: 0 auto;
}

.safety-card {
    padding: 1.5rem;
    border-radius: 12px;
    text-align: left;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.safety-card img {
    width: clamp(80px, 15vw, 120px);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.safety-card h3 {
    /* color: #ff6600; */
    font-size: clamp(18px, 3.5vw, 26px);
    margin-bottom: 0.5rem;
    text-align: center !important;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ff5f15 0%, #ffa802 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.safety-card p {
    color: #fff;
    font-size: clamp(14px, 2.5vw, 20px);
    text-align: left;
}



.banner-wrapper img {
    transition: all 0.4s ease;
    filter: brightness(1.05) contrast(1.1);
}

.banner-wrapper img:hover {
    transform: scale(1.01);
    filter: brightness(1.1) contrast(1.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}





.terms-section div[style*="background:#0d163e"] {
    border-radius: 25px;
    background: #0d163e !important;
    border: 2px solid rgba(255, 168, 2, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
}

.terms-section div[style*="background:#0d163e"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 168, 2, 0.08), transparent);
    transition: left 0.6s ease;
}

.terms-section div[style*="background:#0d163e"]:hover::before {
    left: 100%;
}

.terms-section div[style*="background:#0d163e"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 95, 21, 0.2);
    border-color: rgba(255, 168, 2, 0.3);
}


/* footer section  */



footer ul li,
footer ul li a {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
}


.safety-card img {
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Refund Policy Hero Section */
/* .data-policy-section {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
 
   background: linear-gradient(135deg, #0a0f2c 0%, #1a1f3a 50%, #0a0f2c 100%);
  overflow: hidden;
  padding: clamp(80px, 15vw, 100px) 0 clamp(60px, 12vw, 70px);
  margin-top: 4rem;


} */



/* Hero Actions */
.hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    animation: slideInLeft 1.2s ease-out 0.9s both;
}


.hero-btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: var(--transition);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary-orange);
    color: var(--primary-orange);
    transform: translateY(-3px);
    text-decoration: none;
}

.hero-btn-primary {
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow-primary);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.hero-btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    color: white;
    text-decoration: none;
}

.hero-btn-primary:hover::before {
    left: 100%;
}



/* Updated Hero Section - Match Privacy & Terms Height */
.data-policy-section {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0a0f2c 0%, #1a1f3a 50%, #0a0f2c 100%);
    overflow: hidden;
    padding: clamp(80px, 15vw, 100px) 0 clamp(60px, 12vw, 70px);
    margin-top: 5rem;
}

/* Container Spacing */
.data-policy-section .container-fluid {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1850px;
    margin: 0 auto;
    padding: 0 max(40px, 3vw);
}

/* Grid Layout */
.data-policy-section .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
    min-height: 56.5vh;
}

/* Left Content */
.data-policy-section .content {
    position: relative;
    z-index: 3;
    margin-top: 0;
    max-width: 700px;
    width: 100%;
}

/* Right Illustration */
.data-policy-section .image-col {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    max-height: calc(100vh - 200px);
    width: 100%;
    max-width: 700px;
    justify-self: end;
}



/* Animated Canvas Background */
.refund-particles-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}

#refundCanvas {
    width: 100%;
    height: 100%;
}

/* Floating Transaction Icons */
.floating-transaction-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
}

.transaction-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(255, 95, 21, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 95, 21, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--secondary-orange);
    animation: floatTransaction 8s ease-in-out infinite;
}

.icon-1 {
    top: 15%;
    left: 8%;
    animation-delay: 0s;
}

.icon-2 {
    top: 15%;
    right: 10%;
    animation-delay: 2s;
}

.icon-3 {
    bottom: 20%;
    left: 8%;
    animation-delay: 4s;
}

.icon-4 {
    bottom: 20%;
    right: 10%;
    animation-delay: 6s;
}

@keyframes floatTransaction {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

/* Content Styling */
.content {
    position: relative;
    z-index: 5;
    animation: fadeInLeft 1s ease-out;
}

/* Refund Badge */
.refund-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(255, 95, 21, 0.1) !important;
    border: 2px solid rgba(255, 95, 21, 0.3) !important;
    color: var(--secondary-orange) !important;
    padding: 12px 24px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 30px !important;
    backdrop-filter: blur(10px) !important;
    animation: slideInLeft 1s ease-out !important;
}

.refund-badge:hover {
    background: rgba(255, 95, 21, 0.2);
    border-color: var(--primary-orange);
    transform: translateY(-3px);
    box-shadow: var(--shadow-primary);
}

@keyframes pulseBadge {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 95, 21, 0.4);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(255, 95, 21, 0);
    }
}

.refund-badge i {
    font-size: 16px !important;
    animation: pulse 2s infinite !important;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Main Title */
.refund-main-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 750;
    line-height: 1.1;
    color: white;
    margin-bottom: 25px;
    animation: slideInLeft 1.2s ease-out 0.3s both;
}


.highlight-word {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {

    0%,
    100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.3);
    }
}


/* Subtitle */
.refund-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.6 !important;
    margin-bottom: 35px !important;
    animation: slideInLeft 1.2s ease-out 0.6s both !important;
}

/* Key Points */
.refund-key-points {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.key-point {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.point-icon {
    width: 35px;
    height: 35px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.point-icon i {
    font-size: 16px;
    color: white;
}

/* Action Buttons */
.refund-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.refund-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.refund-btn.primary {
    background: var(--gradient-primary);
    color: white;
    box-shadow: 0 10px 30px rgba(255, 95, 21, 0.3);
}

.refund-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 95, 21, 0.4);
    color: white;
}

.refund-btn.secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.refund-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary-orange);
    color: var(--primary-orange);
    transform: translateY(-3px);
}

/* Right Illustration */
.image-col {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refund-illustration {
    position: relative;
    width: 100%;
    max-width: 550px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Money Flow Container */
.money-flow-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet {
    width: 140px;
    height: 140px;
    background: var(--gradient-primary);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 50px rgba(255, 95, 21, 0.4);
    animation: pulse 3s ease-in-out infinite;
    z-index: 2;
}

.wallet i {
    font-size: 60px;
    color: white;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Money Flow Animation */
.money-flow {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
}

.coin {
    position: absolute;
    font-size: 30px;
    color: var(--secondary-orange);
    animation: coinFlow 3s ease-in-out infinite;
}

.coin-1 {
    animation-delay: 0s;
}

.coin-2 {
    animation-delay: 1s;
}

.coin-3 {
    animation-delay: 2s;
}

@keyframes coinFlow {
    0% {
        transform: translateX(-50px) translateY(0) rotate(0deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(150px) translateY(0) rotate(360deg);
        opacity: 0;
    }
}

.refund-arrow {
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    font-size: 50px;
    color: rgba(255, 95, 21, 0.3);
    animation: arrowPulse 2s ease-in-out infinite;
}

@keyframes arrowPulse {

    0%,
    100% {
        transform: translateY(-50%) translateX(0);
    }

    50% {
        transform: translateY(-50%) translateX(-10px);
    }
}

/* Trust Badge */
.refund-trust-badge {
    position: absolute;
    bottom: 30px;
    right: -30px;
    z-index: 5;
}

.badge-inner {
    width: 110px;
    height: 110px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(255, 95, 21, 0.5);
    /* animation: rotateBadge 10s linear infinite; */
}

.badge-inner i {
    font-size: 45px;
    color: white;
    margin-bottom: 5px;
}

.badge-inner span {
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}




/* another one  */
.refund-trust-badge2 {
    position: absolute;
    top: 30px;
    left: -30px;
    z-index: 5;
}

.badge-inner2 {
    width: 110px;
    height: 110px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(255, 95, 21, 0.5);
    /* animation: rotateBadge 10s linear infinite; */
}

.badge-inner2 i {
    font-size: 45px;
    color: white;
    margin-bottom: 5px;
}

.badge-inner2 span {
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

@keyframes rotateBadge {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.credit-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* animation: cardFloat 5s ease-in-out infinite; */
    filter: drop-shadow(0 25px 50px rgba(255, 95, 21, 0.4));
    z-index: 3;
}



/* Responsive */
@media (max-width: 991px) {
    .credit-card svg {
        width: 350px;
        height: 220px;
    }
}

@media (max-width: 768px) {
    .credit-card svg {
        width: 300px;
        height: 190px;
    }
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 10;
}

.scroll-indicator span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.scroll-arrow {
    width: 35px;
    height: 50px;
    border: 2px solid rgba(255, 95, 21, 0.5);
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
}

.scroll-arrow i {
    font-size: 16px;
    color: var(--secondary-orange);
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

/* Animations */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .refund-main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .refund-illustration {
        max-width: 350px;
        height: 350px;
        margin-top: 40px;
    }

    .wallet {
        width: 100px;
        height: 100px;
    }

    .wallet i {
        font-size: 45px;
    }

    .refund-trust-badge {
        width: 90px;
        height: 90px;
    }

    .floating-transaction-icons {
        display: none;
    }
}

@media (max-width: 768px) {
    .refund-actions {
        flex-direction: column;
        width: 100%;
    }

    .refund-btn {
        width: 100%;
        justify-content: center;
    }

    .refund-key-points {
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .data-policy-section {
        padding: 70px 0 50px;
    }

    .refund-illustration {
        max-width: 280px;
        height: 280px;
    }

    .wallet {
        width: 80px;
        height: 80px;
    }

    .wallet i {
        font-size: 35px;
    }
}

/* Enhanced Button (if needed) */
.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 30px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    animation: fadeInUp 1.5s ease-out 0.9s both;
}

.cta-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    color: white;
}


/* Responsive Design */
@media (max-width: 992px) {


    .content {
        margin-bottom: 40px;
    }
}


/* Responsive Adjustments */
@media (max-width: 1024px) {
    .data-policy-section .row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .data-policy-section .content {
        text-align: center;
        order: 2;
        margin-top: 1rem;
        max-width: 100%;
        justify-self: center;
    }

    .data-policy-section .image-col {
        order: 1;
        max-height: none;
        justify-self: center;
    }

    .refund-illustration {
        max-width: 450px;
    }
}

@media (max-width: 768px) {
    .data-policy-section {
        padding: 60px 0;
        min-height: 60vh;
    }

    .data-policy-section .container-fluid {
        padding: 0 20px;
    }

    .data-policy-section .row {
        gap: 20px;
        min-height: auto;
    }

    .data-policy-section .content {
        margin-top: 0.5rem;
    }

    .refund-illustration {
        max-width: 380px;
    }


    .safety-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .safety-card {
        padding: 1.2rem;
    }

    .safety-section h2 {
        font-size: 1.5rem;
    }
}

.safety-section h2 span {
    font-size: clamp(24px, 6vw, 45px) !important;
    line-height: clamp clamp(32px, 30px, 62px) 32px (32px, 8vw, 62px) !important;
}

/* Section Background */
.refund-section {

    padding: 3rem 0;
}

/* Card Container */
.refund-card {
    background-color: #2b2b2b;
    border-radius: 1rem;
    padding: 3rem 2rem;
    position: relative;
    /* Needed for absolute positioning */
    overflow: hidden;
}



/* Mobile screens ke liye padding remove */
@media (max-width: 768px) {
    .refund-card {
        padding: 8px !important;
    }
}

.refund-bg-corner {
    position: absolute;
    top: 0;
    left: -11px;
    width: 180px;
    height: auto;
    z-index: 0;
    opacity: 0.3;
    /* Optional: fade effect */
}

/* Heading Style */
.refund-heading {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 28px;
}

/* Subtext Style */
.refund-text {
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}

/* Icon Size */
.refund-icon {
    width: 167px;
    height: 167px;
    object-fit: contain;
    margin-right: 1rem;
}

/* Vertical Divider */
.refund-divider {
    width: 2px;
    height: 238px;
    background-color: #fd7e14;
    /* Bootstrap orange */
}


/* hover and safety section  */


/* Enhanced Safety Section */
.safety-section {
    /* padding: 4rem 2rem; */
    color: white;
    text-align: center;
    position: relative;
}

.safety-section h2 {
    animation: fadeInUp 1s ease-out;
    /* margin-bottom: 30px; */
    font-size: clamp(24px, 5vw, 34px);

}



.safety-card {
    background: #0d163e !important;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 168, 2, 0.1);
    animation: fadeInUp 0.8s ease-out;
}

.safety-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 95, 21, 0.05), rgba(255, 168, 2, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.safety-card:hover::before {
    opacity: 1;
}

.safety-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(255, 95, 21, 0.3);
    border-color: rgba(255, 168, 2, 0.4);
}

.safety-card img {
    transition: all 0.3s ease;
}

.safety-card:hover img {
    transform: scale(1.1) rotate(5deg);
}

/* Enhanced Policy Section Cards */
.policy-section div[style*="background:#0d163e"] {
    border-radius: 25px;
    background: #0d163e !important;
    border: 2px solid rgba(255, 168, 2, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
}

.policy-section div[style*="background:#0d163e"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 168, 2, 0.08), transparent);
    transition: left 0.6s ease;
}

.policy-section div[style*="background:#0d163e"]:hover::before {
    left: 100%;
}

.policy-section div[style*="background:#0d163e"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 95, 21, 0.2);
    border-color: rgba(255, 168, 2, 0.3);
}

/* Enhanced Banner Images */
.banner-wrapper img {
    transition: all 0.4s ease;
    filter: brightness(1.05) contrast(1.1);
}

.banner-wrapper img:hover {
    /* transform: scale(1.02); */
    filter: brightness(1.1) contrast(1.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}



.client-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.client-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 95, 21, 0.1), rgba(255, 168, 2, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

.client-card:hover::before {
    opacity: 1;
}

.client-card:hover {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
































/* policy secction */






.policy-card {
    border-radius: clamp(15px, 3vw, 25px);
    background: #0d163e !important;
    border: 2px solid rgba(255, 168, 2, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
    padding: clamp(12px, 3vw, 24px);
    margin-bottom: clamp(30px, 6vw, 40px);
    display: flex;
    align-items: center;
    gap: clamp(10px, 3vw, 20px);
    flex-direction: row;
}

/* Mobile First Approach */
@media (max-width: 768px) {
    .policy-card {
        flex-direction: column;
        text-align: center;
        padding: clamp(15px, 4vw, 20px);
        gap: clamp(15px, 4vw, 25px);
    }

    .policy-card.reverse-mobile {
        flex-direction: column;
    }
}

/* Tablet Adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    .policy-card {
        gap: clamp(15px, 2.5vw, 20px);
        padding: clamp(18px, 3.5vw, 22px);
    }
}

/* Animation Effects */
.policy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 168, 2, 0.08), transparent);
    transition: left 0.6s ease;
}

.policy-card:hover::before {
    left: 100%;
}

.policy-card:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 15px 35px rgba(255, 95, 21, 0.2);
    border-color: rgba(255, 168, 2, 0.3);
}


.policy-card:last-child {
    margin-bottom: 0 !important;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Icon Container - RESPONSIVE */
.icon-container {
    border: 3px solid orange;
    border-radius: clamp(15px, 3vw, 25px);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(8px, 2vw, 12px);
}

.icon-container img {
    height: clamp(80px, 15vw, 200px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Content Container - RESPONSIVE */
.content-container {
    flex: 1;
    min-width: 0;
    /* Prevents flex item from overflowing */
}

/* Typography - FULLY RESPONSIVE */
.policy-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(18px, 4.5vw, 35px) !important;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: clamp(24px, 5.5vw, 42px) !important;
    letter-spacing: clamp(-0.5px, -0.2vw, -1.2px);
    text-align: center;
    background: linear-gradient(90deg, #ff5f15 0%, #ffa802 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: clamp(10px, 2vw, 15px);
}

.policy-text {
    text-align: justify;
    font-size: clamp(14px, 3vw, 22px) !important;
    line-height: clamp(20px, 4vw, 32px);
    margin-bottom: clamp(8px, 2vw, 15px);
}

/* Table Styles - FULLY RESPONSIVE */
.policy-table {
    width: 100%;
    font-size: clamp(14px, 3vw, 22px) !important;
    background-color: transparent;
    border-collapse: collapse;
    margin-top: clamp(8px, 2vw, 15px);
}

.policy-table td {
    padding: clamp(6px, 1.5vw, 8px) !important;
    vertical-align: top;
    /* word-break: break-word; */
}

.policy-table .star-cell {
    width: clamp(25px, 5vw, 30px);
    text-align: center;
}

.policy-table .colon-cell {
    width: clamp(15px, 3vw, 20px);
    text-align: center;
    padding: clamp(6px, 1.5vw, 8px) clamp(10px, 2vw, 20px) clamp(6px, 1.5vw, 8px) clamp(6px, 1.5vw, 8px) !important;
}

.policy-table .content-cell {
    text-align: justify;
}

.policy-table strong {
    font-size: clamp(13px, 2.8vw, 20px);
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    background: linear-gradient(90deg, #ff5f15 0%, #ffa802 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-transform: uppercase;
}

.star-icon {
    color: darkorange;
    font-size: clamp(16px, 3vw, 20px);
}

/* Special Mobile Adjustments */
@media (max-width: 480px) {
    .policy-card {
        margin-bottom: clamp(25px, 8vw, 50px);
        border-radius: 15px;
    }

    .policy-title {
        font-size: clamp(16px, 5vw, 24px) !important;
        line-height: clamp(22px, 6vw, 30px) !important;
    }

    .policy-text {
        font-size: clamp(13px, 3.5vw, 18px) !important;
        text-align: left;
    }

    .policy-table {
        font-size: clamp(13px, 3.5vw, 18px) !important;
    }

    .policy-table strong {
        font-size: clamp(12px, 3.2vw, 16px);
    }

    .icon-container {
        border-radius: 15px;
    }

    .icon-container img {
        height: clamp(60px, 20vw, 120px);
    }
}

/* Extra Large Screens */
@media (min-width: 1400px) {
    .policy-section {
        /* max-width: 1200px; */
        margin: 0 auto;
    
    }
}



.banner-wrapper {
    margin: clamp(20px, 4vw, 40px) 0;
}


/* Banner Section - RESPONSIVE */

.banner-wrapper img {
    width: 100%;
    height: auto;
    border-radius: clamp(15px, 3vw, 30px);
    object-fit: cover;
}

/* Utility Classes */
.text-center {
    text-align: center !important;
}

/* .no-break {
  white-space: nowrap;
} */

/* Fix for long words in table cells */
/* .policy-table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
} */

/* Ensure proper spacing on all devices */
.policy-section>div:last-child {
    margin-bottom: 40px;
}