/*==================================================
            PRIVACY BREADCRUMB
==================================================*/

.breadcrumb-section{

    position:relative;

    overflow:hidden;

    padding:90px 0;

    background:
    linear-gradient(
        135deg,
        #F8FBFF 0%,
        #FFFFFF 100%
    );

}

.breadcrumb-section::before{

    content:"";

    position:absolute;

    top:-180px;

    right:-180px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(37,99,235,.06),
        transparent 72%
    );

}

.breadcrumb-section::after{

    content:"";

    position:absolute;

    bottom:-180px;

    left:-180px;

    width:340px;

    height:340px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(34,197,94,.06),
        transparent 72%
    );

}

/*=========================================
            WRAPPER
=========================================*/

.breadcrumb-wrapper{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:1.3fr .7fr;

    gap:60px;

    align-items:center;

}

/*=========================================
            BREADCRUMB
=========================================*/

.breadcrumb-nav{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:12px;

    margin-bottom:25px;

}

.breadcrumb-nav a{

    text-decoration:none;

    color:#64748B;

    font-weight:600;

    transition:.3s;

}

.breadcrumb-nav a:hover{

    color:#2563EB;

}

.breadcrumb-nav span{

    color:#94A3B8;

}

.breadcrumb-nav .active{

    color:#081C3A;

    font-weight:700;

}

/*=========================================
            BADGE
=========================================*/

.page-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 20px;

    border-radius:50px;

    background:#ECFDF5;

    color:#16A34A;

    font-size:14px;

    font-weight:700;

    margin-bottom:25px;

}

.page-badge i{

    color:#16A34A;

}

/*=========================================
            CONTENT
=========================================*/

.breadcrumb-content h1{

    font-size:56px;

    font-weight:800;

    color:#081C3A;

    line-height:1.15;

    margin-bottom:20px;

}

.breadcrumb-content p{

    font-size:17px;

    line-height:1.9;

    color:#64748B;

    max-width:700px;

    margin-bottom:35px;

}

/*=========================================
            HIGHLIGHTS
=========================================*/

.breadcrumb-highlights{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

}

.breadcrumb-highlights span{

    display:flex;

    align-items:center;

    gap:10px;

    padding:12px 18px;

    border-radius:50px;

    background:#ffffff;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 12px 30px rgba(15,23,42,.04);

    color:#334155;

    font-size:14px;

    font-weight:600;

}

.breadcrumb-highlights i{

    color:#16A34A;

}

/*=========================================
            RIGHT CARD
=========================================*/

.privacy-card{

    background:#ffffff;

    border-radius:30px;

    padding:40px;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 30px 70px rgba(15,23,42,.08);

}

.privacy-icon{

    width:90px;

    height:90px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:24px;

    margin-bottom:28px;

    background:

    linear-gradient(
        135deg,
        #16A34A,
        #22C55E
    );

    color:#ffffff;

    font-size:40px;

    box-shadow:

    0 18px 40px rgba(22,163,74,.20);

}

.privacy-card h3{

    font-size:28px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:25px;

}

.privacy-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.privacy-card li{

    display:flex;

    align-items:flex-start;

    gap:14px;

    margin-bottom:18px;

    color:#475569;

    line-height:1.8;

    font-size:15px;

}

.privacy-card li:last-child{

    margin-bottom:0;

}

.privacy-card li i{

    width:30px;

    height:30px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#DCFCE7;

    color:#16A34A;

    font-size:13px;

    flex-shrink:0;

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:1199px){

.breadcrumb-content h1{

font-size:48px;

}

}

@media(max-width:991px){

.breadcrumb-section{

padding:70px 0;

}

.breadcrumb-wrapper{

grid-template-columns:1fr;

gap:40px;

}

.privacy-card{

max-width:600px;

}

}

