* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    margin-block-start : 0;
    margin-block-end: 0;
}

.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: #00182C;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow-x: hidden;
}
.d-flex{
    max-width: 1366px;
        width: 100%;

}
.flex_center{
    display: flex;
    justify-content: center;
}
.container{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 60px 0;
     overflow-x: hidden;

}

.cardbgcolorblock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7DC05A 0% 0% no-repeat padding-box;
    mix-blend-mode: color;
    opacity: 0.06;
    pointer-events: none;
}
.cardbgcolorlevel{
    width: 100%;
    height: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("https://goodconnext.com/card/SDSWellness/Assets/PageBg.png") no-repeat center top;
    background-size: cover;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
}
.container .header{
    /* height: 130px; */
    width: 100%;
    /* padding: 20px 0 130px 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #3245A4; */
    /* margin-top: 40px; */
}

.header .headerlogo{
    width: 500px;
    display: flex;
    /* width: 100%; */
    /* margin-top: 40px;
    margin-right: 140px;
    margin-bottom:100px; */
    position: relative;
    /* bottom: -10px; */
}

.headerlogo a{
    text-decoration: none;
    display: flex;
}

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

.body{
    width: 100%;
    height: auto;
    display: flex;
}
.body .left{
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: -17px;
    justify-content: center;
    /* align-items: center; */
    position: relative;
    /* flex-direction: column; */
}


/* .body .right{
    width: 45%;
    margin-top: 100px;
} */

.card-section{ 
    display: flex;
    width: 100%;
    max-width: 500px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    z-index: 1;
    /* Pull card up into the background image area.
       cardbgcolorlevel is 800px tall; we want the card top ~300px from page top. */
    margin-top: clamp(180px, 38vw, 300px);
}

.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;        /* ← card corner roundness */
    padding: 0 30px;            /* ← left/right inner spacing */
    overflow: visible;
}

/* --- 2. CARD HEADER --- */
.card-header {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: visible;
    padding-top: 0;
}
.profile-image {
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    /* border-bottom: 1px solid #0000001F;/ */
}

/* .profile-imageleft .name, .profile-imageleft .title{
    text-align: left;
} */

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

.profile-name-placeholder {
    font-size: 50px;
    color: #8f94fb;
    /* width: 370px; */
    height: 341px;
    border-radius: 50%;
    /* background: #f0f0f0; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

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

.loading-container { 
    position: relative;
    /* background-color: #ffffff;  */
    width: 100%; 
    height: 100%;
}


.name {
    font-size: 34px;
    color: #04221C;
    /* text-align: center; */
    margin-bottom: 6px;
    text-align: center;
    font-family: "Roboto";
    font-weight: bold;
    margin-top: 10px;
}
/* .name span{
    color: #1B34A0;
    font-weight: 400;
} */

.title {
    font-size: 22px;
    /* line-height: 24px; */
    color: #13BF69;
     margin-bottom: 33px;
     text-align: center;
    /* opacity: 0.7; */
    /* text-align: center; */
    /* padding: 0px 50px; */
}

/* .title:last-child{
    margin-bottom: 25px;
} */
.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{
    list-style-position: inside;
} */
ul li::marker{
    color:#13BF69;
    margin-right: 12px;
}
ul{
    display: flex;
    flex-direction: column;
    padding: 30px 0px 25px 46px;
    list-style-position: outside;
    gap: 20px;
}
ul  li{
    color: #0F283A;
    /* margin-bottom: 12px; */
    /* padding-left: 12px; */
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto';
}
.consulation-p-size{
    font-size: 20px;
    line-height:28px;
}
ul.education{
    gap: 10px;
}
.right ul li{
    margin-left: 20px;
    color: #0F283A;
    margin-bottom: 5px;
}
.card-body {
    width: 100%;
    margin-top: clamp(160px, 45vw, 330px) !important;
}
.CardExpYearsBlock{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 25px 0; */
    border-bottom: 1px solid #0000001F;
}

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

