                body {
                    margin: 0;
                    padding: 0;
                    line-height: 20px;
                    font-size: 16px;
                    font-family: "Poppins", sans-serif;
                    box-sizing: border-box;

                }

                .container {
                    width: 100% !important;
                    max-width: 100% !important;
                    padding: 0 100px;
                }

                @media (max-width:990px) {
                    .container {
                        width: 100% !important;
                        max-width: 100% !important;
                        padding: 0 10px;
                    }
                }

                h1,
                h2,
                h3,
                h4,
                h5,
                h6,
                p,
                ul {
                    padding: 0;
                    margin: 0;
                }

                li {
                    list-style: none;
                }

                a {
                    text-decoration: none;
                }

/* ***********************modal style*************** */

/* .vp-modal {
    padding: 20px !important;
    background-color:#fff !important;
    border: none !important;
}
.vp-body ul li{
    padding: 8px 0;
   list-style: circle !important;
   content: "\f071";
color: #a18400;
}
.vp-body ul li a{
    color: #000;
}
.vp-title {
    color: #000000;
}

.vp-header {
    border-bottom: none;
    padding: 15px 30px;
    margin-bottom: 20px;
    background-color: #f0c800;
}

.vp-footer {
    border-top: none;
}

.vp-footer button {
    margin-bottom: 30px;
}

.vp-body {
    padding: 10px 30px;
    overflow-y: scroll;
    max-height: 600px;
    margin-bottom: 8px;
}

.vp-body i {
    color: #005959;
}

.vp-body p {
    margin: 10px 0;
}

.modal-body {
    padding: 10px 0px 10px 0px;
    scrollbar-width: thin;
    scrollbar-color: #000000 transparent;
}

.modal-btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: #fff var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: 1 !important;
    box-shadow: 0px 0px 6px 0px #aeaeae;
}
.modal-dialog{
         max-width: 1200px !important;
    min-width: 1180px !important;
    
}


@media (max-width:360px) {
    .modal-body {
        padding: 10px 0px 10px 0px;
    }

    .vp-header {
        padding: 5px 0px;
    }

    .vp-footer {
        padding-left: 0px;
    }
} */

/* ***********************modal style end*************** */



                .header2 .main-header {
                    background-color: #000000 !important;
                    border-bottom: 1px solid #ffd448;
                    box-shadow: 0 4px 6px rgb(0 0 0 / 25%);
                }

                .main-header {
                    background-color: #000;
                    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
                    top: 0px;
                    position: fixed;
                    width: 100%;
                    z-index: 1000;
                    border-bottom: 1px solid #ffd448;
                    height: 70px;
                    padding: 0 20px;
                }

                .main-header.scrolled {
                    background-color: #000000 !important;
                    border-bottom: 1px solid #D1AB36;
                    box-shadow: 0 4px 6px rgb(0 0 0 / 25%);
                    top: 0px !important;
                    padding: 0 20px;

                }

                .main-header .navbar-brand {
                    color: #ffffff;
                    margin-right: 0px !important;
                }

                .main-header .navbar-collapse .navbar-nav {
                    margin: 0 auto;
                }

                .main-header .navbar-collapse .navbar-nav li {
                    margin: 0 3px;
                }

                .main-header .navbar-collapse .navbar-nav li .nav-link {
                    color: #D1AB36;
                    font-weight: bold;

                }

                .main-header .navbar-collapse .navbar-nav li a:hover {
    transition: 0.5s;
    background-color: #000;
    border-bottom: 2px solid transparent !important;
    color: #ffffff;
    border-image: linear-gradient(to right, rgb(46 46 46), rgb(253 206 45), rgb(46 46 46)) 1;
                }

                .main-header .navbar-collapse .navbar-nav li a i {
                    color: #D1AB36;
                    font-size: 16px;

                }

                /* .main-header .navbar-collapse .navbar-nav li .active {
                    color: #ffffff;
                } */

                .main-header .dropdown-toggle::after {
                    display: none;
                }

                .navbar-expand-lg .navbar-nav .dropdown-menu {
                    background-color:#ffffff;

                }

                .nav-item .dropdown .dropdown-item {
                    color: #000;
                }

                .main-header .responsive-button {
                    background: #ffffff;
                    /* background: linear-gradient(90deg, rgba(245, 203, 134, 1) 0%, #7e5936 100%); */
                    border-radius: 10px;
                    font-size: 18px;
                    font-weight: 600;
                    padding: 5px 30px;
                    color: #000000;
                    border: none;
                    border: 1px solid #ffdb27;
                    margin-right: 20px;
                }

                .main-header .responsive-button:hover {
                    background-color: #fce9ab;
                    border-radius: 10px;
                    border: 1px solid #fff;
                    font-size: 18px;
                    font-weight: 600;
                    padding: 5px 30px;
                    color: #000000;
                    transition: 1.5s;
                }

                .navbar-expand-lg {
                    padding: 0;
                }
.main-header .navbar-collapse .navbar-nav li a {
    border-bottom: 2px solid transparent; /* base height fixed */
}
                @media (max-width:990px) {

                    .navbar-toggler-icon {
                        background-image: url(../images/menu.png);
                        background-position: center;
                        background-size: cover;
                        background-repeat: no-repeat;
                    }

                    .navbar-toggler {
                        border: 1px solid #ffda6b;
                    }

                    .navbar-collapse {
                        width: 100%;
                        background-color: #ffffff;
                        border-radius: 10px;

                        margin: auto;
                        position: absolute;
                        z-index: 10;
                        top: 60px;
                        left: 0px;

                    }

                    .navbar-nav {
                        padding: 10px 20px;

                    }

                    .main-header .navbar-collapse .navbar-nav li a i {
                        color: #f7c00c;
                    }

                    .main-header .navbar-collapse .navbar-nav li .nav-link {
                        color: #0e0255;
                    }

                    .main-header .navbar-collapse .navbar-nav li .active {
                        color: #0e0255;
                    }

                    .main-header .responsive-button {
                        margin: 0px 10px 20px 10px;
                        background-color: #ffc936;
                        color: #000000;
                    }

                    .main-header .responsive-button {
                        margin: 0px 10px 10px 10px;
                    }
                }
@media  (min-width:1200px) and (max-width:1370px){
       .main-header .navbar-collapse .navbar-nav li .nav-link {
                    color: #D1AB36;
                    font-weight: bold;
                    font-size: 12px;
                }
}
                /******* header end ******/
                /******* banner-start ******/
                .two-side-banner {
                    display: flex;
                    width: 100%;
                    height: 100vh;
                    background: #00000000;
                    overflow: hidden;
                    padding: 70px 0px 0px 0px;
                    position: relative;
                }

            .two-side-banner   .banner-vertical-box {
                    position: fixed;
                    /* absolute → fixed */
                    padding: 5px 2px;
                    height: 30%;
                    min-height: 250px;
                    width: 50px;
                    background: #000;
                    border-top-right-radius: 20px;
                    bottom: auto;
                    top: 80%;
                    transform: translateY(-50%);
                    left: 0;
                    border: 5px solid #D1AB36;
                    border-left: none;
                    z-index: 30;

                    /* NEW for glow animation */
                    animation: borderGlow 2s infinite linear;
                    box-shadow: 0 0 10px rgba(209, 171, 54, 0.7);
                }

                @keyframes borderGlow {
                    0% {
                        border-color: #D1AB36;
                        box-shadow: 0 0 8px rgba(209, 171, 54, 0.6), 0 0 12px rgba(209, 171, 54, 0.4);
                    }

                    50% {
                        border-color: #ffea8a;
                        box-shadow: 0 0 18px rgba(255, 234, 138, 0.9), 0 0 26px rgba(255, 234, 138, 0.7);
                    }

                    100% {
                        border-color: #D1AB36;
                        box-shadow: 0 0 8px rgba(209, 171, 54, 0.6), 0 0 12px rgba(209, 171, 54, 0.4);
                    }
                }

               .two-side-banner  .banner-vertical-box::after {
                    content: "";
                    position: absolute;
                    left: 40px;
                    /* border er upor */
                    top: 0;
                    width: 14px;
                    height: 14px;
                    background: #ffec96;
                    border-radius: 50%;
                    background: #ffcdd2;
                    animation: glowDot 5.5s infinite linear;
                }

                @keyframes glowDot {
                    0% {
                        top: -8px;
                    }

                    50% {
                        top: calc(100% - 8px);
                    }

                    100% {
                        top: -8px;
                    }
                }

               .two-side-banner  .banner-vertical-box ul {
                    display: flex;
                    flex-direction: column;
                    gap: 15px;
                    padding: 0;
                }

                .two-side-banner .banner-vertical-box ul li a {
                    color: #fff;
                    font-size: 25px;
                    padding: 10px 0;
                }










                .two-side-banner .left-banner::after {
                    position: absolute;
                    content: "";
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    z-index: 10;
                    background: #000000;
                    background: linear-gradient(359deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 1) 0%, rgba(133, 133, 133, 0.19) 36%);

                }

                .two-side-banner .right-banner {
                    position: relative;
                    overflow: hidden;
                }

                .two-side-banner .bottom-glow {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 140px;
                    z-index: 10;
                    background: radial-gradient(ellipse at bottom,
                            rgba(255, 255, 200, 0.7) 0%,
                            rgba(255, 255, 200, 0.3) 40%,
                            rgba(255, 255, 200, 0) 100%);
                    filter: blur(20px);
                    pointer-events: none;
                }

                /* -------- Dot Floating Animation -------- */
                .two-side-banner .dot-container {
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    height: 150px;
                    overflow: visible;
                    pointer-events: none;
                    z-index: 10;
                }

                /* -------- Dot Floating Animation -------- */
                .two-side-banner .dot {
                    position: absolute;
                    bottom: 0;
                    width: 7px;
                    height: 7px;
                    background: rgba(255, 255, 200, 0.95);
                    border-radius: 50%;
                    box-shadow: 0 0 10px rgba(255, 255, 200, 1);
                    animation: floatUp 4s infinite ease-out;
                    opacity: 0;
                    z-index: 10;

                    /* ⭐ continuous effect = negative delay */
                    animation-delay: calc((var(--i) * 0.6s) * -1);
                }


                @keyframes floatUp {
                    0% {
                        transform: translateY(0) scale(0.6);
                        opacity: 0;
                    }

                    30% {
                        opacity: 1;
                    }

                    100% {
                        transform: translateY(-180px) scale(1.3);
                        opacity: 0;
                    }
                }


                /* Random Positions */
                .two-side-banner .dot:nth-child(1) {
                    left: 10%;
                    animation-delay: 0s;
                }

                .two-side-banner .dot:nth-child(2) {
                    left: 22%;
                    animation-delay: .4s;
                }

                .two-side-banner .dot:nth-child(3) {
                    left: 35%;
                    animation-delay: .8s;
                }

                .two-side-banner .dot:nth-child(4) {
                    left: 48%;
                    animation-delay: .2s;
                }

                .two-side-banner .dot:nth-child(5) {
                    left: 60%;
                    animation-delay: .7s;
                }

                .two-side-banner .dot:nth-child(6) {
                    left: 74%;
                    animation-delay: .1s;
                }

                .two-side-banner .dot:nth-child(7) {
                    left: 87%;
                    animation-delay: .6s;
                }

                .two-side-banner .dot:nth-child(8) {
                    left: 95%;
                    animation-delay: .3s;
                }

                /* LEFT SIDE */
                .two-side-banner .left-banner {
                    border-right: 6px solid gold;
                    flex: 0 0 60%;
                    overflow: hidden;
                    position: relative;
                    height: 100vh;
                }


                .two-side-banner .banner-carousel img {
                    width: 100%;
                    height: 100vh;

                }

                /* RIGHT SIDE */
                .two-side-banner .right-banner {
                    flex: 0 0 40%;
                    position: relative;
                    overflow: hidden;
                }

                .two-side-banner .right-inner {
                    width: 100%;
                    height: 100%;
                    position: relative;
                    overflow: hidden;
                }



                /* Background video */
                .two-side-banner .right-bg-video {
                    position: absolute;
                    top: 64%;
                    left: 40%;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    transform: translate(-50%, -50%);
                    z-index: 0;
                    /* background */
                    /* চাইলে বাড়াও/কমাও */
                }

                .two-side-banner .right-banner::after {
                    position: absolute;
                    content: "";
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    z-index: -1;
                    background-color: #000000b9;
                }

                .two-side-banner .right-inner {
                    width: 100%;
                    height: 100%;
                    position: relative;

                }

                /* Person Images */
                .two-side-banner .person-left {
                    position: absolute;
                    left: 231px;
                    top: 332px;
                    height: 58%;
                    z-index: 5;
                    object-fit: cover;
                }


                .two-side-banner .person-right {
                    position: absolute;
                    right: -47px;
                    bottom: -24px;
                    height: 69%;
                    z-index: 3;
                    object-fit: contain;
                }

                /* overlay */
                .two-side-banner .video-overlay {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
                    mix-blend-mode: normal;
                    /* keep overlay clean */
                    pointer-events: none;
                }


                /* Diagonal Strip */
                .two-side-banner .diagonal-shape {
                    position: absolute;
                    width: 180%;
                    height: 55%;
                    background: #1a1a1a;
                    top: -50%;
                    left: -51%;
                    transform: rotate(322deg);
                    border-top: 4px solid #F5C200;
                    border-bottom: 4px solid #F5C200;
                    z-index: 0;
                   /* background-image: url(../images/banner-silver.jpg); */
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 900px;
                }

                .two-side-banner .diagonal-shapes {
                    position: absolute;
                    width: 160%;
                    height: 60%;

                    top: 0%;
                    left: 22%;
                    transform: rotate(44deg);
                    border-top: 4px solid #F5C200;
                    border-bottom: 4px solid #F5C200;
                    z-index: 0;
                    /* background-image: url(../images/banner-Gd.jpg); */
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 1400px;
                }

                .two-side-banner .diagonal-shape h2 {
                    text-align: center;
                    padding-top: 50px;
                    color: #D1AB36;
                    font-size: 50px;
                    font-weight: bold;

                }

