* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    margin-block-start : 0;
    margin-block-end: 0;
}
.card-section {
    overflow: hidden;   /* ✅ add this */
}

.card {
    width: 100%;
    max-width: 500px;
    overflow: hidden;   /* ✅ add this — ultimate safety net */
}
html {
    width: 100%;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: auto;
}

a{
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

body {
    font-family: "Roboto";
    background-color: #f5f7fa;
    height: auto;
    width: 100%;
    min-height: 100vh;
    display: block;
    position: relative;
    overflow-x: hidden;
}

.d-flex {
    width: 100%;
    max-width: 1366px;
}

.flex_center{
    display: flex;
    justify-content: center;
}

.container{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 0;
    overflow-x: hidden;
}

.cardbgcolorblock {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #EFB418;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: -1;
}

.cardbgcolorlevel{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: cover; 
    min-height: 100vh; 
    background: url("../Assets/PageBg.svg");    
    background-repeat: no-repeat; 
    opacity: 1;
}

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

.infinitylogo{
    width: 100%;
    max-width: 500px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    z-index: 2;
}

.infinitylogo img{
    width: 100%;
    height: auto;
    display: block;
}

.header .headerlogo{
    width: 100%;
    max-width: 500px;
    display: flex;
    position: relative;
}

.headerlogo img{
    width: 100%;
    height: auto;
}

.body{
    width: 100%;
    height: auto;
    display: flex;
}

.body .left{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.card-section{ 
    display: flex;
    width: 100%;
    max-width: 500px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    z-index: 1;
}

/* ✅ ROOT CAUSE 1 FIXED: was width: 500px fixed */
.card {
    background: white;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.card-br{
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
    padding: 0 30px;
}

.card-header {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.profile-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#des {
    margin-top: 20px;
    margin-left: -20px;
}

.banner{
    position: absolute;
    top: 0;
    height: 118px;
    width: auto;
}

.profile-name {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.profile-nameleft {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:20px 0 0 0;
    justify-content: center;
}

.profile-image-placeholder img{
    width: 100%;
}

.loading-container { 
    position: relative;
    width: 100%; 
    height: 100%;
}

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

.name {
    font-size: 34px;
    line-height: 1.1;
    color: #04221C;
    margin-bottom: 4px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-align: left;
}

.title {
    font-size: 20px;
    line-height: 1.4;
    color: #C99201;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 600;
    text-align: left;
}

.description {
    font-size: 22px;
    color: #7a7676;
    margin-top: 0px;
    margin-bottom: 13px;
    font-weight: 400;
    line-height: 1.52;
    transform: translateY(-18px);
    text-align: center;
}

.positions{
    width: 100%;
}

.positions ul{
    display: flex;
    gap: 8px;
    padding: 20px 0px 30px 25px;
    border: none;
}

.positions li{
    color: #04221C;
    font-size: 18px;
}

.positions li p{
    color: #04221C;
    font-size: 16px;
}

ul li::marker{
    color: #4C8DF8;
    margin-right: 12px;
}

ul{
    display: flex;
    flex-direction: column;
    padding: 20px 0px 25px 25px;
    list-style-position: outside;
    border-bottom: 1px solid #0000001F;
    gap: 20px;
}

ul li{
    color: #0F283A;
    font-size: 20px;
    font-family: 'Roboto';
}

ul.education{
    gap: 10px;
}

.right ul li{
    margin-left: 20px;
    color: #0F283A;
    margin-bottom: 5px;
}

.card-body{
    width: 100%;
}

.CardExpYearsBlock{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0000001F;
}

.CardExpYears{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}

.CardExpYears img{
    width: 100%;
}

.Cardpdf{
    height: 50px;
}

.left ul li span{
    font-weight: bold;
    font-family: "Roboto";
}

.bangalore-section{
    display: flex;
    padding: 20px 0;
    gap: 11px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #0000001F;
}

.bangalore-section p{
    color: #052C50;
    font-size: 20px;
}

.bangalore-section p span{
    font-weight: bold;
    font-family: "Roboto";
}

.upskill-section{
    height: 100%;
    padding: 30px 0 30px 0;
}

.upskill-section img{
    width: 100%;
}

.card-contacts{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.Reserveyicket{
    padding: 20px;
}

#phoneLink{
    padding: 22px 0;
}

#country{
    font-weight: normal;
}

.card-contacts .contacts h3{
    font-size: 28px;
    color: #1B34A0;
    margin-bottom: 15px;
}

.card-contacts .contacts a,
.email-section a{
    text-decoration: none;
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    color: #1D042F;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: bold;
}

.card-contacts .contacts a img{
    opacity: 0.4;
    height: 20px;   
    width: auto;
}

.icon{
    opacity: 0.4;
    display: flex;
    flex-shrink: 0;
    height: 20px;
    width: auto;
}

.card-contacts .contacts a span{
    color: black;
    font-size: 20px;
    font-family: "Roboto";
}

.email-section{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #0000001F;
}

.talk-to-expert-section{
    padding: 0 30px;
    width: 100%;   
}

.talk-to-expert-section a{
    display: flex;
}

.location-section{
    padding: 0 30px;
    width: 100%;
}

.location-section a{
    display: flex;
}

.secondary-email-container{
    padding-left: 34px;
}

.card-contacts .contacts{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.card-contacts .contacts a span{
    font-family: "Roboto";
}

#phone, #firstemail, #firstemail, #thirdemail{
    font-family: "Roboto";
    font-weight: bold;
}

.card-companymailblock{
    border-top: 1px solid #0000001F;
}

.card-companymailblock .contacts{
    justify-content: space-around;
}

.download-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.download-sections{
    position: absolute;
    top: 15px;
    right: 0;
}

.download-sections .left{
    display: flex;
    gap: 10px;
}

.download-sections .left a{
    width:32px;
    height: 32px;
}

.download-section .left , .download-section .right{
    display: flex;
    justify-content: center;
    width: auto;
    height: 100%;
    align-items: center;
}

.download-section .left{
    gap: 10px;
}

.download-section .right{
    gap: 8px;
}

.download-section .left a{
    display: flex;
    height: 32px;
    width: 32px;
}

.download-section .right a{
    display: flex;
    height: 50px;
    width: auto;
}

.download-section .left a img, .download-section .right a img{
    height: 100%;
}

.about-header{
    margin-top: 32px;
    color: #4C8DF9;
    font-size: 26px;
    font-family: 'Roboto';
    font-weight: bold;
}

.Trophy-section-container{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.Trophy-section{
    display: flex;
}

.Trophy-icon{
    display: flex;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    opacity: 0.4;
}

.Trophy-text{
    font-size: 20px;
}

.card-tandemmainblock{
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
}

.card-tandemblock img{
    width: 100%;
    height: auto;
}

.card-links{
    display: flex;
    flex-direction: column;
    padding: 20px 30px 30px 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
}

.member-header{
    font-size: 26px;
    color: #181921;
    text-align: center;
    margin-bottom: 30px;
}

.adress{
    text-align: center;
    font: normal normal normal 20px/24px Roboto;
    letter-spacing: 0px;
    margin-top: -9px;
    color: #181921;
    opacity: 1;
}

.company-name{
    font-size: 28px;
    color: #FB5743;
    font-family: "Roboto";
    font-weight: bold;
}

.company-description{
    color: #0E293A;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: bold;
}

.card-links ul{
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: unset;
}

.left .card-links ul li:last-child{
    margin-bottom: 0;
}

.card_addressblock{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-family: "Roboto";
}

.company-description{
    font-size: 20px;
    color: #0E293A;
}

.companyaddress{
    font-size: 18px;
    color: #0E293A;
}

.map img{
    height: auto;
    margin-top: 25px;
    width: 30px;
}

.contact{
    display: flex;
    align-items: center;
    padding: 20px;
    margin-top: 22px;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #b82b2b1f;
}

.company-branch-section{
    padding: 20px 0;
    border-top: 1px solid #0000001F;
}

.company-branch-section .title{
    font-size: 18px;
    color: #010968;
    font-family: "Roboto";
    text-align: left;
}

.company-branch-section p{
    font-size: 20px;
    color: #010968;
    font-family: "Roboto";
}

.cardbottomcaontact{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
    padding: 20px 0;
    border-top: 1px solid #0000001F;
}

.cardbottomcaontact a{
    text-decoration: none;
    color: #0E293A;
    font-size: 20px;
    font-family: 'Roboto';
}

.card_addressblock a img{
    width: 100%;
    height: auto;
}

.card-branchblock{
    border-top: 1px solid #0000001F;
    padding: 20px 0;
    color: #06174A;
}

.card-branchblock h6{
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 400;
}

.card-branchblock p{
    font-size: 20px;
}

.card-branchblock p span{
    font-family: "Roboto";
    font-weight: bold;
}

.card-companybottomblock{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #0000001F;
    padding: 20px 0;
}

.card-companybottomblock a{
    text-decoration: none;
    color: #010968;
    font-size: 24px;
}

.card-companybottomblock a span{
    font-family: "Roboto";
    font-weight: bold;
}

.card-socialmediablock{
    display: flex;
    gap:10px;
}

.card-socialmedia a{
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-socialmedia img{
    width: 100%;
    height: auto;
}

.body .right .section{
    padding: 30px 0;
    border-bottom: 1px solid #0000001F;
}

.righttextdesk{
    padding-top: 100px;
}

.body .right .section:last-child{
    border-bottom: unset;
}

.section-title{
    font-size: 28px;
    line-height: 36px;
    color: #252526;
    font-family: "Roboto";
}

.section-maintitle{
    margin-bottom: 10px;
}

.section-maintitle span{
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: bold;
}

.section-description{
    color: #DE2026;
    font-size: 22px;    
    margin-bottom: 10px;
    font-family: "Roboto";
    font-weight: bold;
    padding-left: 15px;
}

.right .section ul{
    padding-left: 22px;
    padding-right: 50px;
}

.right .section ul li{
    font-size: 20px;
    line-height: 26px;
}

.right .section ul li:last-child{
    margin-bottom: 0;
}

.right .section ul li b{
    font-family: "Roboto";
    font-weight: bold;
}

.right ul li span{
    font-weight: bold;
    font-family: "Roboto";
    font-weight: bold;
}

.bj-Kannancontent li{
    margin-bottom: 10px !important;
    line-height: 50px;
}

.bj-Kannancontent li b{
    color: #E14466;
    font-family: "Roboto";
    font-weight: bold;
}

.righttextmobile{
    display: none;
}

.AddtoContactsmobile{
    display: none;
}

.social-media-links-right{
    display: flex;
    gap: 15px;
    align-items: center;
    width:100%;
}

.social-media-links-right a{ 
    display: flex;
    height: 40px;
    cursor: pointer;
    width:100%;
}

.cardcontactsshare-section{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #0000001F;
    position: relative;
}

.cardcontactsshareleft{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cardcontactsshareleft a{
    display: flex;
    height: 48px;
}

.cardcontactsshareleft a img{
    width:100%;
    height: auto;
}

.cardcontactsshareright{
    width: 90%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.cardcontactssharerightimg{
    cursor: pointer;
}

.bottomboxblock{
    border-top: 1px solid #0000001F;
}

.bottomboxblock .bottomboximg{
    width: 100%;
}

.bottomboxblock .bottomboximg img{
    width: 100%;
    height: auto;
}

.card-companylogoblock{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px #0000001F;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-companylogo img{
    width: 100%;
    height: auto;
}

.cashflower img{
    width: 100%;
    margin-top: -6px;
    height: auto;
}

.card-serviceblock{
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
    width: 100%;
    padding: 30px 30px 20px 40px;
    overflow: hidden;        /* ✅ clips anything that tries to escape */
}
.service-header{
    font-family: 'Roboto';
    color: #FB5643;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
}

.left ul.services{
    padding: 0 0 0 25px;
    font-weight: bold;
    gap: 10px;
}

.card-companycontacts{
    padding: 0 35px;
    flex-direction: column;
}

.card-companycontacts .contacts{
    padding: 25px;
}

.card-linkcompanydetails{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0000001F;
}

.card-linkcompanydetails:last-child{
    border-bottom: unset;
    margin-bottom: 0;
    padding-bottom: 0;
}

.card-linkcompany{
    height: 40px;
}

.card-linkcompany1{
    height: 35px;
}

.photo-carousel {
  width: 100%;
  max-width: 440px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.photo-track {
  display: flex;
  will-change: transform;
  transition: transform 0.6s ease-in-out;
}

.photo-slide {
  min-width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
}

.photo-slide img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-sizing: border-box;
}
.AdvisoryBoardMembersImageblock{
    width:  100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.AdvisoryBoardMembersImage{
    width: 100%;
}

.AdvisoryBoardMembersImage img{
    width: 100%;
    height: auto;
}

.card-section.preview{
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: fixed;
    top: -9999px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ✅ ROOT CAUSE 2 FIXED: was width: 450px fixed */
.card-section.preview .card{
    width: 100%;
    max-width: 450px;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    border: none;
}

.card-section.preview .title{
    line-height: normal;
    margin: 0;
}

.card-logo {
    position: absolute;
    width: 265px;
    display: flex;
    left: 0;
    right: 0;
    top: -35px;
    margin: auto;
}

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

.card-section.preview .card-header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-section.preview .card-header img{
    width: 100%;
    height: auto;
}

.no-radius .card-header img {
    border-radius: 0 !important;
}

#lastnamePreview{
    font-weight: bold;
}

.card-section.preview  .card-body {
    padding: 0px 30px 0 30px;  
    background-color: #ffffff;     
}

.card-section.preview .qrcode{ 
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #0000001F;
    padding: 15px 0;
}

.card-section.preview .header{
    margin: 0;
    display: block;
    padding: 25px 0;
}

.card-section.preview .profile-imageleft{
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.card-section.preview .header{
    margin: 0;
    display: block;
    padding: 18px 0;
    text-align: left;
}

.card-section.preview .headerlogo{
    width: 120px;
    position: absolute;
    bottom: -35px;
    right: 30px;
    z-index: 1;
}

.card-section.preview .profile-imageleft .name{
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 30px;
    text-align: left;
}

.card-section.preview .profile-imageleft #middlenamePreview{
    font-family: "Roboto";
    font-weight: bold;
}

.card-section.preview .profile-imageleft .title{
    font-size: 16px;
    text-align: left;
}

.cardwebsite{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #0000001F;
    padding: 25px 0;
}

.cardwebsite a{
    font-size: 24px;
    color: #0F283A;
    font-family: 'Roboto';
}

.cardwebsite a span{
    font-weight: bold;
}

.containers {
    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;
}

#containers{
    top: -9999px;
}

form{
    width: 500px;
    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;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 20px;
    outline: none;
}

textarea {
    resize: vertical;
}

.formbtn{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

button {
    width: 50%;
    background-color: #061033;
    padding:20px 30px;
    border-radius: 8px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #061033;
    opacity: 0.9;
}

.formbtn button{
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
}

.err{
    width:100%;
    height: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
}

#formclosebtn {
    opacity: 0.9;
}

.brand-block{
    border-top: 1px solid #b82b2b1f;
    justify-content: center;
    padding: 0px;
}

.linksec{
    justify-content: center;
    padding: 30px;
    border-top: 1px solid #b82b2b1f;
    font-size: 24px;
    flex-wrap: wrap;
    /* ✅ Add these */
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.link-color{
    color: black;
}

.email-color{
    color: black;
}
.linksec a,
.web a {
    display: block;          /* ✅ makes it respect width */
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;     /* ✅ allows wrapping */
}
.web{
    justify-content: center;
    padding: 30px;
    border-top: 1px solid #b82b2b1f;
    font-size: 24px;
    /* ✅ Add these */
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.webcolor{
    color: black;
}
.footer-section{
            display: flex;
            /*justify-content: center;*/ 
            justify-content: space-between;
            padding: 10px 10px;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }

.footer-section a{
    display: flex;
    cursor: pointer;
}

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

.footer-section img{
    width: auto;
    height: 100%;
}

.card-section.preview .footer-section{
    justify-content: center;
    padding: 15px 0;
    border-top: 1px solid #0000001F;
}

svg{
    width: 100%;
}

.copyurl-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 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>* {
    padding: 0 !important;
    margin: 0 0 0 12px !important;
}

.shareon a {
    width: 30px;
    height: 30px;
}

.shareon a::before {
    width: 30px;
    height: 30px;
}

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

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

.shareon .whatsapp::before {
    background-image: url(../Assets/whatsapp_icon.svg) !important;
}

.shareon .linkedin::before {
    background-image: url(../Assets/linkedin_icon.svg) !important;
}

.shareon .facebook::before {
    background-image: url(../Assets/facebook_icon.svg) !important;
}

.shareon .twitter::before {
    background-image: url(../Assets/xcom_icon.svg) !important;
}


@media screen and (max-width:1920px) {
    .righttextdesk {
        padding-top: 20px;
    }
}

@media screen  and (max-width:1440px){
    .d-flex{
        width: 100%;
    }
    .righttextdesk{
        padding-top: 0;
    }
}

@media screen and (max-width:1200px) {
    .name {
        font-size: 34px;
    }
    .body .right{
        padding-left: 30px;
    }
    .body .righttextdesk .right{
        padding-left: 0;
    }
    .section-title{
        font-size: 26px;
        line-height: 34px;
    }
    .section-description{
        font-size: 20px;
    }
    .card-links a p{
        font-size: 14px;
    }
    .right .section ul{
        padding-right: 0;
    }
    .right .section ul{
        padding-left: 15px;
    }
}

@media screen and (max-width:990px){
    .profile-image-placeholder{
        height: 250px;
    }
    .card-br {
        padding: 0px 25px;
    }
    .section-title {
        font-size: 24px;
    }
    .card-contacts .contacts h3{
        font-size: 26px;
    }
    .service-header{
        font-size: 24px;
    }
    .company-name{
        font-size: 24px;
    }
    .card-links a{
        font-size: 18px;
    }
    .cardwebsite a {
        font-size: 22px;
    }
    .download-section .left{
        justify-content: flex-start;
    }
    .card-linkcompanydetails{
        margin-top: 30px;
    }
    .card-linkcompanydetails:nth-child(2){
        margin-top: 0;
    }
    .card-linkcompanydetails:last-child{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .CardExpYears{
        height: 90px;
    }
    .Cardpdf {
        height: 45px;
    }
    .body .right {
        width: 100%;
    }
    .right .section ul{
        padding-right: 0;
    }
    .card-contacts{
        justify-content: space-between;
    }
    .card-contacts .contacts a span {
        color: #010968;
    }
    .left .card-links ul{
        padding-top: 0;
        padding-bottom: 20px;
    }
    .card-companybottomblock a{
        font-size: 20px;
    }
    .card-companybottomblock{
        padding-bottom: 20px;
    }
    .cardwebsite{
        padding-bottom: 20px;
    }
    .about-header{
        font-size: 24px;
    }
    .member-header{
        font-size: 24px;
    }
}

@media screen and (max-width:768px) {
    .container{
        padding: 20px 0 110px 0;
    }
    .pb_1{
        padding: 30px;
        padding-top: 0;
    }
    .profile-image-placeholder{
        height: 341px;
    }
    .name {
        font-size: 30px;
    }
    .body .right .section{
        border-bottom: unset;
        padding-bottom: 0;
    }
    .positions li{
        font-size: 16px;
    }
    .positions li p{
        font-size: 15px;
    }
    .body .right .section:first-child{
        padding-top: 0;
    }
    .download-section .right a {
        height: 35px;
    }
    .card-contacts .contacts h3{
        font-size: 24px;
    }
    .card-contacts .contacts a span{
        font-size: 18px;
    }
    .card-contacts .contacts a, .email-section a{
        font-size: 18px;
    }
    .left ul li {
        font-size: 18px;
    }
    .Trophy-text{
        font-size: 18px;
    }
    .right .section ul li{
        font-size: 18px; 
    }
    .service-header{
        font-size: 22px;
    }
    .company-name{
        font-size: 22px;
    }
    .company-description{
        font-size: 18px;
    }
    .companyaddress{
        font-size: 16px;
    }
    .about-header{
        font-size: 22px;
    }
    .member-header{
        font-size: 22px;
    }
    ul{
        gap: 15px;
    }
    .left ul {
        padding: 20px 0 25px 25px;
    }
    .card-section{
        top: 0;
        gap: 20px;
    }
    .righttextdesk{
        display: none;
    }
    .righttextmobile{
        display: block;
        background-color: #ffffff;
        box-shadow: 0px 0px 15px #0000001F;
        border-radius: 20px;
        padding: 30px;
    }
    .download-section .left{
        justify-content: flex-start;
        flex-direction: row;
    }
    .download-section .right{
        justify-content: flex-end;
        padding-left: 0;
        padding: unset !important;
    }

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

    /* ✅ ROOT CAUSE 4 FIXED: added width: 100% */
    .download-section{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px;
    }

    .AddtoContactsdesk{
        display: none;
    }
    .social-media-links-right a:last-child{
        justify-content: flex-end;
    }
    .card-contacts .contacts{
        border-bottom: unset;
    }
    .CardExpYearsBlock{
        justify-content: center;
    }
    .right .section ul{
        padding-right: 0;
    }
    .righttextmobile{
        margin-bottom:150px;
    }
    .AdvisoryBoardMembersImage{
        width: 80%;
    }
    .bj-Kannancontent{
        border: none !important;
    }
    .right .section ul:last-child{
        margin-bottom: 0;
    }
    .bj-Kannancontent{
        padding-bottom: 0 !important;
    }
    .card-companybottomblock a{
        font-size: 18px;
    }
    .card-section.preview .headerlogo{
        width: 120px;
    }
    .card-section.preview .footer-section{
        justify-content: center;
        padding: 15px 0;
        border-top: 1px solid #0000001F;
    }
    form p{
        font-size: 22px;
    }
}

@media screen and (max-width:550px) {
    .cardbgcolorlevel{
        background: url("../Assets/PageBg_Mobile.svg");    
        background-repeat: no-repeat;
    }
    .pb_1{
        padding: 0 15px;
    }
    .header .headerlogo{
        width: 80%;
    }
    .name {
        font-size: 30px;
    }
    .title{
        font-size: 16px;
    }
    .img-section{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .bangalore-section{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .bangalore-section p{
        font-size: 18px;
    }
    .download-section{
        padding: 25px 30px;
    }
    .card-section{
        gap: 20px;
    }
    .profile-image{
        margin-top: 20px;
    }
    .section-title {
        font-size: 22px;
    }
    .card-linkcompany {
        height: 35px;
    }
    .AdvisoryBoardMembersImage{
        width: 90%;
    }
    .card-companycontacts {
        padding: 0 25px;
    }
    .talk-to-expert-section{
        padding: 0 25px;
    }
    .location-section{
        padding: 0 25px;
    }
    .card-serviceblock{
        padding: 25px;
    }
    .card-links{
        padding: 25px;
    }
    .about-header{
        font-size: 20px;
    }
    .member-header{
        font-size: 20px;
    }
    .body .left{
        width: 100%;
    }
    .body .right {
        padding: 25px;
    }
    .righttextmobile{
        padding: 25px;
    }
    .card-section.preview{
        padding: 25px;
    }
    .card-section.preview .card{
        width: 100%;
        max-width: 100%;
    }
    .card-section.preview .card-header img{
        width: 100%;
        height: auto;
    }
    .card-section.preview .headerlogo{
        width: 110px;
    }
    .card-section.preview .profile-imageleft .name {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .card-section.preview .profile-imageleft .title {
        font-size: 14px;
    }
    .download-section {
        padding: 20px;
    }
    .download-section .left a {
        width: 35px;
        height: 35px;
    }
    .company-description{
        font-size: 18px;
    }
    .companyaddress{
        font-size: 16px;
    }
    .company-branch-section p {
        font-size: 18px;
    }
    .company-branch-section .title {
        font-size: 16px;
    }
    .containers{
        padding: 20px;
    }
    form{
        width:100%;
    }
    input, textarea{
        font-size: 16px;
    }
    .formbtn button{
        font-size: 18px;
    }
    .cardcontactsshareleft a {
        width: auto;
    }
    .company-address p{
        padding-right: 60px;
    }
    .cardwebsite a {
        font-size: 20px;
    }
    .footer-section{
        padding: 20px 0 0 0;
    }
    .footer-section a{
        height: 37px;
    }
}

@media screen and (max-width:480px) {
    .ClosebtnBlock{
        top: 5px;
        right: 5px;
    }
    .photo-slide img{
        padding: 18px;
    }
    .profile-image-placeholder {
        height: 280px;
    }
    .card-contacts .contacts a, .email-section a,
    .card-contacts .contacts a span,.linksec {
        font-size: 20px;
    }
    .web{
                font-size: 21px;


    }
    .AdvisoryBoardMembersImage{
        width: 100%;
    }
    .right .section ul{
        margin-bottom: 20px;
        padding-bottom: 23px;
    }
    .service-header{
        font-size: 20px;
    }
    .company-name {
        font-size: 20px;
    }
    .err{
        height: 20px;
        font-size: 12px;
    }
    form p {
        font-size: 20px;
    }
    .company-address p {
        padding-right: 30px;
    }
}

@media screen and (max-width:440px) {
    .title{
        font-size: 18px;
    }
    .companyaddress {
        font-size: 14px;
    }
    .card-links a {
        font-size: 16px;
    }
    .cardwebsite a{
        font-size: 20px;
    }
    .card-socialmediablock {
        gap: 5px;
    }
    .card_addressblock{
        gap: 5px;
    }
    .company-address br{
        display: none;
    }
}

@media screen and (max-width:420px) {
    .pb_1 {
        padding: 20px;
        padding-top: 0;
    }
    .body .left{
        width: 100%;
    }
    .profile-image-placeholder {
        height: 250px;
    }
    .banner{
        height: 100px;
    }
    .download-section .left a{
        width:auto;
    }
    .right .section ul {
        padding-left: 10px;
    }
    .download-section .left{
        gap: 10px;
    }
    .card-linkcompany {
        height: 30px;
    }
    .bangalore-section p {
        font-size: 16px;
    }
    .righttextmobile {
        margin-bottom: 120px;
    }
    .body .right {
        padding: 20px;
    }
    .card-branchblock h6{
        font-size: 16px;
    }
    .card-branchblock p {
        font-size: 16px;
    }
    .card_addressblock{
        padding-bottom: 20px;
    }
    .card-section.preview .header{
        padding: 20px 0;
    }
    .card-section.preview .headerlogo {
        width: 100px;
    }
    .card-section.preview .profile-imageleft .name{
        font-size: 22px;
    }
    .download-section{
        padding: 11px;
    }
    .company-branch-section p {
        font-size: 16px;
    }
    .company-branch-section .title {
        font-size: 14px;
    }
    .cardwebsite a {
        font-size: 18px;
    }
}

@media screen and (max-width:390px) {
    .card-contacts .contacts a{
        width: 100%;
    }
    .card-contacts .contacts{
        flex-direction: column;
    }
    .card-companymailblock .contacts{
        justify-items: center;
    }
    .card-companycontacts .contacts{
        padding:25px 0;
    }
    .card-companymailblock .contacts a{
        width:100%;
    }
    .left ul {
        padding: 15px 0 20px 20px;
    }
    .download-section .right a {
        height: 30px;
    }
    .company-address p {
        padding-right: 20px;
    }
}

@media screen and (max-width:370px) {
    br{
        display: none;
    }
    .left ul{
        gap: 8px;
    }
    .left ul li {
        font-size: 16px;
    }
    .about-header{
        font-size: 18px;
    }
    .member-header{
        font-size: 18px;
    }
    .Trophy-text{
        font-size: 16px;
    }
    .banner{
        height: 85px;
    }
    .download-section {
        padding: 10px;
    }
    .section-title {
        font-size: 20px;
    }
    .section-description {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 22px;
        padding-left: 10px;
    }
    .card-br {
        padding: 0px 20px;
    }
    .right .section ul li {
        font-size: 16px;
        border: none;
    }
    .card-section.preview .profile-imageleft .name {
        font-size: 18px;
    }
    .card-section.preview .profile-imageleft .title {
        font-size: 12px;
        margin-bottom: 0;
    }
    .card-companycontacts {
        padding: 0 20px;
    }
    .talk-to-expert-section{
        padding: 0 20px;
    }
    .location-section{
        padding: 0 20px;
    }    
    .card-serviceblock{
        padding: 20px;
    }
    .card-links{
        padding: 20px;
    }
    .linksec{
        font-size: 18px;
    }
    .cardbottomcaontact{
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 20px;
    }
    form p {
        font-size: 18px;
    }
    .formbtn button {
        font-size: 16px;
    }
    input, textarea{
        font-size: 16px;
        padding: 15px 10px;
    }
}

@media screen and (max-width:350px) {
    .card-section.preview {
        padding: 15px;
    }
    .card-section.preview .profile-imageleft {
        padding-left: 20px;
    }
    .CardExpYears {
        height: 70px;
    }
    .card-branchblock h6 {
        font-size: 14px;
    }
    .card-branchblock p{
        line-height: 22px;
    }
    .card-section.preview .headerlogo {
        width: 90px;
    }
    .card-section.preview .card-body{ 
        padding: 0px 20px 0 20px;
    }
    .card-section.preview .footer-section{
        justify-content: center;
        padding: 15px 0;
        border-top: 1px solid #0000001F;
    }
    .download-section .left {
        gap: 5px;
    }
    .cardcontactsshareright {
        gap:5px;
    }
    .download-section .left a{
        height: 28px;
    }
    .download-section .right a {
        height: 28px;
    }
    form p {
        font-size: 16px;
    }
    button{
        padding: 15px 30px;s
    }
    .cardwebsite a {
        font-size: 16px;
    }
    .download-sections .left {
        gap: 8px;
    }
    .download-sections .left a {
        height: 30px;
    }
    .card-contacts .contacts a{
        gap: 8px;
    }
}

/* Hide footer inside QR preview card */
#footer-link { display: none; }


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

.visitor-number {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: bold;
    color: #131415;
    border-bottom: 3px solid #C99201; 
    line-height: 1.3;
}
.visitor-text {
    display: flex;
        font-size: 13px;
    color: #131415;
    flex-direction: column; 
    border-left:none;  
        line-height: 1.3;

    padding-left: 2px;
    
}