.CardExpYears img{
    width: 100%;
    /* height: 100%; */
}

.Cardpdf{
    height: 50px;
    /* margin-right: 30px; */
}

.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;
}
/*#phoneLink{
    padding: 22px 0;
}*/
#country{
    font-weight: normal;
}
/* .card-contacts .contacts{
    display: block;
} */

.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%;
    min-width: 0;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    color: #1D042F;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: bold;
    overflow: hidden;
}
/* .card-contacts .contacts a:last-child{
    justify-content: flex-end;
} */


.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: #010968;
    font-size: 20px;
    font-family: "Roboto";
    /* font-weight: bold; */
}
.email-section{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #0000001F;
    border-bottom: 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{
    /* padding: 25px 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid #0000001F; */
    /* position: absolute; */
    /* top: 20px; */
    /* right: 0; */
    width: 100%;
}

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

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

.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;
    /* gap: 15px; */
    padding: 20px 30px 30px 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
}
.member-header{
    font-size: 26px;
    color: #4C8DFC;
    margin-bottom: 30px;
}
.company-name{
    font-size: 28px;
    color: #FB5743;
    /* margin-bottom: 12px; */
    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;
    /* line-height: 22px; */
    color: #0E293A;
}

.companyaddress{
    font-size: 18px;
    /* line-height: 24px; */
    color: #0E293A;
}
/* .company-address{
    padding: 20px 0;
    border-top: 1px solid #0000001F;
    display: flex;
} */

/* .company-address p{
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 22px;
    color: #010968;
    padding-right: 135px;
} */

.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;
    /* font-weight: bold; */
    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;
    /* flex-direction: column; */
    /* gap: 8px; */
    /* padding: 0 30px; */
    padding: 17px 0;
    border-top: 1px solid #0000001F;
    border-bottom: 1px solid #0000001F;
    position: relative;
}

.cardcontactsshareleft{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 12px;
}
.cardcontactsshareleft a{
    display: flex;
    height: 44px;
}

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

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

.cardcontactssharerightimg{
    /* height: 44px; */
    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 15px #0000001F;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* .card-companylogo{
    height: 100%;    
} */

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

.card-serviceblock{
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
    width: 100%;
    padding: 30px 30px 20px 40px;
}
.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;
}

.AdvisoryBoardMembersImageblock{
    width:  100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.AdvisoryBoardMembersImage{
    width: 100%;
}

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



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

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

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

#lastnamePreview{
    font-weight: bold;
}

.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: 0;
    left: 0;
    margin-top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 100;
    padding: 20px;
    overflow-y: auto;
}

.containers.open {
    display: flex;
}

form{
    width: 100%;
    max-width: 450px;
    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 and Textarea base styles */
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;
}

textarea {
    resize: vertical;
}

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

/* Button styling */
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;
    /* margin: 10px 0; */
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
}

#formclosebtn {
    /* background-color: rgba(191, 40, 45, 0.2); */
    /* color: #061033; */
    opacity: 0.9;
}
/*.brand-block{
    margin-bottom: 30px;
}*/
.footer-section{
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
    border-top: 1px solid #0000001F;
}

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

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

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

svg{
    width: 100%;
    padding: 15px;
}

.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);
    border-bottom: 0.5px solid rgba(112, 112, 112, 0.3);
}

.copyLink{
    display: flex;
    align-items: center;
}

.copyLink img {
    width: auto;
    height: auto;
}

#imgdownloadBtn {
    display: flex;
    align-items: center;
}

#imgdownloadBtn img {
    width: auto;
    height: auto;
}


