        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        * {
        -webkit-tap-highlight-color: transparent;
        }

        a{
            text-decoration: none;
        }
        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%;
        }
        a{
            text-decoration: none;
            cursor: pointer;
        }

        /* 
        .card1-bg{
            background-color:#2A3384; 
        }

        .card2-bg{
            background-color:#400415; 
        } */

        /* .mySlider img {
            width: auto;
            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: absolute;
            top: 0;
            overflow: hidden;
            z-index: -2;
            /* background-color: #4F7FEA; */
        }
        .cardbgcolorblock::before {
            content: "";
            position: fixed;
            top: 0;
            height: 100%;
            width: 100%;
            background-image: url(../Assets/PageBg.svg);
            background-repeat: no-repeat;
            background-position: top center;
            background-size: auto;
            /* opacity: 0.1;  */
            pointer-events: none;
        }
        /* .cardbgcolorblock::after {
            content: "";
            position: absolute;
            bottom: 0;
            transform: rotateZ(180deg);
            height: 100%;
            width: 100%;
            background-image: url(../Assets/PageBg.svg);
            background-repeat: no-repeat;
            background-size: 100%;
            opacity: 0.4; 
            pointer-events: none;
        } */
        /* .card-bg-img{
            position: fixed;
            right: 0;
            bottom: 0;
            z-index: -1;
        } */


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

        .card-parent{
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        video{
            width: 100%;
        }

        /* tabs related */
        .tabs{
            display:flex;
            gap:10px;
        }
        .tab-btn{
            font-family: 'Roboto';
            font-weight: bold;
            font-size: 17px;
            padding:10px 25px;
            border:none;
            border-radius: 22px;
            cursor:pointer;
            width: auto;
            background-color: #FEFEFE;
            /* position: relative; */
        }
/* 
        .btn-bg{
            position:absolute;
            inset:0;
            border-radius: 22px;
            background:#293284;
            opacity:1;
            z-index:1;
            }

        .btn-text{
            position:relative;
            color:#293284;
            opacity:0.5; 
            z-index:2;
        }
            
        
        .card1-style .tab-btn.active .btn-bg{
            background:#FEFEFE;   
        }
        */

        .card1-style .tab-btn{
            background:#293284;
            color: #FEFEFE;
            opacity: 0.5;
        }

        .card1-style .tab-btn.active{
            background:#FEFEFE;
            color:#293284;
            opacity: 1;
        }
        .card2-style .tab-btn{
            background:#400416;
            color: #FFFFFF;
            opacity: 0.5;
        }

        .card2-style .tab-btn.active{
            background:#FEFEFE;
            color:#400416;
            opacity: 1;
        }

        /* .tab-content{
            display:none;
            margin-top:40px;
        } */

        .tab-content.active{
            display:flex;
        }
        .bottom-nav-section{
            display:none ;
        }
        .bottom-nav-section.active{
            display: flex;
        }

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


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


        .card-section.preview .card-header {
            /* height: 210px; */
            position: relative;
            /* aspect-ratio: 25 / 8; */
            width: 100%;
            /* background-color: #15365D; */
            /* background-size: cover; */
            /* background-repeat: no-repeat; */
            /* background-color: #261604; */
            display: flex;
            align-items: center;
            overflow: visible;
        }
        /* .card-section.preview  .card-body {
            padding: 125px 30px 0 30px;       
        } */
        .card-section.preview .qrcode{ 
            display: flex;
            justify-content: center;
            align-items: center;
            border-top: 0.5px solid rgba(0,0,0,0.1);
        }
        .bg-container{ 
            width: 100%;
            min-height: 120px;
            position: relative;
        }
        .bg-container img{
            position: absolute;
            /* width: 100%; */
            bottom: 0;
            left: 0;
        }
        .card {
            overflow: hidden;
            width: 500px;
            position: relative;
            border-radius: 0 0 20px 20px;
        }
        .card-header {
            /* height: 230px; */
            position: relative;
            overflow: hidden;
            background-color: #fff;
        }

        .card-banner {
            width: 100%;
            /* display: flex; */
            
        }
        .card-banner img{
            display: block;
        }

        .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: relative;
            top: -60px;
            /* bottom: -35%; */
            /* left: 0px; */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            /* padding-left: 20px; */
            /* padding: 0 30px; */
            margin-bottom: -50px;
        }
        .card-section.preview .profile-image-container{
            width: auto;
            height: auto;
        }

        .profile-image-container { 
            width: 145px;
            height: 145px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            overflow: hidden;
            background-color: #ffffff;
            /* margin-bottom: 75px; */
        }
        .profile-image {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            /* background-color: #ffffff; */
        }
        .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-content{
            width: 100%;
        }
        .card-body {
            padding: 0px 30px 0 30px;
            box-shadow: 0px 0px 15px #0000001F;
            border: none;
            border-radius: 0 0 20px 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background-color: #ffffff;
        }
        .video-container{
            width: 340px;
        }
        .name-container{
            display: flex;
            flex-direction: row;
            /* flex-direction: column; */
            align-items: center;
            justify-content: center;
            gap: 25px;
            /* padding: 0 0 25px 0; */
        }
        /* .name-section{
            padding: 0 0 0 10px;
        } */
        .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: 40px;
            font-weight: bold;
            color: #000000;
            text-align: center;
            /* margin-bottom: 5px; */
            /* padding-right: 10px; */
        }
        .name.print{
            color: #400517;
        }
        .education{
            font-family: 'Roboto';
            font-weight: 500;
            color: #D09115;
            opacity: 1;
            font-size: 22px;
            text-align: center;
            margin-bottom: 15px;
        }
        .title {
            font-family: 'Roboto';
            font-size: 18px;
            /* font-weight: bold; */
            color: #0D0D0D;
            text-align: center;
            margin-bottom: 25px;
            opacity: 0.7;
        }
        .title.print{
            color: #F37E1E;
        }
        .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: 20px 10px 20px 10px;
            border-top: 0.5px solid rgba(0,0,0,0.1) ;
            /* gap: 15px; */
            position: relative;
        }
        .contact-section .left{
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            gap: 15px;

        }
        .contact-section .left .icon{
            margin-right: 12px;
            width: 22px;
            height: 22px;
            opacity: 0.4;
        }
        .contact-section .left a {
            text-decoration: none;
            color: #000000;
            display: flex;
            align-items: center;
            font-size: 20px;
            font-family: 'Roboto';
            font-weight: bold;
            overflow-wrap: break-word;
            word-wrap: break-word;
            word-break: break-all;
            white-space: normal;
        }
        .contact-section.print .left a {
            color: #400416;
        }
        .contact-section .right{
            display: flex;
            position: absolute;
            height: 100%;
            right: 0;
            top: 10px;
        }
        .mobile-spliter{
            font-size: 20px;
            font-weight: bold;
        }
        .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: 22px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        .social-media-links-left{
            display: flex;
            gap: 10px;
        }
        .social-media-links-left a{
            display: flex;
            height: 32px;
            width: 32px;
        }

        .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.3);
            gap: 5px;
        }

        .download-section .right{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .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;
            gap: 15px;
        }

        .download-leftSection a{
            height: 44px;
            /* width: 45px; */
            display: flex;
            justify-content: center;
            cursor: pointer;
        }

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

        .bottom-nav-section{
            /* display: flex; */
            gap: 15px;
            align-items: center;
        }
        .bottom-nav-section a{ 
            display: flex;
            height: 44px;
            cursor: pointer;
        }

        .exp-section{
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        /* .video-section{
            display: flex;
            overflow: hidden;
            width: 100%;
            position: relative;
        }
        .video-section video{
            width: 100%;
            border-radius: 10px;
        }
        .video-section button{
            position: absolute;
            bottom: 0;
            background-color: white;
            width: 20px;
            opacity: 1;
            color: #000;
        }
        .video-section .play{
            left: 0
        }
        .video-section .mute{
            left : 80px
        }
        .video-section .full{
            right: 0;
        } */




        /* video related */

        
.player-container {
	/* padding: 40px; */
	max-width: 100%;
	margin: auto;
}
.player {
    display: flex;
	width: 100%;
	height: auto;
	/* padding-bottom: 56.25%; */
	/* box-shadow: 0px 10px 0px -3px rgba(0, 0, 0, 0.2); */
	position: relative;
	overflow: hidden;
    border-radius: 20px;
	/* background: #000000; */
}
/* .player:fullscreen {
	padding-bottom: 100vh;
}
.player:-webkit-full-screen {
	padding-bottom: 100vh;
}
.player:-moz-full-screen {
	padding-bottom: 100vh;
}
.player:-ms-fullscreen  {
	padding-bottom: 100vh;
} */

.player video {
	width: 100%;
	height: auto;
    object-fit: contain;
	/* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
}
.controls {
	padding: 0;
	position: absolute;
	bottom: -80px;
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	background: linear-gradient(
		180deg,
		rgba(37, 37, 37, 0) 10%,
		rgba(37, 37, 37, 0.6) 80%
	);
	transition: all 0.2s ease-in 5s;
}
.player:hover .controls {
	bottom: 0;
	transition: all 0.2s ease-out;
}
.time {
	position: absolute;
	right: 30px;
	bottom: 100%;
	padding-bottom: 14px;
}
.progress {
	height: 8px;
	width: calc(100% - 40px);
	background: rgba(60, 60, 60, 0.6);
	margin: auto;
	border-radius: 6px;
	position: absolute;
	left: 20px;
	bottom: 100%;
	transition: height 0.1s ease-in-out;
}
.progress:hover {
	height: 10px;
}
.progress-filled {
	background: var(--accent);
	width: 0%;
	height: 100%;
	border-radius: 6px;
	transition: all 0.1s; 
}
.controls-main {
	width: calc(100% - 40px);
	margin: auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.controls-left,
.controls-right {
	flex: 1;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.controls-left {
	margin-left: 10px;
}
.controls-right {
	margin-right: 10px;
	justify-content: flex-end;
}
.volume {
	display: flex;
	align-items: center;
}
.volume-btn {
	margin-right: 10px;
}
.volume-btn #volume-off, .volume-btn #volume-high {
	opacity: 0;
}
.volume-btn.loud #volume-high{
	opacity: 1;
}
.volume-btn.muted #volume-off {
	opacity: 1;
}
.volume-btn.muted #volume-high, .volume-btn.muted #volume-low {
	opacity: 0;
}
.volume-slider {
	height: 8px;
	width: 80px;
	background: rgba(60, 60, 60, 0.6);;
	border-radius: 6px;
	position: relative;
}
.volume-filled {
	background: var(--main);
	width: 100%;
	height: 100%;
    background-color: white;
	border-radius: 6px;
	transition: width 0.2s ease-in-out;
}
/* .volume-filled:hover, .play-btn:hover.play-btn:before, .play-btn:hover.play-btn:after{
	background: var(--accent);
    background-color: #000;
} */
.play-btn {
	width: 30px;
	height: 30px;
	position: relative;
	margin: auto;
	transform: rotate(-90deg) scale(0.8);
	transition: -webkit-clip-path 0.3s ease-in 0.1s, shape-inside 0.3s ease-in 0.1s,
		transform 0.8s cubic-bezier(0.85, -0.25, 0.25, 1.425);
}
.play-btn.paused {
	transform: rotate(0deg);
}
.play-btn:before,
.play-btn:after {
	content: "";
	position: absolute;
	background: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: inherit;
}
.play-btn:before {
	-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
	shape-inside: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
}
.play-btn:after {
	-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 90%, 0 90%);
	shape-inside: polygon(0 60%, 100% 60%, 100% 90%, 0 90%);
}
.play-btn.paused:before {
	-webkit-clip-path: polygon(10% 0, 90% 51%, 90% 51%, 10% 51%);
	shape-inside: polygon(0 0, 100% 51%, 100% 51%, 0 51%);
}
.play-btn.paused:after {
	-webkit-clip-path: polygon(10% 49.5%, 80% 49.5%, 90% 49.5%, 10% 100%);
	shape-inside: polygon(10% 49.5%, 80% 49.5%, 90% 49.5%, 10% 100%);
}
button:focus {
	outline: none;
}
.speed-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	margin-right: 20px;
	text-align: center;
}
.speed-list li {
	color: var(--main);
	padding: 5px;
	cursor: default;
}
.speed-list li:hover,
.speed-list li.active {
	color: var(--accent);
	font-weight: bold;
}
.fullscreen {
	display: flex;
	justify-content: center;
}



        .services-section{ 
            /* padding: 25px 0; */
            display: flex;
            /* flex-direction: column; */
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        /* .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;
        } */


        .tech-msg-section{
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        
        .service-section{
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            /* border-top: 0.5px solid rgba(112, 112, 112, 0.3); */
            /* padding-bottom: 35px; */
        }

        .service-footer{
            /* width: 100%; */
            padding: 25px 0;
        }

        .service-contents{
            /* border-top: 0.5px solid rgba(112, 112, 112, 0.3); */
            /* padding: 30px 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: 415px !important;
        } */

        .customer-section{
            padding: 25px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        .customer-section .slick-slide{
            margin: 0 5px;
        }
        .company-section {
            display: flex;
            flex-direction: column;
            padding: 30px 0px 25px 0px;
            /* padding: 30px 0px; */
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        .company-address-container{
            display: flex;
            /* align-items: center; */
            justify-content: center;
            /* gap: 20px; */
            gap: 10px;
        }
        .company-section .left{
            display: flex;
            flex-direction: column;
            width: 100%;
        }
        .company-section .right{
            display: flex;
            /* margin: 25px 0; */
            /* justify-content: center; */
        }
        .company-section .right a{
            width: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            /* height: 36px; */
        }
        .company,.services{
            color: #180B3C;
            opacity: 0.4;
            font-family: 'Montserrat';
            font-size: 14px;
            margin-bottom: 12px;
        }
        .company-name-container{
            display: flex;
            flex-direction: column;
            padding: 0 10px;
        }
        .company-name{
            color: #051042;
            font-family: 'Roboto';
            font-size: 28px;
            font-weight: bold;
            /* margin-top: 30px; */
            margin-bottom: 10px;
            /* text-align: center; */
        }
        .company-name.print{
            color: #F48F3C;
        }
        .company-description{
            color: #051042;
            font-family: 'Roboto';
            font-size: 20px;
            font-weight: normal;
            /* padding-right: 120px; */
            margin-bottom: 10px;
            /* text-align: center; */
        }
        .company-description.print{
            color: #400416;
        }
        .company-address-container{
            display: flex;
            /* flex-direction: column; */
            /* padding: 20px 10px 25px 10px; */
            /* border-top: 0.5px solid rgba(112, 112, 112, 0.3); */
            /* text-align: center; */
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
        }
        .location{
            color: #CB9609;
            font-family: 'Roboto';
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 6px;
        }
        .company-address{
            color: #051042;
            font-family: 'Roboto';
            font-size: 20px;
            /* padding-right: 75px; */
            /* margin-bottom: 12px; */
            /* padding: 0 53px 0 0; */
            /* text-align: center; */
            /* margin-top: 6px; */
            padding-left: 10px;
        }
        .company-address.print{
            color: #400416;
        }
        .download-brochure{
            display: flex;
        }
        .download-brochure a{
            width: 100%;
        }
        .company-contact{
            display: flex;
            /* flex-direction: column; */
            /* align-items: center; */
            /* justify-content: center; */
            margin-bottom: 1px;
            /* padding: 30px 10px; */
            /* gap: 10px; */
            /* text-align: center; */
            /* border-top: 0.5px solid rgba(112, 112, 112, 0.3); */
            padding: 0 10px;
        }
        .company-email{
            color: #051042;
            font-size: 20px;
            padding-left: 10px;
        }
        .company-email.print{
            color: #400416;
        }
        .company-social-media-section{
            display: flex;
            /* align-items: center; */
            justify-content: start;
            gap: 10px;
            padding: 20px 10px;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        .company-social-media-section a{
            display: flex;
            height: 32px;
            width: 32px;
            justify-content: center;
            align-items: center;
        }
        .company-website{
            display: none;
            text-decoration: none;
            color: #051042;
            font-family: 'Roboto';
            font-size: 18px;
            cursor: pointer;
            /* align-items: center; */
            /* justify-content: center; */
        }
        .company-contact a{
            text-decoration: none;
            color: #051042;
            font-family: 'Roboto';
            font-size: 20px;
            cursor: pointer;
        }
        .company-contact.print a{
            color: #400416;
        }

        .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: #051042;
            text-align: center;
            text-decoration: none;
            font-family: 'Roboto';
            font-size: 24px;
            word-break: break-all;
        }
        .card_companywebsite.print a{
            color: #400416;
        }
        .branches-section{
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 25px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        .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;
        }

        .review-section{
            display: flex;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }

        .website-section{
            padding: 20px 10px;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
            display: flex;
            align-items: center;
            /* justify-content: center; */
            position: relative;
            gap: 5px;
        }
        
        
        @keyframes rotate360 {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

        .image-container{
            position: absolute;
            width: 120px;
            right: 0;
            top: -25%;
        }
        .image-parent{
            position: absolute;
            width: 100%;
            height: auto;
            inset: 0;
            
        }
        .image-child{
            position: absolute;
            width: 100%;
            height: auto;
            inset: 0;
            /* transform-origin: center center;
            animation: rotate360 20s linear infinite; */
        }

        .image-child img{
            width: 100%;
            height: auto;        
            transform-origin: center center;
            animation: rotate360 20s linear infinite;
        }

        .footer-section{
            display: flex;
            /* justify-content: flex-end; */
            justify-content: space-between;
            padding: 20px 10px;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        .footer-section a{
            display: flex;
            cursor: pointer;
            height: 25px;
        }
 .footer-section img {
    width: auto;
    height: 35px;
}
        .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: 1366px) {
            /* .cardbgcolorblock::before{
            }     */
        }


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

            .video-container{
                width: 40%;
            }
            .ClosebtnBlock{
                position: absolute;
                right: 15px;
                top: 15px;
                z-index: 1;
                cursor: pointer;
            }
            /* .profile-image-container{
                margin-right: 10px;
            } */

            /* .card-section:not(.preview) .card{
                width: 450px;
            } */
            /* .cardbgcolorblock::before{
                bottom: -12%;
            } */
            /* .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: 0 0 20px 0;
            } */
            /* .service-contents {
                padding: 20px 0;
            } */
            .service-footer {
                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;
            } */
            /* .card-section .company-section{
                padding: 25px 15px;
            } */
        
            /* .company-address-container {
                padding: 20px 10px;
            } */
            /* .card-section .company-name {
                font-size: 24px;
                margin-top: 20px;
            } */
            /* .company-address{
                margin-top: 20px;
            } */
            /* .company-description{
                margin-bottom: 20px;
            } */
            /* .company-section .right{
                margin: 20px 0;
            } */
            .company-contact {
                /* padding: 20px 10px; */
                margin: 0;
            }
            .customer-section{
                padding: 20px 0;
            }
            .card-section .website-section {
                padding: 20px 10px;
            }
            .company-social-media-section {
                gap: 5px;
            }
            .branches-section {
                padding: 20px 0;
            }
            .image-container {
                top: -40%;
            }
            /* .footer-section {
                padding: 20px 10px;
            } */
            /* .company-contact a{
                font-size: 18px;
            } */
            /* .company-email{
                font-size: 18px;
            } */
            /* .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) {
            .company-description br{
                display: none;
            }
            /* .card-section{
                padding: 0;
            } */

            .card-parent{
                width: 100%;
            }
            .card-section:not(.preview) .card {
                width: 100%;
                margin-bottom: 100px;
            }
            .card-section {
                padding: 20px 15px 20px 15px;
            }

            /* .card-section.preview .card{
                width: 100%;
                margin: 0;
            } */

            .card-content {
                width: 100%;
            }
            
            .name-container{
                /* justify-content: space-between; */
                gap: 10px;
            }
            /* .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: 0px 20px 0 20px;
            }

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

            /* .card-section .company-name {
                font-size: 22px;
            } */
            /* .company-address{
                padding-right: 85px;
            } */
            /* .company-description{
                padding: 0 30px;
            } */
            .company-website{
                display: block;
            }
            /* .company-contact a{
                font-size: 16px;
            }
            .company-email{
                font-size: 16px;
            }
            .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;
            } */
            /* .review-section img{
                width: 50%;
            } */

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

            .AddtoContactsmobile{
                display: flex;
                justify-content: center;
                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 15px;
            }
            /* .card-section .name {
                font-size: 26px;
            } */
            /* .mySlider .slick-slide {
                width: 320px !important;
            } */

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

            /* .card-section {
                padding: 30px 30px 100px 30px;
            } */
            
            /* .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:500px) {
            br{
                display: none;
            }
        }

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

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

            /* .card-logo{
                width: 200px;
                top: 30px;
            } */
            .profile-image{
                width: 130px;
                height: 130px;
            }
            /* .card-header {
                height: 180px;
            } */
            /* .profile-imagemaincontainer {
                top: 30px;
            } */
            /* .card-section:not(.preview) .card-body {
                padding: 100px 20px 0 20px;
            } */

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

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

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

            /* .card-section .company-name {
                font-size: 20px;
            } */
            /* .company-description{
                padding: 0px;
            } */
            /* .card-section:not(.preview) .company-description{
                font-size: 16px;
            } */
            /* .company-address {
                font-size: 16px;
                padding: 0 30px;
                padding-right: 56px;
            } */
            .company-contact{
                flex-direction: column;
            }
            .mobile-spliter{
                display: none;
            }
            /* .card_companywebsite a {
                font-size: 20px;
            } */
            .service-footer {
                width: auto;
            }

            .image-container {
                width: 100px;
                /* height: 120px; */
                top: -25%;
            }

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

            /* .card-section.preview .card .name{
                font-size: 22px;
            } */
        }
        /* @media screen and (max-width:450px) {
            .card-section .name{
                font-size: 22px;
            }
        } */

        @media screen and (max-width:420px) {
            
            .card-section:not(.preview) .card-body {
                padding: 0px 20px 0 20px;
            }
            /* .mySlider .slick-slide {
                width: 280px !important;
            } */
            /* .card-logo{
                width: 190px;
                top: -25px;
            } */
             .card-section:not(.preview) .profile-image-container{
                height: 130px;
                width: 130px;
             }
            .profile-image {
                width: 125px;
                height: 125px;
            }
            /* .profile-imagemaincontainer {
                bottom: -60%;
            } */
            /* .profile-imagemaincontainer {
                top: 20px;
            } */
            /* .card-header {
                height: 160px;
            } */

            /* .company-description {
                padding-right: 40px;
            } */
            .image-container {
                width: 90px;
                top: -20%;
            }
        
            .download-leftSection {
                gap: 5px;
            }
            .social-media-links-right {
                gap: 5px;
            }
            .company-address{
                padding-right: 0px;
            }
        }

        @media screen and (max-width:400px){
            
            .company-address br{
                display: none;
            }
            /* .company-address{
                padding: 0 20px;
            } */
            .company-section{
                padding: 25px 0;
            }
            /* .card-section .website-section{
                padding: 20px 0;
            } */
            /* .company-social-media-section{
                padding: 20px 0;
            } */
            /* .footer-section{
                padding: 20px 0;
            } */
        }

        @media screen and (max-width:390px) {
           
            /* .profile-imagemaincontainer {
                padding: 0 15px;
            } */
                /* .card-section:not(.preview) .profile-imagemaincontainer {
                top: 80px;
            } */
            .card-section:not(.preview) .card-body {
                padding: 0px 15px 0 15px;
            }
            .profile-imagemaincontainer{
                top: -50px;
            }
            /* .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:not(.preview) .profile-image-container{
                width: 125px;
                height: 125px;
            }
            .profile-image {
                width: 120px;
                height: 120px;
            }

            /* .card-header {
                height: 150px;
            } */
            /* .profile-imagemaincontainer {
                top: 0px;
            } */
            .footer-section a {
                height: 25px;
            }

        }

        @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;
            } */
            .tab-btn{
                font-size: 14px;
            }

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

            /* .card-logo{
                width: 170px;
                top: -22.5px;
            } */
            .card-section:not(.preview) .profile-image-container{
                width: 115px;
                height: 115px;
            }
            .profile-image {
                width: 110px;
                height: 110px;
            }
            /* .card-header{
                height: 120px;
            } */
            /* .card-section.preview .card-header {
                height: 180px;
            } */
            /* .card-section .company-name {
                font-size: 20px;
            } */

            .image-container {
                width: 75px;
                top: -10%;
            }
            .name-container{
                gap: 5px;
            }
        }

 /* exchange from ->start */

 .container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
form {
    width: 400px;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 25px;
    background-color: #ffffff;
}
form p {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
    font-family: "Roboto";
    color: #000;
    font-weight: bold;
}
input, textarea {
    width: 100%;
    padding: 20px 10px;
    /* margin-bottom: 10px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 20px;
    outline: none;
}
.err {
    width: 100%;
    height: 25px;
    font-size: 14px;
    /* margin: 10px 0; */
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
}
.formbtn {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.formbtn button {
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
}
button {
    width: 50%;
    background-color: #020717;
    padding: 20px 30px;
    border-radius: 8px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    outline: none;
}
#formclosebtn{
    opacity: 0.5;
}
@media screen and (max-width: 550px) {
    .container {
        padding: 30px;
    }
    form p {
        font-size: 22px;
    }
    input, textarea {
        font-size: 18px;
        padding: 15px 10px;
    }
    .err {
        width: 100%;
        height: 20px;
        font-size: 12px;
    }
    .formbtn button {
        font-size: 18px;
        padding: 20px 0;
    }
}
@media screen and (max-width: 480px) {
    form p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    input, textarea {
        font-size: 16px;
    }
    .formbtn button {
        font-size: 16px;
        padding: 15px 0;
    }
}
@media screen and (max-width: 420px) {
    form p {
        font-size: 18px;
    }
}
@media screen and (max-width: 390px) {
    form p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    input, textarea {
        padding: 12px 10px;
        font-size: 14px;
    }
   .formbtn button {
        font-size: 14px;
        padding: 12px 0;
    }
}
/* end */


/* Qr Preview section css */

    .card-section.preview{
    width: 100%;
    height: 100%;
    position: fixed;
    top: -9999px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .card-section.preview .card{
        width: 400px;
        border-radius: 20px;
        border: none;
    /* padding-top: 200px; */
    }
    .card-section.preview .profile-image {
        width: 100px;
        height: 100px;
    }
    .card-section.preview .card-body {
        padding: 0px 25px 0 25px;
    }
    .card-section.preview .name-container{
        padding: 18px 100px 25px 0;
        flex-direction: column;
        gap: 0;
    }
    .card-section.preview .name{
    width: 100%;
    font-size: 30px;
    font-family: 'Archivo';
    font-weight: bold;
    text-align: left;
    color: #151515;
    margin-bottom: 5px;
    }
    .card-section.preview .title {
    font-size: 16px;
    color: #151515;
    font-family: 'Roboto';
    font-weight: 500;
    width: 100%;
    text-align: left;
    opacity: 0.7;
    margin: 0;
    padding: 0;
    }

    .card-section.preview .card-header {
    position: relative;
    width: 100%;
    background-color: #06174A;
    display: flex;
    align-items: center;
    }
    .card-section.preview .profile-imagemaincontainer {
        position: absolute;
        width: 100%;
        bottom: 0%;
        top: unset;
        justify-content: center;
        align-items: flex-end;
        padding: 0 20px;
    }
    .card-section.preview  .card-body {
    padding: 0px 20px 0 20px;       
    }
    .card-section.preview .qrcode{ 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border-top: 0.5px solid rgba(112, 112, 112, 0.3);
    /* border-top: 0.5px solid rgba(0,0,0,0.1); */
    }
    .card-section.preview .footer-section a{
    height: 30px;
    }

    .card-section.preview .loading-container{
        background-color: transparent;
    }

    #footer-link{
        display: none;
    }

    .card-section.preview .footer-section {
        justify-content: center;
        padding: 20px 10px;
        border-top: 0.5px solid rgba(112, 112, 112, 0.3);
    }

    .copyurl-section{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-top: 0.5px solid rgba(112, 112, 112, 0.3);
    }
    .copyLink{
        width: 205px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-section.preview .imgdownloadBtn{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
    }
    .card-section.preview .share-section , .shareon{
        display: flex;
        align-items: center;
    }
    .card-section.preview .share-section{
        justify-content: space-between;
        width: 100%;
    }
    .card-section.preview .downloadbtn{
        height: 30px;
    }

    .share-text{
        font-family: 'Roboto';
        color: #04312B;
        font-weight: bold;
        font-size: 16px;
    }

    /* shareon related */
    /* shareon related */
.shareon>* {
    padding: 0 !important;
    margin: 0 0 0 12px !important;
}
.shareon a {
    width: 30px;
    height: 30px;
    display: inline-block !important;
}

.shareon>:before {
    top: 0 !important;
    left: 0 !important;
    background-size: 30px 30px !important;
    content: '' !important;
    display: block !important;
}

.shareon>.whatsapp,
.shareon>.linkedin,
.shareon>.facebook,
.shareon>.twitter {
    background-color: transparent !important;
    position: relative !important;
}

.shareon .whatsapp::before {
    background-image: url(https://goodconnext.com/card/KushalDiamonds/Assets/whatsapp_icon.svg) !important;
    width: 30px !important;
    height: 30px !important;
}

.shareon .linkedin::before {
    background-image: url(https://goodconnext.com/card/KushalDiamonds/Assets/linkedin_icon.svg) !important;
    width: 30px !important;
    height: 30px !important;
}

.shareon .facebook::before {
    background-image: url(https://goodconnext.com/card/KushalDiamonds/Assets/facebook_icon.svg) !important;
    width: 30px !important;
    height: 30px !important;
}

.shareon .twitter::before {
    background-image: url(https://goodconnext.com/card/KushalDiamonds/Assets/xcom_icon.svg) !important;
    width: 30px !important;
    height: 30px !important;
}
/* @media screen and (max-width:550px){
    .card-section.preview .profile-imagemaincontainer{
        bottom: -20%;
    }
} */


/* @media screen and (max-width:480px){
    .card-section.preview .name {
        font-size: 22px;
    }
} */

@media screen and (max-width:420px){
    /* .card-section.preview .name {
        font-size: 20px;
    } */
    /* .card-section.preview .profile-imagemaincontainer{
        bottom: -25%;
    } */
    .shareon>* {
        margin: 0 0 0 5px !important;
    }
}
@media screen and (max-width:400px) {
    .card-section.preview .card{
        width: 100%;
    }
}
@media screen and (max-width:390px){
    .card-section.preview .card-body {
        padding: 0px 15px 0 15px;
    }
    
    .ClosebtnBlock{
        right: 5px;
        top: 5px;
    }
}

@media screen and (max-width:350px){
    /* .card-section.preview .profile-imagemaincontainer{
        bottom: -30%;
    } */
    .ClosebtnBlock {
        right: 2px;
        top: 2px;
    }
}

.visitor-count-block {
    display: flex;
    flex-direction: row;   
    gap: 8px;
}

.visitor-number {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: bold;
    color: #131415;
    border-bottom: 3px solid #D09115; 
    line-height: 1.3;
    height: 32px;

}
.visitor-text {
    display: flex;
        font-size: 13px;
    color: #131415;
    flex-direction: column;  
    border-left:none;
        line-height: 1.3;

    padding-left: 2px;
    
}
.visitor-label {
    font-family: 'Roboto';
    font-size: 11px;
    color: #2E2E2E;
    opacity: 0.5;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: 2px solid #D09115;  
    padding-top: 4px;
}