@media(max-width:767px){

.breadcrumb-section{

padding:60px 0;

}

.breadcrumb-nav{

font-size:14px;

gap:8px;

}

.page-badge{

font-size:12px;

padding:8px 16px;

}

.breadcrumb-content h1{

font-size:34px;

line-height:1.3;

}

.breadcrumb-content p{

font-size:15px;

margin-bottom:25px;

}

.breadcrumb-highlights{

flex-direction:column;

gap:12px;

}

.breadcrumb-highlights span{

width:100%;

justify-content:flex-start;

}

.privacy-card{

padding:28px 22px;

border-radius:22px;

}

.privacy-icon{

width:70px;

height:70px;

font-size:30px;

border-radius:18px;

margin-bottom:20px;

}

.privacy-card h3{

font-size:22px;

margin-bottom:18px;

}

.privacy-card li{

font-size:14px;

gap:12px;

}

.privacy-card li i{

width:26px;

height:26px;

font-size:11px;

}

}/*==================================================
            PREMIUM SECTION TITLE
==================================================*/

.section-title{

    position:relative;

    max-width:900px;

    margin:0 auto 70px;

    text-align:center;

    z-index:2;

}

/*---------------- Badge ----------------*/

.section-title .section-badge{

    position:relative;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:12px 26px;

    margin-bottom:22px;

    border-radius:60px;

    background:rgba(37,99,235,.08);

    border:1px solid rgba(37,99,235,.12);

    color:#2563EB;

    font-size:13px;

    font-weight:700;

    letter-spacing:1.5px;

    text-transform:uppercase;

    overflow:hidden;

}

.section-title .section-badge::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(

        90deg,

        transparent,

        rgba(255,255,255,.65),

        transparent

    );

    transform:translateX(-100%);

    animation:badgeShine 4s linear infinite;

}

@keyframes badgeShine{

    100%{

        transform:translateX(100%);

    }

}

.section-title .section-badge i{

    color:#FF7A1A;

}

/*---------------- Heading ----------------*/

.section-title h2{

    position:relative;

    display:inline-block;

    font-size:52px;

    font-weight:800;

    line-height:1.18;

    color:#081C3A;

    margin-bottom:25px;

}

.section-title h2::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:-14px;

    transform:translateX(-50%);

    width:90px;

    height:5px;

    border-radius:30px;

    background:

    linear-gradient(

        90deg,

        #2563EB,

        #3B82F6,

        #FF7A1A

    );

}

/*---------------- Description ----------------*/

.section-title p{

    max-width:760px;

    margin:0 auto;

    font-size:18px;

    line-height:1.9;

    color:#64748B;

}

/*---------------- Decorative Lines ----------------*/

.section-title::before{

    content:"";

    position:absolute;

    left:50%;

    top:-30px;

    transform:translateX(-50%);

    width:140px;

    height:1px;

    background:

    linear-gradient(

        90deg,

        transparent,

        rgba(37,99,235,.30),

        transparent

    );

}

.section-title::after{

    content:"";

    position:absolute;

    left:50%;

    top:-36px;

    transform:translateX(-50%);

    width:10px;

    height:10px;

    border-radius:50%;

    background:#2563EB;

    box-shadow:

    0 0 0 8px rgba(37,99,235,.08);

}

/*==================================================
            RESPONSIVE
==================================================*/

@media(max-width:1199px){

.section-title h2{

font-size:44px;

}

}

@media(max-width:991px){

.section-title{

margin-bottom:55px;

}

.section-title h2{

font-size:38px;

}

.section-title p{

font-size:16px;

}

}

@media(max-width:767px){

.section-title{

margin-bottom:40px;

}

.section-title .section-badge{

font-size:11px;

letter-spacing:1px;

padding:8px 18px;

}

.section-title h2{

font-size:30px;

line-height:1.3;

}

.section-title h2::after{

width:70px;

height:4px;

}

.section-title p{

font-size:15px;

line-height:1.8;

}

}
/*==================================================
        PRIVACY POLICY CONTENT
==================================================*/

