@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    /*overflow-x: hidden;*/
    font-family: "Poppins", sans-serif;
}


.crypto-slider{
    position:relative;
    width:100%;
    min-height:70.98vh;
    overflow:hidden;
    padding-top: 6%;
    padding-bottom: 6%;
    /*display:flex;
    align-items:center;*/
}



.crypto-slider video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}

/* DARK OVERLAY */

.crypto-slider::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.65);
    z-index:2;
}

/* CONTENT */

.crypto-slider .container{
    position:relative;
    z-index:5;
}

.slider-content{
    color:#fff;
    animation:fadeUp 1s ease;
}

.heading-wrap{
    display:flex;
    /*gap:25px;*/
}

.slider-title{
    font-family:'Montserrat',sans-serif;
    font-size:45px;
    font-weight:900;
    line-height:1.05;
    text-transform:uppercase;
    margin-bottom:25px;
}

.highlight{
    color:#ff9800;
}

.slider-text{
    font-size:18px;
    line-height:1.4;
    color:#ddd;
    max-width:700px;
    margin-bottom:35px;
}

.slider-btns{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}


.btn-orange,
.btn-white{
    position:relative;
    overflow:hidden;
    padding:16px 40px;
    border-radius:5px;
    font-weight:500;
    text-decoration:none;
    transition:.4s;
    transform:translateY(0);
}



.btn-orange{
    background:#ff9800;
    color:#fff;
}

.btn-white{
    background:#fff;
    color:#000;
}

.btn-orange:hover,
.btn-white:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 30px rgba(0,0,0,.3);
}

.btn-orange::before,
.btn-white::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.25);
    transition:.6s;
}

.btn-orange:hover::before,
.btn-white:hover::before{
    left:100%;
}





/* FORM CARD */

.purpose-card{
    background:rgba(255,255,255,.96);
    padding:35px;
    border-radius:18px;
    box-shadow:0 20px 50px rgba(0,0,0,.35);
    animation:fadeUp 1.2s ease;
}

.purpose-card h3{
    text-align:center;
    font-weight:600;
    margin-bottom:25px;
    color:#0d1b3d;
}

.form-control-q,
.form-drop-one{
    height:55px;
    border-radius:10px;
    margin-bottom:15px;
}

.form-control-q:focus,
.form-drop-one:focus{
    box-shadow:none;
    border-color:#ff9800;
}

.submit-btn{
    width:100%;
    height:55px;
    border:none;
    background:#ff9800;
    color:#fff;
    font-weight:500;
    border-radius:10px;
    transition:.4s;
}

.submit-btn:hover{
    background:#e68a00;
    transform:translateY(-3px);
}

