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

        ::-webkit-scrollbar{
            display: none;
        }
   body {
    font-family: 'Roboto';
    background: transparent;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;       /* ← remove horizontal scroll/gap */
}
        img{
            width: 100%;
        }

        .mySlider img { 
            width: 440px;
            height: 460px;
            padding: 2px;
        }

        /* .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 {
    display: none;
}

/* Fix content div */
.content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;       /* ← clip anything going outside */
}


.cardbgcolorlevel {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FAD700;
    background-image: url("/Assets/PageBg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

        /* .card-bg-img{
            position: fixed;
            right: 0;
            bottom: 0;
            z-index: -1;
        } */


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

       .card-parent {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}


        .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: 25px;
            top: 25px;
            z-index: 1;
            cursor: pointer;
        }


       
        .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(112, 112, 112, 0.3);

        }
        .bg-container{ 
            width: 100%;
            min-height: 120px;
            position: relative;
        }
        .bg-container img{
            position: absolute;
            /* width: 100%; */
            bottom: 0;
            left: 0;
        }
.card {
    overflow: visible;         /* ← change back to hidden to clip content inside */
    width: 500px;
    max-width: 100%;          /* ← shrinks on small screens */
    position: relative;
    box-shadow: 0px 0px 15px #0000001F;
    border: none;
    margin-top: 120px;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
}
       .card-header {
  position: relative;
  overflow: visible;
  height: 200px;        /* ← set a fixed height for the header area */
}

        .card-banner {
            width: 100%;
            display: flex;
        }

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

        }