.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;
    display: inline-flex;
    position: relative;      /* ::before must anchor to this */
    flex-shrink: 0;
}
.shareon a::before {
    content: "";             /* without this the pseudo-element doesn't exist */
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px !important;
}
.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(https://goodconnext.com/card/SDSWellness/Assets/whatsapp_icon.svg) !important;
}
.shareon .linkedin::before {
    background-image: url(https://goodconnext.com/card/SDSWellness/Assets/linkedin_icon.svg) !important;
}
.shareon .facebook::before {
    background-image: url(https://goodconnext.com/card/SDSWellness/Assets/facebook_icon.svg) !important;
}
.shareon .twitter::before {
    background-image: url(https://goodconnext.com/card/SDSWellness/Assets/xcom_icon.svg) !important;
}




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

@media screen and (max-width:1660px) {
    /* Empty or add rules as needed */
}

@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-Block{
        margin-top: -45px;
    }
    
    .profile-name{
        margin-top: 110px;
    }
    
    .profile-image-placeholder{
        height: 341px;
    }

    .name {
        font-size: 30px;
        margin-top: 40px;
    }

    /* *** .body .left COMPLETE RULE FOR TABLET *** */
    .body .left {
        width: 100%;
        height: 100%;
        display: flex;
        margin-top: 15px;
        justify-content: center;
        position: relative;
    }

    .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{
        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;
        background-color: #fff;
        box-shadow: 0px 0px 15px #0000001F;
        padding: 20px 0;
        border-top: unset;
        z-index: 1;
    }

    .download-section{
        position: fixed;
        padding: 20px;
        gap: 5px;
        justify-content: space-evenly;
    }

    .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: space-between;
        padding: 15px 0;
        border-top: 1px solid #0000001F;
    }

    form p{
        font-size: 22px;
    }
}


@media screen and (max-width:550px) {
    
    .cardbgcolorlevel{
        background: url("https://goodconnext.com/card/SDSWellness/Assets/PageBg_Mobile.png") no-repeat center top;
        background-size: 100% auto;
        width: 100%;
        height: 600px;
    }
    
    .pb_1{
        padding: 0 15px;
    }

    .header hyeaderlogo{
        width: 80%;
    }

    .name {
        font-size: 28px;
    }

    .title{
        font-size: 21px;
    }

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

    
    .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%;
        height: 100%;
        display: flex;
        margin-top: 55px;
        justify-content: center;
        position: relative;
    }

    .body .right {
        padding: 25px;
    }

    .righttextmobile{
        padding: 25px;
    }

    .card-section.preview{
        padding: 25px ;
    }

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

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

    .card-section.preview .headerlogo{
        width: 110px;
    }

    .card-section.preview .profile-nameleft .name {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .card-section.preview .profile-nameleft .title {
        font-size: 14px;
    }

    .download-sections {
        gap: 5px;
        margin-top: -44px;
    }

    .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;
        height: 48px;
    }
    
    .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;
    }
    
    .profile-image-placeholder {
        height: 280px;
    }
    
    .card-body {
        width: 100%;
        margin-top: clamp(160px, 45vw, 330px) !important;
    }

    .card-contacts .contacts a, .email-section a,
    .card-contacts .contacts a span {
        font-size: 16px;
    }

    .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: 20px;
    }
    
    .card-body{
        margin-top: 272px;
    }
    
    .companyaddress {
        font-size: 14px;
    }
    
    .card-links a {
        font-size: 16px;
    }
    
    .cardwebsite a{
        font-size: 20px;
    }
    
    .card-socialmediablock {
        gap: 5px;
    }
    
    .card_addressblock{
        gap: 5px;
    }
    .download-sections{
    margin-top: -50px;
}
    
    .company-address br{
        display: none;
    }
}


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

    .pb_1 {
        padding: 20px;
        padding-top: 0;
    }

    /* *** .body .left COMPLETE RULE FOR MOBILE 420px *** */
    .body .left{
        width: 100%;
        height: 100%;
        display: flex;
        margin-top: 35px;
        justify-content: center;
        position: relative;
    }
.download-sections{
margin-top: -35px;
}
    .card-body{
        margin-top: clamp(160px, 45vw, 330px) !important;
    }

    .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-nameleft .name{
        font-size: 22px;
    }

    .download-section{
        padding: 10px ;
        gap: 5px;
    }
    
    .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-body{
        margin-top: 272px;
    }
    
    .profile-name{
        margin-top: 110px;
    }
    
    .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: 0px;
    }
    
    .company-address p {
        padding-right: 20px;
    }
