/* Custom CSS for Sri Vasavi Matrimony */
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Cairo:wght@200..1000&family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*:root {
    --primary-color: #f97316;
    --secondary-color: #dc2626;
    --accent-color: #fbbf24;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --error-color: #ef4444;
    --dark-color: #1f2937;
    --gray-color: #6b7280;
    --light-gray-color: #9ca3af;
    --bg-light: #f9fafb;
    --bs-border-radius-xl: 1rem;
    --gray4-color: #495057;
    --gray1-color: #F8F9FA;
    --pink-color: #D24545;
}*/

:root {
     
     --primary-color: #f97316;
    --secondary-color: #dc2626;
    --accent-color: #fbbf24;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --error-color: #ef4444;
    --dark-color: #1f2937;
    --gray-color: #6b7280;
    --light-gray-color: #9ca3af;
    --bg-light: #f9fafb;
    --bs-border-radius-xl: 1rem;
    --gray4-color: #495057;
    --gray1-color: #F8F9FA;
    --pink-color: #D24545;
    --blue-color: #E4DEBE;
    --purple-color: #7048E8;
    --pink-color: #D24545;
    --white-color: #FFFFFF;
    --gray1-color: #F8F9FA;
    --gray2-color: #DDE2E5;
    --gray3-color: #ACB5BD;
    --gray4-color: #495057;
    --black-color: #212429;
    --primary-btn-hover: #263746;
    --secondary-btn-hover: #5028C6;
    --error-color: #F03D3E;
    --error-bgcolor-L: #FDECEC;
    --success-color: #3c4f61;
    --success-bgcolor-L: #EBEDF9;
    --notification-color: #D84910;
    --notification-bgcolor-L: #FBEDE7;
    --Oxford-Blue-color: #1D293F;
    --saleText-color: #DD4949;
    --green-color-L: #00A569;
    --green-lighcolor-L: #14E45B1F;
    --pending-bgcolor: #FFE8C7;
    --pending-textcolor: #D49233;
    --accept-bgcolor: #CDFDE6;
    --accept-textcolor: #18CB75;
    --intrest-bgcolor: #21AB8A;
    --msg-receive-color: #F1F1F1;
    --payment-color: #50B748;
    --dark-label-color: #2a2a2c;
    --new-dark-color: #303030;
    --new-text-color: #2a2a2c;
    --new-blue-color: #4263eb;
}

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

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* Custom Navbar */
.custom-navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}
.login-regis-lefts {

    padding: 64px 100px;

}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.gray1-bgcolor-L {
    background: var(--gray1-color, #f8f9fa);
}
.box-shadow-r-l {
    box-shadow: 0 1.933px 3.866px 0 rgba(33, 36, 41, .05);
}
.white-bgcolor-L {
    background: var(--white-color, #fff);
}
.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}
.h3 {
    font-size: 28px;
    font-family: Poppins-SemiBold, sans-serif;
}
.gray4-color-L {
    color: var(--gray4-color, #495057) !important;
}

.custom-navbar.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
}

.logo-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    position: relative;
}

.sparkle {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}
.logo-text h5{
 font-family: "Courgette", cursive;
    font-size: 30px;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    color: #8d2e0b;
}
.logo-text
{
    text-align: center;
}
.logo-text span{
        text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
       color: #cb8d3b;

}

.logo-text h5 {
  position: relative;
  text-align: center;
   margin-bottom:-10px !important; 
/*  margin-bottom: 25px;*/

}

.logo-text h5::after {
  content: "◆";
  display: block;
  font-size: 14px;
  color: #800000;
  margin: 0px auto;
  position: relative;
}

.logo-text h5::before {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  background: linear-gradient(to right, transparent, #800000, transparent);
  position: absolute;
  bottom: 0;
  left: 10%;
  margin-bottom: 8px;   
}

.sparkle::after {
    content: '✨';
}

.navbar-nav .nav-link {
    color: var(--gray-color) !important;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
    margin: 0 0.3rem;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

.navbar-nav .nav-link::after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
   /* background: var(--primary-color);*/
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.btn-custom-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.btn-custom-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4);
    color: white;
}

/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #fef3e2, #fce7f3, #fdf2f8);
    z-index: -2;
}

.hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f97316' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
    z-index: -1;
}

.hero-content {
    padding-top: 120px;
    padding-bottom: 80px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gray-color);
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--dark-color);
}