/* Main card - bottom left */
.profile-imagemaincontainer {
    position: absolute;
    bottom: 0;
    right: 20px;          /* ← was right: 20px */
    transform: translateY(100%);
}
        .profile-image-container { 
            /* width: 170px; */
            /* height: 170px; */
            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;
            object-fit: cover;
            border: 4px solid white;

            /* display: flex; */
            /* justify-content: center; */
            /* align-items: center; */
        }
        .profile-image img { 
            width: 100%;
        }

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

        .logo-container{
            width: 100%;
            height: auto;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 50px;
        }
        .logo-container-image{
            width: 180px;
            position: absolute;
            background-color: #ffffff;
            padding: 0 10px;
        }
        .logo-border{
            width: 100%;
            border: 1px solid rgba(0,0,0,0.1);
        }
        .card-content{
            width: 100%;
        }
        .card-body {
            padding: 136px 30px 0 30px;
        }
        .name-container{
            display: flex;
            flex-direction: column;
            font-size: 32px;
            font-weight: 700;
            margin-top: -50px;  
            color: #2B0101;
            align-items: flex-start;
            padding: 0 0 10px 0;
        }
        .title{
             display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 0 0 20px 0;

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

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

        .name {
            font-family: 'Roboto';
            font-size: 34px;
            font-weight: bold;
            color: #2B0101;
            text-align: center;
            margin-bottom: 5px;
        }
        .education{
            font-family: 'Roboto';
            font-size: 20px;
            font-weight: bold;
            color: #180B3C;
            text-align: center;
            margin-bottom: 10px;
        }
        .title {
            font-family: 'Roboto';
            font-weight: 500;
            color: #E87F06;
            opacity: 0.8;
            font-size: 20px;
            text-align: center;
        }
        .description {
            font-family: 'Roboto';
            color: #052C50;
            line-height: 24px;
            margin-bottom: 25px;
            font-size: 20px;
        }
        .contact-section {
            display: flex;
            justify-content: space-between;
            /* align-items: center; */
            padding: 25px 0 30px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);

            gap: 5px;
        }
        .contact-section .left{
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            gap: 10px;

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

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


        .phone-container {
            display: flex;
            align-items: center;
        }
        .phone-numbers{
            display: flex;
            justify-content: space-between;
            width: 100%;
        }
.social-media-section img {
    width: 32px;
    height: 32px;
}
.social-media-section { 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 17px 20px 20px 10px;
    max-width: 440px;          /* ← max width 440px */
    width: 100%;               /* ← full width on small screens */
    border-top: 0.5px solid rgba(112, 112, 112, 0.3);
    border-bottom: 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;
        }

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

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

        .services-section li::marker{
            color: #909EFD;
        } */
        
        .service-section{
            width: 440px;
            display: flex;
            height: 460px;
            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: 10px 0;
        }

        .service-contents{
            /* border-top: 0.5px solid rgba(112, 112, 112, 0.3); */
            padding: 10px;
            display: flex;
            gap: 6px;
            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;
        } */

.company-location {
    color: #220A00;
    font-family: 'Roboto';
    font-size:22px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 9px;



}.company-address {
    color: #220A00;
    font-family: 'Roboto';
    line-height: 23px;
    flex: 1;
    padding-right: 0;
    font-size: 18px;
}
      .company-section {
    display: flex;
    flex-direction: column;
    padding: 25px 10px 0px 10px;
}
        .company-section .left{
            display: flex;
            flex-direction: column;
            width: 100%;
        }
        .company-section .right{
            display: flex;
            justify-content: center;
        }
        .company-section .right a{
            width: 36px;
            height: 36px;
        }
        .company,.services{
            color: #180B3C;
            opacity: 0.4;
            font-family: 'Montserrat';
            font-size: 14px;
            margin-bottom: 12px;
        }
        
        .company-description{
            color: #06174A;
            font-family: 'Roboto';
            font-size: 18px;
            font-weight: normal;
            padding-right: 10px;
            /* padding-bottom: 20px; */
        }
        .company-contact{
            flex-direction: column;
            /* align-items: center; */
            /* justify-content: space-between; */
            /* text-align: center; */
            margin-bottom: 0px
        }
        .company-social-media-section{
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        .company-website{
            display: none;
            text-decoration: none;
            color: #06174A;
            font-family: 'Roboto';
            font-size: 18px;
            cursor: pointer;
        }
      .company-contact a {
    text-decoration: none;
    color: #220A00;
    font-family: 'Roboto';
    font-size: 20px;
}

        .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: #220B00;
            text-align: center;
            text-decoration: none;
            font-family: 'Roboto';
            font-size: 24px;
            word-break: break-all;
        }

        .branches-section{
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 25px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.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: #220B00;
            padding: 0 30px;
            line-height: 24px;
        }


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

        .website-section{
            padding: 25px 15px;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
            display: flex;
            align-items: center;
            color: #220B00;
            /* justify-content: center; */
            position: relative;
        }
        
        
        @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: space-between;  /* ← left and right */
    align-items: center;
    padding: 30px 15px;
    border-top: 0.5px solid rgba(112, 112, 112, 0.3);
}
      .footer-section a {
    height: 30px;
    display: flex;
    align-items: center;
}

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


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


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

        @media screen and (max-width: 1366px) {
            /* .cardbgcolorblock::before{
            }     */
        }


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


            /* .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: 30px 0 10px 0;
            }
            .card-section   .contact-section{
                padding: 20px 0;
                        border-bottom: 0.5px solid rgba(112, 112, 112, 0.3);

            }
            .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;
            }
            .card-section .website-section {
                padding: 20px 0;
            }
            .branches-section {
                padding: 20px 0;
            }
            .image-container {
                top: -40%;
            }
            .footer-section {
    padding: 30px 15px;
            }


            /* .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) {
    #banner {
        position: absolute;
        top: -80px;
        left: 0;
        width: 100%;
        z-index: 0;
        transform: none;
    }

    .card-header {
        height: 220px;
        overflow: visible;
    }

    .card-parent {
        width: 100%;
    }

    .card-section:not(.preview) .card {
        width: 100%;
        max-width: 100%;
        margin-bottom: 100px;
    }

    .card-section {
        padding: 20px 15px;
        box-sizing: border-box;
        overflow: hidden;
    }

   .card-section.preview .card {
    width: 400px;
    border-radius: 20px;
    border: none;
    margin-top: 0;
    overflow: hidden;        /* ← clips profile pic inside card */
}
    .card-content {
        width: 100%;
    }

    .profile-imagemaincontainer {
                 left:165px;

        bottom: -60px;
                transform: translateY(40%);  /* ← reduce from 70% */

    }

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

    .company-website {
        display: block;
    }

    .card_companywebsite a {
        font-size: 22px;
    }

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

  .cardbgcolorlevel {
        background-image: url("Assets/PageBg_Mobile.png") !important;
        background-size: cover !important;
        background-position: center center !important;
    }

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

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

    .card a, .card p, .card span {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .download-section {
        padding: 20px 15px;
    }

    .social-media-links-left {
        gap: 10px;
    }
     .card-section:not(.preview) .social-media-sectionsmobile{
                padding: 20px 0;
            }
 .card-section:not(.preview) .social-media-section {
                padding: 20px 0;
            }
    .card-section.preview .card .footer-section {
        padding-bottom: 4px;
    }
}

