* {
            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;
}
        img{
            width: 100%;
        }

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

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

.cardbgcolorblock {
    display: none;
}

.content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.cardbgcolorlevel {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("https://goodconnext.com//card/MACJ/Assets/PageBg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

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

        .bg-container{ 
            width: 100%;
            min-height: 120px;
            position: relative;
        }
        .bg-container img{
            position: absolute;
            bottom: 0;
            left: 0;
        }

.card {
    overflow: visible;
    width: 500px;
    max-width: 100%;
    position: relative;
    box-shadow: 0px 0px 15px #0000001F;
    border: none;
    margin-top: 180px;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
}

.card-header {
    position: relative;
    overflow: visible;
    margin-top: -80px !important;
    padding-top: 0 !important;
}

.card-banner img,
.card-banners img {
    display: block;
    margin-top: 0;
    padding-top: 0;
}

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

.profile-imagemaincontainer {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: auto !important;
    z-index: 2;
}
    .profile-image-container { 
    display: flex;
    align-items: center;
        transform: translateY(-35%);

    overflow: hidden;
}

        .profile-image {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            overflow: hidden;
            object-fit: cover;
            border: 4px solid white;
        }
        .profile-image img { 
            width: 100%;
        }

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

        .logo-container{
            width: 100%;
            height: auto;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 50px;
        }
        .logo-container-image{
            width: 180px;
            position: absolute;
            background-color: #ffffff;
            padding: 0 10px;
        }
        .logo-border{
            width: 100%;
            border: 1px solid rgba(0,0,0,0.1);
        }
        .card-content{
            width: 100%;
        }
        .card-body {
            padding: 0px 30px 0 30px;
        }
.name-container{
    display: flex;
    flex-direction: column;
    font-size: 34px;
    font-weight: 700;
    margin-top: -115px;
    color: #061757;
    align-items: flex-end;
    padding: 0 0 10px 0;
    text-align: left;
    margin-right: auto;
    margin-left: 160px;
}
.title {
    font-family: 'Roboto';
    font-weight: 800;
    color: #D31245;
    opacity: 0.8;
    font-size: 22px;
    text-align: left;
    margin-left: 160px;
    padding: 0px 0 40px 0;
    width: auto;
}
        .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: left;
    margin-bottom: 5px;
}
        .education{
            font-family: 'Roboto';
            font-size: 20px;
            font-weight: bold;
            color: #180B3C;
            text-align: center;
            margin-bottom: 10px;
        }
       
        .description {
            font-family: 'Roboto';
            color: #052C50;
            line-height: 24px;
            margin-bottom: 25px;
            font-size: 20px;
        }
        .contact-section {
            display: flex;
            justify-content: space-between;
            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;
    width: 100%;
    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;
            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: 10px;
        }

        .download-leftSection a{
            height: 48px;
            display: flex;
            justify-content: center;
            cursor: pointer;
        }

        .download-leftSection a img {
            height: 100%;
            width: auto;
        }

        .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;
        }
        
        .service-section{
            width: 440px;
            display: flex;
            height: 460px;
            flex-direction: column;
            align-items: center;
        }

        .service-footer{
            padding: 10px 0;
        }

        .service-contents{
            padding: 10px;
            display: flex;
            gap: 6px;
            width: 100%;
        }

.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: 36px 10px 24px 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;
        }
        .company-contact{
            flex-direction: column;
            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 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;
        }

        .website-section{
            padding: 25px 15px;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
            display: flex;
            align-items: center;
            color: #220B00;
            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;
        }
        .image-child img{
            width: 100%;
            height: auto;        
            transform-origin: center center;
            animation: rotate360 20s linear infinite;
        }

.footer-section {
    display: flex;
    justify-content: space-between;
    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 img {
    width: auto;
    height: 100%;
}
        .footer-section a:nth-child(2){
            justify-content: flex-end;
        }
        svg{
            width: 100%;
        }

        @media screen and (max-width: 768px) {   
            .card-section .name{ font-size: 30px; }
            .card-section .title{ font-size: 18px; }
            .card-section .description{ line-height: normal; font-size: 18px; margin-bottom: 20px; }
            .card-section .name-container { padding: 10px 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) .services-section ul{ gap: 5px; }
        }

        @media screen and (max-width: 550px) {
            .card-parent { width: 100%; }
           
            .card-section:not(.preview) .card {
                width: 100%;
                margin-bottom: 100px;
            }
            .card-section {
                padding: 20px 15px 20px 15px;
            }
            .card-section:not(.preview) .card-body {
                padding: 1px 20px 0 20px;
            }
            .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; }
            .card-content { width: 100%; }
            .company-website { display: block; }
            .card_companywebsite a { font-size: 22px; }
            .branches-list { padding: 0; }
            .cardbgcolorlevel {
                background-image: url("https://goodconnext.com//card/MACJ/Assets/PageBg_Mobile.svg") !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; }
        }

        @media screen and (max-width: 480px) {
            .card-section .profile-image { width: 120px; height: 120px; }
            .card-section:not(.preview) .card-body { padding: 0px 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: 125px; height: 125px; }
            .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: 120px; height: 120px; }
            .card-section:not(.preview) .card-body { padding: 0px 15px 0 15px; }
            .download-section { padding: 14px 9px; }
            .footer-section a { height: 30px; }
        }

        @media screen and (max-width: 357px) {
            .card-section .profile-image { width: 110px; height: 110px; }
            .card-section:not(.preview) .card-body { padding: 22px 10px 0 10px; }
            .card-section .name { font-size: 22px; }
            .image-container { width: 75px; top: -10%; }
        }

