/* Start custom CSS for html, class: .elementor-element-a6a5591 */.crt-policy-page{
    background:#F7F2EA;
    padding:100px 0;
    font-family:'Poppins',sans-serif;
    color:#2B2B2B;
}

.crt-policy-container{
    width:min(1100px,92%);
    margin:auto;
}

/* HERO */
.crt-policy-hero{
    position:relative;

    background:
    linear-gradient(
        135deg,
        rgba(53,18,74,.94),
        rgba(33,8,47,.92)
    ),
    url("https://coloursofrajasthantours.com/wp-content/uploads/2025/08/footer-image-1.png");

    background-size:cover;
    background-position:center;

    border-radius:40px;

    padding:90px 70px;

    overflow:hidden;

    box-shadow:0 35px 80px rgba(53,18,74,.18);

    margin-bottom:60px;
}

.crt-policy-hero span{
    display:inline-block;

    color:#E0B24B;

    border:1px solid rgba(224,178,75,.30);

    background:rgba(255,255,255,.08);

    padding:12px 20px;

    border-radius:50px;

    font-size:14px;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:24px;
}

.crt-policy-hero h1{
    font-family:'Cormorant Garamond',serif;

    font-size:76px;

    line-height:.95;

    color:#fff;

    margin:0 0 20px;
}

.crt-policy-hero p{
    color:rgba(255,255,255,.78);

    font-size:18px;

    margin:0;
}

/* CONTENT */
.crt-policy-content{
    background:#FFF9F2;

    border:1px solid #EADBC8;

    border-radius:36px;

    padding:70px;

    box-shadow:0 20px 60px rgba(53,18,74,.08);
}

.crt-policy-content h2{
    font-family:'Cormorant Garamond',serif;

    color:#35124A;

    font-size:48px;

    line-height:1;

    margin:50px 0 20px;
}

.crt-policy-content h2:first-of-type{
    margin-top:0;
}

.crt-policy-content p{
    color:#555;

    font-size:18px;

    line-height:1.9;

    margin-bottom:22px;
}

.crt-policy-content ul{
    margin:0 0 28px;

    padding-left:0;

    list-style:none;
}

.crt-policy-content li{
    position:relative;

    padding-left:34px;

    margin-bottom:16px;

    color:#555;

    line-height:1.8;

    font-size:17px;
}

.crt-policy-content li::before{
    content:"✓";

    position:absolute;

    left:0;
    top:0;

    color:#F28C28;

    font-weight:700;
}

.crt-policy-content a{
    color:#F28C28;

    text-decoration:none;

    font-weight:600;

    transition:.3s ease;
}

.crt-policy-content a:hover{
    color:#35124A;
}

/* CONTACT BOX */
.crt-policy-content p strong{
    color:#35124A;
}

/* MOBILE */
@media(max-width:1024px){

    .crt-policy-hero h1{
        font-size:58px;
    }

    .crt-policy-content{
        padding:50px 40px;
    }

}

@media(max-width:767px){

    .crt-policy-page{
        padding:70px 0;
    }

    .crt-policy-hero{
        padding:60px 28px;

        border-radius:28px;
    }

    .crt-policy-hero h1{
        font-size:42px;
    }

    .crt-policy-hero p{
        font-size:16px;
    }

    .crt-policy-content{
        padding:38px 24px;

        border-radius:28px;
    }

    .crt-policy-content h2{
        font-size:34px;
    }

    .crt-policy-content p,
    .crt-policy-content li{
        font-size:16px;
    }

}/* End custom CSS */