@media screen and (max-width: 480px) {
    .card-section .profile-image {
        width: 120px;
        height: 120px;
    }

    .card-header {
        height: 200px;
    }

    .profile-imagemaincontainer {
                 left:155px;
        bottom: -55px;   
            transform: translateY(35%);
 }

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

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

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

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

    .card-section:not(.preview) .company-description {
        font-size: 16px;
    }

    .card_companywebsite a {
        font-size: 20px;
    }

    .image-container {
        width: 100px;
        top: -25%;
    }
}

@media screen and (max-width: 420px) {
    .card-section .profile-image {
        width: 115px;
        height: 115px;
    }

    .card-header {
        height: 190px;
    }

    .profile-imagemaincontainer {
                 left:145px;
        bottom: -35px;
                transform: translateY(30%);

    }

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

    .company-description {
        padding-right: 40px;
    }

    .image-container {
        width: 90px;
        top: -20%;
    }

    .download-leftSection {
        gap: 5px;
    }

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

@media screen and (max-width: 390px) {
    .card-section .profile-image {
        width: 110px;
        height: 110px;
    }

    .card-header {
        height: 180px;
    }

    .profile-imagemaincontainer {
                 left:135px;
        bottom: -25px;
                transform: translateY(25%);

    }

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

    .download-section {
        padding: 14px 9px;
    }

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

    #banner {
        top: -70px;
    }
}

@media screen and (max-width: 357px) {
    .card-section .profile-image {
        width: 100px;
        height: 100px;
    }

    .card-header {
        height: 170px;
    }

    .profile-imagemaincontainer {
                 left:125px;
        bottom: -1px;}

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

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

    #banner {
        top: -60px;
    }

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

 /* 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: #06174a;
    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;
    }
     .card-section:not(.preview) .social-media-sectionsmobile {
        padding: 20px 0;
    }
}
    .card-section:not(.preview) .social-media-section {
        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 */
.card-section.preview .card-banner img {
    width: 100%;
    height: 120px;
    object-fit: contain;      /* ← change from cover to contain */
    object-position: center center;
    display: block;
    margin-top: 0;
    background-color: #000;   /* ← black bg to fill empty sides */
}


.card-section.preview .card-banner {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;           /* ← removes inline gap */
}

/* 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;
        margin-top: 0;   /* ← add this */

    /* padding-top: 200px; */
    }
    .card-section.preview .profile-image {
    width: 100px;
    height: 100px;
    }
    .card-section.preview .card-body {
    padding: 70px 20px 0 20px;  /* ← enough space so QR starts below image */
    }
    
    .card-section.preview .name{
    width: 100%;
    font-size: 24px;
    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;
    }

    .ClosebtnBlock{
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
        cursor: pointer;
    }