.download-sections{
margin-top: -35px;
}
    .body .left {
        width: 100%;
        height: 100%;
        display: flex;
        margin-top: 45px;
        justify-content: center;
        position: relative;
    }
}


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

    br{
        display: none;
    } 
    
    .profile-Block{
        margin-top: -57px;
    }
    
    .profile-name{
        margin-top: 210px;
    }
    
    .left ul{
        gap: 8px;
    }
    
    .card-body{
        margin-top: 272px;
    }
    
    .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: 25px 20px;
    }
    
    .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-nameleft .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;
    }

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

/* ================================================
   ULTRA SMALL - 350px and below
   ================================================ */
@media screen and (max-width:350px) {

    .card-section.preview {
        padding: 15px;
    }
    
    .profile-Block{
        margin-top: -57px;
    }

    .card-body{
        margin-top: 272px;
    }
    
    .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 {
        padding: 30px 0;
    }

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

    .cardwebsite a {
        font-size: 16px;
    }

    .download-sections .left {
        gap: 8px;
    }

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

    .card-contacts .contacts a{
        gap: 8px;
    }
}

/* ===== CAROUSEL WRAPPER ===== */
.carousel-wrapper {
    width: 100%;
    max-width: 440px;       
    margin: 0 auto;
    overflow: hidden;       
    position: relative;
    border-radius: 12px;   
}

/* ===== TRACK ===== */
.carousel-track {
    display: flex;
    gap: 0px;               
    transition: transform 0.9s ease-in-out;
    will-change: transform;
}

/* ===== EACH SLIDE ===== */
.carousel-slide {
    min-width: 100%;        
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== SLIDE IMAGE ===== */
.carousel-slide img {
    width: 100%;
    object-fit: cover;
    display: block;
}
#country,#email,#phone {
    display: inline !important;
    visibility: visible !important;
    color: #1D042F;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
}

.map-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0;
    width: 100%;
}

.map-block a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-block img {
    width: 32px;               /* adjust: map icon size */
    height: 32px;
    margin: 0;
}

/* ===== 8. WEBSITE LINKS - centered ===== */
.web {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 24px ;           
    border-top: 0.5px solid rgba(112, 112, 112, 0.3);
    text-align: center;
}

.webcolor,
.webcolor-two {
    font-size: 22px;
    color: #04221C;
    text-decoration: none;
    text-align: center;
}

.webcolor b,
.webcolor-two b {
    font-family: "Roboto";
    font-weight: bold;
}

/* ===== 9. SOCIAL ICONS -  */
.socialmedia-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;  
    padding: 24px 0;         
    border-top: 0.5px solid rgba(112, 112, 112, 0.5);
}

.socialmedia {
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialmedia a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;               /* adjust: icon size */
    height: 30px;              /* adjust: same as width */
}

.socialmedia a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ===== 10. FOOTER SECTION - padding top & bottom ===== */
.footer-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px ; 
          /* adjust: top/bottom footer padding */
    border-top: 0.5px solid rgba(112, 112, 112, 0.3);
    margin-top: 0;
}

.footer-section a {
    display: flex;
    
    justify-content: center;
    height: 50px;              /* adjust: logo height */
}

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

/* ===== 11. ADDRESS BLOCK - proper layout ===== */
.address-block {
    padding:  0;
}

.address {
    text-align: center;
    font-size: 18px;
    color: #04221C;
    margin: 10px 0;
    padding: 0  10px;
}

/* ===== 12. CONTACT BLOCK - centered ===== */
.contact-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-block h4 {
    font-size: 20px;
    color: #010D19;
    font-family: "Roboto";
}

.email-color {
    color: #010D19;
    font-size: 20px;
    text-decoration: none;
}