.gradient-text {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-feature {
    font-size: 1.125rem;
    color: var(--gray-color);
    display: flex;
    align-items: flex-start;
}

.hero-image-container {
    max-width: 500px;
    margin: 0 auto;
}

.hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 24px !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.floating-element {
    position: absolute;
    border-radius: 50%;
    animation: float 3s ease-in-out infinite;
}

.floating-1 {
    top: -16px;
    left: -16px;
    width: 32px;
    height: 32px;
    background: var(--accent-color);
    animation-delay: 0s;
}

.floating-2 {
    bottom: -16px;
    right: -16px;
    width: 24px;
    height: 24px;
    background: #ec4899;
    animation-delay: 1s;
}

.floating-3 {
    top: 50%;
    left: -32px;
    width: 16px;
    height: 16px;
    background: var(--primary-color);
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.success-card {
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.success-avatars {
    display: flex;
}

.success-avatars img {
    width: 32px;
    height: 32px;
    border: 2px solid white;
    margin-left: -8px;
}

.success-avatars img:first-child {
    margin-left: 0;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.carousel-indicators button {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

/* Team Carousel Specific Styles */
.team-indicators {
    position: static;
    margin-top: 2rem;
    margin-bottom: 0;
}

.team-indicators button {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.team-control-prev,
.team-control-next {
    width: 5%;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
}

.team-control-prev {
    left: -50px;
}

.team-control-next {
    right: -50px;
}

.team-control-prev .carousel-control-prev-icon,
.team-control-next .carousel-control-next-icon {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/* Section Styling */
.section-badge {
    display: inline-flex;
    align-items: center;
    background: #fef3e2;
    color: var(--primary-color);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 500;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
}

.section-description {
    font-size: 1.125rem;
    color: var(--gray-color);
}

/* Service Cards */
.service-card {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #fef3e2, #fce7f3);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary-color);
    margin: 0 auto;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
}

/* Team Cards */
.team-card {
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
}

.team-avatar {
    position: relative;
    display: inline-block;
}

.team-avatar img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border: 4px solid #fef3e2;
    transition: all 0.3s ease;
}

.team-card:hover .team-avatar img {
    border-color: var(--primary-color);
}

.verified-badge {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.team-role {
    color: var(--primary-color);
    font-weight: 500;
}

/* Story Cards */
.story-card {
    background: linear-gradient(135deg, #fdf2f8, #fef3e2);
    transition: all 0.3s ease;
}

.story-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1) !important;
}

.story-avatar {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border: 4px solid white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Contact Form */
.contact-form {
    background: white;
}

.contact-form .form-control {
    border: 2px solid #f3f4f6;
    border-radius: 8px;
    padding: 12px 16px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(249, 115, 22, 0.25);
}

/* Footer */
.footer-section {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    color: white;
    padding: 4rem 0 2rem;
}

.footer-title {
    color: var(--primary-color);
    font-weight: 600;
}

.text-light-gray {
    color: #cbd5e1;
}

.footer-links a {
    color: #cbd5e1;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid #374151;
}

.footer-bottom-links a {
    color: var(--light-gray-color);
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .team-control-prev {
        left: -30px;
    }
    
    .team-control-next {
        right: -30px;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .section-title {
        font-size: 2.25rem;
    }
    
    .team-control-prev,
    .team-control-next {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero-content {
        padding-top: 100px;
        padding-bottom: 60px;
        text-align: center;
    }
    
    .hero-image {
        height: 300px;
        margin-top: 2rem;
    }
    
    .hero-image-container {
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-image {
        height: 250px;
    }
    
    .floating-element {
        display: none;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .section-description {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .hero-content {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }
    
    .hero-feature {
        font-size: 1rem;
    }
    
    .service-icon {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }
    
    .team-avatar img {
        width: 80px;
        height: 80px;
    }
    
    .story-avatar {
        width: 56px;
        height: 56px;
    }
}

/* Animation on scroll */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
}

@media (min-width: 992px) {
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}
.mt-100
{
        margin-top: 100px;
}
.login-regist-rightmng {
    background: url(../img/Bg-shape-loginregist.png) no-repeat 0 0, var(--pink-color);
}
.p2 {
    font-size: 14px;
    line-height: 25px;
}
/*----------------*/

 .registration-container {
            max-width: 600px;
            margin: 40px auto;
            padding: 30px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        }
        .registration-header {
            text-align: center;
            margin-bottom: 30px;
        }
        .registration-header h2 {
            color: #d63384;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .gender-options {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
        }
        .gender-option {
            flex: 1;
            text-align: center;
        }
        .gender-btn {
            width: 100%;
            padding: 10px;
            border: 2px solid #dee2e6;
            border-radius: 5px;
            background: white;
            cursor: pointer;
            transition: all 0.3s;
        }
        .gender-btn.active {
            border-color: #d63384;
            background-color: rgba(214, 51, 132, 0.1);
        }
        .form-control:focus {
            border-color: #d63384;
            box-shadow: 0 0 0 0.25rem rgba(214, 51, 132, 0.25);
        }
        .btn-continue {
            background-color: #d63384;
            border: none;
            padding: 12px;
            font-weight: 600;
            width: 100%;
            margin-top: 20px;
        }
        .btn-continue:hover {
            background-color: #b02a6e;
        }
        .captcha-container {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
        }
        .captcha-box {
            padding: 8px 15px;
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 5px;
            font-weight: bold;
            letter-spacing: 2px;
            flex: 1;
            text-align: center;
        }
        .refresh-captcha {
            color: #d63384;
            cursor: pointer;
            font-size: 1.2rem;
        }
        .login-link {
            text-align: center;
            margin-top: 20px;
            color: #6c757d;
        }
        .login-link a {
            color: #d63384;
            text-decoration: none;
            font-weight: 500;
        }
        .login-link a:hover {
            text-decoration: underline;
        }
        .phone-input {
            display: flex;
            align-items: center;
        }
        .phone-prefix {
            padding: 8px 12px;
            background-color: #e9ecef;
            border: 1px solid #ced4da;
            border-right: none;
            border-radius: 4px 0 0 4px;
        }
        .phone-number {
            border-radius: 0 4px 4px 0 !important;
        }
        .dob-container {
            display: flex;
            gap: 10px;
        }
        .dob-container .form-control {
            flex: 1;
        }

        .alert-success-msg {
    position: relative;
    padding: 16px 20px 16px 50px;
    margin: 20px auto;
    width: fit-content;
    max-width: 90%;
    background-color: #d4edda !important;  /* Light green background */
    color: #155724;             /* Dark green text */
    border: 1px solid #c3e6cb !important;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideFadeIn 0.5s ease forwards;
}

.alert-success-msg::before {
    content: "✔";
    position: absolute;
    left: 16px;
    font-weight: bold;
    font-size: 18px;
    color: #28a745;
}

/* Optional animation */
@keyframes slideFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.blue-bgcolor-L {
    background: var(--blue-color, #4263eb)
}
.my-dashprowidthset {
    width: 170px;
    margin: auto;
}
.main-pgofiledashed .profile_pic {

    height: 170px;

    width: 170px;

    border: 4px solid var(--white-color);

    border-radius: 100%;

    object-fit: cover;

    object-position: top;

}
.p-image .myprofileedit {

    height: 33px;

    width: 33px;

    justify-content: center;

    border-radius: 100%;

    right: 14px;

    bottom: 4px;

    border: 2px solid var(--white-color);

}

.multi-profilsbtns {

    gap: 4px;

    font-size: 12px;

    border: 1px solid var(--white-color);

    width: max-content;

    padding: 5px 12px;

    border-radius: 36px;

    top: 60px;

    left: -30px;

}
.fts-18 {
    font-size: 18px;
}
.max-btm{
	margin-bottom:60px;
}
.ma-btm{
	margin-bottom:20px;
}
.sub-title
{
    font-size: 13px;
    color: #777;
    padding: 10px 0;
padding-bottom: 0;
}

/*--rec-----*/
    .match-card {
        background-color: #e5eef8;
        border-radius: 10px;
        padding: 20px 10px;
        text-align: center;
        height: 100%;
    }
    .match-id {
        font-size: 1rem;
        color: #fff;
        margin-bottom: 5px;
        position: relative;
        margin-top: -30px;
        background: linear-gradient(177deg, rgb(255 255 255 / 0%) 0, rgb(0 0 0 / 32%) 46%, rgb(0 0 0 / 72%) 100%);
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 30px 10px 15px;
        border-radius: 10px;

    }
    .match-id:hover
    {
        background:linear-gradient(177deg, rgb(255 255 255 / 0%) 0%, rgb(217 71 92 / 8%) 46%, rgb(217 71 92 / 58%) 100%)
    }
    .match-details {
        color: #6c757d;
        font-size: 0.9rem;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 5%;
    }
    .match-img {
        width: 100%;
        height: 150px;
        background-color: #ddd;
        border-radius: 10px;
    }
    .match-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 8px;
        top: 33px;
        margin-top: 10px;
    }
    .match-actions button {
        background: #FF2C00;
        border: 4px solid #EFF5FC;
        height: 42px;
        width: 42px;
        min-width: 42px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-shortlist {
        color: #dc3545;
    }
    .btn-connect {
        color: #e83e8c;
    }
    .btn-block {
        color: #0d6efd;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        background-color: var(--primary-color);
        border-radius: 50%;
        width: 20px;
        height: 20px;
        padding: 10px;
    }
  .chats {
    background: #539BF9  !important;
    border: 4px solid #EFF5FC;
    height: 42px;
    width: 42px;
    min-width: 42px;
}
.heart {
    background: #F73668 !important;
    border: 4px solid #EFF5FC;
}
/*----mat----*/
.group-info
{
    background: #e5e7eb;
    padding: 20px;
    border-radius: 5px;
}
.pink-color-L {
    color: var(--pink-color, #f784ad);
}
.fts-15 {
    font-size: 15px;
}
.black-color-L {
    color: var(--black-color, #212429);
}
 .profile-header {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        .sidebar {
            background-color: #f8f9fa;
            border-radius: 5px;
            padding: 0;
        }
        .sidebar-item {
            padding: 15px;
            border-bottom: 1px solid #dee2e6;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .sidebar-item:hover, .sidebar-item.active {
            background-color: #e9ecef;
        }
        .profile-content {
            background-color: #f8f9fa;
            border-radius: 5px;
            padding: 0px;
            min-height: 500px;
        }
        .completeness-badge {
            background-color: #28a745;
            color: white;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 0.8rem;
        }
        .verified-badge {
            color: #28a745;
            font-weight: bold;
        }
.fts-16 {
    font-size: 16px;
}
.bld
{
	font-weight:500;
}
.hero-section {
           /* background: linear-gradient(rgb(243 98 25), rgb(223 46 36)), url(https://placehold.co/1200x600/f97316/FFFFFF?text=Sri+Vasavi+Matrimony) center / cover no-repeat;*/
            color: white;
            padding: 0px 0;
            margin-bottom: 0px;
        }
        
        .section-title {
            position: relative;
            margin-bottom: 30px;
            padding-bottom: 15px;
            text-align: center;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--secondary-color);
        }
        
        .about-content {
            line-height: 1.8;
            font-size: 1.1rem;
        }
        
        .mission-vision {
            background-color: var(--light-color);
            padding: 60px 0;
        }
        
        .card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        
        .card:hover {
            transform: translateY(-5px);
        }
        
        .card-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 20px;
        }
        
        .team-member {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .team-img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
            border: 5px solid var(--light-color);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .values-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .values-list li {
            padding: 10px 0;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 30px;
        }
        
        .values-list li:before {
            content: '\f00c';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: var(--secondary-color);
            position: absolute;
            left: 0;
        }
        .founder
        {
            padding: 10px;
            border: 1px solid #e2e2e2;
            margin-bottom: 10px
        }
        .founder-hero {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1519085360753-af0119f7cbe7?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') center/cover no-repeat;
            color: white;
            padding: 100px 0 80px;
            margin-top: 85px;
            text-align: center;
        }
        
        .founder-hero h1 {
            font-weight: 800;
            margin-bottom: 20px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }
        
        .founder-hero .lead {
            font-size: 1.3rem;
            max-width: 700px;
            margin: 0 auto;
            font-weight: 400;
        }
        
        /* Section Titles */
        .section-title {
            position: relative;
            margin-bottom: 40px;
            padding-bottom: 15px;
            text-align: center;
            font-weight: 700;
            color: var(--primary-color);
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--secondary-color);
        }
        
        /* Founder Profile */
        .founder-profile {
            padding: 80px 0;
        }
        
        .founder-img-container {
            position: relative;
            text-align: center;
        }
        
        .founder-img {
            width: 100%;
            max-width: 400px;
            border-radius: 10px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .founder-quote {
            background-color: var(--primary-color);
            color: white;
            padding: 30px;
            border-radius: 10px;
            margin-top: 30px;
            position: relative;
        }
        
        .founder-quote:before {
            content: '\f10d';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            top: -20px;
            left: 30px;
            font-size: 3rem;
            color: rgba(255, 255, 255, 0.2);
        }
        
        /* Timeline */
        .timeline-section {
            background-color: var(--light-bg);
            padding: 80px 0;
        }
        
        .timeline {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .timeline:before {
            content: '';
            position: absolute;
            left: 50%;
            width: 2px;
            height: 100%;
            background-color: var(--primary-color);
            transform: translateX(-50%);
        }
        
        .timeline-item {
            position: relative;
            margin-bottom: 50px;
            width: 100%;
        }
        
        .timeline-content {
            position: relative;
            width: 45%;
            padding: 20px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .timeline-item:nth-child(odd) .timeline-content {
            margin-left: auto;
        }
        
        .timeline-item:nth-child(even) .timeline-content {
            margin-right: auto;
        }
        
        .timeline-dot {
            position: absolute;
            top: 20px;
            left: 50%;
            width: 20px;
            height: 20px;
            background-color: var(--secondary-color);
            border-radius: 50%;
            transform: translateX(-50%);
            z-index: 1;
        }
        
        .timeline-item:nth-child(odd) .timeline-dot {
            left: auto;
            right: -10px;
        }
        
        .timeline-item:nth-child(even) .timeline-dot {
            left: -10px;
        }
        
        /* Philosophy Section */
        .philosophy-section {
            padding: 80px 0;
        }
        
        .philosophy-card {
            background: linear-gradient(135deg, #fff 0%, #f9f5ff 100%);
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            height: 100%;
            transition: transform 0.3s ease;
        }
        
        .philosophy-card:hover {
            transform: translateY(-5px);
        }
        
        .philosophy-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 20px;
        }
        
        /* Message Section */
        .message-section {
            background: linear-gradient(rgba(243 98 25), rgba(223 46 36)), url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') center/cover no-repeat;
            color: white;
            padding: 80px 0;
            text-align: center;
        }
        

     .btn-custom-primary {
            background-color: var(--primary-color);
            color: white;
            font-weight: 500;
            border: none;
            transition: all 0.3s ease;
        }
        
        .btn-custom-primary:hover {
            background-color: #7d3c98;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(142, 68, 173, 0.3);
        }
        
        /* Hero Section */
        .gallery-hero {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') center/cover no-repeat;
            color: white;
            padding: 100px 0 80px;
            margin-top: 85px;
            text-align: center;
        }
        
        .gallery-hero h1 {
            font-weight: 800;
            margin-bottom: 20px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }
        
        .gallery-hero .lead {
            font-size: 1.3rem;
            max-width: 700px;
            margin: 0 auto;
            font-weight: 400;
        }
        
        /* Section Titles */
        .section-title {
            position: relative;
            margin-bottom: 40px;
            padding-bottom: 15px;
            text-align: center;
            font-weight: 700;
            color: var(--primary-color);
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--secondary-color);
        }
        
        /* Gallery Section */
        .gallery-section {
            padding: 80px 0;
        }
        
        .gallery-filters {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }
        
        .filter-btn {
            background: transparent;
            border: 2px solid var(--primary-color);
            color: var(--primary-color);
            padding: 8px 20px;
            margin: 5px;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 500;
        }
        
        .filter-btn:hover,
        .filter-btn.active {
            background: var(--primary-color);
            color: white;
        }
        
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 25px;
        }
        
        .gallery-item {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 280px;
        }
        
        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .gallery-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .gallery-item:hover .gallery-img {
            transform: scale(1.05);
        }
        
        .gallery-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            padding: 20px;
            color: white;
            opacity: 0;
            transition: opacity 0.3s ease;
            transform: translateY(20px);
        }
        
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
            transform: translateY(0);
        }
        
        .gallery-title {
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 1.1rem;
        }
        
        .gallery-category {
            font-size: 0.85rem;
            opacity: 0.8;
        }
        
        /* Success Stories */
        .stories-section {
            background-color: var(--light-bg);
            padding: 80px 0;
        }
        
        .story-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            transition: transform 0.3s ease;
        }
        
        .story-card:hover {
            transform: translateY(-5px);
        }
        
        .story-img {
            height: 250px;
            width: 100%;
            object-fit: cover;
        }
        
        .story-content {
            padding: 25px;
        }
        
        .story-title {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        .story-quote {
            font-style: italic;
            color: var(--light-gray);
            border-left: 3px solid var(--secondary-color);
            padding-left: 15px;
            margin: 20px 0;
        }
        
        /* Events Section */
        .events-section {
            padding: 80px 0;
        }
        
        .event-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            transition: transform 0.3s ease;
        }
        
        .event-card:hover {
            transform: translateY(-5px);
        }
        
        .event-img {
            height: 200px;
            width: 100%;
            object-fit: cover;
        }
        
        .event-content {
            padding: 25px;
        }
        
        .event-date {
            color: var(--secondary-color);
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .event-title {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        /* Modal */
        .modal-content {
            border-radius: 15px;
            overflow: hidden;
            border: none;
        }
        
        .modal-header {
            border-bottom: none;
            padding: 20px 25px 0;
        }
        
        .modal-body {
            padding: 0 25px 25px;
        }
/* Responsive Adjustments */
        @media (max-width: 768px) {
            .gallery-hero {
                padding: 60px 0;
            }
            
            .gallery-hero h1 {
                font-size: 2.2rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .gallery-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }
        }
.team-hero {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') center/cover no-repeat;
            color: white;
            padding: 100px 0 80px;
            margin-top: 85px;
            text-align: center;
        }
        
        .team-hero h1 {
            font-weight: 800;
            margin-bottom: 20px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }
        
        .team-hero .lead {
            font-size: 1.3rem;
            max-width: 700px;
            margin: 0 auto;
            font-weight: 400;
        }
        
        /* Section Titles */
        .section-title {
            position: relative;
            margin-bottom: 40px;
            padding-bottom: 15px;
            text-align: center;
            font-weight: 700;
            color: var(--primary-color);
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--secondary-color);
        }
        
        /* Team Section */
        .team-section {
            padding: 80px 0;
        }
        
        .team-member {
            text-align: center;
            margin-bottom: 40px;
            transition: transform 0.3s ease;
        }
        
        .team-member:hover {
            transform: translateY(-10px);
        }
        
        .team-img-container {
            position: relative;
            width: 200px;
            height: 200px;
            margin: 0 auto 20px;
        }
        
        .team-img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            border: 5px solid white;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .team-img-container:after {
            content: '';
            position: absolute;
            width: 110%;
            height: 110%;
            border-radius: 50%;
            border: 2px solid var(--primary-color);
            top: -5%;
            left: -5%;
            z-index: -1;
            opacity: 0.3;
        }
        
        .team-member h3 {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 5px;
        }
        
        .team-member .position {
            color: var(--secondary-color);
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .team-member p {
            margin-bottom: 20px;
            padding: 0 15px;
        }
        
        .team-social {
            display: flex;
            justify-content: center;
            gap: 10px;
        }
        
        .team-social a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: var(--light-bg);
            color: var(--primary-color);
            transition: all 0.3s ease;
        }
        
        .team-social a:hover {
            background-color: var(--primary-color);
            color: white;
            transform: translateY(-3px);
        }
        
        /* Team Categories */
        .team-categories {
            background-color: var(--light-bg);
            padding: 80px 0;
        }
        
        .team-category {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .category-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 20px;
            display: inline-block;
            padding: 20px;
            border-radius: 50%;
            background-color: rgba(142, 68, 173, 0.1);
        }
        
        .category-title {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        /* Values Section */
        .values-section {
            padding: 80px 0;
        }
        
        .value-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            text-align: center;
            height: 100%;
            transition: transform 0.3s ease;
        }
        
        .value-card:hover {
            transform: translateY(-5px);
        }
        
        .value-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 20px;
        }
        
        .value-title {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        /* CTA Section */
        .cta-section {
          
            color: white;
            padding: 80px 0;
            text-align: center;
        }
@media (max-width: 768px) {
            .team-hero {
                padding: 60px 0;
            }
            
            .team-hero h1 {
                font-size: 2.2rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .team-img-container {
                width: 170px;
                height: 170px;
            }
        }
@media (max-width: 768px) {
            .suggestions-hero {
                padding: 60px 0;
            }
            
            .suggestions-hero h1 {
                font-size: 2.2rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .suggestion-form {
                padding: 25px;
            }
        }
.suggestions-hero {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1579621970563-ebec7560ff3e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') center/cover no-repeat;
            color: white;
            padding: 100px 0 80px;
            margin-top: 85px;
            text-align: center;
        }
        
        .suggestions-hero h1 {
            font-weight: 800;
            margin-bottom: 20px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }
        
        .suggestions-hero .lead {
            font-size: 1.3rem;
            max-width: 700px;
            margin: 0 auto;
            font-weight: 400;
        }
        
        /* Section Titles */
        .section-title {
            position: relative;
            margin-bottom: 40px;
            padding-bottom: 15px;
            text-align: center;
            font-weight: 700;
            color: var(--primary-color);
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--secondary-color);
        }
        
        /* Suggestions Form */
        .suggestions-section {
            padding: 80px 0;
            background-color: var(--light-bg);
        }
        
        .suggestion-form {
            background: white;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .form-group {
            margin-bottom: 25px;
        }
        
        .form-label {
            font-weight: 600;
            color: var(--dark-color);
            margin-bottom: 10px;
        }
        
        .form-control {
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 12px 15px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.25rem rgba(142, 68, 173, 0.25);
        }
        
        textarea.form-control {
            min-height: 150px;
            resize: vertical;
        }
        
        .rating-group {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
            margin-top: 10px;
        }
        
        .rating-item {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        /* Common Suggestions */
        .common-suggestions {
            padding: 80px 0;
        }
        
        .suggestion-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            height: 100%;
            transition: transform 0.3s ease;
            border-left: 4px solid var(--primary-color);
        }
        
        .suggestion-card:hover {
            transform: translateY(-5px);
        }
        
        .suggestion-icon {
            font-size: 2rem;
            color: var(--primary-color);
            margin-bottom: 20px;
        }
        
        .suggestion-title {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        /* FAQ Section */
        .faq-section {
            padding: 80px 0;
            background-color: var(--light-bg);
        }
        
        .accordion-item {
            border: none;
            border-radius: 10px;
            margin-bottom: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }
        
        .accordion-button {
            background-color: white;
            color: var(--primary-color);
            font-weight: 600;
            padding: 20px;
            border: none;
            box-shadow: none;
        }
        
        .accordion-button:not(.collapsed) {
            background-color: var(--primary-color);
            color: white;
        }
        
        .accordion-body {
            padding: 20px;
            background-color: #f8f9fa;
        }
        
        /* Thank You Modal */
        .modal-content {
            border-radius: 15px;
            border: none;
        }
        
        .modal-header {
            border-bottom: none;
            padding: 25px 25px 0;
        }
        
        .modal-body {
            padding: 20px 25px 25px;
            text-align: center;
        }
        
        .thank-you-icon {
            font-size: 4rem;
            color: var(--secondary-color);
            margin-bottom: 20px;
        }

.custom_select {
     overflow: hidden;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex
;
    }
#receiver_response
{
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0;
}
 .profile-card {
      border-bottom: 1px solid #f1f1f1;
      padding-bottom: 15px;
      margin-bottom: 15px;
    }
    .profile-img {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      object-fit: cover;
      border: 1px solid #ddd;
    }
    .status-badge {
      background: #fde68a;
      color: #92400e;
      font-size: 12px;
      padding: 4px 12px;
      border-radius: 9999px;
      display: inline-block;
      margin-top: 5px;
      font-weight: 500;
    }
    .delete-btn {
      font-size: 20px;
      color: #6c757d;
      cursor: pointer;
      background: #f1f1f1;
      border-radius: 10px;
      padding: 8px 12px;
      transition: 0.3s;
    }
    .delete-btn:hover {
      color: #dc3545;
      background: #f8d7da;
    }
    /* Pagination Styling */
    .pagination .page-link {
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 500;
      color: #555;
      margin: 0 4px;
    }
    .pagination .page-item.active .page-link {
      background: #dc3545;
      color: #fff;
    }

.pagination_nav ul .page_items a.active,

.pagination_nav ul .page_items a:hover {

    background: var(--pink-color);

    color: var(--white-color);

}

.pagination_nav ul .page_items a {

    justify-content: center;

    background: 0 0;

    color: var(--gray4-color);

    font-size: 16px;

    font-family: Poppins-Regular, sans-serif;

}

.pagination_nav ul .prev-next a {

    justify-content: center;

    background: var(--white-color);

    color: var(--gray4-color);

}
.h6 {
    font-size: 14px;
color:#acb5bd
}
#photoupdate{
    display: block;
    border: 1px solid #8bd38b;
    background: #cff1cf;
    color: green;
    padding: 10px;
    border-radius: 10px;
}