/* ANIMATION */

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(50px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* TABLET */

@media(max-width:991px){

    .crypto-slider{
        padding:80px 0;
        min-height:auto;
    }

    .slider-title{
        font-size:42px;
    }

    .slider-text{
        font-size:17px;
    }

    .purpose-card{
        margin-top:40px;
    }
}

/* MOBILE */

@media(max-width:576px){

    .heading-wrap{
        gap:15px;
    }

    .heading-line{
        min-height:90px;
        width:4px;
    }

    .slider-title{
        font-size:30px;
    }

    .slider-text{
        font-size:15px;
        line-height:1.7;
    }

    .btn-orange,
    .btn-white{
        width:100%;
        text-align:center;
    }

    .purpose-card{
        padding:25px;
    }
}




/*================================================================================*/



.Currency_scroll{
    width:100%;
    background:#ffebcc;
    overflow:hidden;
    padding:10px 0;
    position:relative;
}

.scroll-track{
    display:flex;
    width:max-content;
    animation:currencyScroll 30s linear infinite;
}

.Currency_scroll:hover .scroll-track{
    animation-play-state:paused;
}

.currency-box{
    display:flex;
    align-items:center;
    gap:10px;
    background:#ffffff;
    color:#222;
    padding:8px 15px;
    border-radius:50px;
    margin:0 8px;
    white-space:nowrap;
    box-shadow:0 3px 10px rgba(0,0,0,.15);
    font-size:14px;
    font-weight:600;
}

.currency-box img{
    width:28px;
    height:28px;
    border-radius:50%;
    object-fit:cover;
}

.buy-rate{
    color:#0a8f08;
    font-weight:700;
}

.sell-rate{
    color:#d50000;
    font-weight:700;
}

@keyframes currencyScroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

@media(max-width:768px){

    .currency-box{
        font-size:12px;
        padding:7px 12px;
    }

    .currency-box img{
        width:22px;
        height:22px;
    }

}






/*===================================================================================*/













/*=================Currency Card====================*/
.currency_card {
    position: relative;
    overflow: hidden;
    /*background-color: #f8f8f8;*/
    padding-top: 60px;
    padding-bottom: 40px;
}

.currency_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 800'%3E%3Ccircle cx='600' cy='400' r='260' fill='none' stroke='%23f7941d' stroke-width='15'/%3E%3Ccircle cx='600' cy='400' r='220' fill='none' stroke='%23f7941d' stroke-width='5'/%3E%3Ctext x='600' y='350' text-anchor='middle' font-size='90' font-family='Arial' fill='%23f7941d'%3E$%3C/text%3E%3Ctext x='520' y='470' text-anchor='middle' font-size='90' font-family='Arial' fill='%23f7941d'%3E€%3C/text%3E%3Ctext x='680' y='470' text-anchor='middle' font-size='90' font-family='Arial' fill='%23f7941d'%3E₹%3C/text%3E%3C/svg%3E");
    filter: blur(10px) brightness(0.80);
    transform: scale(1.1);
    z-index: -1;
} 


.currency_card .custom_card{
    background: linear-gradient(
        135deg,
        #fef3e6 0%,
        #ffffff 40%,
        #eef4ff 70%,
        #d6e1f5 100%
    );

    border-radius:25px;
    border:none;

    box-shadow:
    0 8px 25px rgba(13,35,69,0.10),
    0 -8px 25px rgba(13,35,69,0.08),
    8px 0 25px rgba(13,35,69,0.08),
    -8px 0 25px rgba(13,35,69,0.08);

    transition:all .4s ease;
}

.currency_card .custom_card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 8px 25px rgba(13,35,69,0.10),
    0 -8px 25px rgba(13,35,69,0.08),
    8px 0 25px rgba(13,35,69,0.08),
    -8px 0 25px rgba(13,35,69,0.08);
}















.city-frame{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    transition: all 0.4s ease;
    cursor: pointer;
}

/* Top Left Corner */
.city-frame::before{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 2;
}

/* Bottom Right Corner */
.city-frame::after{
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 2;
}

.city-frame:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