.privacy-content-section{

    position:relative;

    padding:100px 0;

    background:#F8FBFF;

    overflow:hidden;

}

.privacy-content-wrapper{

    max-width:1100px;

    margin:60px auto 0;

}

.privacy-item{

    display:flex;

    gap:35px;

    align-items:flex-start;

    padding:35px;

    margin-bottom:30px;

    background:#ffffff;

    border-radius:25px;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 20px 60px rgba(15,23,42,.05);

    transition:.35s;

}

.privacy-item:last-child{

    margin-bottom:0;

}

.privacy-item:hover{

    transform:translateY(-6px);

    box-shadow:

    0 30px 70px rgba(37,99,235,.10);

}

.privacy-number{

    width:90px;

    height:90px;

    min-width:90px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:24px;

    background:

    linear-gradient(135deg,#2563EB,#3B82F6);

    color:#fff;

    font-size:30px;

    font-weight:800;

    box-shadow:

    0 20px 40px rgba(37,99,235,.18);

}

.privacy-body h3{

    font-size:28px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:18px;

}

.privacy-body p{

    margin:0;

    color:#64748B;

    font-size:16px;

    line-height:1.9;

}

/*==================================================
        PRIVACY RIGHTS
==================================================*/

.privacy-rights-section{

    padding:100px 0;

    background:#ffffff;

}

.rights-card{

    position:relative;

    height:100%;

    padding:35px;

    text-align:center;

    background:#ffffff;

    border-radius:24px;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 20px 60px rgba(15,23,42,.05);

    transition:.35s;

    overflow:hidden;

}

.rights-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:#2563EB;

    transform:scaleX(0);

    transition:.4s;

}

.rights-card:hover::before{

    transform:scaleX(1);

}

.rights-card:hover{

    transform:translateY(-8px);

    box-shadow:

    0 30px 70px rgba(37,99,235,.10);

}

.rights-card i{

    width:80px;

    height:80px;

    margin:0 auto 25px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:22px;

    background:

    linear-gradient(135deg,#2563EB,#3B82F6);

    color:#fff;

    font-size:32px;

    box-shadow:

    0 18px 40px rgba(37,99,235,.18);

}

.rights-card h3{

    font-size:24px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:15px;

}

.rights-card p{

    margin:0;

    color:#64748B;

    line-height:1.8;

    font-size:15px;

}

/*==================================================
        COOKIES POLICY
==================================================*/

.cookies-section{

    padding:100px 0;

    background:

    linear-gradient(

        180deg,

        #F8FBFF,

        #FFFFFF

    );

}

.cookies-section h2{

    font-size:46px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:25px;

}

.cookies-section p{

    color:#64748B;

    line-height:1.9;

    font-size:17px;

}

.cookie-list{

    margin:35px 0 0;

    padding:0;

    list-style:none;

}

.cookie-list li{

    display:flex;

    align-items:center;

    gap:14px;

    margin-bottom:18px;

    font-size:16px;

    color:#334155;

    font-weight:600;

}

.cookie-list li:last-child{

    margin-bottom:0;

}

.cookie-list i{

    color:#16A34A;

    font-size:18px;

}

/*=========================================
        COOKIE CARD
=========================================*/

.cookie-card{

    padding:45px;

    border-radius:30px;

    background:

    linear-gradient(

        135deg,

        #081C3A,

        #0F2C58

    );

    color:#ffffff;

    box-shadow:

    0 30px 70px rgba(15,23,42,.18);

}

.cookie-icon{

    width:90px;

    height:90px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:24px;

    background:

    linear-gradient(

        135deg,

        #F59E0B,

        #FBBF24

    );

    color:#fff;

    font-size:40px;

    margin-bottom:30px;

}

.cookie-card h3{

    font-size:30px;

    font-weight:800;

    margin-bottom:18px;

}

.cookie-card p{

    color:rgba(255,255,255,.85);

    margin-bottom:30px;

}

.cookie-status{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

}

.cookie-status span{

    padding:10px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.10);

    color:#fff;

    font-size:14px;

    font-weight:600;

}