/* ===== 13. MEMBER HEADER ===== */
.member-header {
    text-align: center;
    color: #13BF69;
    font-size: 26px;
    padding:0px;
    margin: 0;
}
.profile-name{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 22px;
    padding: 0;
}

.bannerlogo {
    position: absolute;
    top: -90px;                          
    left: 0px;                    
    width: calc(100% + 1px);        
    max-width: calc(500px + 10px);
    z-index: 10;
    pointer-events: none;
    border-radius: 20px 20px 0 0;    
    overflow: hidden;
}

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

/* --- 4. PROFILE BLOCK --- */
.profile-Block {
    display: flex;
    position: absolute;
    z-index: 11;
    justify-content: center;
    align-items: center;
    top: clamp(120px, 37vw, 200px);
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

/* --- 5. PROFILE IMAGE CIRCLE --- */
.profile-img {
    width: clamp(120px, 28vw, 140px);
    height: clamp(120px, 28vw, 140px);
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ffffff;         
}

.profile-img a {
    display: flex;
    width: 100%;
    height: 100%;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
/* OVERLAY */
.card-section.preview {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: unset !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.7) !important;
    top: -9999px;
    left: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 99999;
    flex-direction: column;
    transition: top 0.5s ease;
}

/* OPEN STATE */


/* CARD */
.card-section.preview .card {
    width: 90%;
    max-width: 380px;
    margin: auto;
    border-radius: 20px;
    border: none;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
    top: unset !important;
    left: unset !important;
    transform: none !important;
    flex-shrink: 0;
    overflow: hidden;
}

/* CLOSE BUTTON - fixed to overlay corner */
.card-section.preview .ClosebtnBlock {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card-section.preview .Closebtn {
    width: 30px;
    height: 30px;
    margin-right: -10px;
    margin-top: -10px;
}

.card-section.preview .Closebtn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* HEADER */
.card-section.preview .card-header {
    position: relative;
    width: 100%;
    max-height: 100px;
    overflow: visible;
}

.card-section.preview .card-header img#banner-image-preview {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
}

/* PROFILE IMAGE - overlaps banner bottom, no white ring */
.card-section.preview .headerlogo {
    width: 105px;
    height: 105px;
    position: absolute;
    bottom: -57px;
    right: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    background: none;
}

.card-section.preview .headerlogo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0;
}

/* BODY */
.card-section.preview .card-body {
    margin-top: 0 !important;
    padding: 1px 20px;
    background: #fff;
}

/* NAME & ROLE */
.card-section.preview .card-body .header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 12px;
    margin-top: 30px;
}

.card-section.preview .name {
font-size: clamp(19px, 5vw, 22px);
    font-weight: bold;
    color: #151515;
    margin: 0 !important;
    text-align: left;
    line-height: 1.3;

    white-space: nowrap;
    overflow: visible;

    max-width: 90%;
}
.card-section.preview .title {
font-size: clamp(13px, 4vw, 16px);

    color: #666;
    margin: 0 !important;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 0 !important;
}

/* QR */
.card-section.preview .qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

/* SHARE SECTION */
.card-section.preview #footer-section-preview {
    display: flex ;
    padding: 8px 0 !important;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.card-section.preview .share-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.card-section.preview .shareon {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px;
    align-items: center;
}

.number{
    border-top: 1px solid #0000001F;
    padding: 20px 0 !important;
    color: #151515;

    display: flex;
    align-items: center;
    gap: 12px;
}
.visitor-count-block {
    display: flex;
    flex-direction: row;    /* ← number and text side by side */
    align-items: center;
    gap: 8px;
}

.visitor-number {
    font-family: 'Roboto';
    font-size: 21px;
    font-weight: bold;
    color: #131415;
    border-bottom: 3px solid #13BF69;  
    line-height: 1.3;
}
.visitor-text {
    display: flex;
        font-size: 13px;
    color: #131415;
    flex-direction: column;  
    border-left:none;
    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 #13BF69;  
    padding-top: 4px;
}