.city-img{
    width: 100%;
    height: 168px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.city-frame:hover .city-img{
    transform: scale(1.1);
}

.city-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.city-overlay span{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 10px;
    /*border: 2px solid #fff;*/
    /*backdrop-filter: blur(2px);*/
    border-radius: 10px;
}







/*=================Currency Card One====================*/
.forex_card .amount_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forex_card .amount_box input {
    border: none;
    background: transparent;
    color: black;
    font-size: 22px;
    font-weight: bold;
    width: 100px;
    outline: none;
}

.forex_card .btn_counter {
    background: black;
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 8px;
}

.forex_card .card {
    margin-top: 10px;
    border-radius: 12px;
}










.btn_all {
    background: linear-gradient(135deg,#001020 0%,#004060 30%,#006090 65%,#0080B0 100%);
    background-size: 200% 200%;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 6px 16px;
    font-weight: 300;
    transition: all 0.4s ease;
}

.btn_all:hover {
    background: linear-gradient(135deg,#0080B0 0%,#006090 35%,#004060 70%,#001020 100%);
    background-size: 200% 200%;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,128,176,0.4);
}









.custom_btn_group {
    display: flex;
    overflow: hidden;
}

.custom_btn_group .btn {
    position: relative;
    border: none;
    padding: 9px 28px;
    font-weight: 600;
    color: #4c9a00;
    background: #e5e5e5;
    clip-path: polygon(0 0,90% 0,100% 50%,90% 100%,0 100%,10% 50%);
    margin-right: -10px;
    transition: all 0.3s ease;
    z-index: 1;
}

.custom_btn_group .btn.active {
    background: linear-gradient(135deg,#001020 0%,#004060 30%,#006090 65%,#0080B0 100%);
    color: #fff;
    z-index: 2;
}

.custom_btn_group .btn:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}









/*====================================About=========================================*/






.about-section{
    background:#4d4d4d;
    padding:80px 0;
    overflow:hidden;
}


.about-section-one{
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background-image: url('../images/chennai.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}

.about-section-one::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    transform: scale(1.1);
    background: rgba(16, 34, 67, 0.85); 
    z-index: -1;
}












/*================================================================*/





.about-img{
    position:relative;
    text-align:center;
}

.about-img img{
    width:100%;
    max-width:550px;
}

.forex-card{
    position:absolute;
    background:#fff;
    padding:15px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.forex-card h6{
    margin:0;
    font-size:14px;
    font-weight:600;
    color:white;
}

.forex-card span{
    font-size:13px;
    color:#666;
}

.card-left{
    left:-20px;
    top:150px;
    width:180px;
}

.card-right{
    right:-10px;
    top:200px;
    width:180px;
}

.about-subtitle{
    letter-spacing:6px;
    color:white;
    font-size:14px;
    margin-bottom:10px;
    text-transform:uppercase;
}

.about-title{
    font-size:42px;
    font-weight:700;
    color:#f7941d;
    margin-bottom:20px;
}

.title-line{
    width:70px;
    height:4px;
    background:#f7941d;
    margin-bottom:30px;
}

.about-text{
    color:white;
    line-height:1.9;
    font-size:16px;
    margin-bottom:20px;
}

.btn-orange{
    background:#f7941d;
    color:#fff;
    border:none;
    padding:13px 30px;
    font-weight:500;
    transition:.3s;
}

.btn-orange:hover{
    background:#d97d0f;
    color:#fff;
}

.btn-darkblue{
    background:#0d2345;
    color:#fff;
    border:none;
    padding:13px 30px;
    font-weight:600;
    transition:.3s;
}

.btn-darkblue:hover{
    background:#05152d;
    color:#fff;
}

.forex-icon{
    font-size:30px;
    color:white;
    margin-bottom:8px;
}

@media(max-width:991px){

    .about-img{
        margin-bottom:50px;
    }

    .card-left{
        left:0;
        top:120px;
        width:150px;
    }

    .card-right{
        right:0;
        top:180px;
        width:150px;
    }

    .about-title{
        font-size:32px;
    }
}

@media(max-width:576px){

    .about-section{
        padding:60px 0;
    }

    .about-title{
        font-size:28px;
    }

    .card-left,
    .card-right{
        display:none;
    }

    .about-text{
        font-size:15px;
    }

    .btn-orange,
    .btn-darkblue{
        width:100%;
        margin-bottom:10px;
    }
}








/*=================Top Features====================*/
.top_features{
    background-color: #ff9800;
    padding: 22px 0;
    position: relative;
    overflow: hidden;
}

/* Optional glow effect */
.top_features::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at center,
    rgba(0,153,255,0.18),
    transparent 60%);

    opacity:0.8;
}

.feature_box{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    border-right:1px solid rgba(255,255,255,0.18);
}

.feature_icon{
    width:38px;
    height:38px;

    border-radius:50%;
    border:1px solid rgba(255,255,255,0.25);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:18px;

    background:rgba(255,255,255,0.05);
    backdrop-filter:blur(5px);
}

.feature_box h6{
    margin:0;
    color:#fff;
    font-size:14px;
    font-weight:500;
    letter-spacing:0.2px;
}

/* Mobile Responsive */
@media(max-width:768px){

    .feature_box{
        justify-content:flex-start;
        border-right:none;
        padding-left:10px;
    }

    .top_features{
        padding:18px 0;
    }

}












/*----------------------------------------Why Choose Us---------------------------------------*/

.why_choose_us{
    background:#f8fafc;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-subtitle{
    color:#8d8d8d;
    letter-spacing:4px;
    text-transform:uppercase;
}

.section-title{
    color:#0d2345;
    font-weight:700;
    margin-top:10px;
}

.title-line{
    width:60px;
    height:3px;
    background:#f7941d;
    margin:15px auto;
}

.section-text{
    max-width:700px;
    margin:auto;
    color:#666;
}

.choose-box{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    height:100%;
    border-radius:15px;

    transition:.4s;

    box-shadow:
    0 5px 20px rgba(13,35,69,.08);
}

.choose-box:hover{
    transform:translateY(-8px);

    box-shadow:
    0 15px 35px rgba(13,35,69,.12);
}

.choose-icon{
    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:20px;

    border-radius:50%;

    background:
    linear-gradient(
    135deg,
    #fef3e6,
    #ffffff
    );

    display:flex;
    align-items:center;
    justify-content:center;
}

.choose-icon i{
    font-size:38px;
    color:#f7941d;
}

.choose-box h5{
    color:#0d2345;
    font-weight:600;
    margin-bottom:15px;
}

.choose-box p{
    color:#666;
    line-height:1.8;
    margin:0;
}











/*===========================================================================*/












.forex-facts{
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

/* Background Image */
.forex-facts::before{
    content: "";
    position: absolute;
    inset: -20px;
    background: url('../images/kolkata.jpg') center center/cover no-repeat;
    filter: blur(8px);
    transform: scale(1.1);
    z-index: 1;
}

/* Dark Overlay */
.forex-facts::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
    z-index: 2;
}

/* Content */
.forex-facts .container{
    position: relative;
    z-index: 3; /* Above overlay */
}

/* Improve readability */
.facts-subtitle,
.facts-text,
.fact-box p{
    color: #fff;
}

.facts-title,
.fact-box h3{
    color: #f7941d;
    text-shadow: 0 2px 10px rgba(247,148,29,.4);
}

.facts-text{
    line-height: 1.9;
    text-shadow: 0 1px 3px rgba(0,0,0,.8);
}

.fact-box{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 25px 15px;
    transition: all .3s ease;
}

.fact-box:hover{
    transform: translateY(-5px);
    background: rgba(255,255,255,0.08);
}











/*=================================================================*/









.testimonial-section{
    padding-top: 80px;
    padding-bottom: 90px;
}

.testimonial-section .small-heading{
    letter-spacing:4px;
    color:#999;
    font-size:12px;
}

.testimonial-section .title-line{
    width:60px;
    height:3px;
    /*background:#f5a623;*/
    margin:15px auto;
}



.testimonial-section .facts-text1{
    color: #999999;
}

.testimonial-section .owl-carousel .review-card{
    background:#fff;
    padding:30px;
    border: 2px solid black;
    border-radius:12px;
    text-align:center;
    height:100%;
}

.testimonial-section .owl-carousel .review-card h5{
    margin-top:15px;
    margin-bottom:5px;
    font-weight:600;
}

.testimonial-section .owl-carousel .review-card span{
    color:#777;
    font-size:14px;
}

.testimonial-section .owl-carousel .owl-stage{
    display:flex;
}

.testimonial-section .owl-carousel .owl-item{
    padding:15px;
}





/*========================================================*/

.custom-tabs{
    background-color: #ffe6b3;
}

.custom-tabs .nav-link{

    border:0;
    border-radius:0;
    color:white;
    font-weight:300;
    padding:10px 20px;
    margin-right: 2px;
    font-size: 14px;
}

.custom-tabs .nav-item:nth-child(1) .nav-link{
    background:#404040;
}

.custom-tabs .nav-item:nth-child(2) .nav-link{
    background:#404040;
}

.custom-tabs .nav-item:nth-child(3) .nav-link{
    background:#404040;
}

.custom-tabs .nav-item:nth-child(4) .nav-link{
    background:#404040;
}

.custom-tabs .nav-link.active{
    box-shadow: inset 0 -4px 0 #ffaa00;
    color: white;

}

.summary-card{
    background:#fff7e6;
    border-radius:0px;
    padding:18px 22px;
    box-shadow:0 0 20px rgba(0,0,0,.03);
    min-height:410px;
}

.summary-card h3{
    color:#14804a;
    margin-bottom:25px;
}

.summary-card p{
    font-size: 15px;
}

.summary-card hr{
    margin:10px 0;
}