/*==================================================
        RESPONSIVE
==================================================*/

@media(max-width:991px){

.privacy-content-section,

.privacy-rights-section,

.cookies-section{

padding:80px 0;

}

.privacy-item{

flex-direction:column;

gap:25px;

}

.privacy-number{

width:75px;

height:75px;

min-width:75px;

font-size:24px;

}

.cookies-section h2{

font-size:38px;

}

.cookie-card{

margin-top:30px;

}

}

@media(max-width:767px){

.privacy-content-section,

.privacy-rights-section,

.cookies-section{

padding:60px 0;

}

.privacy-item{

padding:25px;

border-radius:20px;

}

.privacy-number{

width:65px;

height:65px;

min-width:65px;

font-size:22px;

border-radius:18px;

}

.privacy-body h3{

font-size:22px;

}

.privacy-body p{

font-size:14px;

}

.rights-card{

padding:28px 22px;

border-radius:20px;

}

.rights-card i{

width:65px;

height:65px;

font-size:26px;

border-radius:18px;

}

.rights-card h3{

font-size:20px;

}

.rights-card p{

font-size:14px;

}

.cookies-section h2{

font-size:30px;

line-height:1.3;

}

.cookies-section p{

font-size:15px;

}

.cookie-list li{

font-size:14px;

}

.cookie-card{

padding:28px 22px;

border-radius:22px;

}

.cookie-icon{

width:70px;

height:70px;

font-size:30px;

border-radius:18px;

margin-bottom:20px;

}

.cookie-card h3{

font-size:24px;

}

.cookie-card p{

font-size:14px;

}

.cookie-status span{

font-size:12px;

padding:8px 14px;

}

}
/*==================================================
            PRIVACY HERO
==================================================*/

.privacy-hero-section{

    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f8fbff 100%
    );

}

.privacy-hero-section::before{

    content:"";

    position:absolute;

    top:-180px;

    left:-180px;

    width:380px;

    height:380px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(37,99,235,.05),
        transparent 72%
    );

}

.privacy-hero-section::after{

    content:"";

    position:absolute;

    bottom:-200px;

    right:-200px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(34,197,94,.05),
        transparent 72%
    );

}

/*==================================================
            SECTION BADGE
==================================================*/

.privacy-hero-section .section-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    margin-bottom:25px;

    border-radius:50px;

    background:#ECFDF5;

    color:#16A34A;

    font-size:14px;

    font-weight:700;

}

.privacy-hero-section .section-badge i{

    color:#16A34A;

}

/*==================================================
            LEFT CONTENT
==================================================*/

.privacy-hero-section h2{

    font-size:48px;

    font-weight:800;

    color:#081C3A;

    line-height:1.2;

    margin-bottom:22px;

}

.privacy-hero-section p{

    font-size:17px;

    line-height:1.9;

    color:#64748B;

    margin-bottom:35px;

}

.privacy-hero-section strong{

    color:#081C3A;

}

/*==================================================
            PRIVACY POINTS
==================================================*/

.privacy-points{

    display:flex;

    flex-direction:column;

    gap:22px;

}

.privacy-point{

    display:flex;

    align-items:flex-start;

    gap:20px;

    padding:25px;

    border-radius:22px;

    background:#ffffff;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 15px 40px rgba(15,23,42,.05);

    transition:.35s;

}

.privacy-point:hover{

    transform:translateY(-6px);

    box-shadow:

    0 25px 60px rgba(37,99,235,.10);

}

.privacy-point i{

    width:65px;

    height:65px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    background:

    linear-gradient(
        135deg,
        #2563EB,
        #3B82F6
    );

    color:#ffffff;

    font-size:26px;

    flex-shrink:0;

    box-shadow:

    0 15px 35px rgba(37,99,235,.18);

}

