.left-menu {
    background: #cb3729;
    height: calc(100vh - 47px);
    width: 100%;
    padding: 0 !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.ml-2 {
    margin-left: 20px;
}

.ml-1 {
    margin-left: 10px;
}

.mr-1 {
    margin-right: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.my-3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.colorwhite {
    color: #fff;
}

.textcenter {
    text-align: center;
}

.bgcolor {
    background-color: #e3dacb;
    /* text-align: center; */
    background-image: url("https://img.freepik.com/free-photo/couple-singing-playing-guitar-park_23-2148228774.jpg");
    background-size: cover;
    width: 100%;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgcolor::after {
    width: 100%;
    position: absolute;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    top: 0;
    z-index: -1;
}

.left-menu ul li {
    list-style: none;
}

.left-menu ul {
    margin: 0;
    padding: 0;
}

.left-menu ul li a {
    color: #fff;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 10px 0 10px 10px;
    /* font-weight: 500; */
    border-radius: 2px;
}

.left-menu ul li a:hover {
    text-decoration: none;
    background-color: #be574d;
}

.left-menu ul li a.active {
    text-decoration: none;
    background-color: #055859;
}

.bg-dark {
    background-color: #cb3729 !important;
    color: #fff;
    font-size: 20px;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #a4771e !important;
}

.navbar-nav li a {
    font-weight: 500;
}

.fix-width {
    width: 400px;
    margin: auto;
    margin-top: 41px;
    height: calc(100vh - 97px);
    overflow: auto;
}

.left-menu1 {
    height: auto !important;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color: #fdfdfd;
    text-transform: uppercase;
    margin: 0;
}

.menu {
    width: 100%;
    /* background-color: #e26b6b; */
    padding: 10px;
    display: flex;
}

.menu ul li {
    list-style: none;
    float: left;
}

.menu ul li a {
    padding: 0 10px;
    color: #fff;
}

.menu ul li a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

.collapse.navbar-collapse {
    color: #fff !important;
    margin-bottom: 0;
}

.navbar-inverse {
    margin-bottom: 0;
}

.navbar {
    background-color: #106e36;
    color: #fff;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.categorypics li {
    width: 200px;
    height: 200px;
    display: inline-block;
    float: left;
    margin: 10px;
    position: relative;
}

ul.categorypics li img {
    width: 200px;
    height: 200px;
    border-radius: 4px;
}

.pic-name {
    width: 200px;
    height: 40px;
    background-color: #000;
    position: absolute;
    display: inline-block;
    bottom: 0;
    color: #fff;
    line-height: 40px;
    text-align: center;
    left: 0;
}

.fulldata {
    width: 400px;
    margin: auto;
}

ul.fulldata li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 800px) {
    .left-menu {
        height: auto !important;
    }
    .mobile-none{
        display: none;
    }
    .mobile-fix{
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .d-flex{
        display: flex !important;
    }
}

h2 {
    font-weight: 700 !important;
    /* text-transform: uppercase; */
    font-size: 24px;
    color: #04291D;
    margin-bottom: 5px;
}

.header {
    height: 100px;
    display: flex;
    align-items: center;
}

.small-pics {
    width: 100px;
    height: 100px;
}

.small-font {
    font-size: 10px;
}

.bg {
    /* The image used */
    background-image: url("../images/wedding-pic.png");

    /* Full height */
    height: 100vh;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bginner {
    /* The image used */
    background-image: url("https://img.freepik.com/free-photo/couple-singing-playing-guitar-park_23-2148228774.jpg");

    /* Full height */
    height: 100vh;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_background {

    /* Full height */
    height: 100vh;

    /* Center and scale the image nicely */
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
/* 
    background-attachment: fixed; */
    /* background-position: center; */
    position:absolute;
    
}
/* .bg_background::before{
    background-color: rgba(0,0,0,.3);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;


} */
.bg_background_img {
    background-image: url("../images/kalyanam_2.jpg");
    background-position: center center;
    /* background-size: 100% auto; */
}
.home_background_img {
    background-image: url("../images/devangamithra.jpg");
    background-position: center center;
    /* background-size: 100% auto; */
}
.health_background_img {
    background-image: url("../images/doctor_2.jpg");
    background-position: center center;
    /* background-size: 100% auto; */
}

.career_background_img {
    background-image: url("../images/career.jpg");
    background-position: center center;
    /* background-size: 100% auto; */
}

.business_background_img {
    background-image: url("../images/business_3.jpg");
    background-position: center center;
    /* background-size: 100% auto; */
}

.profile_background_img {
    background-image: url("../images/business_3.jpg");
    background-position: center center;
    /* background-size: 100% auto; */
}


.contact_background_img {
    background-image: url("../images/contact.jpg");
    background-position: center center;
    /* background-size: 100% auto; */
}

body,
html {
    height: 100%;
    margin: 0;
}

.form-box {
    width: 400px;
    margin-top: 40%;
}

.form-boxinner {
    width: 400px;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}

.wedding-img {
    width: 100%;
    margin-bottom: 20px;
}

.headersearch {
    width: 100%;
    height: 500px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.colorwhite {
    color: #ffff;
    /* margin-top: 10px; */
}

.colorwhite:hover {
    color: #ffff;
    /* margin-top: 10px; */
}

.search-container {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.img-pic {
    width: 100%;
    height: 293px;
    background-color: #f9f9f9;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
    margin-bottom: 21px;
    overflow: hidden;
}

.img-pic img {
    height: 300px;
    /* width: -webkit-fill-available; */
}

/* .card {
  margin-bottom: 27px;
} */

.footer {
    width: 100%;
    height: 300px;
    background-color: red;
}

/* home page */
.fixheight {
    height: 418px;
    position: relative;
}

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

.searcharea {
    width: 100%;
    bottom: 0;
    height: auto;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.3);
    /* position: absolute; */
    bottom: 0;
    margin-top: 100px;
    border-radius: 10px;
    padding: 20px;
}

.sameline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.w100 {
    width: 100%;
}

.p_8 {
    padding: 8px;
}

.p_10 {
    padding: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #CB3729;
    border-color: #CB3729;

    line-height: 4px;
    padding: 20px;
}

.btn-primary:hover {
    background-color: #CB3729;
    border-color: #CB3729;
}

.footerarea {
    background-color: #154025;
    padding: 30px;
    color: #fff;
}

/* .loginbutton {
  padding: 5px 10px;
  background-color: #e15065;
  border-radius: 3px;
} */
.loginbutton:hover .login_area_box {
    display: block;
}

.roundarea {
    width: 80px;
    height: 80px;
    background-color: #FFE9BE;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.roundarea img{
   height: 60px;
}

.backgroundcolor {
    background-color: #fff9ec;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 2px #000; */
}
.whybox {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 2px #000; */
}
.bold{
    font-weight: bold;
}

p {
    line-height: 26px;
}

.loopimg {
    background-image: url("../images/kalyanam_2.jpg");
}

.loobg {
    background-position: 60% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 0px;
    overflow: hidden;
}

.loobg::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #CB3729;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.5;
}

.zindex99 {
    z-index: 999;
}

.litetext {
    color: #968f8f;
}

@media screen and (max-width: 600px) {
    .logo{margin-right: -15px !important;}
    .fixheight{
        height: 189px !important;
    }
    .searcharea {
        margin-top: 0 !important;
    }

    .fixheight {
        height: 353px;
        position: relative;
    }

    .loginpage,
    .loginarea {
        width: 90% !important;
    }

    .loginarea {
        height: auto !important;
        position: fixed !important;
        right: auto !important;
    }
}

.loginpage {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginarea {
    width: 500px;
    height: 100%;
    background-color: #fff;

    padding: 40px;
    position: absolute;
    right: 0;
}

.input,
select {
    background: #FEDF8C !important;
    border-color: #FEDF8C !important;
}

::placeholder {
    color: #6a6a6a !important;
}

/* search */
/* .loopinginfo {
  min-height: 300px;
} */
.borderline {
    /* border: 1px solid #ccc; */
    padding: 15px;
    border-radius: 10px;
    background: #FEDF8C;
}

.moreinfo {
    padding: 14px;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.realtive {
    position: relative;
}

.absolute {
    position: absolute;
}

.closeicon {
    position: absolute;
    right: 40px;
    top: 37px;
    color: #000 !important;
    opacity: 0.7;
    cursor: pointer;
}

.card-img {
    height: 300px;
    margin-bottom: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
}

.card-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

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

.login_area_box {
    width: max-content;
    height: auto;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    right: 2px;
    border-radius: 4px;
    z-index: 999;
    display: none;
}

.profilename:hover .login_area_box {
    display: block !important;
}

.login_area_box ul li a {
    padding: 8px 13px;
    display: block;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 13px;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.nodata {
    text-align: center;
    margin: 100px 0;
}

.bold {
    font-weight: bold;
}

.fix-width_600 {
    width: 400px;
    margin: auto;
    margin-top: 41px;
    height: calc(100vh - 97px);
    overflow: auto;
}

.wedding_body {
    background-color: #FCC048;
}

.mr-2 {
    margin-right: 20px;
}

.d-flex {
    display: flex;
}

.justifycenter {
    justify-content: center;
    align-content: center;
}
.alignitems{
    align-items: center;
}
.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.mt-0 {
    margin-top: 0 !important;
}

.logo-area {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;

}

.logo-area a {
    text-decoration: none !important;
}

.logo-area h2 {
    margin: 0;
    color: #f0e222  !important;
}

.Someone {
    height: 260px;
}

.table-bordered {
    border: 1px solid #dee2e6;
    background: #f0d297;
}


nav {
    /* background: #333; */
    color: white;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* Left side: logo + menu */
.nav-left {
    display: flex;
    align-items: center;
}

.logo {
    font-size: 22px;
    font-weight: bold;
    margin-right: 30px;
}

.menu {
    display: flex;
    list-style: none;
}

.menu li {
    margin: 0 3px;
}

.menu a {
    text-decoration: none;
    color: white;
    padding: 6px 10px;
    transition: 0.3s;
}

.menu a:hover {
    background: #fcc048;
    border-radius: 5px;
}

/* Right side: login button */
.login-btn {
    background: #CB3729;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.login-btn:hover {
    background: #e65c00;
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-left: 15px;
    background-color: #CB3729;
    padding: 10px;
    border-radius: 10px;
    margin-right: 5px;
    width: max-content;
}

.hamburger span {
    height: 3px;
    width: 20px;
    background: white;
    margin: 2px 0;
    border-radius: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        background: #333;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        z-index: 9999;
    }

    .menu.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    .menu li {
        margin: 15px 0;
    }

    .nav-left {
        flex: 1;
        justify-content: space-between;
    }
}

.menu li a.active {
    background: #fcc048;
    padding: 6px 10px;
    border-radius: 5px;
}

.job-bg {
    background-color: #f2f3ff;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 17px;
}

.apply_button,
.career_apply_button,
.business_apply_button {
    background-color: #00B3B7;
    border: none;
    padding: 6px 13px;
    border-radius: 5px;
    color: #fff;
}

/* business */

.card {
    display: flex;
    align-items: center;
    width: 350px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    cursor: pointer;
}

.card_new {
    /* display: flex; */
    align-items: center;
    width: 350px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    cursor: pointer;
}
.card_new p{
    line-height: 21px;
}

.card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 12px;
}

.cardimg img {
    width: 100% !important;
    height: 300px;
}

.card-content {
    flex: 1;
}
.card-content p{ line-height: 22px !important;}

.card-content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.card-content p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #666;
}

.arrow {
    font-size: 20px;
    color: #999;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mt-20 {
    margin-top: 20px;
}

.job-bg a {
    color: #000;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.text-light {
    color: #786c6c !important;
}

.black-text {
    color: #000 !important
}

.profile-menu {
    position: relative;
    display: inline-block;
}

.profile-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ccc;
}

.submenu {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 230px;
    z-index: 100;
}

.submenu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.submenu a:last-child {
    border-bottom: none;
}

.submenu a:hover {
    background: #f5f5f5;
}

/* Show submenu when active */
.submenu.show {
    display: block;
}
.round_div{ position: relative; z-index: 999;text-align: center;}
.round_div::after{
    position: absolute;
    content: '';
    width: 450px;
    height: 450px;
    background-color: #FFE9BE;
    border-radius: 100%;
    left: 0;
    z-index: -999;
    bottom: -5px;
    left: 27px;
}


.round_div img {
    height: 500px;
    text-align: center;
}



@media only screen and (max-width: 800px) {
    .left-menu {
        height: auto !important;
    }
    .round_div img {
        height: 500px;
        text-align: center;
    }
    .d-flex{
        display: block;
    }
    .round_div::after{
    display: none;}
}
.legend_box{
    background-color: #fff;
    min-height: 480px;
    padding: 20px;
}
.legend_conent_box{
    height: 179px;
}
.legend_box_area{ background-color: #f2f2f2 !important; height: 150px; text-align: center;}
.legend_box_area img{  height: 150px; }
.pl-2{ padding-left: 20px !important;}
.border-right{ border-right:1px solid #4a4a4a; min-height: 200px;}
.align-items-center{ align-items: center;}
.text_black{ color: #000;}
.business_box{
    border: 1px solid #ccc;

    border-radius: 10px;
    height: 281px;
}
.business_box a{
    display: block;
    padding: 17px;
}
.edit-header{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.user-name-header{
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-content-box{
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}


/* scroll */
.scroll-wrapper {
    position: relative;           /* important for absolutely-positioned arrows */
    overflow: hidden;             /* hide overflow while inner container scrolls */
    width: 100%;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px 0;
  }

  /* the element we change scrollLeft on */
  .scroll-viewport {
    overflow: hidden;             /* hide native scrollbar if desired */
  }

  .scroll-container {
    display: flex;
    gap: 16px;
    align-items: center;
    white-space: nowrap;
    padding: 12px;
  }

  .scroll-item {
    flex: 0 0 auto;
    /* width: 300px;*/
    height: 325px; 
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 1px #ccc;
    position: relative;
  }
  /* .from_person{
    position: absolute;
    padding: 2px;
    background-color: #f5160e;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    top: 10px;
    left: 24px;
  } */

  /* .scroll-item img {
    display: block;
    height: 250px;                
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
  } */

  .scroll-item img {
    display: block;
    height: 250px;
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover;
    text-align: center;
    margin: auto;
  }
  .from_person {
    position: absolute;
    padding: 2px;
    background-color: #f5160e;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    top: 10px;
    left: 24px;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
}
  
  /* fixed arrows on left / right */
  .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: rgba(0,0,0,0.55);
    border: none;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .scroll-btn.left  { left: 10px; display: none; }
  .scroll-btn.right { right: 10px;display: none; }

  /* optional: hide webkit scrollbar inside container */
  .scroll-viewport::-webkit-scrollbar { display: none; }

  .center{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: row;
  }

  .pointer{
    cursor: pointer;
  }
  .wishes_image{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  .wishes_image img{
    margin: auto;
  }
  .link_area{
color: red;
  }
  .contact_p p{
    line-height: 18px;
  }