    * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html{
            height: 100%;
        }

        ::-webkit-scrollbar{
            display: none;
        }
        body {
            font-family: 'Roboto';
            background: transparent linear-gradient(180deg, #FFFFFF 0%, #fcf2e7 100%) 0% 0% no-repeat padding-box;
            background-repeat: repeat-y;
            background-attachment: fixed;
            /* background-repeat: no-repeat; */
            background-size: cover;
            height: 100%;
            width: 100%;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        img{
            width: 100%;
        }

        /* .mySlider img { 
            width: 150px;
        } */

        .mySlider img {
            width: auto;
            /* max-width: 150px; */
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .content{
            width: 100%;
            height: 100%;
            min-height: fit-content;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
        }

        .cardbgcolorblock{
            width:100%;
            height: 100%;
            position: fixed;
            top: 0;
            overflow: hidden;
            z-index: -2;
            background-color: #F6D891;
        }
        .cardbgcolorblock::before {
            content: "";
            position: absolute;
            inset: 0;
            height: 100%;
            width: 100%;
            background-image: url(../Assets/BottomGraphics.svg) , url(../Assets/Sunrays.svg);
            background-repeat: no-repeat , no-repeat;
            background-position: bottom center ,bottom center;
            background-size: 100% , 100%;
            opacity: 1; 
            pointer-events: none;
        }
        /* .card-bg-img{
            position: fixed;
            right: 0;
            bottom: 0;
            z-index: -1;
        } */


        .card-section{
            flex: 1;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0px 20px 50px 20px;
        }

        .card-parent{
            padding-top: 30px;
        }


        .card-section.preview{
            width: 100%;
            height: 100%;
            position: fixed;
            top: -9999px;
            background-color: rgba(0, 0, 0, 0.5);
        }
        .card-section.preview .card{
            width: 450px;
            border-radius: 0px;
            border: none;
            padding-top: 60px;
        }

        .card-logo {
            position: absolute;
            width: 265px;
            display: flex;
            /* align-self: center; */
            /* justify-self: center; */
            left: 0;
            right: 0;
            top: -35px;
            margin: auto;
        }

        .ClosebtnBlock{
            position: absolute;
            right: 25px;
            top: 25px;
            z-index: 1;
            cursor: pointer;
        }


        .card-section.preview .card-header {
            /* height: 210px; */
            position: relative;
            /* aspect-ratio: 25 / 8; */
            width: 100%;
            /* background-size: cover; */
            /* background-repeat: no-repeat; */
            /* background-color: #261604; */
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .card-section.preview  .card-body {
            padding: 0px 30px 0 30px;       
        }
        .card-section.preview .qrcode{ 
            display: flex;
            justify-content: center;
            align-items: center;
            border-top: 0.5px solid rgba(112, 112, 112, 0.5);
        }
        .bg-container{ 
            width: 100%;
            min-height: 120px;
            position: relative;
        }
        .bg-container img{
            position: absolute;
            /* width: 100%; */
            bottom: 0;
            left: 0;
        }
        .card {
            background: white;
            box-shadow: 0px 0px 15px #0000001F;
            border: 0.1px solid rgba(0,0,0,0.1);
            border-radius: 20px;
            /* overflow: hidden; */
            width: 500px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
        }
        .card-header {
            /* height: 440px; */
            position: relative;
        }

        .profile-border{
            width: 80%;
            height: 1px;
            display: flex;
            justify-self: center;
            border-bottom: 0.5px solid rgba(0,0,0,0.1);
        }

        .profile-imagemaincontainer{
            width: 100%;
            /* position: absolute; */
            /* top: 70px; */
            /* left: 0px; */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            /* padding-left: 20px; */
            padding: 0 30px;
        }

        .profile-image-container { 
            /* width: 170px; */
            /* height: 170px; */
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            overflow: hidden;
            background-color: #FE962A;
            /* margin-bottom: 75px; */
        }

        .profile-image {
            width: 160px;
            height: 160px;
            border-radius: 50%;
            overflow: hidden;
            /* display: flex; */
            /* justify-content: center; */
            /* align-items: center; */
        }
        .profile-image img { 
            width: 100%;
        }

        #banner-image-preview {
            margin-top: 10px;
        }

        .logo-container{
            width: 100%;
            height: auto;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 50px;
        }
        .logo-container-image{
            width: 180px;
            position: absolute;
            background-color: #ffffff;
            padding: 0 10px;
        }
        .logo-border{
            width: 100%;
            border: 1px solid rgba(0,0,0,0.1);
        }

        .card-body {
            padding: 0 30px 0 30px;
        }
        .name-container{
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 25px 0;
        }
        .loading-container { 
            position: relative;
            background-color: #ffffff; 
            width: 100%; 
            height: 100%;
        }

        .card-section:not(.preview) .after-content {
            display: flex;
            flex-direction: column;
            opacity: 1;
        }

        .name {
            font-family: 'Roboto';
            font-size: 34px;
            font-weight: bold;
            color: #2F1200;
            text-align: center;
            margin-bottom: 5px;
        }
        .title {
            font-family: 'Roboto';
            font-weight: 500;
            color: #E09E04;
            opacity: 0.8;
            font-size: 20px;
            text-align: center;
            
            /* margin-bottom: 20px; */
        }
        .description {
            font-family: 'Roboto';
            color: #052C50;
            line-height: 24px;
            margin-bottom: 25px;
            font-size: 20px;
        }
        .contact-section {
            display: flex;
            justify-content: space-between;
            /* align-items: center; */
            padding: 25px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.5);
            gap: 5px;
        }
        .contact-section .left{
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            gap: 10px;

        }
        .contact-section .left .icon{
            margin-right: 12px;
            width: 22px;
            height: 22px;
            opacity: 0.4;
        }
        .contact-section .left a {
            text-decoration: none;
            color: #061E41;
            display: flex;
            align-items: center;
            font-size: 20px;
            font-family: 'Roboto';
            overflow-wrap: break-word;
            word-wrap: break-word;
            word-break: break-all;
            white-space: normal;
        }

        .contact-section .right{
            display: flex;
            height: 100%;
        }


        .phone-container {
            display: flex;
            align-items: center;
        }
        .phone-numbers{
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

        .social-media-section{ 
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.5);
            gap: 5px;
        }
        .social-media-links-left{
            display: flex;
            gap: 15px;
        }
        .social-media-links-left a{
            display: flex;
            height: 30px;
            width: 30px;
        }

        .download-section{
            /* display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.5);
            position: fixed;
            bottom: 0px;
            left: 0px;
            background-color: #fff;
            box-shadow: 0px 0px 15px #0000001F;
            width: 100%;
            padding: 20px 0; */

            display: flex;
            justify-content: space-between;
            width: 100%;
            padding: 25px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.5);
        }

        .AddtoContactsmobile{
            display: none;
        }

        .download-text{
            font-family: 'Montserrat';
            font-size: 12px;
            color: #2E2E2E;
            opacity: 0.4;
        }

        .download-leftSection{
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: row;
        }

        .download-leftSection a{
            display: flex;
            justify-content: center;
            margin-right: 10px;
            cursor: pointer;
        }

        .download-leftSection a:last-child{
            margin-right: 0;
        }

        .social-media-links-right{
            display: flex;
            gap: 15px;
            align-items: center;
        }
        .social-media-links-right a{ 
            display: flex;
            height: 44px;
            cursor: pointer;
        }

        /* .services-section{ 
            padding: 25px 0;
            display: flex;
            flex-direction: column;
        } */
        /* .services-section ul{
            list-style-type: disc;
            margin-left: 30px;
            display: flex;
            flex-direction: column;
            gap: 18px;
        }
        .services-section li{
            font-family: 'Roboto';
            font-size: 20px;
            line-height: 26px;
            color: #0B184F;
        }

        .services-section li::marker{
            color: #909EFD;
        } */
        
        .service-section{
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-top: 0.5px solid rgba(112, 112, 112, 0.5);
            /* padding-bottom: 35px; */
        }

        .service-header{
            width: 335px;
            padding: 30px 0;
        }

        .service-contents{
            border-top: 0.5px solid rgba(112, 112, 112, 0.5);
            padding: 25px 0;
            display: flex;
            gap: 10px;
            width: 100%;
        }

        .service-section ul{
            list-style-type: disc;
            margin-left: 15px;
            display: flex;
            flex-direction: column;
            gap: 18px;
        }
        .service-section li{
            font-family: 'Roboto';
            font-size: 20px;
            font-weight: 500;
            color: #180B3C;
        }

        .service-section li::marker{
            color: #5329E5;
        } 
        


        /* .mySlider .slick-slide {
            margin: 0 5px 0 0;
            width: 440px !important;
        } */

        .videos-section{
            border-top: 0.5px solid rgba(112, 112, 112, 0.5);
            padding: 30px 0 0;
        }

        .tabs {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-bottom: 25px;
        }

        .tab {
            font-size: 17px;
            font-family: 'Roboto';
            font-weight: bold;
            color: #150800;
            padding: 10px 20px;
            opacity: 0.6;
            border: 2px solid transparent;
            background: transparent;
            cursor: pointer;
        }

        .tab.active {
            background-color: #EAA4011A;
            border: 2px solid #EAA401;
            color: #150800;
            border-radius: 27px;
            opacity: 1;
        }

        .video-container {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .video {
            border-radius: 15px;
            width: 100% !important;
            display: none;
        }

        .video.active {
            display: block;
        }

        .company-section {
            padding: 25px 0;
            /* border-top: 0.5px solid rgba(112, 112, 112, 0.5); */
        }
        .company,.services{
            color: #180B3C;
            opacity: 0.4;
            font-family: 'Montserrat';
            font-size: 14px;
            margin-bottom: 12px;
        }
        .company-name{
            color: #EAA401;
            font-family: 'Roboto';
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 6px;
            text-align: center;
        }
        .company-address{
            color: #180B3C;
            font-family: 'Roboto';
            font-size: 20px;
            /* margin-bottom: 25px; */
            padding: 0 20px;
            text-align: center;
        }
        /* .company-description{
            color: #06174A;
            font-family: 'Roboto';
            font-size: 18px;
            font-weight: normal;
            padding-bottom: 20px;
        } */
        .company-contact{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            text-align: center;
        }
        .company-website{
            display: none;
            text-decoration: none;
            color: #06174A;
            font-family: 'Roboto';
            font-size: 18px;
            cursor: pointer;
        }
        .company-contact a{
            text-decoration: none;
            color: #06174A;
            font-family: 'Roboto';
            font-size: 18px;
            cursor: pointer;
        }

        .AddtoContactsdesk .company{
            margin-bottom: 0;
        }

        /* .card_companywebsite{ */
            /* padding: 25px 0; */
            /* border-top: 0.5px solid rgba(112, 112, 112, 0.5); */
            /* display: flex; */
            /* align-items: center; */
        /* } */


        .card_companywebsite a{
            color: #EAA401;
            text-align: center;
            text-decoration: none;
            font-family: 'Roboto';
            font-size: 22px;
            word-break: break-all;
        }

        .branches-section{
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 25px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.5);
        }
        .branches-heading{
            font-family: 'Montserrat';
            font-size: 14px;
            color: #2E2E2E;
            opacity: 0.35;
            margin-bottom: 15px;
        }

        .branches-list{
            text-align: center;
            font-family: 'Roboto';
            font-size: 18px;
            color: #06174A;
            padding: 0 30px;
            line-height: 24px;
        }


        .card-section.preview .footer-section {
            justify-content: space-between;
        }

        .website-section{
            padding: 25px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .footer-section{
            display: flex;
            justify-content: center;
            padding: 25px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.5);
        }
        .footer-section a{
            display: flex;
            cursor: pointer;
            justify-content: flex-end;
        }

        .footer-section a {
            height: 50px;
        }

        .footer-section img{
            width: auto;
            height: 100%;
        }
        .footer-section a:nth-child(2){
            justify-content: flex-end;
        }
        svg{
            width: 100%;
        }


        @media screen and (max-width: 1900px) {
            .cardbgcolorblock img{
                width: auto;
                height: 100%;
            }
        }


        @media screen and (max-width: 768px) {   


            /* .profile-image-container{
                margin-right: 10px;
            } */

            /* .card-section:not(.preview) .card{
                width: 450px;
            } */
            .card-section .name{
                font-size: 30px;
            }
            .card-section .title{
                font-size: 18px;
                /* margin-bottom: 15px; */
            }
            .card-section .description{
                line-height: normal;
                font-size: 18px;
                margin-bottom: 20px;
            }
            .card-section .name-container {
                padding: 20px 0;
            }
            .card-section   .contact-section{
                padding: 20px 0;
            }
            .card-section .contact-section .left{
                gap: 5px;
            }
            .card-section .contact-section .left .icon {
                margin-right: 10px; 
            }
            .card-section .contact-section .left a {
                font-size: 18px;
                margin-bottom: 5px;
            }
            .videos-section {
                padding-top: 20px;
            }
            .tabs {
                margin-bottom: 15px;
            }
            .card-section .company-section{
                padding: 20px 0;
            }
            .card-section .website-section {
                padding: 20px 0;
            }
            .branches-section {
                padding: 20px 0;
            }
            .footer-section {
                padding: 20px 0;
            }

            /* .card-section:not(.preview) .company-name {
                font-size: 26px;
            } */

            .card-section:not(.preview) .services-section ul{
                gap: 5px;
            }

            /* .card-section{
                padding: 70px 30px;
            } */

            /* .services-section li{
                font-size: 18px;
            } */
        }

        @media screen and (max-width: 550px) {

            /* .card-section{
                padding: 0;
            } */

            .card-section:not(.preview) .card {
                width: 100%;
            }


            /* .card-section:not(.preview) .card-header{
                aspect-ratio: 25/8; 
                width: 100%;  
                height: auto;
            } */
            /* .card-bg-img {
                display: none;
            } */

            /* .card-header > img{
                position: unset;
            } */

            .profile-imagemaincontainer {
                padding: 0 20px;
            }

            .card-section:not(.preview) .card-body {
                padding: 0 20px 0 20px;
            }

            .company-address {
                padding: 0;
            }

            /* .card-section:not(.preview) .profile-imagemaincontainer{
                left: 20px;
                bottom: -70px;
                justify-content: flex-start;
            } */

            .company-website{
                display: block;
            }
            .card_companywebsite a {
                font-size: 22px;
            }
            /* .card-section:not(.preview) .profile-image { */
                /* width: 33%; */
                /* height: auto; */                
                /* aspect-ratio: 1/1; */
                /* background-repeat: no-repeat; */
                /* background-position: center; */
                /* background-size: cover; */
            /* } */
            .card-section:not(.preview) .description {
                font-size: 15px;
                margin-bottom: 15px;
            }
            .card-section:not(.preview) .contact-section .left .icon {
                width: 16px;
                height: 16px;
                flex-shrink: 0;
            }
            .card-section:not(.preview) .contact-section .left .icon img {
                width: 100%;
            }
            
            .card-section:not(.preview) .company-contact{
                flex-direction: column;
                gap: 5px;
            }

            .branches-list {
                padding: 0;
            }

            /* .card-section:not(.preview) .social-media-section {
                padding: 20px 0;
            } */
            .card-section:not(.preview) .footer-section img{
                width: 80%;
            }
            /* .bg-container { 
                min-height: 72px;
            } */
            /* .bg-container img{
                width: 60%;
                height: auto;
            } */

            /* .download-section{
                position: fixed;
            } */

            /* .content{
                width: 100%;
                height: auto;
            } */

            /* .card{
                box-shadow: unset;
                border: unset;
                border-radius: 0px;
                width: 100%;
            } */

            /* .AddtoContactsdesk{
                display: none !important;
            } */

            .social-media-section{
                display: none;
            }

            .AddtoContactsmobile{
                display: flex;
                justify-content: space-between;
                position: fixed;
                bottom: 0px;
                left: 0px;
                background-color: #fff;
                box-shadow: 0px 0px 15px #0000001F;
                width: 100%;
                padding: 20px 0;
                border-top: unset;
            }

            .download-section{
                padding: 20px 30px;
            }
            .mySlider .slick-slide {
                width: 320px !important;
            }

            /* .footer-section{
                padding-bottom: 100px;
            } */

            /* .card-section {
                padding: 30px 30px 100px 30px;
            } */
     
            .card-section {
                padding: 0px 15px 100px 15px;
            }

            .card-section.preview .card{
                width: 90%;
            }

            
            /* .card-section.preview .card .name{
                font-size: 26px;
            } */

            .social-media-links-left {
                gap: 5px;
            }

            .card-section.preview .card .footer-section {
                padding-bottom: 30px;
            }
            
        }

        @media screen and (max-width:480px) {

            /* .card-section:not(.preview) .profile-image-container {
                width: 130px;
                height: 130px;
            } */

            .card-logo{
                width: 200px;
                top: -26px;
            }
            .card-section .profile-image {
                width: 145px;
                height: 145px;
            }
            /* .card-header {
                height: 220px;
            } */
            .card-section:not(.preview) .card-body {
                padding: 0 20px 0 20px;
            }

            /* .card-section:not(.preview) .profile-imagemaincontainer {
                bottom: -80px;
            } */

            .card-section .name {
                font-size: 26px;
            }

            .card-section:not(.preview) .description {
                /* font-size: 15px; */
                margin-bottom: 15px;
            }

            .card-section .company-name {
                font-size: 22px;
            }

            .card-section:not(.preview) .company-description{
                font-size: 16px;
            }
            
            .card_companywebsite a {
                font-size: 20px;
            }
            .service-header {
                width: auto;
            }

            /* .card-section:not(.preview) .profile-imagemaincontainer {
                top: 110px;
            } */

            /* .card-section.preview .card .name{
                font-size: 22px;
            } */
        }

        @media screen and (max-width:420px) {
            
            .mySlider .slick-slide {
                width: 280px !important;
            }
            .card-logo{
                width: 190px;
                top: -25px;
            }
            .card-section .profile-image {
                width: 135px;
                height: 135px;
            }
            /* .card-header {
                height: 210px;
            } */
        }

        @media screen and (max-width:390px) {
           
            .profile-imagemaincontainer {
                padding: 0 15px;
                /* top: -40px; */
            }
                /* .card-section:not(.preview) .profile-imagemaincontainer {
                top: 80px;
            } */
            .card-section:not(.preview) .card-body {
                padding: 0 15px 0 15px;
            }
            /* .card-section:not(.preview) .card-header {
                height: 150px;
            } */
            /* .card-section.preview .card .name{
                font-size: 18px;
            } */

            /* .card-section.preview .card .title {
                font-size: 16px;
            } */
             
            .download-section{
                padding: 20px 15px;
            }

            .mySlider .slick-slide {
                width: 250px !important;
            }

            .card-logo{
                width: 180px;
                top: -25px;
            }
            .card-section .profile-image {
                width: 125px;
                height: 125px;
            }

            /* .card-header {
                height: 200px;
            } */

        }

        @media screen and (max-width: 350px) { 
            /* .card-section:not(.preview) .card-body {
                padding: 140px 15px 0 15px;
            } */
            /* .card-section:not(.preview) .profile-image {
                left: 17%;
            } */

            /* .card-section:not(.preview) .profile-imagemaincontainer{
                left: 10px;
            } */

            .card-section .name {
                font-size: 24px;
            }
            /* .profile-image-container {
                width: 120px;
                height: 120px;
            } */

            .card-logo{
                width: 170px;
                top: -22.5px;
            }

            .card-section .profile-image {
                width: 120px;
                height: 120px;
            }

            /* .card-section.preview .card-header {
                height: 180px;
            } */
        }