.privacy-point h4{

    font-size:22px;

    font-weight:700;

    color:#081C3A;

    margin-bottom:10px;

}

.privacy-point p{

    margin:0;

    font-size:15px;

    line-height:1.8;

    color:#64748B;

}

/*==================================================
            SUMMARY CARD
==================================================*/

.privacy-summary-card{

    position:sticky;

    top:120px;

    padding:40px;

    border-radius:30px;

    background:

    linear-gradient(
        135deg,
        #081C3A,
        #0F2C58
    );

    color:#ffffff;

    box-shadow:

    0 30px 70px rgba(15,23,42,.18);

}

.summary-icon{

    width:90px;

    height:90px;

    margin-bottom:28px;

    border-radius:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:

    linear-gradient(
        135deg,
        #22C55E,
        #16A34A
    );

    font-size:40px;

    color:#ffffff;

    box-shadow:

    0 18px 40px rgba(34,197,94,.20);

}

.privacy-summary-card h3{

    font-size:30px;

    font-weight:800;

    margin-bottom:25px;

}

.privacy-summary-card ul{

    list-style:none;

    margin:0;

    padding:0;

}

.privacy-summary-card li{

    display:flex;

    align-items:flex-start;

    gap:14px;

    margin-bottom:18px;

    line-height:1.8;

    color:rgba(255,255,255,.88);

}

.privacy-summary-card li:last-child{

    margin-bottom:0;

}

.privacy-summary-card li i{

    color:#22C55E;

    margin-top:4px;

    flex-shrink:0;

}

.summary-footer{

    margin-top:30px;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.12);

    display:flex;

    align-items:center;

    gap:12px;

    color:rgba(255,255,255,.80);

    font-size:15px;

    font-weight:600;

}

.summary-footer i{

    color:#22C55E;

}

/*==================================================
            RESPONSIVE
==================================================*/

@media(max-width:1199px){

.privacy-hero-section h2{

font-size:42px;

}

}

@media(max-width:991px){

.privacy-hero-section{

padding:80px 0;

}

.privacy-summary-card{

position:relative;

top:auto;

margin-top:20px;

}

}

@media(max-width:767px){

.privacy-hero-section{

padding:60px 0;

}

.privacy-hero-section .section-badge{

font-size:12px;

padding:8px 16px;

}

.privacy-hero-section h2{

font-size:32px;

line-height:1.3;

}

.privacy-hero-section p{

font-size:15px;

margin-bottom:25px;

}

.privacy-point{

padding:20px;

gap:16px;

border-radius:18px;

}

.privacy-point i{

width:55px;

height:55px;

font-size:22px;

border-radius:16px;

}

.privacy-point h4{

font-size:18px;

}

.privacy-point p{

font-size:14px;

}

.privacy-summary-card{

padding:28px 22px;

border-radius:22px;

}

.summary-icon{

width:70px;

height:70px;

font-size:30px;

border-radius:18px;

margin-bottom:20px;

}

.privacy-summary-card h3{

font-size:24px;

}

.privacy-summary-card li{

font-size:14px;

}

.summary-footer{

font-size:14px;

margin-top:22px;

padding-top:18px;

}

}/*==================================================
            DATA SECURITY
==================================================*/

.security-section{

    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:linear-gradient(
        180deg,
        #FFFFFF 0%,
        #F8FBFF 100%
    );

}

.security-section::before{

    content:"";

    position:absolute;

    top:-180px;

    left:-180px;

    width:380px;

    height:380px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(37,99,235,.05),
        transparent 72%
    );

}

.security-section::after{

    content:"";

    position:absolute;

    bottom:-200px;

    right:-200px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(34,197,94,.05),
        transparent 72%
    );

}

/*=========================================
            SECURITY GRID
=========================================*/

.security-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

/*=========================================
            SECURITY CARD
=========================================*/

.security-card{

    position:relative;

    display:flex;

    align-items:flex-start;

    gap:20px;

    padding:30px;

    border-radius:24px;

    background:#ffffff;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 20px 60px rgba(15,23,42,.05);

    transition:.35s;

    overflow:hidden;

}

