html {
    font-size: 62.5%;
}


:root {
    --primary-red: #a30000;
    --secondary-red: #d40000;
    --gold-light: #f9e29a;
    --gold-dark: #b8860b;
    --bg-cream: #fdfdfd;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

.ptb {
    padding: 5rem 0;
}

ul,
p {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


a:hover,
a:focus {
    text-decoration: inherit !important;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.img-coverr {
    width: 100%;
    height: 100%;
    object-fit: cover;
}






/* visiting-card-main */

.visiting-card-wrpr {

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.visiting-card-wrpr .expo-card {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border: 12px solid #fff;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    max-width: 660px;
    max-height: 1045px;
}


.visiting-card-wrpr .expo-card .bg-curve-top {
    position: absolute;
    top: -100px;
    left: -50px;
    width: 120%;
    height: 300px;
    background: radial-gradient(circle at 70% 20%, rgba(212, 175, 55, 0.15), transparent 70%);
    z-index: 0;
}

.visiting-card-wrpr .expo-card .bg-curve-bottom {
    position: absolute;
    bottom: -50px;
    left: -10%;
    width: 120%;
    height: 250px;
    background: linear-gradient(135deg, #800000 0%, #d40000 50%, #660000 100%);
    border-radius: 50% 50% 0 0;
    z-index: 0;
}

.visiting-card-wrpr .expo-card .gold-line-bottom {
    position: absolute;
    bottom: 180px;
    right: -20px;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    z-index: 0;
}

.visiting-card-wrpr .expo-card .red-corner-right {
    position: absolute;
    right: -30px;
    top: 40%;
    width: 100px;
    height: 100px;
    background: var(--primary-red);
    transform: rotate(45deg);
    z-index: 0;
    opacity: 0.8;
}

.visiting-card-wrpr .expo-card .red-corner-left {
    position: absolute;
    left: -30px;
    top: 45%;
    width: 100px;
    height: 100px;
    background: var(--primary-red);
    transform: rotate(45deg);
    z-index: 0;
    opacity: 0.8;
}

.visiting-card-wrpr .expo-card .content-wrapper {
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
}

.visiting-card-wrpr .expo-card .logo-area img {
    width: 150px;
}


.visiting-card-wrpr .expo-card .sub-header {
    font-family: 'Dancing Script', cursive;
    color: var(--gold-dark);
    font-size: 2.2rem;
    margin-bottom: 0 !important;
}

.main-title {
    font-weight: 900;
    color: var(--primary-red);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}

.visiting-card-wrpr .expo-card .main-title .large {
    font-size: 2.2rem;
    display: block;
    background: linear-gradient(to bottom, #8b0000 0%, #d40000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    font-weight: 800;
}

.visiting-card-wrpr .expo-card .main-title .expo-year {
    font-size: 5rem;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: -10px;
}

.visiting-card-wrpr .expo-card .expo-text {
    color: #b30000;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.visiting-card-wrpr .expo-card .year-text {
    color: #d4af37;
    background: linear-gradient(to bottom, #f9e29a 0%, #d4af37 50%, #b8860b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.visiting-card-wrpr .expo-card .profile-container {
    position: relative;
    margin: 0 auto 15px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.visiting-card-wrpr .expo-card .red-diamond {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 220px;
    height: 220px;
    background: linear-gradient(45deg, var(--primary-red), #ff4d4d);
    border-radius: 20px;
    z-index: -1;
}

.visiting-card-wrpr .expo-card .profile-frame {
    width: 304px;
    height: 363px;
    background: #fff;
    border-radius: 30px;
    padding: 5px;
    /* border: 3px solid #d4af37; */
    overflow-x: visible;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    isolation: isolate;
}

.visiting-card-wrpr .expo-card .profile-frame:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 435px;
    height: 300px;
    background: url(../img/img-frame-2.png);
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    flex-shrink: 0;
}


.visiting-card-wrpr .expo-card .profile-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.visiting-card-wrpr .expo-card .user-name {
    color: var(--primary-red);
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 5px;
}

.visiting-card-wrpr .expo-card .company-name {
    font-weight: 700;
    color: #333333;
    font-size: 19px;
    margin-bottom: 0;
}

.visiting-card-wrpr .expo-card .tagline {
    font-family: 'Dancing Script', cursive;
    color: var(--primary-red);
    font-size: 34px;
    margin-bottom: 4px;
    font-weight: bold;
}

.visiting-card-wrpr .expo-card .info-bar {
    background: linear-gradient(180deg, #a30000 0%, #660000 100%);
    border-radius: 20px;
    padding: 7px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    border: 5px solid #f9e29a;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.2), 0 8px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
}

.visiting-card-wrpr .expo-card .info-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.visiting-card-wrpr .expo-card .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.visiting-card-wrpr .expo-card .info-item i {
    font-size: 30px;
    color: #f9e29a;
    padding-right: .6rem;
}

.visiting-card-wrpr .expo-card .info-text .top {
    font-weight: 700;
    font-size: 26px;
    line-height: 17px;
    color: #f9e29a;
    padding-top: .5rem;
    padding-bottom: .8rem;
}

.visiting-card-wrpr .expo-card .info-text .bottom {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.visiting-card-wrpr .expo-card .footer-slogan {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-family: 'Dancing Script', cursive;
    color: var(--primary-red);
    font-size: 1.8rem;
    margin-top: 5px;
}

.visiting-card-wrpr .expo-card .footer-slogan::before,
.visiting-card-wrpr .expo-card .footer-slogan::after {
    content: '✦';
    color: #f9e29a;
}

.visiting-card-wrpr .expo-card .dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--gold-light);
    border-radius: 50%;
}


.visiting-card-wrpr .expo-card .expo-profile-frame {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 38px;
    overflow: hidden;
    padding: 5px;
    background: linear-gradient(145deg,
            #ffef9f 0%,
            #d08b00 25%,
            #fff0a6 50%,
            #b56c00 75%,
            #ffe57b 100%);
    box-shadow: 0 0 10px rgb(255 196 0 / 68%), 0 0 25px rgba(255, 170, 0, .4), 0 15px 40px rgba(0, 0, 0, .15);
    isolation: isolate;
    height: 100%;
}

.visiting-card-wrpr .expo-card .content-wrapper .main-title img {
    width: 412px;
    height: auto;
    margin: auto;
}


.loc-img-2 {
    width: 50px;
    height: 45px;
    object-fit: cover;
    padding-right: .5rem;
    flex-shrink: 0;
    filter: brightness(0) saturate(100%) invert(92%) sepia(4%) saturate(2972%) hue-rotate(358deg) brightness(91%) contrast(117%);
}

.visiting-card-wrpr .expo-card .expo-user-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    display: block;
}

/* responsive */

@media(max-width:575px) {

    .visiting-card-wrpr .expo-card .logo-area img {
        width: 85px;
    }

    .visiting-card-wrpr .expo-card .sub-header {
        font-size: 1.7rem;
    }

    .visiting-card-wrpr .expo-card .profile-frame {
        width: 200px;
        height: 200px;
    }

    .visiting-card-wrpr .expo-card .profile-frame:after {
        width: 256px;
        height: 234px;
    }

    .visiting-card-wrpr .expo-card .user-name {
        font-size: 21px;
        margin-bottom: 6px;
    }

    .visiting-card-wrpr .expo-card .company-name {
        font-size: 15.50px;
    }

    .visiting-card-wrpr .expo-card .tagline {
        font-size: 24px;
    }

    .visiting-card-wrpr .expo-card .info-item i {
        font-size: 22px;
    }

    .visiting-card-wrpr .expo-card .content-wrapper .main-title img {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .visiting-card-wrpr .expo-card .info-text .top {
        font-size: 18px;
        margin-bottom: 0;
    }

    .visiting-card-wrpr .expo-card .info-text .bottom {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.05px;
        font-weight: 600;
    }

    .loc-img-2 {
        width: 35px;
        height: 30px;
    }

    .visiting-card-wrpr .expo-card .info-text .bottom {
        font-size: 14px;
    }

    .visiting-card-wrpr .expo-card .footer-slogan {
        font-size: 1.6rem;
    }

    .visiting-card-wrpr .expo-card {
        background-position: center right !important;
        max-width: 100%;
    }

}

/* responsive */


/* PRINT CSS: */

@media print {

    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important;
    }

    @page {
        size: auto;
        margin: 0mm;
    }

    body {
        background: #fff !important;
        margin: 0;
        padding: 0;
    }

    .visiting-card-wrpr {
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background: none !important;
    }

    .visiting-card-wrpr .expo-card {
        box-shadow: none !important;
        border: 12px solid #fff !important;
        page-break-inside: avoid;
    }

    .visiting-card-wrpr .expo-card .info-bar {
        background: linear-gradient(180deg, #a30000 0%, #660000 100%) !important;
    }

    .visiting-card-wrpr .expo-card .info-text .top,
    .visiting-card-wrpr .expo-card .info-text .bottom {
        color: #f9e29a !important;
    }
}

/* PRINT CSS: */

/* visiting-card-main */


/* main-form */

.expo-banner-sec {
    position: relative;
    width: 100%;
    height: 80vh !important;
    background-size: cover !important;
    background-position: 50% 80% !important;
    overflow: clip;
    padding: 2rem 0;
}


.expo-banner-sec .main-logo {
    max-width: 220px;
    width: 100%;
}

.expo-bnt-top-txt-img img {
    width: 397px;
    height: auto;
    object-fit: cover;
}

.expo-banner-sec .chef-hat-icon {
    color: #f9e29a;
    font-size: 1.8rem;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}

.expo-banner-sec .main-heading {
    color: #ffffff;
    font-weight: 700;
    font-size: 53px;
    letter-spacing: 1px;
    line-height: 55px;
}

.main-heading .highlight {
    background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.expo-banner-sec .main-heading .year-text {
    background: linear-gradient(to bottom, #ffe57b 0%, #d08b00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-top: 13px;
}


.expo-banner-sec .expo-info-bar {
    background: linear-gradient(180deg, #570000 0%, #300000 100%);
    border: 2px solid #b8860b;
    border-radius: 50px;
    padding: 10px 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(255, 255, 255, 0.1);
    gap: 15px;
    margin-top: 3rem !important;
}

.expo-banner-sec .info-block {
    color: #ffffffeb;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.7px;
}

.expo-banner-sec .info-block i {
    color: #f9e29a;
    font-size: 1.8rem;
    padding-right: 5px;
}

.expo-banner-sec .bar-separator {
    width: 2px;
    height: 25px;
    background-color: rgba(249, 226, 154, 0.4);
}

.expo-bnt-cont-wrpr {
    display: flex;
    gap: 36px;
    align-items: center;
    margin-top: 8rem;
}

.expo-banner-sec .bottom-gold-ribbon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(90deg, #b8860b, #ffe57b, #b8860b);
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

/* visit-frm-card */


.visti-frm-sec .visit-frm-main-cont {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    width: 100%;
    padding: 35px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
}


.visti-frm-sec .visit-frm-main-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #DC143C 0%, #FF6B6B 100%);
}

.visti-frm-sec .visit-frm-main-cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #DC143C 0%, #FF6B6B 100%);
}

.visti-frm-sec .visitor-header {
    text-align: center;
    margin-bottom: 40px;
}

.visti-frm-sec .visitor-header-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.visti-frm-sec .header-arrow {
    color: #DC143C;
    font-size: 30px;
    font-weight: bold;
}

.visti-frm-sec .header-user-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #DC143C 0%, #FF6B6B 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 5px 15px rgba(220, 20, 60, 0.3);
}

.visti-frm-sec .visitor-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif;
}

.visti-frm-sec .visitor-header p {
    font-size: 15px;
    color: #666;
    font-weight: 500;
    margin: 0;
}

.visti-frm-sec .photo-upload-wrapper {
    text-align: center;
    margin-bottom: 35px;
}

.visti-frm-sec .photo-circle-container {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visti-frm-sec .photo-circle-container:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translateY(-50%);
    width: 100%;
    height: 138px;
    background: url(../img/upload-txt-img.png) !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


.visti-frm-sec .photo-circle {
    width: 150px;
    height: 150px;
    border: 2px dashed #dc143cd4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.05) 0%, rgba(255, 107, 107, 0.05) 100%);
    position: relative;
    overflow: hidden;
}

.visti-frm-sec .photo-circle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: none;
}

.visti-frm-sec .photo-circle.has-image img {
    display: block;
}

.visti-frm-sec .photo-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.visti-frm-sec .photo-placeholder.hidden {
    display: none;
}

.visti-frm-sec .placeholder-icon {
    width: 120px;
    height: 120px;
    background: #dedede;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 47px;
}

.visti-frm-sec .camera-btn {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #DC143C 0%, #FF6B6B 100%);
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(220, 20, 60, 0.3);
}

.visti-frm-sec .camera-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(220, 20, 60, 0.4);
}

.visti-frm-sec .camera-btn input[type="file"] {
    display: none;
}

.visti-frm-sec .photo-info {
    font-size: 14px;
    color: #666;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.visti-frm-sec .photo-info-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.visti-frm-sec .photo-info-item i {
    color: #DC143C;
    font-size: 14px;
}

.visti-frm-sec .upload-text {
    font-size: 14px;
    color: #252525;
    margin-top: 4px;
    font-style: italic;
    font-weight: 400;
}


.visti-frm-sec .form-group-custom {
    margin-bottom: 25px;
}


.visti-frm-sec .form-label-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1ac7;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.visti-frm-sec .form-label-custom i {
    width: 20px;
    text-align: center;
    color: #DC143C;
    font-size: 17px;
}

.visti-frm-sec .required-asterisk {
    color: #DC143C;
    font-weight: 800;
}

.visti-frm-sec .form-control-custom {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    color: #333;
}

.visti-frm-sec .form-control-custom::placeholder {
    color: #999;
    font-weight: 500;
}

.visti-frm-sec .form-control-custom:focus {
    outline: none;
    border-color: #DC143C;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(220, 20, 60, 0.1);
}

.visti-frm-sec .submit-btn-wrapper {
    margin: 20px 0;
}

.visti-frm-sec .submit-btn {
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(90deg, #d31a38 0%, #f97316 60%, #facc15 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(220, 20, 60, 0.3);
}

.visti-frm-sec .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(220, 20, 60, 0.4);
}

.visti-frm-sec .submit-btn:active {
    transform: translateY(0);
}

.visti-frm-sec .submit-btn i {
    font-size: 20px;
}

.visti-frm-sec .security-message {
    gap: 10px;
    padding: 0;
    border-radius: 8px;
    font-size: 13px;
    color: #2e7d32;
    font-weight: 500;
    text-align: center;
}

.visti-frm-sec .security-message i {
    color: #4CAF50;
    font-size: 14px;
}

.visti-frm-sec .star-decoration {
    position: absolute;
    color: #FFD700;
    opacity: 0.6;
    font-size: 18px;
    animation: twinkle 3s ease-in-out infinite;
}

.visti-frm-sec .star-1 {
    top: 30px;
    left: 20px;
}

.visti-frm-sec .star-2 {
    top: 50px;
    left: 35px;
}

.visti-frm-sec .star-3 {
    top: 100px;
    right: 25px;
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

.visti-frm-sec .submit-btn:hover i:last-child {
    transform: translateX(3px);
    transition: 0.4s linear;
}


/* visit-frm-card */

/* visit-ftr */

.vist-frm-ftr-sec .expo-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 24%);
    padding: 24px;
    border: 1px solid #00000038;
}

.vist-frm-ftr-sec .expo-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.vist-frm-ftr-sec .expo-header h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #2c2c2c;
    margin: 0;
}

.vist-frm-ftr-sec .header-line {
    flex-grow: 1;
    height: 2px;
    background: linear-gradient(to left, transparent, #bd2130, transparent);
    position: relative;
    max-width: 100px;
}

.vist-frm-ftr-sec .feature-item {
    border-right: 1px solid #0707074a;
    padding-right: 26px !important;
}

.vist-frm-ftr-sec .expo-card .row div:last-child .feature-item {
    border-right: none;
    padding-right: 0;
}

.vist-frm-ftr-sec .header-line::after {
    content: '';
    position: absolute;
    top: -3px;
    width: 8px;
    height: 8px;
    background-color: #bd2130;
    border-radius: 50%;
}

.vist-frm-ftr-sec .header-line-left::after {
    right: 0;
}

.vist-frm-ftr-sec .header-line-right::after {
    left: 0;
}

.vist-frm-ftr-sec .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
    justify-content: center;
}


.vist-frm-ftr-sec .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
    border: 1px solid transparent;
}


section.visti-frm-sec {
    position: relative;
    margin-top: -97px;
}

.vist-frm-ftr-sec .icon-red {
    background-color: #fff5f5;
    color: #c91818;
    border-color: #ffc9c9;
    box-shadow: 0 4px 10px rgba(201, 24, 24, 0.1);
}

.vist-frm-ftr-sec .icon-orange {
    background-color: #fff9db;
    color: #e67e22;
    border-color: #ffe0b2;
    box-shadow: 0 4px 10px rgba(230, 126, 34, 0.1);
}

.vist-frm-ftr-sec .icon-green {
    background-color: #ebfbee;
    color: #2baf4a;
    border-color: #b7ebc6;
    box-shadow: 0 4px 10px rgba(43, 175, 74, 0.1);
}

.vist-frm-ftr-sec .icon-purple {
    background-color: #f3f0ff;
    color: #7048e8;
    border-color: #d0bfff;
    box-shadow: 0 4px 10px rgba(112, 72, 232, 0.1);
}

.vist-frm-ftr-sec .feature-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 2px;
    color: #111111cc;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    line-height: 29px;
}

.vist-frm-ftr-sec .feature-desc {
    font-size: 13px;
    color: #555;
    margin-bottom: 0;
    line-height: 20px;
}


.vist-frm-ftr-sec .expo-footer-text {
    text-align: center;
    margin-top: 10px;
    font-size: 21px;
    color: #bd2130;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 1rem;
}

.vist-frm-ftr-sec .english-script {
    font-family: 'Great Vibes', cursive;
    font-weight: bold;
}

.vist-frm-ftr-sec .hindi-script {
    font-size: 1.8rem;
    font-weight: 600;
}

.vist-frm-ftr-sec .decorative-flourish {
    display: block;
}

.decorative-flourish img {
    width: 57px;
    height: auto;
    object-fit: cover;
}



/* visit-ftr */

/* responsive */

@media(max-width:1445px) {

    .expo-banner-sec .main-logo {
        max-width: 190px;
        width: 100%;
    }

    .visti-frm-sec .visit-frm-main-cont {
        margin: auto;
    }

    .expo-bnt-top-txt-img img {
        width: 275px;
    }

    .expo-banner-sec .main-heading {
        font-size: 43px;
        letter-spacing: 0.5px;
        line-height: 47px;
    }

    .expo-banner-sec .info-block {
        font-size: 15px;
    }

    .expo-banner-sec {
        height: 75vh !important;
    }

    .visti-frm-sec .visitor-header h2 {
        font-size: 22px;
    }

    .visti-frm-sec .visitor-header p {
        font-size: 14px;
    }

    .visti-frm-sec .placeholder-icon {
        width: 100px;
        height: 100px;
        font-size: 40px;
    }

    .visti-frm-sec .photo-circle {
        width: 130px;
        height: 130px;
    }

    .vist-frm-ftr-sec .expo-header h2 {
        font-size: 18px;
    }

    .vist-frm-ftr-sec .feature-title {
        font-size: 14px;
        line-height: 27px;
    }

    .vist-frm-ftr-sec .feature-desc {
        font-size: 12px;
    }

    .vist-frm-ftr-sec .feature-item {
        padding-right: 20px !important;
    }

}

@media(max-width:1340px) {

    .expo-banner-sec .main-logo {
        max-width: 180px;
    }

    .expo-banner-sec {
        height: 70vh !important;
    }

    .expo-bnt-top-txt-img img {
        width: 260px;
    }

    .expo-banner-sec .main-heading {
        font-size: 38px;
        line-height: 43px;
    }

    .expo-banner-sec .expo-info-bar {
        margin-top: 2rem !important;
    }

    .expo-banner-sec .info-block {
        font-size: 14px;
    }

    .visti-frm-sec .visitor-header h2 {
        font-size: 19px;
    }

    .vist-frm-ftr-sec .expo-footer-text {
        margin-top: 8px;
        font-size: 19px;
    }

    .vist-frm-ftr-sec .hindi-script {
        font-size: 1.6rem;
    }

}

@media(max-width:1199px) {
    .expo-banner-sec .main-logo {
        max-width: 160px;
    }

    .expo-bnt-top-txt-img img {
        width: 239px;
    }

    .expo-banner-sec .main-heading {
        font-size: 32px;
        line-height: 32px;
        padding-top: .5rem !important;
    }

    .expo-banner-sec {
        height: 56vh !important;
    }

    .visti-frm-sec .visitor-header {
        margin-bottom: 5px;
    }

    .visti-frm-sec .placeholder-icon {
        width: 90px;
        height: 90px;
        font-size: 40px;
    }

    .visti-frm-sec .photo-circle {
        width: 120px;
        height: 120px;
    }

    .visti-frm-sec .photo-circle-container:after {
        left: 139px;
        height: 112px;
    }

    .visti-frm-sec .photo-info {
        font-size: 13px;
    }


    .visti-frm-sec .visit-frm-main-cont {
        max-width: 85%;
    }

    .visti-frm-sec .upload-text {
        font-size: 13px;
    }

    .visti-frm-sec .photo-upload-wrapper {
        margin-bottom: 27px;
    }

    .visti-frm-sec .form-label-custom {
        margin-bottom: 8px;
    }

    .vist-frm-ftr-sec .feature-item {
        padding-right: 0px !important;
        border-right: none;
    }

    .vist-frm-ftr-sec .expo-card {
        padding: 18px;
    }

    .vist-frm-ftr-sec .icon-circle {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }

    .vist-frm-ftr-sec .expo-header h2 {
        font-size: 17px;
    }


}

@media(max-width:991px) {

    .expo-banner-sec {
        height: 50vh !important;
    }

    .expo-banner-sec .main-logo {
        max-width: 140px;
    }

    .expo-bnt-cont-wrpr {
        gap: 15px;
        margin-top: 2rem;
    }

    .expo-bnt-top-txt-img img {
        width: 220px;
    }

    .expo-bnr-main-txt-cont .title-top-wrap {
        margin-bottom: .8rem !important;
    }

    .expo-banner-sec .main-heading {
        font-size: 28px;
        line-height: 30px;
        padding-top: .5rem !important;
    }

    .expo-banner-sec .info-block {
        font-size: 13px;
        padding-bottom: 0 !important;
    }

    .expo-banner-sec .info-block i {
        font-size: 1.5rem;
        padding-right: 6px;
    }

    .visti-frm-sec .visitor-header h2 {
        font-size: 17px;
    }

    .visti-frm-sec .placeholder-icon {
        width: 80px;
        height: 80px;
        font-size: 35px;
    }

    .visti-frm-sec .photo-circle {
        width: 110px;
        height: 110px;
    }

    .visti-frm-sec .camera-btn {
        bottom: 11px;
        right: 9px;
        width: 45px;
        height: 45px;
        font-size: 19px;
    }

    .visti-frm-sec .photo-circle-container {
        margin: 0 auto 10px;
    }

    .visti-frm-sec .photo-circle-container:after {
        left: 132px;
        height: 100px;
    }

    .visti-frm-sec .form-label-custom {
        font-size: 13px;
        padding-left: .5rem;
    }

    .visti-frm-sec .form-control-custom {
        padding: 13px;
        font-size: 13px;
    }

    .visti-frm-sec .submit-btn {
        padding: 14px 17px;
        font-size: 13px;
    }

    .vist-frm-ftr-sec .icon-circle {
        width: 57px;
        height: 57px;
        font-size: 22px;
    }

    .vist-frm-ftr-sec .expo-footer-text {
        font-size: 17px;
    }

    .vist-frm-ftr-sec .hindi-script {
        font-size: 1.5rem;
    }

}

@media(max-width:575px) {

    .expo-bnt-cont-wrpr {
        flex-direction: column;
    }

    .expo-bnr-main-txt-cont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: auto;
    }

    section.visti-frm-sec {
        margin-top: 0;
    }

    .expo-banner-sec {
        height: auto !important;
        background-position: left center !important;
        padding: 3rem 0;
    }

    .expo-bnt-cont-wrpr {
        gap: 0;
        margin-top: 0;
    }

    .expo-bnt-top-txt-img img {
        width: 182px;
    }


    .expo-banner-sec .main-heading {
        font-size: 23px;
        line-height: 23px;
        padding-top: .5rem !important;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .expo-banner-sec .expo-info-bar {
        padding: 10px 20px;
        width: 100%;
    }

    .expo-banner-sec .info-block {
        padding-bottom: .8rem;
    }

    .expo-banner-sec .main-logo {
        max-width: 110px;
        padding-top: .5rem;
    }

    .visti-frm-sec .visit-frm-main-cont {
        max-width: 100%;
    }

    .visit-frm-container {
        padding: 0 1rem;
    }

    .ptb {
        padding: 2.5rem 0;
    }

    .visti-frm-sec .visitor-header h2 {
        font-size: 16px;
    }

    .visti-frm-sec .visitor-header p {
        font-size: 13px;
    }

    .visti-frm-sec .submit-btn i {
        display: none;
    }

    .visti-frm-sec .photo-circle-container:after {
        left: 122px;
        height: 90px;
    }

    .vist-frm-ftr-sec .expo-header h2 {
        font-size: 15px;
        text-align: center;
        padding-top: .5rem;
    }

    .vist-frm-ftr-sec .feature-item {
        gap: 14px;
        padding: 12px;
        justify-content: start;
    }

    .vist-frm-ftr-sec .icon-circle {
        width: 50px;
        height: 50px;
        font-size: 17px;
    }

    .vist-frm-ftr-sec .feature-title {
        font-size: 14px;
        line-height: 22px;
    }

    .vist-frm-ftr-sec .expo-header {
        margin-bottom: 14px;
    }

    .vist-frm-ftr-sec .expo-footer-text {
        font-size: 13px;
        padding-bottom: .4rem;
        margin-top: 0;
    }

    .vist-frm-ftr-sec .hindi-script {
        font-size: 1.3rem;
    }

    .decorative-flourish img {
        width: 45px;
    }

    .expo-banner-sec .info-block {
        font-size: 11px;
        padding-bottom: 0 !important;
    }

}

/* responsive */

/* main-form */