/* ========== EXCHANGE CONTACT FORM ========== */
.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: 9999;
}
form {
    width: 400px;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 25px;
    background-color: #ffffff;
    position: relative;
    z-index: 10000;
}
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;
}
.err {
    width: 100%;
    height: 25px;
    font-size: 14px;
    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 EXCHANGE CONTACT FORM ========== */


/* ========== QR PREVIEW MODAL - CLEAN ========== */

.card-section.preview {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -9999px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
}

.card-section.preview .card {
    width: 380px;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;        
    margin-top: 60px;       
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

/* Banner header */
.card-section.preview .card-header {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: visible;       
    margin-top: 0 !important;
}

.card-section.preview .card-banner {
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 0;
    overflow: visible;
    border-radius: 20px 20px 0 0;
    display: block;
    position: relative;
}
.card-section.preview .card-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
}

.card-section.preview .profile-imagemaincontainer {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto !important;
    right: 20px !important;
    transform: translateY(80%);  
    z-index: 10;
}
.card-section.preview .profile-image {
    width: 100px;
    height: 100px;
    border: 3px solid white;
    border-radius: 50%;
    overflow: hidden;
    background: #fff; 
}
.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.card-section.preview .profile-image img {
    width: 108%;
    height: 108%;
    margin: -4%;
    object-fit: cover;
    object-position: center 30%;

}
.card-section.preview .ClosebtnBlock img {
    width: 30px;        
    height: 30px;
}   .card-section.preview .ClosebtnBlock {
        position: absolute;
        top: 10px;      
        right: 10px;     
        left: auto;
        width: 28px;
        height: 28px;
        z-index: 9999;
    }
/* Card body */
.card-section.preview .card-body {
    padding: 18px 20px 0 20px;
}

.card-section.preview .name-container {
    padding: 0 0 6px 0;
    margin-top: 5px;
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    width: 60%;
}
.card-section.preview .name {
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: #151515;
    margin-bottom: 4px;
}

.card-section.preview .title {
    text-align: left;
    margin-left: 0;
        font-size: 19px;

    padding: 0 0 10px 0;
    width: auto;
}

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

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

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

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

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

#footer-link {
    display: none;
    justify-content: center;
}

/* shareon */
.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; }

/* Preview mobile breakpoints */
@media screen and (max-width: 550px) {
    .card-section.preview {
        padding: 15px;
        align-items: center;
    }
    .card-section.preview .card {
        width: 100%;
        margin-top: 60px;
    }
  .card-section.preview .profile-imagemaincontainer {
    top: -50px;
    right: 15px;
    transform: translateY(90%);   /* now fully clears the banner */
}
    .card-section.preview .profile-image {
        width: 90px;
        height: 90px;
    }
      .card-section.preview .ClosebtnBlock {
        position: absolute;
        top: 10px;
        right: 10px;
        left: auto;
        width: 28px;
        height: 28px;
        margin-top: 0;
        max-width: none;
        z-index: 9999;
    }

    .card-section.preview .ClosebtnBlock img {
        width: 28px !important;
        height: 28px !important;
    }
    .card-section.preview .card .footer-section {
        padding-bottom: 15px;
    }
    .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: 20px; }
}

@media screen and (max-width: 420px) {
    .card-section.preview .profile-image { width: 80px; height: 80px; }
    .card-section.preview .profile-imagemaincontainer { top: -45px; right: 12px; }
    .shareon>* { margin: 0 0 0 5px !important; }
        .card-section.preview .ClosebtnBlock {
        
        width: 26px;
        height: 26px;
    }
    .card-section.preview .ClosebtnBlock img {
        width: 26px !important;
        height: 26px !important;
    }
}

@media screen and (max-width: 390px) {
    .card-section.preview .profile-image { width: 75px; height: 75px; }
    .card-section.preview .profile-imagemaincontainer { top: -40px; right: 10px; }
    .card-section.preview .card-body { padding: 10px 15px 0 15px; }
    
    .card-section.preview .card-body {
        padding: 10px 15px 0 15px;
    }
    
}

/* ========== END QR PREVIEW MODAL ========== */


#banner {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    display: block;
    margin-top: -160px;
}

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

}
.services-section ul {
    list-style-type: disc;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
    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;
    align-items: center;
    gap: 8px;
}
.visitor-number {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: bold;
    color: #131415;
    border-bottom: 3px solid #085ED0;
    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 #085ED0;
    padding-top: 4px;
}

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

.Experience {
    border-top: 0.5px solid rgba(112, 112, 112, 0.3);
}



.brands {
    width: 100%;
    overflow: hidden;
}

.brands-track {
    display: flex;
        padding:28px 0 0 0 ;

    width: max-content;
    animation: marquee 25s linear infinite;
}

.brands-track img {
    height: 60px; /* Adjust */
    width: auto;
 flex-shrink: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.intern-img{
      display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
     max-width: 100%;
    object-fit: contain;
}
.intern{
    width: 200px;
    height: 200px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
     max-width: 100%; /* shrinks with parent */
    margin: 0 auto; /* centers the div itself */
}
.consulation-img{
    padding:25px 0 0 0;
;
}
.video {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.video-container {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}.video-section {
    padding: 20px 0 0 0;
    width: 100%;
}
.service-img{
    padding:15px 0 0 0 ;
}