.two-side-banner .banner-vertical-box {
    position: fixed;
    padding: 5px 2px;
    height: 30%;
    min-height: 357px;
    width: 50px;
    background: #000;
    border-top-right-radius: 20px;
    bottom: auto;
    top: 74%;
    transform: translateY(-50%);
    left: 0;
    border: 5px solid #D1AB36;
    border-left: none;
    z-index: 30;
    animation: borderGlow 2s infinite 
linear;
    box-shadow: 0 0 10px rgba(209, 171, 54, 0.7);
}
.banner-vertical-box ul li img{
    width: 30px;
}




                /* 🔥 Keep layout SAME on all screens */
                @media (max-width: 768px) {
                    .two-side-banner {
                        height: 100vh;
                        /* transform: scale(0.85);
                       
                        transform-origin: top; */
                    }
                }

                /* @media (max-width: 480px) {
                    .two-side-banner {
                        transform: scale(0.70);
                  
                    }
                } */


                /* 75% */
                @media (min-width:2100px) and (max-width:4500px) {
                    .two-side-banner .person-left {
                        left: 310px;
                        top: 460px;
                    }

                    .two-side-banner .diagonal-shape {

                        background-image: url(../images/silver-coins-falling.png);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: 1250px;
                    }

                    .two-side-banner .diagonal-shapes {
                        top: -40px;
                    }
                }

                /* 80% */
                @media (min-width:1800px) and (max-width:2000px) {
                    .two-side-banner .person-left {
                        position: absolute;
                        left: 260px;
                        top: 450px;
                        height: 52%;
                        z-index: 5;
                        object-fit: cover;
                    }

                    .two-side-banner .diagonal-shape {

                        background-image: url(../images/silver-coins-falling.png);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: 1150px;
                    }

                    .two-side-banner .diagonal-shapes {
                        top: -5%;
                    }
                }

                /* 🔥 Moving Glow Light on Left Banner Gold Border */
                .left-banner::before {
                    content: "";
                    position: absolute;
                    right: -10px;
                    /* border er upore thakbe */
                    top: 0;
                    width: 20px;
                    height: 20px;
                    background: radial-gradient(circle, #ffffff, #ffffff, transparent);
                    border-radius: 50%;
                    animation: glowMove 4s linear infinite;
                    pointer-events: none;
                    z-index: 10;
                }

                @keyframes glowMove {
                    0% {
                        top: 0%;
                        opacity: .8;
                    }

                    50% {
                        top: 100%;
                        opacity: 1;
                    }

                    100% {
                        top: 0%;
                        opacity: .8;
                    }
                }

                .social-fixed-icons {
                    position: fixed;
                    padding: 10px 20px;
                    bottom: 0;
                    right: 0;
                    transform: translateY(-50%);
                    display: flex;
                    justify-content: center;
                    flex-direction: column;
                    gap: 12px;
                    z-index: 30;
                }


                .social-fixed-icons a {
                    width: 42px;
                    height: 42px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 22px;
                    color: #000;
                    background: gold;
                    transition: .4s;
                    margin: 10px 0;
                }

                .social-fixed-icons img {
                    width: 60px;
                }

                .social-fixed-icons a:hover {
                    transform: scale(1.18);
                    box-shadow: 0 0 12px gold;
                }

                /* 📌 MOBILE RESPONSIVE (max 768px) */
                @media (max-width: 768px) {

                    .two-side-banner {
                        flex-direction: column;
                        height: 100vh;
                        padding: 0;
                    }

                    /* 👉 Right banner hide */
                    .two-side-banner .right-banner {
                        display: none;
                    }

                    /* 👉 Left banner full width & auto height */
                    .two-side-banner .left-banner {
                        flex: 0 0 100%;
                        width: 100%;
                        height: 100vh;
                        border-right: none;
                    }

                    .two-side-banner .banner-carousel img {
                        height: 100vh;
                        /* full image no cut */
                    }

                    /* 👉 Social icons reposition */
                    .social-fixed-icons {
                        right: 0;
                        top: 60%;
                        /* little down for mobile */
                        transform: translateY(-50%);
                        padding: 8px 14px;
                    }
                }

                /******* banner-end ******/
                /******* about start ******/
                .about {
                    padding: 50px 0;
                    overflow: hidden;
                    position: relative;
                }

                .about .about-leftbox {
                    margin-top: 70px;
                }

                .about .about-leftbox h2 {
                    text-transform: capitalize;
                    color: #000000;
                    font-size: 25px;
                    font-weight: bold;
                }

                .about .about-leftbox h5 {
                    font-weight: bold;
                    text-transform: capitalize;
                    color: #D1AB36;
                    font-size: 18px;
                    padding: 10px 0;
                }

                .about .about-leftbox p {
                    font-size: 18px;
                    text-align: justify;
                }

                .about .middle-box img {
                    width: 100%;
                    height: 350px;
                }

                .about .about-rightbox .one1 {
                    padding: 10px;
                    box-shadow: rgba(185, 184, 184, 0.513) -11px -1px 4px 0;
                    border-radius: 20px;
                    margin-bottom: 10px;
                    border-left: 5px solid #ffc107;
                    background: linear-gradient(90deg, #f1ebc7 0%, #ffffff 100%);
                }

                .about .about-rightbox .two2 {
                    padding: 10px;
                    box-shadow: rgba(178, 176, 176, 0.575) 10px -2px 4px 0px;
                    border-radius: 20px;
                    margin-bottom: 10px;
                    border-right: 5px solid #ffc107;
                    background: #F5CB86;
                    background: linear-gradient(60deg, rgb(255, 255, 255) 0%, #0000007c 100%);

                }

                .about .about-rightbox .three3 {
                    padding: 10px;
                    box-shadow: rgba(171, 157, 157, 0.685) -11px -1px 4px 0;
                    border-radius: 20px;
                    border-left: 5px solid #ffc107;
                    background: #F5CB86;
                    background: linear-gradient(90deg, #f1ebc7 0%, #ffffff 100%);
                }



                .about .about-rightbox li {
                    font-size: 14px;
                    min-height: 100px;
                    text-align: justify;
                }

                .about .about-rightbox li i {
                    color: #7b5625;
                    padding-right: 8px;
                }

                .about .button .about-btn {
                    padding: 8px 20px;
                    margin-top: 10px;
                    text-transform: capitalize;
                    background: linear-gradient(to right, rgba(253, 204, 45, 0.637), #D1AB36, #D1AB36);
                    color: #000000;
                    font-weight: bold;
                    border: none;
                    border-radius: 10px;
                    transition: box-shadow 0.3s ease, transform 0.3s ease;
                }

                .about .button .about-btn:hover {
                    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.7);
                    transform: scale(1.05);
                }

                .about .about-img {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .about .about-img img {

                    padding: 0px;
                    width: 100%;
                    position: relative;
                }

                .about .icon-container {
                    width: 280px;
                    /* set equal width and height */
                    height: 280px;
                    border: 2px solid #D1AB36;
                    border-radius: 50%;
                }

                .about .icon-container img {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100%;
                    min-width: 200px;
                    max-width: 220px;
                    margin: auto;
                    /* padding: 20px; */
                }

                .about .social-icons {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 282px;
                    height: 294px;
                    animation: rotateClockwise 20s linear infinite;
                }

                .about .social-icons span {
                    position: absolute;
                    font-size: 24px;
                    /* color: #fff; */
                    background-color: #000000;
                    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
                    width: 40px;
                    height: 40px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 50%;
                }

                .about .social-icons .icon-top {
                    top: -15px;
                    left: 51%;
                    transform: translateX(-50%);
                }

                .about .social-icons .icon-right {
                    right: -22px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .about .social-icons .icon-bottom {
                    bottom: -14px;
                    left: 50%;
                    transform: translateX(-50%);
                }

                .about .social-icons .icon-left {
                    left: -22px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                @keyframes rotateClockwise {
                    0% {
                        transform: translate(-50%, -50%) rotate(0deg);
                    }

                    100% {
                        transform: translate(-50%, -50%) rotate(360deg);
                    }
                }

                @media (max-width:990px) {

                    .about .about-leftbox {
                        margin-top: 0px;
                    }
                }

                @media screen and (min-width:200px) and (max-width:1024px) {

                    .about .icon-container img {
                        width: 100%;
                        height: 270px;
                        object-fit: cover;
                    }

                    .about .icon-container {
                        position: relative;
                        width: 268px;

                        /* height: 100px; */
                        margin: 20px auto;
                    }

                    .about .social-icons .icon-top {
                        top: -1px;
                        left: 51%;
                        transform: translateX(-50%);
                    }

                    .about .social-icons .icon-right {
                        right: 246px;
                        top: 44%;
                        transform: translateY(-50%);
                    }

                    .about .social-icons .icon-bottom {
                        bottom: -2px;
                        left: 50%;
                        transform: translateX(-50%);
                    }

                    .about .social-icons .icon-left {
                        left: 248px;
                        top: 58%;
                        transform: translateY(-50%);
                    }


                    .about .social-icons {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 100%;
                        height: 300px;
                        animation: rotateClockwise 20s linear infinite;
                    }

                    .about .social-icons span {
                        position: absolute;
                        font-size: 24px;
                        color: #fff;
                        background: linear-gradient(360deg, rgba(21, 94, 161, 1) 36%, rgba(76, 78, 77, 1) 100%);
                        width: 40px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50%;
                    }
                }


                /******* about end ******/

                /******* why-choose start ******/
                /*  */
                .why-choose {
                    padding: 50px 0;
                    background-image: url(../images/why-bg.jpeg);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    position: relative;
                    overflow: hidden;
                }

                .why-choose::after {
                    position: absolute;
                    content: "";
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background-color: #0000003a;
                }

                .why-choose .progress-box {
                    margin-bottom: 30px;
                }

                .why-choose .label {
                    font-weight: bold;
                    margin-bottom: 10px;
                    color: #ffffff;
                }

                .why-choose .progress-container {
                    width: 100%;
                    background-color: #e0e0e0;
                    border-radius: 25px;
                    overflow: hidden;
                    height: 30px;
                }

                .why-choose .progress-bar {
                    height: 100%;
                    width: 0%;
                    text-align: center;
                    line-height: 30px;
                    color: white;
                    font-weight: bold;
                    transition: width 0.5s ease;
                }

                .why-choose .green {
                    background-color: #8d824e;
                }

                .why-choose .blue {
                    background-color: #4e3602;
                }

                .why-choose .orange {
                    background-color: #e0ca4e;
                }



                .why-choose .container {
                    position: relative;
                    z-index: 1;
                }

                .why-choose .ab-right {
                    background-color: #ffc12f;
                    padding: 3px 0px 3px 3px;
                    border-radius: 5px;
                }

                .why-choose .ab-left {
                    background-color: #ffc12f;
                    padding: 5px 5px 5px 0px;
                }

                .why-choose .right-row {
                    /* border-top: 2px solid #f9e6cb;
                    border-left: 4px solid #f9e6cb; */
                    border-radius: 5px;
                    padding: 20px 40px 20px 40px;
                    background-color: #000000;
                    position: relative;
                    z-index: 1;
                }

                .why-choose .text-box {
                    margin-top: 50px;
                }

                .why-choose .text-left {
                    display: flex;
                }

                .why-choose .right-row h1 {
                    padding: 0px 0px 5px 0px;
                    font-weight: bold;
                    font-size: 35px;
                    text-transform: capitalize;
                    color: #ffffff;
                    text-align: center;
                }

                .why-choose .right-row h6 {
                    padding-bottom: 20px;
                    text-align: center;
                    color: #ffffff;
                }

                .why-choose .why-boxONE .wh-img {
                    background: #f0dbac;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    max-height: 90px;
                    padding: 25px 10px 5px 10px;
                    border-top-right-radius: 10px;
                    border-top-left-radius: 10px;
                    box-shadow: -3px -14px 11px -6px rgba(85, 85, 85, 0.512);

                }

                .why-choose .wh-img img {
                    width: 70px;
                    animation: floatUpDown 3s ease-in-out infinite;
                    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
                }

                @keyframes floatUpDown {

                    0%,
                    100% {
                        transform: translateY(0);
                    }

                    50% {
                        transform: translateY(-10px);
                    }
                }

                .why-choose .wh-img img {
                    width: 80px;
                    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
                    transform: scale(1);
                    transition: transform 0.4s ease;
                }

                .why-choose .why-boxONE .wh-content {
                    background: linear-gradient(to bottom right, #d7cba0, #f4e3b0, #c7a95b);
                    padding: 10px;
                    min-height: 120px;
                    border-bottom-right-radius: 10px;
                    border-bottom-left-radius: 10px;
                    border-top-left-radius: 10px;
                    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
                }


                .why-choose .why-boxONE .wh-number {
                    background-color: #ffffff;
                    min-height: 80px;
                    padding: 12px;
                    border-radius: 10px;
                    margin-bottom: 10px;
                    border-bottom-right-radius: 0;
                    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

                }

                .why-choose .why-boxTWO {
                    margin-top: 20px;
                }

                .why-choose .why-boxTWO .wh-img {
                    background-color: #D1AB36;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    max-height: 90px;
                    padding: 25px 10px 5px 10px;
                    border-top-right-radius: 10px;
                    border-top-left-radius: 10px;
                    box-shadow: -3px -14px 11px -6px rgba(85, 85, 85, 0.512);

                }

                .why-choose .wh-content p {
                    text-align: justify;
                }

                .why-choose .wh-content {
                    max-height: 400px;
                    min-height: 380px;
                }

                .why-choose .why-boxTWO .wh-content {
                    background-color: #D1AB36;
                    padding: 10px;
                    min-height: 166px;
                    border-bottom-right-radius: 10px;
                    border-bottom-left-radius: 10px;
                    border-top-left-radius: 10px;
                    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
                }

                .why-choose .why-boxTWO .wh-number {
                    background-color: #ffffff;
                    min-height: 80px;
                    padding: 12px;
                    border-radius: 10px;
                    margin-bottom: 10px;
                    border-bottom-right-radius: 0;
                    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
                }

                .why-choose .why-boxTHREE {
                    margin-top: 20px;

                }

                .why-choose .why-boxTHREE .wh-img {
                    background-color: #D1AB36;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    max-height: 90px;
                    padding: 5px 10px 25px 10px;
                    border-top-right-radius: 10px;
                    border-top-left-radius: 10px;
                    box-shadow: -3px -14px 11px -6px rgba(85, 85, 85, 0.512);
                }

                .why-choose .why-boxTHREE .wh-content {
                    background-color: #D1AB36;
                    padding: 10px;
                    min-height: 120px;
                    border-bottom-right-radius: 10px;
                    border-bottom-left-radius: 10px;
                    border-bottom-left-radius: 10px;
                    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

                }

                .why-choose .why-boxTHREE .wh-number {
                    background-color: #ffffff;
                    min-height: 80px;
                    padding: 12px;
                    border-radius: 10px;
                    border-bottom-left-radius: 0;
                    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
                }

                .why-choose .why-boxFOUR {
                    margin-top: 20px;
                }

                .why-choose .why-boxFOUR .wh-img {
                    background: #e1d0a4;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    max-height: 90px;
                    padding: 5px 10px 25px 10px;

                    border-top-right-radius: 10px;
                    border-top-left-radius: 10px;
                    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
                }

                .why-choose .why-boxFOUR .wh-content {
                    background: linear-gradient(to bottom right, #d7cba0, #f4e3b0, #c7a95b);
                    padding: 10px;
                    min-height: 120px;
                    border-bottom-right-radius: 10px;
                    border-bottom-left-radius: 10px;
                    border-top-right-radius: 10px;
                    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

                }

                .why-choose .why-boxFOUR .wh-number {
                    background-color: #ffffff;
                    min-height: 80px;
                    padding: 12px;
                    border-radius: 10px;
                    border-bottom-left-radius: 0;
                    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
                }

                .why-choose .right-row h2 {
                    color: #000000;
                    text-align: center;
                    font-weight: bold;
                    font-size: 25px;
                    margin-top: 20px;
                    width: 100%;
                }

                .why-choose .right-row h5 {
                    color: #000000;
                    font-weight: bold;
                    font-size: 18px;
                    padding-bottom: 6px;
                }

                .why-choose .right-row p {
                    color: #000000;
                    font-size: 12px;
                }

                .why-choose .wh-right {
                    background-color: #000000;
                    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                    padding: 30px;
                }

                .why-choose .wh-right h4 {
                    padding-top: 10px;
                    padding-bottom: 5px;
                    font-weight: bold;
                    color: #ffffff;
                }

                .why-choose .wh-right p {
                    color: #ffffff;
                    font-size: 14px;
                }




                
.why-choose .choose-BXimg img{
    width: 100%;
    max-width: 130px;
    min-width: 110px;
    min-height: 100px;
    max-height: 120x;
        margin: 4px 0;
} 
.why-choose .card-body .tag-small{
  display:inline-block;
  padding:2px 10px;
  border-radius: 4px;
  font-size: 11px;
  color:#000;
  background:#d1ab36;
  font-weight: bold;
}
.why-choose .card-body h4{
    font-size: 18px;
}
.why-choose .card-body .meta{
    color: #ada647;
    font-size: 15px;
}
.why-choose .card-body {
padding: 10px 0;
}
.why-choose .choose-BXimg{

    margin: auto;
}  
.why-choose .vertical-slider {
    max-height: 410px;       /* 3 box visible */
    overflow: hidden;
    position: relative;
}

.why-choose .vertical-slider .choose-BX {
    margin-bottom: 15px;
}

.why-choose .vertical-slider .slider-track {
    display: flex;
    flex-direction: column;
    animation: slide-vertical 18s linear infinite;
}

@keyframes slide-vertical {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); } /* % depends on content height */
}

.why-choose .vertical-slider:hover .slider-track {
    animation-play-state: paused; /* hover korle stop */
}
                @media (max-width: 576px) {
                    .why-choose .why-boxONE .bb .wh-number {
                        width: 80%;
                        /* Shrink to fit small screen */
                        max-width: 250px;
                    }
                }

                @media (max-width: 900px) {
                    .why-choose .ab-right {
                        padding: 0;
                    }

                    .why-choose .progress-box {
                        overflow: hidden;
                    }

                    .why-choose .right-row {
                        padding: 20px 10px 20px 10px;
                    }
                }

                /******* why-choose end ******/
                /******* subscribe start ******/
                /* General Styling */
                .telegram {
                    padding: 60px 0;
                    background-image: url(../images/telegram-background.jpg);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    position: relative;
                    background-attachment: fixed;
                    overflow: hidden;
                }

                .telegram .vd-img {
                    top: -105px;
                    position: relative;
                    height: 500px;
                }

                .telegram video {
                    mix-blend-mode: multiply;
                    background: transparent;
                    height: 525px;
                }

                .telegram .container {
                    position: relative;
                    z-index: 1;
                }

                .telegram .telegram-img img {
                    width: 100%;
                    max-height: 150px;
                    object-fit: contain;
                }

                .telegram .tele-header {
                    position: relative;
                    text-align: center;
                    padding-bottom: 30px;
                }

                .telegram .tele-midimg img {

                    position: absolute;
                    top: -100px;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    width: 100%;
                }

                .telegram h1 {
                    font-size: 28px;
                    font-weight: bold;
                    padding: 10px 0;
                    text-transform: capitalize;

                }

                .gra-txt {
                    background: linear-gradient(45deg, #ff0000, #D1AB36);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

                .telegram .tele-img {
                    margin-top: 28px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 100px;
                    width: 100px;
                    background: #D1AB36;
                    /* float: inline-start; */
                    border-radius: 51%;
                    padding: 5px;
                    position: relative;
                    border: 2px solid #fff;
                    box-shadow: rgb(255 255 255 / 17%) 0px -23px 25px 0px inset, rgb(255 255 255 / 15%) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
                }

                .telegram .tele-img h2 {
                    font-size: 16px;
                    font-weight: bold;
                    text-transform: capitalize;
                    color: #fff;
                }

                .telegram .tele-img::after {
                    content: "";
                    position: absolute;
                    top: 49px;
                    bottom: 0;
                    left: 95px;
                    right: 0;
                    width: 71px;
                    height: 6px;
                    background: #000000;
                    background: linear-gradient(90deg, rgba(250, 221, 0, 1) 36%, rgb(36, 36, 37) 100%);
                    box-shadow: rgb(255 255 255 / 17%) 0px -23px 25px 0px inset, rgb(255 255 255 / 15%) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
                    z-index: -1;
                }

                .telegram .tele-img::before {
                    content: "";
                    position: absolute;
                    z-index: 1;
                    top: 44px;
                    bottom: 0;
                    left: 151px;
                    right: 0;
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    background-color: #0e0e0e;
                }

                .telegram .tele-content {
                    position: relative;
                    border-radius: 15px;
                    top: 0;
                    left: -100px;
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                    margin: 0px 0px 15px 0px;
                    padding: 20px;
                    background-color: #000000;
                }

                .telegram .tele-content h3 {
                    color: #D1AB36;
                    padding-bottom: 8px;
                    font-size: 20px;
                    text-transform: capitalize;
                    font-weight: bold;
                }

                .telegram .tele-content p {
                    font-size: 12px;
                    color: #fff;
                }

                @media (max-width:1200px) {
                    .telegram .tele-content {
                        position: relative;
                        top: 0;
                        left: -59px;
                    }
                }

                @media screen and (min-width:481px) and (max-width:1000px) {
                    .telegram .teleimg {
                        position: absolute;
                    }

                    .telegram .tele-img {
                        margin-bottom: 186px;
                        left: 0;
                        top: -32px;
                    }

                    .telegram .tele-content {
                        top: 122px;
                        left: 0;
                        /* Remove offset for small screens */
                        padding: 4vw;
                        margin: 0 0 20vw 0;
                    }
                }

                /* Media Queries for Mobile Devices */
                @media screen and (max-width: 480px) {

                    .telegram .teleimg {
                        position: absolute;
                    }

                    .telegram .tele-img {
                        margin-bottom: 210px;
                        left: 0;
                        top: -71px;
                    }

                    .telegram .tele-content {
                        top: 122px;
                        left: 0;
                        /* Remove offset for small screens */
                        padding: 4vw;
                        margin: 0 0 46vw 0;
                    }


                }

                /******* subscribe end ******/
                /******* plans start ******/
                .plan-home {
                    padding: 50px 0;
                    position: relative;
                    overflow: hidden;
                    text-align: center;
                    padding-bottom: 100px;
                    background: #000000;
                    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 18%, rgba(204, 161, 69, 0.89) 44%, rgba(255, 255, 255, 1) 60%);
                    /* background: linear-gradient(0deg, rgb(255 255 255) 50%, rgb(156 168 217) 50%, rgb(1, 18, 83) 87%); */
                }

                .plan-home .container {
                    max-width: 80%;
                    margin: auto;
                }

                .plan-home h2 {
                    color: #000000;
                    font-weight: bold;
                    padding-bottom: 5px;
                }

                .plan-home .plan-head {
                    color: #000000;
                    padding-bottom: 30px;
                }

                .plan-home .pricing-content .content .plan-price {
                    max-height: 120px;
                    min-height: 105px;
                    padding: 10px 0;
                }

                .plan-home .pricing-content .content .start-price {
                    font-weight: bold;
                    color: #000000;
                    font-size: 20px;
                    padding-bottom: 5px;
                }

                .plan-home .pricing-content .content .cut-price {
                    text-decoration: line-through;
                    color: red;
                    padding-bottom: 5px;
                }

                .plan-home .pricing-content .content .main-price {
                    font-weight: bold;
                }

                .plan-home .pricing-content .content .plan-details {
                    max-height: 100px;
                    min-height: 80px;
                }

                .plan-home .pricing-content .content .plan-details ul li {
                    font-size: 15px;
                }

                .plan-home .pricingTable {
                    font-family: 'Roboto Condensed', sans-serif;
                    text-align: center;
                    margin: 0 15px;
                    position: relative;
                    z-index: 1;
                }

                .plan-home .pricingTable .pricingTable-header {
                    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
                    color: #000000;
                    background: linear-gradient(207deg, rgb(234 229 148) 44%, rgb(255 244 244) 100%);
                    text-align: center;
                    padding: 40px 0 40px;
                    margin: 0 15px;
                    display: block;
                    -webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
                    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
                    position: relative;
                    z-index: -1;
                    max-height: 108px;
                    min-height: 101px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .plan-home .pricingTable .title {
                    font-size: 20px;
                    font-weight: bold;
                    margin: 0;
                }

                .plan-home .pricingTable .pricing-content {
                    background: linear-gradient(to bottom, #403e2a, #f5ec6b);
                    border-radius: 20px;
                    padding: 15px 15px 25px;
                    margin-top: -15px;
                    z-index: 2;
                    transition: all 0.3s;
                }

                .plan-home .pricingTable:hover .pricing-content {
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
                }

                .plan-home .pricingTable .content {
                    background: #fdfbe9;
                    border-radius: 10px;
                    padding: 20px 50px 50px;
                    margin-bottom: 20px;
                    -webkit-clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
                    clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
                    max-height: 310px;
                    min-height: 300px;
                }

                .plan-home .pricingTable .content ul {
                    color: #000;
                    text-align: center;
                    font-size: 18px;
                    line-height: 20px;
                    text-transform: capitalize;
                    letter-spacing: 1px;
                    list-style: disc;
                    padding: 0;
                    display: inline-block;
                    margin: 0 auto 5px;
                }

                .plan-home .pricingTable .content ul li {
                    margin-bottom: 10px;
                }

                .plan-home .pricingTable .content ul li span {
                    color: #F39733;
                }

                .plan-home .pricingTable .price-value {
                    color: #000;
                    font-size: 30px;
                    transition: all 0.3s;
                }

                .plan-home .pricingTable .amount {
                    color: #F39733;
                }

                .plan-home .pricingTable .pricingTable-signup {
                    color: #000000;
                    font-size: 15px;
                    padding: 8px 12px;
                    font-weight: bold;
                    text-transform: capitalize;
                    position: relative;
                    transition: all 0.3s;
                    border: 2px solid #fff;
                    border-radius: 5px;
                    text-decoration: none;
                }

                .plan-home .pricingTable .pricingTable-signup:hover {
                    padding: 10px 15px;
                    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7) inset;
                    color: #000000;
                    text-decoration: none;
                }

                .plan-home .pricingTable.green .pricingTable-header {
                    color: #000000;
                }

                .plan-home .pricingTable.green .pricing-content {
                    background: linear-gradient(to bottom, #010203, #cda973);
                }

                .plan-home .pricingTable.blue .pricingTable-header {
                    color: #000000;
                }

                .plan-home .pricingTable.blue .pricing-content {
                    background: linear-gradient(to bottom, #000000, #c6bc5b);
                }

                /* Owl Carousel Custom Styles */
                .plan-home .owl-carousel .owl-item {
                    display: flex;
                    justify-content: center;
                }

                /* Position navigation buttons at the bottom of cards */


                .plan-home .owl-carousel .owl-nav {
                    position: absolute;
                    bottom: -100px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 120px;
                    display: flex;
                    justify-content: space-between;
                    margin: 0;
                }

                .plan-home .owl-carousel .owl-nav button {
                    background: rgba(255, 255, 255, 0.9) !important;
                    color: #000000 !important;
                    border-radius: 50% !important;
                    width: 35px !important;
                    height: 35px !important;
                    font-size: 18px !important;
                    margin: 5px !important;
                    transition: all 0.3s ease !important;
                    border: 2px solid #D1AB36 !important;
                    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

                }

                .plan-home .owl-carousel .owl-nav button:hover {
                    background: #D1AB36 !important;
                    color: #000000 !important;
                    transform: scale(1.1);
                    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
                }

                .plan-home .owl-carousel .owl-dots {
                    position: absolute;
                    bottom: -10px;
                    left: 50%;
                    transform: translateX(-50%);
                    margin: 0;
                }

                .plan-home .owl-carousel .owl-dot {
                    display: inline-block;
                    margin: 0 5px;
                }

                .plan-home .owl-carousel .owl-dot span {
                    width: 12px !important;
                    height: 12px !important;
                    background: rgba(255, 255, 255, 0.5) !important;
                    border-radius: 50% !important;
                    transition: all 0.3s ease !important;
                    border: 2px solid rgba(255, 255, 255, 0.8) !important;
                }



                .plan-home .owl-theme .owl-dots .owl-dot span {
                    display: none;
                }

                .plan-home .owl-carousel .owl-dots.disabled,
                .owl-carousel .owl-nav.disabled {
                    display: block;
                }

                .plan-home .owl-carousel .owl-dot.active span {
                    display: none;
                }

                .plan-home .plan-all {
                    background-color: #fce566;
                    font-weight: bold;
                    color: #000;
                    margin: 10px 0;
                    transition: box-shadow 0.3s ease, transform 0.3s ease;
                }

                .plan-home .plan-all:hover {
                    box-shadow: 0 0 15px 5px rgba(255, 249, 160, 0.7);
                    transform: scale(1.05);
                }

                @media only screen and (max-width: 767px) {
                    .plan-home h1.white {
                        font-size: 18px;
                    }
                }

                @media only screen and (max-width: 990px) {
                    .plan-home .container {
                        width: 100%;
                        max-width: 100%;
                        overflow: hidden;
                    }

                }

                @media only screen and (max-width: 479px) {
                    .plan-home .pricingTable .content ul {
                        font-size: 15px;
                    }

                    .plan-home .pricingTable .price-value {
                        font-size: 23px;
                    }

                    .plan-home .owl-theme .owl-dots .owl-dot span {
                        display: none;
                    }

                }

                /******* plans end ******/

                /******* services start ******/
                .service {
                    background-image: url(../images/plan-bg.jpeg);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    padding: 100px 0px 50px 0px;
                    overflow: hidden;
                    position: relative;
                }

                .service::after {
                    position: absolute;
                    content: "";
                    top: 0;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    background: linear-gradient(0deg, rgba(0, 0, 0, 0.37) 18%, rgb(0 0 0 / 0%) 44%, rgba(0, 0, 0, 0.966) 116%);
                }

                .service .container {
                    position: relative;
                    z-index: 1;
                }

                .service h2 {
                    text-align: center;
                    font-weight: bold;
                    padding: 20px 0;
                    color: #fff;
                }

                .service p {
                    color: #fff;
                }

                .service .service-head {
                    text-align: center;
                    padding-bottom: 20px;
                }

                .service .side-line {
                    margin-top: 50px;
                    border-left: 1px solid #D1AB36;
                }

                .service .side-line li {
                    padding: 10px;
                    background-color: rgb(204, 201, 247);

                    color: #fff;
                    margin: 40px 0;
                    border-top-right-radius: 50px;
                    border-bottom-right-radius: 50px;
                    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
                }

                .service .side-line ul li:nth-child(1) {
                    background: #000000;
                    background: linear-gradient(49deg, rgb(245, 236, 107) 44%, rgba(0, 0, 0, 1) 100%);
                }

                .service .side-line ul li:nth-child(2) {
                    background: #000000;
                    background: linear-gradient(207deg, rgb(245, 236, 107) 44%, rgba(0, 0, 0, 1) 100%);
                }

                .service .side-line ul li:nth-child(3) {
                    background: #000000;
                    background: linear-gradient(49deg, rgb(245, 236, 107) 44%, rgba(0, 0, 0, 1) 100%);
                }

                .service .side-line ul li:nth-child(4) {
                    background: #000000;
                    background: linear-gradient(207deg, rgb(245, 236, 107) 44%, rgba(0, 0, 0, 1) 100%);
                }

                .service .side-line ul li:nth-child(5) {
                    background: #000000;
                    background: linear-gradient(49deg, rgb(245, 236, 107) 44%, rgba(0, 0, 0, 1) 100%);
                }

                .service .side-line ul li:nth-child(6) {
                    background: #000000;
                    background: linear-gradient(207deg, rgb(245, 236, 107) 44%, rgba(0, 0, 0, 1) 100%);
                }

                .service .side-line li b {
                    color: #000000;
                    font-size: 18px;
                }

                .service .side-line li h6 {
                    font-size: 14px;
                    padding: 5px 0;
                    color: #000000;
                    font-weight: 700;
                }

                :root {
                    --gap: -205px;
                    --circle-size: 170px;
                    --circle-size-small: 100px;
                    --color-1: #828f95;
                    --color-2: #9da6a5;
                    --color-3: #77ada7;
                    --color-4: #5aafb2;
                    --color-5: #39b3bb;
                    --color-6: #07bec2;
                }

                .service .graphic-container {
                    width: 100%;
                    /* min-height: 100vh; */
                    display: grid;
                    place-items: center;
                    margin: 250px 0px 200px 0px;
                }

                .service .center-circles-container {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    grid-gap: 35px;
                    height: 100%;
                    width: 100%;
                }

                .service .single {
                    gap: 20px;
                }

                .service .double {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 20px;
                }

                .service .double:nth-child(even) {
                    flex-direction: column-reverse;
                }

                .service .circle {
                    width: var(--circle-size);
                    height: var(--circle-size);
                    background: #fff;
                    border-radius: 50%;

                    display: grid;
                    place-items: center;
                    position: relative;
                }

                .service .icon i {
                    font-size: 2rem;
                }

                .service .content-container {
                    position: absolute;
                    max-width: 200px;
                    min-width: 200px;
                    width: 100%;
                }

                .service .content p {
                    font-size: 12px;
                    color: #fff;
                }

                .service .content-container h2 {
                    position: relative;
                    padding: 0 10px;
                }

                /* arrow heading border */
                .service .one .content-container h2::before,
                .service .one .content-container h2::after,
                .service .two .content-container h2::before,
                .service .two .content-container h2::after,
                .service .five .content-container h2::before,
                .service .five .content-container h2::after {
                    position: absolute;
                    content: '';
                    width: 2px;
                    height: 22px;
                    background: teal;
                    left: -6px;
                }

                .service .one .content-container h2::before,
                .service .two .content-container h2::before,
                .service .five .content-container h2::before {
                    top: -2px;
                    transform: rotate(30deg);
                }

                .service .one .content-container h2::after,
                .service .two .content-container h2::after,
                .service .five .content-container h2::after {
                    bottom: -2px;
                    transform: rotate(-30deg);
                }

                .service .three .content-container h2::before,
                .service .three .content-container h2::after,
                .service .four .content-container h2::before,
                .service .four .content-container h2::after,
                .service .six .content-container h2::before,
                .service .six .content-container h2::after {
                    position: absolute;
                    content: '';
                    width: 2px;
                    height: 22px;
                    background: teal;
                    right: -6px;
                }

                .service .three .content-container h2::before,
                .service .four .content-container h2::before,
                .service .six .content-container h2::before {
                    top: -2px;
                    transform: rotate(-30deg);
                }

                .service .three .content-container h2::after,
                .service .four .content-container h2::after,
                .service .six .content-container h2::after {
                    bottom: -2px;
                    transform: rotate(30deg);
                }

                /* different content elements */
                .service .two,
                .service .four {
                    width: var(--circle-size-small);
                    height: var(--circle-size-small);
                }

                .service .two i,
                .service .four i {
                    color: #fff;
                    font-size: 2rem;
                }

                .service .one .content-container {
                    left: 0;
                    bottom: var(--gap);
                    text-align: left;
                }

                .service .two .content-container {
                    left: 80px;
                    bottom: var(--gap);
                    text-align: left;
                }

                .service .three .content-container {
                    right: 200px;
                    top: var(--gap);
                    text-align: right;
                }

                .service .four .content-container {
                    right: 20px;
                    top: var(--gap);
                    text-align: right;
                }

                .service .five .content-container {
                    left: 200px;
                    bottom: var(--gap);
                    text-align: left;
                }

                .service .six .content-container {
                    left: 0;
                    top: var(--gap);
                    text-align: right;
                }

                /* lines */
                /* bottom layer */
                .service .one .line {
                    position: absolute;
                    width: 2px;
                    height: 170px;
                    background-color: #ffffff;
                    top: -150px;
                    left: -30px;
                }

                .service .one .line::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 35px;
                    height: 2px;
                    background: #ffffff;
                }


                .service .one .line::after,
                .service .two .line::after,
                .service .five .line::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 20px;
                    height: 2px;
                }

                .service .one .line::after {
                    background: #ffffff;
                }

                .service .two .line::after {
                    background: #f0c800;
                }

                .service .five .line::after {
                    background: #f0c800;
                }

                .service .two .line {
                    position: absolute;
                    width: 2px;
                    height: 49px;
                    background-color: #f0c800;
                    top: -28px;
                    left: -30px;
                }

                .service .five .line {
                    position: absolute;
                    width: 2px;
                    height: 110px;
                    background-color: #f0c800;
                    top: -90px;
                    left: -30px;
                }

                /* top layer */
                .service .three .line {
                    position: absolute;
                    width: 2px;
                    height: 241px;
                    background-color: #f0c800;
                    bottom: -102px;
                    right: -30px;
                }

                .service .three .line::after,
                .service .four .line::after,
                .service .six .line::after {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 20px;
                    height: 2px;
                }

                .service .three .line::after {
                    background: #f0c800;
                }

                .service .four .line::after {
                    background: #ffffff;
                }

                .service .six .line::after {
                    background: #f0c800;
                }

                .service .four .line {
                    position: absolute;
                    width: 2px;
                    height: 261px;
                    background-color: #ffffff;
                    bottom: -100px;
                    right: -30px;
                }

                .service .four .line::before {
                    content: '';
                    position: absolute;
                    right: 0px;
                    bottom: 0;
                    width: 20px;
                    height: 2px;
                    background: #ffffff;
                }

                .service .six .line {
                    position: absolute;
                    width: 2px;
                    height: 341px;
                    background-color: #f0c800;
                    bottom: -180px;
                    right: -30px;
                }

                .service .six .line::before {
                    content: '';
                    position: absolute;
                    right: 0px;
                    bottom: 0;
                    width: 95px;
                    height: 2px;
                    background: #f0c800;
                }

                /* dots */
                .service .one .dot {
                    position: absolute;
                    top: 110px;
                    right: -30px;
                    width: 20px;
                    height: 20px;
                    background: #ffffff;
                    border-radius: 50%;
                    box-shadow: -20px -110px 0 6px #f0c800, -30px 80px 0 4px #f0c800;
                }

                .service .four .dot {
                    position: absolute;
                    top: 130px;
                    left: 0px;
                    width: 20px;
                    height: 20px;
                    background: #ffffff;
                    border-radius: 50%;
                    box-shadow: -22px -138px 0 10px #ffffff, -70px 70px 0 0px #f7c401;
                }

                .service .six .dot {
                    position: absolute;
                    top: -30px;
                    left: 10px;
                    width: 10px;
                    height: 10px;
                    background: #ffffff;
                    border-radius: 50%;
                    box-shadow: -50px 50px 0 25px #ffee57, 150px 250px 0 10px #e9cc00;
                }

                /* circle colors */
                .service .one {
                    box-shadow: inset 0 0 0 20px #fae978, inset 0px 0px 12px 20px #989898;
                }

                .service .two {
                    background-color: #D1AB36;
                    transform: translateX(-20px);
                }

                .service .three {
                    box-shadow: inset 0 0 0 20px #f3f196;
                    transform: translateX(10px);
                }

                .service .four {
                    background-color: #D1AB36;
                    transform: translateX(-20px);
                }

                .service .five {
                    box-shadow: inset 0 0 0 20px #ffffff;
                    transform: translateX(10px);
                }

                .service .six {
                    box-shadow: inset 0 0 0 20px #f5f374, inset 0px 0px 12px 20px #989898;
                }


                /* h2 border colors */
                .service .one .content-container h2 {
                    border-top: 2px solid #ffffff;
                    border-bottom: 2px solid #ffffff;
                }

                .service .two .content-container h2 {
                    border-top: 2px solid #f0c800;
                    border-bottom: 2px solid #f0c800;
                }

                .service .three .content-container h2 {
                    border-top: 2px solid #f0c800;
                    border-bottom: 2px solid #f0c800;
                    ;
                }

                .service .four .content-container h2 {
                    border-top: 2px solid #ffffff;
                    border-bottom: 2px solid #ffffff;
                }

                .service .five .content-container h2 {
                    border-top: 2px solid #f0c800;
                    border-bottom: 2px solid #f0c800;
                }

                .service .six .content-container h2 {
                    border-top: 2px solid #f0c800;
                    border-bottom: 2px solid #f0c800;
                }

                .service .one .content-container h2::before,
                .service .one .content-container h2::after {
                    background: #ffffff;
                }

                .service .two .content-container h2::before,
                .service .two .content-container h2::after {
                    background: #f0c800;

                }

                .service .five .content-container h2::before,
                .service .five .content-container h2::after {
                    background: #f0c800;
                }

                .service .three .content-container h2::before,
                .service .three .content-container h2::after {
                    background: #f0c800;
                }

                .service .four .content-container h2::before,
                .service .four .content-container h2::after {
                    background: #ffffff;
                }

                .service .six .content-container h2::before,
                .service .six .content-container h2::after {
                    background: #f0c800;
                }

                .service .content-container h3 {
                    font-size: 18px;
                    padding: 5px 0;
                    font-weight: bold;
                    color: #D1AB36;
                }

                .service .content-container h2 {
                    font-size: 20px;
                    font-weight: bold;
                    padding: 5px 0;
                    margin-bottom: 8px;
                    color: #ffffff;
                }

                .service2 {
                    display: none;
                }


.service .hover-text {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.service .hover-text .popup {
  visibility: hidden;
  opacity: 0;
  width: 270px;
  background: #fff;
  color: #000;
  padding: 12px 15px;
  border-radius: 8px;
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 10; /* popup sob content er upor asbe */
  box-shadow: 0 5px 20px rgba(0,0,0,0.25);
  transition: 0.25s;
  font-size: 14px;
  line-height: 20px;
}

/* hover effect */
.service .hover-text:hover .popup {
  visibility: visible;
  opacity: 1;
  top: -30%;
  text-align: justify;

}

.service .content {
  position: relative;
  overflow: visible;   /* ette popup ar niche dhuke jabe na */
}
.service .circle:hover {
    position: relative;
    z-index: 20;
}
.service .content-container {
    z-index: 1;
}

.service {
    overflow: visible;
}
 .graphic-container {
    overflow: visible;
}

                /* media */
                @media (max-width: 992px) {
                    .service {
                        display: none;
                    }

                    .service2 {
                        display: block;
                        overflow: hidden;
                    }


                    .service2 h2 {
                        text-align: center;
                        font-weight: bold;
                        padding: 20px 0;
                        font-size: 2.5rem;
                        color: rgb(0, 0, 0);
                        margin-bottom: 10px;
                    }

                    .service2 .service-head {
                        text-align: center;
                        padding-bottom: 40px;
                        font-size: 1.2rem;
                        max-width: 800px;
                        margin: 0 auto;
                        color: rgb(0, 0, 0);
                        opacity: 0.9;
                    }

                    /* Service Buttons */
                    .service2 .service-buttons {
                        display: flex;
                        flex-direction: column;
                        gap: 15px;
                        padding: 20px;
                        background: rgba(255, 255, 255, 0.1);
                        border-radius: 20px;
                        backdrop-filter: blur(10px);
                        border: 1px solid rgba(255, 255, 255, 0.2);
                    }

                    .service2 .service-buttons .service-btn:nth-child(1) {
                        background: linear-gradient(135deg, #1fd81f, #feca57);
                    }

                    .service2 .service-buttons .service-btn:nth-child(1) {
                        background: rgb(255, 249, 249);
                        border-right: 5px solid rgb(240, 200, 0);

                    }

                    .service2 .service-buttons .service-btn:nth-child(2) {
                        background: rgb(243, 245, 217);
                        border-right: 5px solid rgb(0, 0, 0);
                    }

                    .service2 .service-buttons .service-btn:nth-child(3) {
                        background: rgb(249, 239, 175);
                        border-right: 5px solid rgb(240, 200, 0);
                    }

                    .service2 .service-buttons .service-btn:nth-child(4) {
                        background: rgb(225, 225, 225);
                        border-right: 5px solid rgb(0, 0, 0);
                    }

                    .service2 .service-buttons .service-btn:nth-child(5) {
                        background: rgb(254, 237, 250);
                        border-right: 5px solid rgb(240, 200, 0);
                    }

                    .service2 .service-buttons .service-btn:nth-child(6) {
                        background: rgb(242, 250, 244);
                        border-right: 5px solid rgb(0, 0, 0);
                    }

                    .service2 .service-btn {
                        background: linear-gradient(135deg, #d4dfff, #feca57);
                        border: none;
                        padding: 18px 25px;
                        border-radius: 15px;
                        cursor: pointer;
                        transition: all 0.3s ease;
                        text-align: left;
                        color: rgb(0, 0, 0);
                        font-weight: 600;
                        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
                        position: relative;
                        overflow: hidden;
                    }

                    .service-btn:hover {
                        transform: translateY(-3px);
                        box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
                    }

                    .service-btn.active {
                        background: linear-gradient(135deg, #48cae4, #0077b6);
                        transform: translateX(10px);
                        box-shadow: rgb(0 0 0 / 40%) 0px 6px 20px;
                    }

                    .service2 .service-btn .btn-number {
                        display: inline-block;
                        background: rgba(255, 255, 255, 0.2);
                        border-radius: 20px;
                        font-size: 18px;
                        margin-right: 10px;
                    }

                    .service2 .service-btn h6 {
                        margin: 8px 0 0 0;
                        font-size: 1rem;
                        font-weight: 500;
                        opacity: 0.95;
                    }

                    /* Content Display Area */
                    .service2 .content-display {
                        background: rgba(255, 255, 255, 0.95);
                        border-radius: 25px;
                        padding: 10px;
                        min-height: 500px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        backdrop-filter: blur(10px);
                        border: 1px solid rgba(255, 255, 255, 0.3);
                        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.322);
                        margin-bottom: 30px;

                    }

                    .service2 .service-content {
                        display: none;
                        text-align: center;
                        opacity: 0;
                        transform: translateY(20px);
                        transition: all 0.5s ease;
                        width: 100%;
                    }

                    .service2 .service-content.active {
                        display: block;
                        opacity: 1;
                        transform: translateY(0);
                    }

                    .service2 .service-content .service-icon {
                        width: 100px;
                        height: 100px;
                        background: linear-gradient(135deg, #001677, #ffd271);
                        border-radius: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin: 0 auto 30px;
                        font-size: 2.5rem;
                        color: white;
                        box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
                        animation: pulse 2s infinite;
                    }

                    @keyframes pulse {
                        0% {
                            transform: scale(1);
                        }

                        50% {
                            transform: scale(1.05);
                        }

                        100% {
                            transform: scale(1);
                        }
                    }

                    .service2 .service-content h2 {
                        font-size: 2rem;
                        color: #333;
                        margin-bottom: 8px;
                        font-weight: bold;
                        padding: 0;
                    }

                    .service2 .service-content h3 {
                        font-size: 18;
                        color: #00184b;
                        margin-bottom: 10px;
                        font-weight: 600;
                    }

                    .service2 .service-content p {
                        font-size: 1.1rem;
                        color: #555;
                        line-height: 1.8;
                        max-width: 600px;
                        margin: 0 auto;
                    }



                    /* Default content when no service selected */
                    .service2 .default-content {
                        text-align: center;
                        color: #666;
                    }

                    .service2 .default-content .default-icon {
                        width: 120px;
                        height: 120px;
                        background: linear-gradient(135deg, #000000, #f0c800);
                        border-radius: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin: 0 auto 30px;
                        font-size: 3rem;
                        color: white;
                        opacity: 0.8;
                    }

                    .service2 .default-content h3 {
                        font-size: 1.8rem;
                        margin-bottom: 15px;
                        color: #333;
                    }

                    .service2 .default-content p {
                        font-size: 1.1rem;
                        opacity: 0.8;
                    }


                }

                /******* services end ******/
                /******* faq start ******/
                .faq {
                    padding: 50px 0px 150px 0px;
                    position: relative;
                }

                .faq .row {
                    width: 100%;
                    margin: auto;
                    background-image: url(../images/faq.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    border-radius: 50px;
                    height: 468px;
                    /* height: 409px; */
                }

                .faq h2 {
                    text-align: center;
                    padding: 10px 0;
                    font-weight: bold;
                    margin-bottom: 0px;
                    ;
                }

                .faq .faq-img img {
                    width: 100%;

                }

                .faq .bottom-faq {
                    margin-top: 160px;
                    margin-right: 50px;
                }

                .faq .accordion-item {
                    margin-bottom: 10px;
                    background-color: transparent;
                    border: none;
                    color: #fff;
                }

                .faq .accordion-button:hover {
                    background-color: #e7e2ff;
                    color: #100048;
                }

                .faq .accordion-button {
                    background-color: #ffffff;
                    color: #000000;
                    border-radius: 10px;
                    border: none;
                }

                .faq .accordion-header {
                    padding: 0;
                }

                .faq.accordion-button::after {
                    background-image: url(../images/plus.png);
                }

                .faq .accordion-button:not(.collapsed) {
                    color: #000000;
                }

                .faq .bottom-faq {
                    overflow-y: auto;
                    overflow-x: hidden;
                    max-height: 280px;
                    scrollbar-width: thin;
                    scrollbar-color: #d0d5ff transparent;

                }

                @media (min-width:2100px) and (max-width:4500px) {
                    .faq .row {
                        height: 650px;
                    }

                    .faq .bottom-faq {
                        margin-top: 240px;
                    }
                }

                @media (min-width:1800px) and (max-width:2000px) {
                    .faq .row {
                        height: 750px;
                    }

                    .faq .bottom-faq {
                        margin-top: 320px;
                    }
                }

                @media (min-width:1700px) and (max-width:1790px) {
                    .faq .row {
                        height: 600px;
                    }

                    .faq .bottom-faq {
                        margin-top: 220px;
                    }
                }

                @media (max-width:1000px) {
                    .accordion-body {
                        color: #ffffff;
                    }

                    .faq .bottom-faq {
                        margin-right: 0;
                        max-height: 214px;
                    }

                    .faq .accordion-button {
                        margin: 5px;
                        background-color: #ffffff;
                        box-shadow: 0px 4px 7px 4px rgb(151, 145, 145);
                    }

                    .faq .row {
                        width: 100%;
                       
                    }

                    .faq {
                        padding: 50px 0px 423px 0px;
                    }

                    .faq .row {
                        width: 100%;
                        margin: auto;
                        background-image: url(../images/mobile-responsive.png);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        border-radius: 50px;
                    
                    }
                }

                /* Make FAQ relative */
                .faq {
                    position: relative;
                    overflow: hidden;
                    /* force hide to prevent scroll */
                }

                /* Glow inside corners (no overflow outside) */
                .faq::before,
                .faq::after {
                    content: "";
                    position: absolute;
                    width: 150px;
                    height: 150px;
                    background: radial-gradient(circle,
                            rgba(255, 215, 0, 0.8) 0%,
                            rgba(255, 215, 0, 0.25) 50%,
                            rgba(255, 215, 0, 0.05) 80%,
                            transparent 100%);
                    border-radius: 50%;
                    animation: glowPulse 3s ease-in-out infinite;
                    filter: blur(25px);
                    z-index: 0;
                    pointer-events: none;
                }

                /* LEFT corner – fully inside */
                .faq::before {
                    top: 0;
                    left: 0;
                    transform: translate(-20%, -20%);
                }

                /* RIGHT corner – fully inside */
                .faq::after {
                    top: 0;
                    right: 0;
                    transform: translate(20%, -20%);
                }

                /* Smooth ON–OFF Glow */
                @keyframes glowPulse {
                    0% {
                        opacity: 0.2;
                        transform: scale(0.8);
                    }

                    50% {
                        opacity: 1;
                        transform: scale(1.1);
                    }

                    100% {
                        opacity: 0.2;
                        transform: scale(0.8);
                    }
                }

                @media screen and (max-width: 990px) {
                    .faq {
                        padding: 50px 0px 50px 0px;
                    }

                }
                }
 @media (min-width:601px) and (max-width:990px){
    .faq .row{
 height: 1000px;
        padding-top: 200px;
}
       
}
 @media (min-width:425px) and (max-width:600px){
    .faq .row {
       height: 847px;
        padding-top: 200px;
}
 
}
   @media (min-width:320px) and (max-width:424px) {
    .faq .row {
 height: 744px;
        padding-top: 170px;
}
       
}
                /******* faq start ******/
                /******* blog-start ******/
                .timeline {
                    background-image: url(../images/blog-BG.jpg);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-attachment: fixed;
                    padding: 50px 0;
                    position: relative;
                    overflow: hidden;
                }

                .timeline::before {
                    position: absolute;
                    content: "";
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background: linear-gradient(1deg, rgb(0 0 0 / 86%) 44%, rgb(255, 255, 255) 100%);
                }

                .timeline .blogBT-btn {
                    background-color: #fff;
                    color: #000;
                    padding: 10px 30px;
                    border-radius: 5px;
                    font-weight: bold;
                    font-size: 18px;
                    transition: all 2s;
                }

                .timeline .blogBT-btn:hover {
                    background-color: #D1AB36;
                    color: #000;
                }

                .timeline .BT-blog {
                    position: relative;
                    z-index: 10;
                    display: flex;
                    justify-content: center;
                }

                .timeline .blog-header {
                    margin-bottom: 50px;
                    position: relative;
                    z-index: 1;
                }

                .timeline .blog-header h2 {
                    text-align: center;
                    font-weight: bold;
                    font-size: 40px;
                    text-transform: capitalize;
                }

                .timeline .blog-header h4 {
                    text-align: center;
                    text-transform: capitalize;
                    padding: 4px 0;
                }

                .timeline .blog-header p {
                    text-align: center;
                    text-transform: capitalize;
                    padding: 4px 0px 20px 0px;
                }

                /* Add animated line that draws on scroll */
                .timeline::after {
                    content: "";
                    background: linear-gradient(to bottom, #ebc419, #fccccc);
                    width: 5px;
                    height: var(--timeline-progress, 0%);
                    position: absolute;
                    top: 188px;
                    left: 50%;
                    transform: translateX(-50%);
                    transition: height 0.5s ease-out;
                    z-index: 1;
                    box-shadow: 0 0 10px rgba(235, 196, 25, 0.5);
                }


                .timeline .timeline-item {
                    width: 100%;
                    margin-bottom: 40px;
                    overflow: hidden;
                }

                .timeline .timeline-item:nth-child(even) .timeline-content {
                    float: right;
                    padding: 40px 30px 10px 30px;
                    /* overflow: hidden; */
                }

                .timeline .timeline-item:nth-child(even) .timeline-content .date {
                    right: auto;
                    left: 0;
                    overflow: hidden;
                }

                .timeline .timeline-item:nth-child(even) .timeline-content::after {
                    content: "";
                    position: absolute;
                    border-style: solid;
                    width: 0;
                    height: 0;
                    top: 30px;
                    left: -15px;
                    border-width: 10px 15px 10px 0;
                    border-color: transparent #3f3f3f transparent transparent;
                    overflow: hidden;
                }

                .timeline .timeline-item::after {
                    content: "";
                    display: block;
                    clear: both;
                }

                .timeline .timeline-content {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                    width: 45%;
                    padding: 10px 30px;
                    border-radius: 4px;
                    background: #000000;
                    background: linear-gradient(122deg, rgba(143, 138, 100, 0.76) 28%, rgba(0, 0, 0, 1) 100%);
                    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
                    border-bottom: 5px solid rgb(240, 205, 11);
                    box-shadow: rgba(255, 208, 0, 0.685) 0px 5px 15px;
                }

                .timeline .timeline-content::after {
                    content: "";
                    position: absolute;
                    border-style: solid;
                    width: 0;
                    height: 0;
                    top: 30px;
                    right: -15px;
                    border-width: 10px 0 10px 15px;
                    border-color: transparent transparent transparent #3b3c3d;
                }

                .timeline .timeline-img {
                    width: 30px;
                    height: 30px;
                    background: #ebc419;
                    border-radius: 50%;
                    position: absolute;
                    left: 50%;
                    z-index: 2;
                    margin-top: 25px;
                    margin-left: -15px;
                }

                .timeline .timecontent-img {
                    margin: auto;
                }

                .timeline .timecontent-img img {
                    width: 146px;
                    min-height: 160px;
                }

                .timeline .time-content h2 {
                    font-size: 20px;
                    font-weight: bold;
                    color: #fddb7f;
                }

                .timeline .time-content small {
                    float: right;
                    padding-top: 10px;
                    color: #ffffff;
                    font-weight: 700;
                }

                .timeline .timeline-card {
                    padding: 0 !important;
                }

                .timeline .timeline-card p {
                    padding: 0 20px;
                }

                .timeline .timeline-card a {
                    margin-left: 20px;
                }

                .timeline .timeline-item .timeline-img-header {
                    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
                    background-size: cover;
                }

                .timeline .timeline-img-header {
                    height: 200px;
                    position: relative;
                    margin-bottom: 20px;
                }

                .timeline .timeline-img-header h2 {
                    color: #ffffff;
                    position: absolute;
                    bottom: 5px;
                    left: 20px;
                }

                .timeline blockquote {
                    margin-top: 30px;
                    color: #757575;
                    border-left-color: #000000;
                    padding: 0 20px;
                }

                .timeline .date {
                    background: #ff4081;
                    display: inline-block;
                    color: #ffffff;
                    padding: 10px;
                    position: absolute;
                    top: 0;
                    right: 0;
                }

                @media screen and (max-width: 990px) {
                    .timeline .timeline-content {
                        flex-direction: column;
                    }

                    .timeline .blog-header h2 {
                        color: #c98700;
                    }

                    .timeline .blog-header p {
                        color: #fff;
                        background-color: #000;
                        padding: 10px;
                        border-radius: 10px;
                    }

                    .timeline .blog-header h4 {
                        background-color: #fff;
                        padding: 5px;

                    }
                }

                /* Mobile responsive */
                @media screen and (max-width: 768px) {
                    .timeline {
                        padding: 0px 0px 50px 0px;
                    }

                    .timeline::after {
                        left: 50px;
                        top: 300px;
                    }
                }

                @media screen and (max-width: 768px) {
                    .timeline::before {
                        content: "";
                        background: #959bc5;
                        width: 5px;
                        height: 74%;
                        position: absolute;
                        top: 300px;
                        transform: translateX(-50%);
                    }

                    .timeline .timeline-content {
                        padding-left: 5px;
                    }

                    .timeline .time-content h2 {
                        font-size: 15px;
                    }

                    .timeline .time-content small {
                        font-size: 11px;
                    }

                    .timeline {

                        &::before {
                            left: 50px;
                        }

                        .timeline-img {
                            left: 50px;
                        }

                        .timeline-content {
                            max-width: 100%;
                            width: auto;
                            margin-left: 70px;
                        }

                        .timeline-item {

                            &:nth-child(even) {

                                .timeline-content {
                                    float: none;

                                }
                            }

                            &:nth-child(odd) {

                                .timeline-content {

                                    &::after {
                                        content: '';
                                        position: absolute;
                                        border-style: solid;
                                        width: 0;
                                        height: 0;
                                        top: 30px;
                                        left: -15px;
                                        border-width: 10px 15px 10px 0;
                                        border-color: transparent #959bc5 transparent transparent;
                                    }
                                }

                            }
                        }
                    }

                }


                /******* blog end ******/
                /******* testimonial start ******/

                .testimonial {
                    padding: 80px 0;
                    background-color: #000;
                    position: relative;
                }

                .testimonial .tesBT-bt {
                    display: flex;
                    justify-content: center;
                }

                .testimonial .testiBT-btn {
                    background-color: #fff;
                    padding: 10px 30px;
                    font-size: 18px;
                    font-weight: bold;
                    color: #000;
                    transition: all 1s;
                }

                .testimonial .testiBT-btn:hover {
                    background-color: #D1AB36;
                    color: #000;

                }

                .testimonial .container {
                    position: relative;
                    z-index: 1;
                }

                .testimonial .custom-shape-divider-top-1749471944 {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    overflow: hidden;
                    line-height: 0;
                    z-index: 1;
                }

                .testimonial .custom-shape-divider-top-1749471944 svg {
                    position: relative;
                    display: block;
                    width: calc(100% + 1.3px);
                    height: 60px;
                }

                .testimonial .custom-shape-divider-top-1749471944 .shape-fill {
                    fill: #FFFFFF;
                }

                .testimonial .custom-shape-divider-bottom-1749472072 {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    overflow: hidden;
                    line-height: 0;
                    transform: rotate(180deg);
                    z-index: 1;
                }

                .testimonial .custom-shape-divider-bottom-1749472072 svg {
                    position: relative;
                    display: block;
                    width: calc(100% + 1.3px);
                    height: 50px;
                }

                .testimonial .custom-shape-divider-bottom-1749472072 .shape-fill {
                    fill: #FFFFFF;
                }

                .testimonial .section-heading h5 {
                    color: #fff;
                }

                .testimonial .section-heading h2 {
                    color: #ffd06b;
                    font-weight: bold;
                }

                .testimonial .section-heading p {
                    color: #ffffff;
                }

                .testimonial .testi-wrap {
                    position: relative;
                    height: 625px;
                    margin-top: -60px;
                }

                .testimonial .client-single {
                    margin-top: 20px;
                    text-align: center;
                    position: absolute;
                    -webkit-transition: all 1s ease;
                    transition: all 1s ease;
                }

                .testimonial .client-info,
                .testimonial .client-comment {
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                .testimonial .client-single {
                    &.inactive {

                        .client-comment,
                        .client-info {
                            display: none;
                        }

                        .client-comment,
                        .client-info {
                            opacity: 0;
                            visibility: hidden;
                        }
                    }

                    &.position-1 {
                        -webkit-transform: scale(0.65);
                        transform: scale(0.65);
                    }

                    &.position-2 {
                        left: -40px;
                        top: 105px;
                    }

                    &.position-3 {
                        left: -60px;
                        top: 240px;
                        -webkit-transform: scale(0.4) !important;
                        transform: scale(0.4) !important;
                    }

                    &.position-4 {
                        left: 55px;
                        top: 380px;
                    }

                    &.position-5 {
                        top: 30px;
                        right: 55px;
                    }

                    &.position-6 {
                        top: 225px;
                        right: -40px;
                    }

                    &.position-7 {
                        top: 400px;
                        right: 45px;
                        -webkit-transform: scale(0.4) !important;
                        transform: scale(0.4) !important;
                    }

                    &.active {
                        top: 10%;
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                        z-index: 10;
                        width: 70%;

                        .client-comment,
                        .client-info {
                            -webkit-transition-delay: 0.6s;
                            transition-delay: 0.6s;
                        }
                    }

                    &:not(.active) {
                        -webkit-transform: scale(0.55);
                        transform: scale(0.55);
                        z-index: 99;
                    }

                    &.active .client-img {
                        width: 160px;
                        height: 160px;
                        margin: 0 auto 24px;
                        position: relative;

                        &:before {
                            border-radius: 100%;
                            content: '';
                            background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(157, 91, 254)), to(rgb(56, 144, 254)));
                            background-image: linear-gradient(180deg, rgb(255, 230, 2) 0%, rgb(6, 65, 138) 100%);
                            padding: 5px;
                            width: 160px;
                            height: 160px;
                            top: -4px;
                            left: 0px;
                            position: absolute;
                            z-index: -1;
                        }
                    }

                    .client-img img {
                        width: 170px;
                        border-radius: 50%;
                        border: 8px solid #ffffff;
                        cursor: pointer;
                        background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 219, 17)), to(rgb(254, 241, 56)));
                        background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, #D1AB36 100%);
                    }

                    &.active .client-img img {
                        max-width: 160px;
                        min-height: 155px;
                        margin: 0 auto 24px;
                        border: 0;
                    }
                }

                .testimonial .client-comment {
                    padding: 0 30px;

                    h3 {
                        font-size: 22px;
                        line-height: 32px;
                        color: #ffffff;
                    }

                    span i {
                        font-size: 60px;
                        color: #ffc607;
                        margin: 40px 0 24px;
                        display: inline-block;
                    }
                }

                .testimonial .client-info {
                    h3 {
                        color: #ffffff;
                        font-weight: 600;
                        margin-bottom: 4px;
                    }

                    p {
                        color: #f7c72b;
                        font-weight: bold;
                        text-transform: uppercase;
                    }

                    a {
                        color: #f7c72b;
                    }
                }

                .testimonial .client-img {
                    width: 160px;
                    height: 170px;
                    border-radius: 50%;
                    overflow: hidden;
                    margin: auto;
                    position: relative;
                }

                .testimonial .client-img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover !important;
                    border-radius: 50%;
                    display: block;
                }

                @media only screen and (min-width: 768px) and (max-width: 991px) {
                    .testimonial #testimonial-area .section-heading h2 {
                        font-size: 30px;
                    }

                    .testimonial .client-comment h3 {
                        font-size: 18px;
                        line-height: 28px;
                    }

                    .testimonial .client-single.active {
                        width: 60%;
                    }

                    .testimonial .client-single:not(.active) {
                        -webkit-transform: scale(0.55);
                        transform: scale(0.35);
                    }

                    .testimonial .client-single.position-3,
                    .testimonial .client-single.position-7 {
                        -webkit-transform: scale(.30) !important;
                        transform: scale(.30) !important;
                    }

                    .testimonial .client-single.active .client-img img {
                        max-width: 100px;
                    }

                    .testimonial .client-single.active .client-img::before {
                        padding: 5px;
                        width: 108px;
                        height: 108px;
                        top: -4px;
                        left: 6px;
                    }

                    .testimonial .client-single.active .client-img {
                        width: 120px;
                        height: 100px;
                    }

                    .testimonial .testi-wrap {
                        height: 580px;
                        overflow: hidden;
                    }

                    .testimonial #testimonial-area {
                        padding: 100px 0 0;
                    }
                }

                @media only screen and (min-width: 480px) and (max-width: 767px) {
                    .testimonial #testimonial-area .section-heading h2 {
                        font-size: 30px;
                    }

                    .testimonial .client-comment h3 {
                        font-size: 14px;
                        line-height: 26px;
                    }

                    .testimonial .client-single.active {
                        width: 60%;
                    }

                    .testimonial .client-comment span i {
                        font-size: 40px;
                    }

                    .testimonial .client-single:not(.active) {
                        -webkit-transform: scale(0.55);
                        transform: scale(0.35);
                    }

                    .testimonial .client-single.position-5,
                    .testimonial .client-single.position-7 {
                        right: 0;
                    }

                    .testimonial .client-single.position-4 {
                        left: 0;
                    }

                    .testimonial .client-single.position-3,
                    .testimonial .client-single.position-7 {
                        -webkit-transform: scale(.30) !important;
                        transform: scale(.30) !important;
                    }

                    .testimonial .client-single.active .client-img img {
                        max-width: 80px;
                    }

                    .testimonial .client-single.active .client-img::before {
                        padding: 5px;
                        width: 88px;
                        height: 88px;
                        top: -4px;
                        left: 16px;
                    }

                    .testimonial .client-single.active .client-img {
                        width: 120px;
                        height: 100px;
                    }

                    .testimonial .testi-wrap {
                        height: 630px;
                    }
                }

                @media only screen and (min-width: 360px) and (max-width: 479px) {
                    .testimonial #testimonial-area .section-heading h2 {
                        font-size: 30px;
                        line-height: 40px
                    }

                    .testimonial .client-comment h3 {
                        font-size: 14px;
                        line-height: 26px;
                    }

                    .testimonial .client-single.active {
                        width: 80%;
                    }

                    .testimonial .client-comment span i {
                        font-size: 40px;
                    }

                    .testimonial .client-single:not(.active) {
                        -webkit-transform: scale(0.25);
                        transform: scale(0.25);
                    }

                    .testimonial .client-single.position-5,
                    .testimonial .client-single.position-7,
                    .testimonial .client-single.position-6 {
                        right: -70px;
                    }

                    .testimonial .client-single.position-4 {
                        left: -60px;
                    }

                    .testimonial .client-single.position-3 {
                        left: -75px;
                    }

                    .testimonial .client-single.position-3,
                    .testimonial .client-single.position-7 {
                        -webkit-transform: scale(.25) !important;
                        transform: scale(.25) !important;
                    }

                    .testimonial .client-single.active .client-img img {
                        max-width: 80px;
                    }

                    .testimonial .client-single.active .client-img::before {
                        padding: 5px;
                        width: 88px;
                        height: 88px;
                        top: -4px;
                        left: 16px;
                    }

                    .testimonial .client-single.active .client-img {
                        width: 120px;
                        height: 100px;
                    }

                    .testimonial .testi-wrap {
                        height: 600px;
                    }
                }

                @media only screen and (min-width: 320px) and (max-width: 359px) {
                    .testimonial #testimonial-area .section-heading h2 {
                        font-size: 30px;
                    }

                    .testimonial .client-comment h3 {
                        font-size: 14px;
                        line-height: 26px;
                    }

                    .testimonial .client-single.active {
                        width: 80%;
                    }

                    .testimonial .client-comment span i {
                        font-size: 40px;
                    }

                    .testimonial .client-single:not(.active) {
                        -webkit-transform: scale(0.25);
                        transform: scale(0.25);
                    }

                    .testimonial .client-single.position-5,
                    .testimonial .client-single.position-7,
                    .testimonial .client-single.position-6 {
                        right: -70px;
                    }

                    .testimonial .client-single.position-4 {
                        left: -60px;
                    }

                    .testimonial .client-single.position-3 {
                        left: -75px;
                    }

                    .testimonial .client-single.position-3,
                    .testimonial .client-single.position-7 {
                        -webkit-transform: scale(.25) !important;
                        transform: scale(.25) !important;
                    }

                    .testimonial .client-single.active .client-img img {
                        max-width: 80px;
                    }

                    .testimonial .client-single.active .client-img::before {
                        padding: 5px;
                        width: 88px;
                        height: 88px;
                        top: -4px;
                        left: 16px;
                    }

                    .testimonial .client-single.active .client-img {
                        width: 120px;
                        height: 100px;
                    }

                    .testimonial .testi-wrap {
                        height: 550px;
                    }
                }

                .testimonial .client-single {
                    margin-top: 20px;
                    text-align: center;
                    position: absolute;
                    transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
                    /* smoother easing */
                    transform-origin: center center;
                    /* smoother scaling */
                }

                .testimonial .client-single img {
                    -webkit-transition: all 1s ease;
                    transition: all 0.8s ease-in-out;
                    /* smooth image resize */
                }

                .testimonial .client-single.active {
                    z-index: 10;
                    transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
                }

                /******* testimonial end ******/
                /******* free advisory start ******/
                .free-advisory {
                    padding: 50px 0px;

                    overflow: hidden;
                    background: #000000;
                    position: relative;
                    height: 700px;
                }

                .free-advisory .freeAd-BTn {
                    display: flex;
                    justify-content: center;
                }

                .free-advisory .FRee-BTn {
                    background-color: #fff;
                    color: #000;
                    padding: 10px 30px;
                    font-size: 18px;
                    font-weight: bold;
                    transition: all 2s;
                }

                .free-advisory .FRee-BTn:hover {
                    background-color: #d4a024;
                    color: #000;
                }

                .custom-shape-divider-bottom-1763620443 {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    z-index: 5;
                    overflow: hidden;
                    line-height: 0;
                    transform: rotate(180deg);
                }

                .custom-shape-divider-bottom-1763620443 svg {
                    position: relative;
                    display: block;
                    width: calc(300% + 1.3px);
                    height: 294px;
                }

                .custom-shape-divider-bottom-1763620443 .shape-fill {
                    fill: #ffffff;
                }

                .free-advisory {
                    position: relative;
                    overflow: hidden;
                    padding: 80px 0;
                }

                .free-advisory .bg-video {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    z-index: 0;
                    /* background e jabe */
                    opacity: 1;
                    /* video light kore rakhte */
                }

                .free-advisory h2 {
                    text-align: center;
                    font-weight: bold;
                    padding: 5px 0;
                    color: #fff;

                }

                .free-advisory p {
                    text-align: center;
                    margin-bottom: 45px;
                    margin-top: 10px;
                    color: #fff;
                    font-size: 20px;
                    line-height: 1.8;
                }



                .free-advisory .container {
                    position: relative;
                    z-index: 5;
                }

                .free-advisory .yt-right img {
                    width: 100%;
                    position: relative;
                    z-index: 15;
                }


                .free-advisory .Yt-link {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-top: 150px;
                    gap: 35px;
                }

                /* .free-advisory .Yt-link img {
                    margin: 0 10px;
                } */


                .free-advisory .Yt-link .box1 {
                    max-width: 320px;
                    min-width: 300px;
                    height: 220px;
                    border-radius: 25px;
                    box-shadow: #fff3d0 0px 0px 7px 4px;
                    border-width: 1px;
                    border-style: solid;
                    border-color: #D1AB36;
                    border-image: initial;
                    position: relative;
                    position: relative;
                }

                .free-advisory .yc-im {
                    max-width: 320px;
                    min-width: 300px;
                    height: 220px;
                }

                .free-advisory .yc-ims {
                    max-width: 220px;
                    min-width: 200px;
                    height: 150px;
                }

                .free-advisory .Yt-link .box4 {
                    max-width: 320px;
                    min-width: 300px;
                    height: 220px;
                    border-radius: 25px;
                    box-shadow: #fff3d0 0px 0px 7px 4px;
                    border-width: 1px;
                    border-style: solid;
                    border-color: #D1AB36;
                    border-image: initial;
                    position: relative;
                }

                .free-advisory .Yt-link .box4 {
                    position: relative;
                }



                .free-advisory .Yt-link .box2 {
                    max-width: 220px;
                    min-width: 200px;
                    height: 150px;
                    border-radius: 25px;
                    box-shadow: #D1AB36 0px 0px 7px 4px;
                    border-width: 1px;
                    border-style: solid;
                    border-color: #D1AB36;
                    border-image: initial;
                }

                .free-advisory .Yt-link .box2 {
                    position: relative;
                }


                .free-advisory .Yt-link .box3 {
                    max-width: 220px;
                    min-width: 200px;
                    height: 150px;
                    border-radius: 25px;
                    box-shadow: #D1AB36 0px 0px 7px 4px;
                    border-width: 1px;
                    border-style: solid;
                    border-color: #D1AB36;
                    border-image: initial;
                }

                .free-advisory .Yt-link .box3 {
                    position: relative;
                }



                .free-advisory .Yt-link .icon-box {
                    position: relative;
                    overflow: hidden;
                    cursor: pointer;
                    border-radius: 12px;
                }

                .free-advisory .Yt-link .icon-box img {
                    width: 100%;
                    display: block;
                    transition: 0.4s ease;
                }

                /* Icon design */
                .free-advisory .image-icon {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%) scale(0);
                    font-size: 45px;
                    color: #ff2424;
                    width: 75px;
                    height: 75px;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    transition: 0.35s ease;
                    opacity: 0;
                }

                /* Hover effect */
                .free-advisory .Yt-link .icon-box img {
                    filter: brightness(100%);
                    transform: scale(1.05);
                }

                .free-advisory .Yt-link .icon-box .image-icon {
                    opacity: 1;
                    transform: translate(-50%, -50%) scale(1);
                }

                .particle-section {
                    position: relative;
                    overflow: hidden;
                }

                .particle-section canvas {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100% !important;
                    height: 100% !important;
                    pointer-events: none;
                    z-index: 1;
                }


                @media screen and (min-width:992px) and (max-width:1199px) {
                    .free-advisory .free-two {
                        padding: 20px 10px;
                    }

                    .free-advisory .free-one {
                        padding: 20px 10px;
                    }

                }

                @media screen and (min-width:320px) and (max-width:991px) {
                    .free-advisory::after {

                        position: absolute;
                        content: "";
                        top: 213px;
                        left: 0;
                        bottom: 0;
                        right: 0;
                    }

                    .free-advisory .box1 {
                        border-radius: 30px;
                        margin: 0 10px;
                    }

                    .free-advisory .free-two {
                        padding: 34px 10px;
                        margin: 30px 10px 10px 10px;
                        border-radius: 30px;
                        border-bottom-right-radius: 30px;
                        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
                    }

                    .free-advisory .free-one {
                        padding: 34px 10px;
                        margin: 20px 10px 20px 10px;
                        border-radius: 30px;
                        border-bottom-left-radius: 30px;
                        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
                    }
                }

                @media (max-width: 900px) {

                    .free-advisory .Yt-link {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        margin-top: 150px;
                        gap: 25px;
                    }

                    .free-advisory {
                        height: auto !important;
                    }

                    .free-advisory .Yt-link .box1,
                    .free-advisory .Yt-link .box2,
                    .free-advisory .Yt-link .box3,
                    .free-advisory .Yt-link .box4 {
                        width: 100% !important;
                    }

                    .free-advisory .FRee-BTn {
                        margin-top: 20px;
                    }
                }

                /******* free advisory end ******/

                /******* contact-start ******/
                .contact-page-sec {
                    padding: 50px 0;
                    position: relative;
                    overflow: hidden;
                }

                .contact-page-sec .contact-info {
                    display: inline-block;
                    width: 100%;
                    text-align: center;
                    margin-bottom: 10px;
                }

                .contact-page-sec .contact-info-icon {
                    margin-bottom: 15px;
                }

                .contact-page-sec .contact-info-item {
                    /* background: #ffffff; */
                    padding: 10px 0px;

                }

                .contact-page-sec .contact-page-form h2 {
                    color: #071c34;
                    text-transform: capitalize;
                    font-size: 25px;
                    font-weight: 700;
                }

                .contact-page-sec .contact-page-form .col-md-6.col-sm-6.col-xs-12 {
                    padding-left: 0;
                }

                .contact-page-sec .contact-page-form.contact-form input {
                    margin-bottom: 5px;
                }

                .contact-page-sec .contact-page-form.contact-form textarea {
                    height: 110px;
                }

                .contact-page-sec .contact-page-form.contact-form input[type="submit"] {
                    background: #071c34;
                    width: 150px;
                    border-color: #071c34;
                }

                .contact-page-sec .contact-info-icon i {
                    font-size: 48px;
                    color: #faa719;
                }

                .contact-page-sec .contact-info-text p {
                    margin-bottom: 0px;
                }

                .contact-page-sec .contact-info-text h2 {
                    color: #000000;
                    font-size: 22px;
                    text-transform: capitalize;
                    font-weight: 600;
                    margin-bottom: 10px;
                }

                .contact-page-sec .contact-info-text span {
                    color: #050e63;
                    font-size: 16px;
                    font-weight: bold;
                    display: inline-block;
                    width: 100%;
                }

                .contact-page-sec .contact-page-form input {
                    background: #000000 none repeat scroll 0 0;
                    color: #fff;
                    backdrop-filter: blur (5px);
                    border: 1px solid #ebebeb;
                    margin-bottom: 20px;
                    padding: 12px 16px;
                    width: 100%;
                    border-radius: 4px;
                }

                .contact-page-sec .contact-page-form ::placeholder {
                    color: #D1AB36;
                    font-weight: 800;
                }

                .contact-page-sec .contact-page-form .message-input {
                    display: inline-block;
                    width: 100%;
                    padding-left: 0;
                }

                .contact-page-sec .single-input-field textarea {
                    background: #000000 none repeat scroll 0 0;
                    border: 1px solid #f9f9f9;
                    width: 100%;
                    height: 120px;
                    padding: 12px 16px;
                    border-radius: 4px;
color:#fff;
                }

                .contact-page-sec .single-input-fieldsbtn .contact-btn-submit {
                    background: #D1AB36 none repeat scroll 0 0;
                    color: #fff;
                    display: inline-block;
                    font-weight: 600;
                    padding: 10px 0;
                    text-transform: capitalize;
                    width: 150px;
                    margin-top: 20px;
                    font-size: 16px;
                }

                .contact-page-sec .single-input-fieldsbtn .contact-btn-submit:hover {
                    background: #000000;
                    transition: all 0.4s ease-in-out 0s;
                    border-color: #071c34
                }

                .contact-page-sec .single-input-field h4 {
                    color: #464646;
                    text-transform: capitalize;
                    font-size: 14px;
                }

                .contact-page-sec .contact-page-form {
                    margin: auto;
                    width: 100%;
                    margin-top: 30px;
                    border-right: 2px solid rgb(255, 255, 255);
                    /* padding-right: 100px; */
                }

                .contact-page-sec .contact-map {
                    background-color: #ffffff;
                    margin-top: 50px;
                    border: 5px solid transparent;
                    border-image-source: linear-gradient(341deg, #ffd323 36%, #ffd323 36%, #ffffff 26%, #ffffff 75%, #000000 47%, #000000 47%);
                    border-image-slice: 1;
                }

                .contact-page-sec .contact-page-form form {
                    padding: 20px 15px 0;
                }

                .contact-page-sec .map-frame {
                    width: 100%;
                    height: 350px;
                    /* height change korte parbe */
                    border: 0;
                    border-radius: 12px;
                    /* optional round corner */
                }

                /******* contact end ******/
                /******footer start******/
                footer {
                    padding: 50px 0;
                    background: #a38929;
                    background: linear-gradient(158deg, rgba(163, 137, 41, 1) 0%, rgba(0, 0, 0, 1) 12%, rgba(0, 0, 0, 1) 87%, rgba(237, 204, 85, 1) 100%);
                }

                footer .disclaimer-FT {
                    background-color: #d7cba0;
                    padding: 10px 20px;
                    border-radius: 10px;
                    margin: 0 50px;
                }

                footer .disclaimer-FT p {
                    color: #000;
                    line-height: 1.6;
                    font-size: 18px;
                    font-weight: bold;
                    text-align: justify;
                }

                footer .disclaimer-FT p b {
                    text-decoration: underline;
                    font-size: 22px;
                }

                footer .top-footer {
                    padding: 40px 0px 0px 0px;
                    margin: 50px;
                    background-color: #000;
                    position: relative;
                    overflow: visible;
                    border-radius: 20px;
                    box-shadow: rgb(214 164 0 / 76%) 0px 3px 8px;
                }

                footer .top-footer .footer-box a p {
                    font-size: 20px;
                    color: #02175f;
                    font-weight: bold;
                    padding: 2px 0;
                }

                footer .top-footer .footer-box h4 {
                    color: #D1AB36;
                    font-weight: bold;
                    font-size: 18px;
                    padding: 5px 0;
                    border-bottom: 2px dashed black;
                    display: inline-block;
                }

                footer .top-footer .footer-box p {
                    color: #fff;
                    font-size: 15px;
                    padding: 10px 0;
                    text-align: justify;
                    border-left: 1px solid #D1AB36;
                    padding-left: 5px;
                }

                footer .footer-box .quick-links li {
                    padding: 5px 0;
                }

                footer .footer-box .quick-links li i {
                    padding-right: 5px;
                    color: #f0c800;
                }

                footer .footer-box .quick-links li a {
                    color: #fff;
                }

                footer .footer-box .contact-list li {
                    padding: 10px 0;
                }

                footer .footer-box .contact-list li i {
                    padding-right: 5px;
                    color: #f0c800;
                }

                footer .footer-box .contact-list li a {
                    color: #fff;
                    display: inline-flex;
                }

                footer .top-footer .ft-icon {
                    display: flex;
                    margin-bottom: 10px;

                }

                footer .top-footer .ft-icon li {
                    list-style: none;
                    margin: 10px;
                }

                footer .top-footer .ft-icon li a i {
                    font-size: 25px;
                    color: #fff;
                }

                footer .top-footer .ft-icon li a i:hover {
                    color: #D1AB36;
                }

                footer .bottom-footer {
                    background-color: #D1AB36;
                    padding: 10px 0;
                    margin-top: 40px;
                    position: relative;
                    z-index: 1;
                    border-bottom-left-radius: 20px;
                    border-bottom-right-radius: 20px;
                }

                footer .bottom-footer p {
                    color: #ffffff;
                    text-align: center;
                    font-size: 20px;
                    font-weight: bold;
                }
.ft-bnimg img{
    width: 80%;
    max-height: 200px;
    min-height: 180px;
}

.top-footer .ft-bank h2{
    padding: 10px 0;
    color: #fff;
    font-size: 20px;

}
.top-footer .ft-bank li{
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
text-align:justify;
}
.top-footer .ft-bank h3{
color:#fff;
font-size:15px;
padding:5px 0;
}
.top-footer .ft-bank h4{
color:#fff;
font-size:15px;
padding:5px 0;
}
.top-footer .ft-note p{
color:#fff;
font-size:15px;
text-align:justify;
} 

.ft-bank b{
color: gold;
}
                @media (max-width:900px) {
                    footer .top-footer {
                        text-align: center;
                    }

                    footer .foot-icon {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                    footer .top-footer {
                        padding: 50px 0px 0px 0px;
                        margin: 5px;
                    }

                    footer .disclaimer-FT {
                        margin: 20px 5px 0px 5px;
                    }
                }

                /******footer end******/
              /*************** about RA start******************* */
                .profile-about {
                    padding: 60px 0;

                }

                .profile-about .profile-left::after {
                    position: absolute;
                    content: "";
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    /* background: #ffffff;
                    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 91%, rgba(0, 0, 0, 1) 100%); */
                }

                .profile-about .heading {
                    font-size: 36px;
                    font-weight: 700;
                    text-align: center;
                    margin-bottom: 50px;
                }

                .profile-about .heading span {
                    color: #0a8a5c;
                    font-weight: 800;
                }

                .profile-about .profile-left figure img {
                    width: 100%;
                    max-width: 477px;
                    min-height: 830px;
                    max-height: 850px;
                    border-radius: 10px;
                    overflow: hidden;
                }

                .profile-about .social-follow {
                    margin-top: 20px;
                }

                .profile-about .social-follow p {
                    font-weight: 600;
                    font-size: 18px;
                    margin-bottom: 10px;
                    color: #fff;
                }

                .profile-about .social-follow ul {
                    display: flex;
                    gap: 12px;
                    padding: 0;
                    list-style: none;
                }

                .profile-about .social-follow ul li img {
                    width: 38px;
                    transition: 0.3s;
                }

                .profile-about .social-follow ul li img:hover {
                    transform: scale(1.15);
                }

                .profile-about .profile-right {
                    padding-left: 20px;
                }

                .profile-about .profile-right .subheading {
                    font-size: 20px;
                    font-weight: 600;
                    color: #e4bd49;
                    margin-bottom: 15px;
                    border-left: 1px solid #fff;
                    padding-left: 10px;
                }

                .profile-about .profile-right ul {
                    padding-left: 18px;
                }

                .profile-about .profile-right ul li {
                    margin-bottom: 12px;
                    line-height: 1.6;
                    font-size: 16px;
                    list-style-type: circle;
                }

                .profile-about::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: -230px;
                    /* background-image: url(../images/Rectangle\ 12.png); */
                    background-repeat: no-repeat;
                    background-size: contain;
                    width: 826px;
                    height: 768px;
                }



                .profile-about {
                    position: relative;
                    height: 800px;
                    overflow: hidden;
                }


                .profile-about .profile-right {
                    position: relative;
                    z-index: 2;
                    padding: 40px 30px;
                    color: #fff;
                    /* to make text visible on dark shape */
                }

                .profile-about .profile-right::before {
                    content: "";
                    position: absolute;
                    top: -37px;
                    right: -302px;
                    width: 1219px;
                    height: 691px;
                    background: linear-gradient(180deg, #000000 0%, #000000 100%);
                    transform: rotate(0deg);
                    border-radius: 40px;
                    z-index: -1;
                    clip-path: polygon(-3% 0%,
                            /* top-left */
                            100% 0%,
                            /* top-right (small corner) */
                            100% 20%,
                            /* top-right corner cut */
                            94% 100%,
                            /* bottom-right */
                            23% 100%
                            /* bottom-left */
                        );
                }

                .profile-about .profile-right::after {
                    content: "";
                    position: absolute;
                    right: 898px;
                    border: 0;
                    background-image: url(../images/box-shape.png);
                    background-repeat: no-repeat;
                    background-size: contain;
                    width: 76px;
                    height: 80px;
                    bottom: 423px;
                }


                .profile-about .profile-left {
                    position: relative;
                    top: -118px;

                }


                .profile-about .social-follow {
                    margin-top: -156px;
                    background-color: #000000;
                    position: relative;
                    left: 72px;
                    padding: 20px;
                    height: 102px;
                    width: 900px;
                }

                /* Responsive Fix */
                @media (max-width: 767px) {
                    .profile-about .profile-right::before {
                        width: 160px;
                        height: 160px;
                        top: -40px;
                        right: -40px;
                    }
                }

                /* Responsive */
                @media (max-width: 767px) {
                    .profile-about .profile-right {
                        padding-left: 0;
                        margin-top: 30px;
                    }

                    .profile-about .profile-about .heading {
                        font-size: 28px;
                    }

                    .profile-about .social-follow ul li img {
                        width: 32px;
                    }
                }

                /* container */
                .profile-about .floating-icons {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    pointer-events: none;
                    /* so it doesn't disturb text */
                }

                /* common properties */
                .profile-about .f-icon {
                    position: absolute;
                    width: 60px;
                    animation: flip 6s linear infinite;
                    opacity: 0.85;
                }

                /* Flip animation */
                @keyframes flip {
                    0% {
                        transform: rotateY(0deg) translateY(0px);
                    }

                    50% {
                        transform: rotateY(180deg) translateY(-20px);
                    }

                    100% {
                        transform: rotateY(360deg) translateY(0px);
                    }
                }

                /* Customize icon positions */
                .profile-about .icon1 {
                    top: 50px;
                    right: 120px;
                }

                .profile-about .icon2 {
                    top: 180px;
                    right: 260px;
                    animation-duration: 7s;
                }

                .profile-about .icon3 {
                    bottom: 527px;
                    right: 89%;
                    animation-duration: 5s;
                }

                .profile-about .icon4 {
                    bottom: 127px;
                    right: 50%;
                    animation-duration: 8s;
                    Z-INDEX: 19;
                }

                @media (min-width:2100px) and (max-width:4500px) {
                    .profile-about::before {
                        bottom: -185px;
                        width: 978px;
                        height: 792px;
                    }

                    .profile-about .profile-right::before {
                        right: -108px;
                        width: 159%;
                        clip-path: polygon(-3% 0%,
                                /* top-left */
                                100% 0%,
                                /* top-right (small corner) */
                                100% 117%,
                                /* top-right corner cut */
                                94% 100%,
                                /* bottom-right */
                                19% 100%
                                /* bottom-left */
                            )
                    }

                    .profile-about .profile-right::after {
                        right: 1357px;
                        bottom: 243px;
                    }

                    .profile-about .icon4 {
                        right: 60%;
                    }
                }




                @media (min-width:1800px) and (max-width:2000px) {
                    .profile-about::before {
                        bottom: -185px;
                        width: 978px;
                        height: 792px;
                    }

                    .profile-about .profile-right::before {
                        right: -108px;
                        width: 159%;
                        clip-path: polygon(-3% 0%,
                                /* top-left */
                                100% 0%,
                                /* top-right (small corner) */
                                100% 117%,
                                /* top-right corner cut */
                                94% 100%,
                                /* bottom-right */
                                19% 100%
                                /* bottom-left */
                            )
                    }

                    .profile-about .profile-right::after {
                        right: 144%;
                        bottom: 324px;
                    }

                    .profile-about .icon4 {
                        right: 60%;
                    }
                }

                @media (min-width:1700px) and (max-width:1790px) {
                    .profile-about::before {
                        bottom: -185px;
                        width: 978px;
                        height: 792px;
                    }

                    .profile-about .profile-right::before {
                        right: -108px;
                        width: 145%;
                        clip-path: polygon(-3% 0%,
                                /* top-left */
                                100% 0%,
                                /* top-right (small corner) */
                                100% 117%,
                                /* top-right corner cut */
                                94% 100%,
                                /* bottom-right */
                                25% 100%
                                /* bottom-left */
                            )
                    }

                    .profile-about .profile-right::after {
                        right: 128%;
                        bottom: 434px;

                    }

                    .profile-about .icon4 {
                        right: 50%;
                    }
                }

                @media (min-width:1300px) and (max-width:1500px) {
                    .profile-about::before {
                        width: 738px;
                        height: 768px;
                    }

                    .profile-about .profile-right::before {
                        width: 1105px;
                    }

                    .profile-about .profile-right::after {
                        right: 784px;
                        bottom: 467px;
                    }

                    .profile-about .profile-left {
                        /* top: -59px; */
                    }
                }

                @media (min-width:900px) and (max-width:1299px) {
                    .profile-about::before {
                        width: 660px;
                        height: 705px;
                    }

                    .profile-about .profile-left figure img {
                        max-width: 400px;
                        min-height: 820px;
                        max-height: 850px;
                    }

                    .profile-about .profile-right::before {
                        top: -37px;
                        right: -302px;
                        width: 1035px;
                        height: 691px;
                        clip-path: polygon(-3% 0%,
                                /* top-left */
                                100% 0%,
                                /* top-right (small corner) */
                                100% 20%,
                                /* top-right corner cut */
                                94% 100%,
                                /* bottom-right */
                                28% 100%
                                /* bottom-left */
                            );
                    }

                    .profile-about .profile-right::after {
                        content: "";
                        position: absolute;
                        right: 136%;
                        border: 0;
                        background-image: url(../images/Group\ 3\ \(2\).png);
                        background-repeat: no-repeat;
                        background-size: contain;
                        width: 76px;
                        height: 80px;
                        bottom: 527px;
                    }

                }

                /* 📱 Mobile: Image Upore, Text Niche */
                @media (max-width: 767px) {

                    .profile-about {
                        height: auto;
                        /* fixed height remove */
                        padding: 40px 0;
                        overflow: hidden;
                    }

                    .profile-about .row {
                        display: flex;
                        flex-direction: column;
                        /* force image first */
                    }

                    .profile-about .profile-left {
                        position: static;
                        top: 0;
                        margin-bottom: 25px;
                        text-align: center;
                    }

                    .profile-about .profile-left figure img {
                        min-height: auto;
                        max-height: 100%;
                    }

                    .profile-about .profile-right {
                        padding: 20px 15px;
                        margin-top: 0;
                        background-color: #f0c800;
                        position: relative;
                        top: -37px;
                        border-top-left-radius: 5px;
                        border-top-right-radius: 50px;
                    }

                    .profile-about .profile-right .subheading {
                        color: #000000;
                        border-left: 7px solid #000000;
                    }

                    /* Background black shape remove / resize */
                    .profile-about .profile-right::before {
                        content: "";
                        width: 100%;
                        height: auto;
                        position: absolute;
                        top: -20px;
                        left: 0;
                        border-radius: 0;
                        clip-path: none;
                        right: 0;
                    }

                    .profile-about .profile-right::after {
                        display: none;
                    }

                    /* floating shapes disable mobile e */
                    .profile-about .floating-icons {
                        display: none;
                    }

                    .profile-about::before {
                        display: block;
                        top: 21%;
                        width: 600px;
                        height: 825px;
                        z-index: -1;
                    }

                    .profile-about::after {
                        display: block;
                    }

                    .profile-about .profile-right ul li {
                        color: #000;
                    }

                    .profile-about .heading {
                        margin-bottom: 50px;
                    }
                }
     @media (max-width:990px) {
 .profile-about .social-follow{
    left: 0px;
    width: 309px;
}

}
                /*************** about RA end******************* */


                /*************** gallery start******************* */

                .double-row-slider {
                    width: 100%;
                    overflow: hidden;
                    padding: 80px 0px 50px 0px;
                    position: relative;
                    background-color: #000;

                }


                .double-row-slider .GL-btnn {
                    display: flex;
                    justify-content: center;
                }

                .double-row-slider .gallert-BTN {
                    background-color: #fff;
                    color: #000;
                    padding: 10px 30px;
                    font-size: 18px;
                    font-weight: bold;
                    transition: all 2s;
                    margin-top: 10px;
                }

                .double-row-slider .gallert-BTN:hover {
                    background-color: #d4a024;
                    color: #000;
                }

                .custom-shape-divider-top-1763620443 {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    z-index: 5;
                    overflow: hidden;
                    line-height: 0;
                    transform: rotate(360deg);
                }

                .custom-shape-divider-top-1763620443 svg {
                    position: relative;
                    display: block;
                    width: calc(300% + 1.3px);
                    height: 294px;
                }

                .custom-shape-divider-top-1763620443 .shape-fill {
                    fill: #000;
                }

                /* ROW WRAPPER */
                .double-row-slider .slider-row {
                    white-space: nowrap;
                    overflow: hidden;
                    margin: 15px 0;
                }

                /* TRACK ANIMATION */
                .double-row-slider .slide-track {
                    display: flex;
                    gap: 30px;
                }

                .double-row-slider .slide-track img {
                    width: 100%;
                    min-width: 260px;
                    border-radius: 10px;
                    border: 5px solid #D1AB36;
                    height: 250px;
                    object-fit: cover;

                }



                .double-row-slider .gl-head {
                    position: relative;
                    z-index: 10;
                    padding-bottom: 20px;
                }

                /* 
                .gl-head::after {
                    position: absolute;
                    content: "";
                    top: 20px;
                    bottom: 0;
                    left: 414px;
                    right: 0;
                    width: 151px;
                    height: 2px;
                    background-color: #ffec8b;
                } */
                .double-row-slider .gl-head h2 {
                    text-align: center;
                    color: #fff;
                    font-weight: bold;
                    font-size: 40px;
                }

                /* .gl-head h2 span {
                    border: 2px solid #fff;
                    border-radius: 10px;
                    padding: 5px;
                } */


                /* ROW WRAPPER */
                .double-row-slider .slider-row {
                    white-space: nowrap;
                    overflow: hidden;
                    position: relative;
                    margin: 15px 0;
                }

                /* TRACK */
                .double-row-slider .slide-track {
                    display: flex;
                    gap: 30px;
                    will-change: transform;
                }

                /* IMAGES */
                .double-row-slider .slide-track img {
                    min-width: 260px;
                    height: 250px;
                    border-radius: 10px;
                    border: 5px solid #D1AB36;
                    object-fit: cover;
                    transition: transform .4s ease, filter .4s ease;
                    filter: brightness(0.9);
                    cursor: pointer;
                }

                /* Hover effect */
                .double-row-slider .slide-track img:hover {
                    transform: scale(1.1) rotate(2deg);
                    filter: brightness(1.2);
                }

                .double-row-slider .slider-row .slide-track:hover {
                    animation-play-state: paused !important;
                    -webkit-animation-play-state: paused !important;
                    /* for chrome */
                }


                /* LEFT → RIGHT */
                .double-row-slider .row-left .slide-track {
                    animation: scroll-left 30s linear infinite;
                }

                /* RIGHT → LEFT */
                .double-row-slider .row-right .slide-track {
                    animation: scroll-right 30s linear infinite;
                }

                @keyframes scroll-left {
                    0% {
                        transform: translateX(0);
                    }

                    100% {
                        transform: translateX(-100%);
                    }

                    /* 50% → 100% change */
                }

                @keyframes scroll-right {
                    0% {
                        transform: translateX(-100%);
                    }

                    /* 50% → 100% */
                    100% {
                        transform: translateX(0);
                    }
                }

                @media (max-width:990px) {
                    .double-row-slider .slider-row {
                        margin-bottom: 60px;
                    }

                    .double-row-slider .slide-track img {
                        min-width: 145px;
                        height: 184px;
                    }
                }

                /* 
                @media (min-width:2100px) and (max-width:4500px) {
                    .gl-head::after {
                        left: 675px;
                    }
                }

                @media (min-width:1800px) and (max-width:2000px) {
                    .gl-head::after {
                        left: 610px;
                    }
                }

                @media (min-width:1700px) and (max-width:1790px) {
                    .gl-head::after {
                        left: 505px;
                    }
                }

                @media (min-width:1300px) and (max-width:1500px) {
                    .gl-head::after {
                        left: 346px;
                    }
                }

                @media (min-width:900px) and (max-width:1299px) {
                    .gl-head::after {
                        left: 260px;
                    }
                } */
                /*************** gallery-end******************* */

                /*************** video start******************* */

                .video-section {
                    width: 100%;
                    height: 400px;
                    position: relative;
                    overflow: hidden;
                    padding: 100px 0;
                }

                .video-section .video-1-wrapper {
                    position: relative;
                    top: -89px;
                    overflow: hidden;
                }

                .video-section .video-1-overlay {
                    position: absolute;
                    top: 0px;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.45);
                    /* overlay color */
                    pointer-events: none;
                    /* video click block hobena */
                }

                .video-section .custom-shape-divider-bottom-1763620443 {
                    position: absolute;
                    bottom: 255px;
                    left: 0;
                    width: 100%;
                    z-index: 5;
                    overflow: hidden;
                    line-height: 0;
                    transform: rotate(360deg);
                }

                .video-section .custom-shape-divider-bottom-1763620443 svg {
                    position: relative;
                    display: block;
                    width: calc(300% + 1.3px);
                    height: 150px;
                }

                .video-section .custom-shape-divider-bottom-1763620443 .shape-fill {
                    fill: #ffffffa8;
                }


                .video-section .custom-shape-divider-top-1763620443 {
                    position: absolute;
                    top: 252px;
                    left: 0;
                    width: 100%;
                    z-index: 5;
                    overflow: hidden;
                    line-height: 0;
                    transform: rotate(180deg);
                }

                .video-section .custom-shape-divider-top-1763620443 svg {
                    position: relative;
                    display: block;
                    width: calc(300% + 1.3px);
                    height: 157px;
                }

                .video-section .custom-shape-divider-top-1763620443 .shape-fill {
                    fill: #fffcfca6;
                }

                .video-section .video-1 {
                    width: 100%;
                    height: 100%;
                    position: relative;
                    top: -114px;
                    left: 0;
                    bottom: 0;
                    object-fit: contain;
                    border-radius: 30px;
                    filter: blur(25px);

                }



                .video-section .video-2 {
                    width: 600px !important;
                    height: 402px !important;
                    margin: 40px;
                    padding: -76px;
                    position: absolute;
                    object-fit: cover;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    z-index: 5;
                    margin: auto;
                    border: 2px solid #D1AB36;
                    /* border-right: 50px solid #D1AB36; */
                    border-radius: 20px;
                    box-sizing: border-box;

                }

                @media (max-width:990px) {
                    .video-section .video-2 {
                        z-index: 0;
                    }

                    .video-section .text-1 {
                        right: 12px;
                        text-align: center;
                    }

                    .video-section .bxplan-btn {
                        top: 52px;
                    }

                    .about .about-content {
                        margin: 10px 0px 0px 0px;
                    }

                    .free-advisory {
                        padding: 0 0 50px 0;
                    }
                }

                @media (max-width: 768px) {
                    .video-section .text-2 {
                        display: none;
                    }

                    .video-section .text-1 {
                        position: absolute;
                        top: 310px;
                        bottom: 0;
                        left: 0px;
                        right: 44px;
                        z-index: 1;
                        color: #ffffff;
                        text-align: right;
                        font-weight: bold;
                        font-size: 11px;
                        text-transform: capitalize;
                        text-shadow: 1px 1px 3px #000;
                    }
                }

                @media (max-width: 495px) {
                    .video-section .bxplan-btn2 {
                        top: 32px;
                    }
                }


                .video-section .video-1 {
                    width: 100%;
                    height: 700px;
                    object-fit: cover;
                    filter: blur(5px);
                    border-radius: 16px;
                }




                /*************** counter start******************* */
                .counter {
                    padding: 80px 0;
                    background: #000000;
                    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 42%, rgba(245, 216, 86, 1) 44%, rgba(0, 0, 0, 1) 45%);
                    position: relative;
                    overflow: hidden;


                }


                .counter .item-CN {
                    background: #fff;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    height: 250px;
                    text-align: center;
                    border-radius: 20px;
                    position: relative;
                    overflow: hidden;
                    transition: all 0.4s ease;
                    opacity: 0;
                    transform: translateY(30px);
                    background-position: center;
                    border-bottom: 5px solid #fff0;
                    border-top: 3px solid #fff0;
                    border-image: linear-gradient(to right, rgb(46 46 46 / .3), rgb(253 206 45), rgb(46 46 46 / .3)) 1;
                }

                .counter .item-CN img {
                    position: relative;
                    z-index: 1;
                    padding-bottom: 10px;
                    width: 50px;
                    transition: all 0.6s ease;
                    animation: floatZoom 4s ease-in-out infinite;
                }

                /* Subtle glow around the image */
                .counter .item-CN img::after {
                    content: "";
                    position: absolute;
                    inset: 0;
                    border-radius: 50%;
                    box-shadow: 0 0 25px rgba(253, 206, 45, 0.6);
                }

                /* Hover effect (premium) */
                .counter .item-CN:hover img {
                    transform: scale(1.12) rotate(1.5deg);
                    filter: drop-shadow(0 0 12px rgba(253, 206, 45, 0.9));
                }

                /* Smooth breathing animation */
                @keyframes floatZoom {
                    0% {
                        transform: scale(1) translateY(0);
                        filter: drop-shadow(0 0 6px rgba(253, 206, 45, 0.4));
                    }

                    50% {
                        transform: scale(1.06) translateY(-6px);
                        filter: drop-shadow(0 0 14px rgba(253, 206, 45, 0.7));
                    }

                    100% {
                        transform: scale(1) translateY(0);
                        filter: drop-shadow(0 0 6px rgba(253, 206, 45, 0.4));
                    }
                }

                .counter .item-CN.animate {
                    opacity: 1;
                    transform: translateY(0);
                }

                /* Gradient Glow Border Effect */
                .counter .item-CN::before {
                    content: '';
                    position: absolute;
                    top: -2px;
                    left: -2px;
                    right: -2px;
                    bottom: -2px;
                    background: linear-gradient(45deg,
                            #e8b12d,
                            #f9d342,
                            #e8b12d,
                            #d4a024,
                            #e8b12d);
                    background-size: 300% 300%;
                    border-radius: 20px;
                    z-index: -1;
                    animation: gradientGlow 3s ease infinite;
                    opacity: 0;
                    transition: opacity 0.4s ease;
                }

                .counter .item-CN:hover::before {
                    opacity: 1;
                }

                /* Inner white background */
                .counter .item-CN::after {
                    content: '';
                    position: absolute;
                    inset: 2px;
                    background: #fff;
                    border-radius: 18px;
                    z-index: 0;
                }

                @keyframes gradientGlow {

                    0%,
                    100% {
                        background-position: 0% 50%;
                    }

                    50% {
                        background-position: 100% 50%;
                    }
                }

                .counter .item-CN:hover {
                    transform: translateY(-10px);
                    box-shadow: 0px 20px 50px rgba(232, 177, 45, 0.4);
                }

                .counter .count-wrapper {
                    position: relative;
                    z-index: 1;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 5px;
                }

                .counter .count {
                    color: #D1AB36;
                    font-size: 50px;
                    font-weight: bold;
                    position: relative;
                    z-index: 1;
                }

                .counter .plus-sign {
                    color: #e8b12d;
                    font-size: 40px;
                    font-weight: bold;
                    margin-left: 5px;
                    opacity: 0;
                    transform: scale(0);
                    transition: all 0.3s ease;
                    position: relative;
                    z-index: 1;
                }

                .counter .item-CN.animate .plus-sign {
                    opacity: 1;
                    transform: scale(1);
                }

                .counter .text {

                    text-transform: capitalize;
                    font-size: 25px;
                    font-weight: 400;
                    color: #000;
                    position: relative;
                    z-index: 1;
                    padding-top: 20px;
                    /* light golden glow */
                    text-shadow: 0 0 8px rgba(253, 206, 45, 0.6);
                    border-bottom: 1px solid #fff0;
                    border-image: linear-gradient(to right, rgb(46 46 46 / .3), rgb(253 206 45), rgb(46 46 46 / .3)) 1;
                }

                /* Stagger animation for items */
                .item-CN:nth-child(1) {
                    transition-delay: 0.1s;
                }

                .item-CN:nth-child(2) {
                    transition-delay: 0.2s;
                }

                .item-CN:nth-child(3) {
                    transition-delay: 0.3s;
                }

                .item-CN:nth-child(4) {
                    transition-delay: 0.4s;
                }

                @media (max-width: 768px) {
                    .counter .row {
                        grid-template-columns: 1fr;
                        gap: 20px;
                    }

                    .counter .count {
                        font-size: 40px;
                    }

                    .counter .plus-sign {
                        font-size: 32px;
                    }
                }

                /*************** counter start******************* */
                /*************** mission start******************* */
                .mission-vission {
                    padding: 100px 0;
                    /* background: #000000; */
                    /* background: linear-gradient(270deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 45%); */
                    position: relative;
                    overflow: hidden;
                }

                .mission-vission .mission-mid {
                    background-image: url(../images/mission-mid.jpg);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    height: 500px;
                    width: 100%;
                    padding: 70px 0;
                    position: relative;
                }

                .mission-vission .mission-mid::after {
                    position: absolute;
                    content: "";
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background-color: #00000087;
                }

                .mission-vission .top-mis {
                    position: relative;
                }

                .mission-vission .mission-lefttxt {
                    position: absolute;
                    top: -30px;
                    z-index: 1;
                    padding: 30px;
                    background-color: #e9dfdf;
                    height: 350px !important;
                    flex-direction: column;
                    justify-content: center;
                    /* horizontal center */
                    align-items: center;
                    /* vertical center */
                    text-align: center;
                    border-right: 5px solid rgb(179 167 0);
                }

                .mission-vission .mission-lefttxt h2 {
                    color: #ffeaea;
                    text-align: center;
                    padding: 6px 30px;
                    border-radius: 10px;
                    font-size: 40px;
                    font-weight: bold;
                    display: inline-block;
                    background: linear-gradient(90deg, rgb(244 205 85) 0%, rgba(0, 0, 0, 1) 100%);
                    margin-bottom: 20px;
                }

                .mission-vission .mission-lefttxt p {
                    text-align: justify;
                    font-size: 18px;
                    line-height: 1.4;
                }

                .mission-vission .mission-lef {
                    position: absolute;
                    z-index: 1;
                    padding: 30px;
                    background-color: #fff;
                }

                .mission-vission .cc {
                    position: relative;
                    z-index: 1;

                }

                .mission-vission .bt {
                    background-color: rgb(246 242 182);
                    padding: 30px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    /* horizontal center */
                    align-items: center;
                    /* vertical center */
                    text-align: center;
                    height: 350px !important;
                    border-left: 5px solid rgb(179 167 0);
                }

                .mission-vission .bt h2 {
                    color: #ffeaea;
                    text-align: center;
                    padding: 6px 30px;
                    margin-bottom: 10px;
                    font-size: 40px;
                    border-radius: 10px;
                    font-weight: bold;
                    background-color: #ff0000;
                    display: inline-block;
                    background: linear-gradient(90deg, rgb(244 205 85) 0%, rgba(0, 0, 0, 1) 100%);

                }

                .mission-vission .bt p {
                    text-align: justify;
                    font-size: 18px;
                    line-height: 1.4;
                }

                .mission-vission .top-miss .pp h2 {
                    position: relative;
                    TOP: -160px;
                    text-align: center;
                    z-index: 9;
                    COLOR: #000;
                    font-weight: bold;
                    font-size: 40px;
                    text-decoration: underline;
                }

                .mission-vission .gg h2 {
                    position: relative;
                    text-align: center;
                    z-index: 1;
                    COLOR: #fff;
                    padding-bottom: 20px;
                    font-weight: bold;
                    font-size: 40px;
                    text-decoration: underline;
                }
.mission-vission .container{
    position: relative;
    z-index: 10;
}
                /* 📱 Mobile Responsive */
                @media (max-width: 768px) {

                    .mission-vission {
                        background: #000;
                        /* plain background mobile e */
                        padding: 20px 0;
                    }

                    .mission-vission .mission-mid {
                        height: auto;
                        padding: 40px 0;
                    }

                    /* Mission Title top niche asbe */
                    .mission-vission .top-miss .pp h2 {
                        position: static;
                        margin-bottom: 20px;
                        font-size: 32px;
                        text-decoration: underline;
                        color: #fff;
                    }

                    /* Mission box full width & position static */
                    .mission-vission .mission-lefttxt {
                        position: static;
                        width: 100%;
                        height: auto !important;
                        margin-bottom: 25px;
                        border-right: none;
                        border-bottom: 5px solid rgb(179 167 0);
                    }

                    /* Vision section order reverse — mission niche vision asbe */
                    .mission-vission .cc .row {
                        flex-direction: column-reverse;
                    }

                    /* Vision box full width */
                    .mission-vission .bt {
                        height: auto !important;
                        margin-top: 25px;
                        border-left: none;
                        border-top: 5px solid rgb(179 167 0);
                    }

                    /* Vision title center */
                    .mission-vission .gg h2 {
                        font-size: 32px;
                        margin-bottom: 20px;
                    }

                    /* Text size adjust */
                    .mission-vission p {
                        font-size: 16px;
                        line-height: 1.45;
                    }

                    .top-miss {
                        position: relative;
                        z-index: 1;
                    }
                }

                /*************** mission end******************* */
                /*************** vd-rells-start******************* */
                .vd-reels {
                    padding: 50px 0;
                    background-color: #000;
                }

                .vd-reels .myReelSlider {
                    width: 90%;
                    height: 550px;
                    margin: auto;
                    padding: 50px;
                    border-radius: 20px;
                    position: relative;
                    z-index: 10;
                    border-left: 1px solid #fff;
                    border-bottom: 1px solid #fff;
                }

                .vd-reels .vd-reels {
                    padding: 60px 0;
                }

                .vd-reels .myReelSlider {
                    position: relative;
                    overflow: hidden;
                    border-radius: 20px;
                }

                /* Blur Background */
                .vd-reels .myReelSlider::before {
                    content: "";
                    position: absolute;
                    inset: 0;
                    background-color: #ffcb2ac7;
                    filter: blur(18px);
                    transform: scale(1.2);
                    z-index: -1;
                    transition: background-image .5s ease-out;
                    opacity: 0.55;
                }

                /* slider images */
                .vd-reels .myReelSlider .swiper-slide img {
                    width: 80%;
                    height: 450px;
                    border-radius: 15px;
                    border: 2px solid #D1AB36;
                    margin: 0 auto;
                    /* image center রাখার জন্য */
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                }

                .vd-reels .reel-box {
                    position: relative;
                    width: 100%;
                    height: 100%;
                }

                .vd-reels .reel-box .play-btn {
                    position: absolute;
                    top: 50%;
                    left: 40%;
                    width: 65px;
                    height: 65px;
                    transform: translate(-50%, -50%);
                    background-color: #ffd500;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                }

                .vd-reels .reel-box .play-btn::before {
                    content: "";
                    border-style: solid;
                    border-width: 13px 0 13px 20px;
                    border-color: transparent transparent transparent #000;
                    margin-left: 3px;
                }



                .vd-reels .swiper-slide {
                    margin: 0 15px !important;
                }

                .vd-reels .swiper-button-next,
                .vd-reels .swiper-button-prev {
                    width: 50px;
                    height: 50px;
                    background: rgba(255, 255, 255, 0.15);
                    backdrop-filter: blur(6px);
                    border: 2px solid rgba(255, 255, 255, 0.4);
                    border-radius: 50%;
                    transition: 0.3s;
                }

                /* button hover */
                .vd-reels .swiper-button-next:hover,
                .vd-reels .swiper-button-prev:hover {
                    background: #000;
                    border-color: #fff;
                    transform: scale(1.1);
                }

                /* arrow icon color */
                .vd-reels .swiper-button-next::after,
                .vd-reels .swiper-button-prev::after {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 700;
                }

                .vd-reels .swiper-pagination-bullet {
                    display: none;
                }

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    z-index: 100;
}
.swiper-button-lock{
display:block !important;
}
.swiper-button-next, .swiper-button-prev{
display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

                /*************** vd-rells-end******************* */


                /************* media start ***********/

                .media-presence {
                    padding: 80px 0;
                    background: #fff;
                    color: #fff;
                    text-align: center;
                }

                .media-presence .container {
                    position: relative;
                    z-index: 10;
                }

               .media-presence .media-tabs {
                    margin-bottom: 30px;
                    display: flex;
                    justify-content: center;
                    gap: 15px;
                }

               .media-presence .tab-btn {
                    padding: 12px 25px;
                    background: #111;
                    border: 1px solid #D1AB36;
                    color: #fff;
                    cursor: pointer;
                    font-weight: 600;
                    border-radius: 25px;
                    transition: 0.3s;
                }

               .media-presence .tab-btn.active,
               .media-presence .tab-btn:hover {
                    background: #D1AB36;
                    color: #000;
                }

.media-presence .media-slider .item {
                    background-color: #000;
                    padding: 50px;
                    border: 10px solid transparent;
                    border-image-source: linear-gradient(341deg, #d6a204 15%, #d1ab36 15%, #ffffff 11%, #ffffff 88%, #ffc107 15%, #ffc107 15%);
                    border-image-slice: 3;
                }

                

              .media-presence  .tab-content {
                    display: none;
                }

              .media-presence  .tab-content.active {
                    display: block;
                    animation: fadeIn 0.5s ease;
                }

               .media-presence .media-slider .item img {
                    width: 100%;
                    border-radius: 10px;
                }

             .media-presence h2 {
                    color: #000;
                    padding-bottom: 15px;
                    font-weight: bold;
                }

                @keyframes fadeIn {
                    from {
                        opacity: 0;
                        transform: translateY(20px);
                    }

                    to {
                        opacity: 1;
                        transform: translateY(0);
                    }
                }
 @media (max-width: 990px) {
.media-presence .media-tabs {
    flex-direction: column;
}
}
                /************* media start ***********/
.left-banner2{
                    display: none;
                }
                 @media (min-width: 320px) and (max-width:990px) {
                     .left-banner2{
                    display: block;
                }
                .left-banner{
                    display: none;
                }
     
            }


           @media (min-width: 1350px) and (max-width: 1366px)
       and (min-height: 640px) and (max-height: 768px){
                    .profile-about .profile-right::before{
 clip-path: polygon(-3% 0%, /* top-left */ 100% 0%, /* top-right (small corner) */ 100% 20%, /* top-right corner cut */ 94% 100%, /* bottom-right */ 25% 100% /* bottom-left */);
                }
                    }