.security-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:0;

    background:#2563EB;

    transition:.35s;

}

.security-card:hover{

    transform:translateY(-8px);

    box-shadow:

    0 30px 70px rgba(37,99,235,.12);

}

.security-card:hover::before{

    height:100%;

}

/*=========================================
            ICON
=========================================*/

.security-icon{

    width:70px;

    height:70px;

    min-width:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:20px;

    background:

    linear-gradient(

        135deg,

        #2563EB,

        #3B82F6

    );

    color:#ffffff;

    font-size:28px;

    box-shadow:

    0 15px 35px rgba(37,99,235,.18);

}

.security-card:hover .security-icon{

    transform:rotate(-8deg) scale(1.08);

    transition:.35s;

}

/*=========================================
            CONTENT
=========================================*/

.security-content h3{

    font-size:22px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:12px;

}

.security-content p{

    margin:0;

    color:#64748B;

    line-height:1.8;

    font-size:15px;

}

/*=========================================
        SUMMARY CARD
=========================================*/

.security-summary-card{

    position:sticky;

    top:120px;

    padding:45px;

    border-radius:30px;

    background:

    linear-gradient(

        135deg,

        #081C3A,

        #0F2C58

    );

    color:#ffffff;

    box-shadow:

    0 35px 80px rgba(15,23,42,.18);

}

.security-shield{

    width:90px;

    height:90px;

    margin-bottom:28px;

    border-radius:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:

    linear-gradient(

        135deg,

        #16A34A,

        #22C55E

    );

    color:#ffffff;

    font-size:42px;

    box-shadow:

    0 18px 40px rgba(34,197,94,.20);

}

.security-summary-card h3{

    font-size:30px;

    font-weight:800;

    margin-bottom:18px;

}

.security-summary-card>p{

    color:rgba(255,255,255,.82);

    line-height:1.9;

    margin-bottom:30px;

}

/*=========================================
            CHECKLIST
=========================================*/

.security-checklist{

    display:flex;

    flex-direction:column;

    gap:16px;

    margin-bottom:35px;

}

.check-item{

    display:flex;

    align-items:center;

    gap:14px;

    color:#ffffff;

    font-weight:600;

}

.check-item i{

    color:#22C55E;

    font-size:18px;

}

/*=========================================
            NOTE
=========================================*/

.security-note{

    display:flex;

    align-items:flex-start;

    gap:15px;

    padding:22px;

    border-radius:20px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.08);

}

.security-note i{

    color:#FBBF24;

    font-size:20px;

    margin-top:3px;

    flex-shrink:0;

}

.security-note p{

    margin:0;

    color:rgba(255,255,255,.82);

    line-height:1.8;

    font-size:14px;

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:1199px){

.security-summary-card{

padding:35px;

}

}

@media(max-width:991px){

.security-section{

padding:80px 0;

}

.security-grid{

grid-template-columns:1fr;

}

.security-summary-card{

position:relative;

top:auto;

margin-top:20px;

}

}

@media(max-width:767px){

.security-section{

padding:60px 0;

}

.security-card{

padding:22px;

gap:16px;

border-radius:20px;

}

.security-icon{

width:60px;

height:60px;

min-width:60px;

font-size:24px;

border-radius:16px;

}

.security-content h3{

font-size:18px;

}

.security-content p{

font-size:14px;

}

.security-summary-card{

padding:28px 22px;

border-radius:22px;

}

.security-shield{

width:70px;

height:70px;

font-size:30px;

border-radius:18px;

margin-bottom:20px;

}

.security-summary-card h3{

font-size:24px;

}

.security-summary-card>p{

font-size:14px;

}

.check-item{

font-size:14px;

}

.security-note{

padding:18px;

}

.security-note p{

font-size:13px;

}

}/*==================================================
        THIRD PARTY SERVICES
==================================================*/