.card-section.preview .card-header {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 0;
    align-items: center;
    overflow: visible;       /* ← allow profile pic to overlap into body */
    height: 130px;           /* ← give fixed height to banner area */
}

    .card-section.preview .profile-imagemaincontainer {
      position: absolute;
    bottom: 0;
    right: 20px;
    transform: translateY(50%);  /* ← reduce so it stays in header area */
}
    .card-section.preview  .card-body {
    padding: -1px 20px 0 20px;       
    }
    .card-section.preview .qrcode{ 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 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;
            justify-content: center;

    }

    .card-section.preview .footer-section {
        justify-content: right;
        padding: 30px 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>* {
        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:550px){
    .card-section.preview .profile-imagemaincontainer{
        bottom: -20%;
    }
    
    .card-section.preview .card{
        width: 100%;
    }
       .card-section:not(.preview) .social-media-sectionsmobile {
        padding: 20px 0;
    }
        .card-section:not(.preview) .social-media-section {
        padding: 20px 0;
    }
}


@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: -10%;
    }
    .shareon>* {
        margin: 0 0 0 5px !important;
    }
}

@media screen and (max-width:390px){
    .card-section.preview .card-body {
    padding: 70px 20px 0 20px;  /* ← enough space so QR starts below image */
    }
    .ClosebtnBlock{
    right: 5px;
    top: 5px;
    }
}

@media screen and (max-width:350px){
    .card-section.preview .profile-imagemaincontainer{
        bottom: 10%;
    }
}

#banner {
  position: absolute;
  bottom: -90px;    /* move banner up by 10px */
    left: -11px;      /* move slightly left */
    width: calc(100% + 23px);
  z-index: 0;
  transform: none;      /* remove the translateY hack completely */
}
.Wheel-services{
    text-align: center;
font: normal normal bold 22px/32px Roboto;
color: #3E384A;
opacity: 1;
}
.services-section{ 
    padding: 0px 0 5px 0;
            display: flex;
            flex-direction: column;
        }
        .services-section ul{
            list-style-type: disc;
            margin-left: 30px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 30px;
        }
        .services-section li{
            font-family: 'Roboto';
            font-size: 20px;
            line-height: 26px;
            color: #3E384A;
        }

        .services-section li::marker{
            color: #F49B34;
        }
 
        
        
        
    .google-map-link {
    flex-shrink: 0;
    width: 28px;
    height: 36px;
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
}
.google-map-link img {
    width: 28px;
    height: auto;
}
.Review {
    width: 90%;
}
.Review img {
    width: 100%;
}.company-contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 15px 0px 0px 0px;


}.company-contact:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}.company-name {
    color:#220A00;
    font-family: 'Roboto';
    font-size: 26px;
    font-weight: bold;
}.location-block {
    padding: 15px 0;
    border-bottom: 0.5px solid rgba(112, 112, 112, 0.3);

}
.location-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
}.company-address-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}
.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: 24px;
    font-weight: bold;
    color: #131415;
    border-bottom: 3px solid #FAD700;  
    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 #FAD700;  /* yellow underline like your screenshot */
    padding-top: 4px;
}
.download-leftSection a {
    height: 48px;    /* ← increase from 44px to make SVGs taller */
}

.download-leftSection a img {
    height: 100%;
    width: auto;     /* ← auto width to maintain aspect ratio */
}

.social-media-sectionsmobile img {
    width: 32px;
    height: 32px;
}
.social-media-sectionsmobile { 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 17px 20px 20px 10px;
    max-width: 440px;          /* ← max width 440px */
    width: 100%;               /* ← full width on small screens */
    border-top: 0.5px solid rgba(112, 112, 112, 0.3);
}    
.Experience{
        border-top: 0.5px solid rgba(112, 112, 112, 0.3);

}


 @keyframes scrollBrands {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}




.brands {
  display: flex;
  overflow: hidden; /* IMPORTANT */
  position: relative;

  justify-content: space-between;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  flex-wrap: nowrap;
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #0000001F;
}

.brands-track {
  display: flex;
  gap: 10px;
  animation: scrollBrands 11s linear infinite;
}

.brands img {
  flex: 0 0 140px;   
  width: 150px;
  height: 100px;      
  object-fit: contain; 
  margin-bottom: 35px;
    margin-top: 25px;

}