.third-party-section{

    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #F8FBFF 0%,
        #FFFFFF 100%
    );

}

.third-party-section::before{

    content:"";

    position:absolute;

    top:-180px;

    left:-180px;

    width:380px;

    height:380px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(37,99,235,.05),
        transparent 72%
    );

}

.third-party-section::after{

    content:"";

    position:absolute;

    bottom:-200px;

    right:-200px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(255,122,26,.05),
        transparent 72%
    );

}

/*=========================================
        THIRD PARTY CARD
=========================================*/

.third-party-card{

    position:relative;

    height:100%;

    padding:35px;

    background:#ffffff;

    border-radius:26px;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:

    0 20px 60px rgba(15,23,42,.05);

    transition:.35s;

    overflow:hidden;

}

.third-party-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:

    linear-gradient(

        90deg,

        #2563EB,

        #3B82F6,

        #FF7A1A

    );

    transform:scaleX(0);

    transition:.35s;

    transform-origin:left;

}

.third-party-card:hover{

    transform:translateY(-10px);

    box-shadow:

    0 35px 80px rgba(37,99,235,.12);

}

.third-party-card:hover::before{

    transform:scaleX(1);

}

/*=========================================
            ICON
=========================================*/

.third-party-icon{

    width:80px;

    height:80px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:28px;

    border-radius:22px;

    background:

    linear-gradient(

        135deg,

        #2563EB,

        #3B82F6

    );

    color:#ffffff;

    font-size:32px;

    box-shadow:

    0 18px 40px rgba(37,99,235,.18);

    transition:.35s;

}

.third-party-card:hover .third-party-icon{

    transform:rotate(-8deg) scale(1.08);

}

/*=========================================
            CONTENT
=========================================*/

.third-party-card h3{

    font-size:24px;

    font-weight:800;

    color:#081C3A;

    margin-bottom:16px;

}

.third-party-card p{

    margin:0;

    color:#64748B;

    font-size:15px;

    line-height:1.9;

}

/*=========================================
        INFORMATION NOTE
=========================================*/

.third-party-note{

    margin-top:70px;

    display:flex;

    align-items:flex-start;

    gap:25px;

    padding:40px;

    border-radius:30px;

    background:

    linear-gradient(

        135deg,

        #081C3A,

        #0F2C58

    );

    color:#ffffff;

    box-shadow:

    0 30px 70px rgba(15,23,42,.18);

}

.note-icon{

    width:85px;

    height:85px;

    min-width:85px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:22px;

    background:

    linear-gradient(

        135deg,

        #F59E0B,

        #FBBF24

    );

    color:#ffffff;

    font-size:36px;

    box-shadow:

    0 18px 40px rgba(245,158,11,.20);

}

.note-content{

    flex:1;

}

.note-content h3{

    font-size:28px;

    font-weight:800;

    margin-bottom:18px;

}

.note-content p{

    margin:0;

    color:rgba(255,255,255,.85);

    line-height:1.9;

    font-size:16px;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.third-party-section{

padding:80px 0;

}

.third-party-note{

padding:30px;

gap:20px;

}

.note-icon{

width:70px;

height:70px;

min-width:70px;

font-size:28px;

}

}

@media(max-width:767px){

.third-party-section{

padding:60px 0;

}

.third-party-card{

padding:28px 22px;

border-radius:20px;

}

.third-party-icon{

width:65px;

height:65px;

font-size:26px;

border-radius:18px;

margin-bottom:20px;

}

.third-party-card h3{

font-size:20px;

}

.third-party-card p{

font-size:14px;

}

.third-party-note{

flex-direction:column;

padding:25px 20px;

border-radius:22px;

margin-top:45px;

}

.note-icon{

width:60px;

height:60px;

min-width:60px;

font-size:24px;

border-radius:16px;

}

.note-content h3{

font-size:22px;

}

.note-content p{

font-size:14px;

}

}