/* 
 * Brand Visual Guidelines - Royal Gujarati Rishtaa 
 * Source: Visual Brand Guidelines [cite: 1, 11-15]
 */

@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 {
    /* Brand Colors */


     --primary-maroon: #5D1822; /* Deep Maroon - Foundation */
    --accent-gold: #bb9952;   /* Muted Gold - Auspicious Accent */
    --text-charcoal: #333333; /* Charcoal - Rich Depth */
    --text-olive: #556B2F;    /* Olive Green - Accent */
    --bg-cream: #F9F5EA;      /* Warm Cream - Background */
    --white: #FFFFFF;
    --primary: #9e7b40; /* Deep Maroon */
    --secondary: #B89255; /* Muted Gold */
    --accent: #4D131D;
    --dark-neutral: #2C2C2C;
    --bg-body: #FDFBF7; /* Warm Cream */
    --bg-surface: #FFFFFF;
    
    /* Bootstrap Overrides */
    --bs-primary: #581622;
    --bs-primary-rgb: 88, 22, 34;
    --bs-secondary: #B89255;
    --bs-secondary-rgb: 184, 146, 85;
    --bs-link-color: #581622;
    --bs-link-hover-color: #B89255;
    
    /* System Tokens */
    --border-radius-lg: 20px;
    --shadow-soft: 0 10px 30px rgba(88, 22, 34, 0.08);
    --shadow-hover: 0 15px 40px rgba(184, 146, 85, 0.2);
    
    /* Fonts */
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'Poppins', sans-serif;
}

body {
    font-family: var(--font-sans);
    background-color: #fff;
    color: var(--text-charcoal);
    line-height: 1.6;padding: 0!important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    color: var(--accent);
    font-weight: 700;
}

header{
    padding:0!important;

}

.rounded-4 {
    border-radius: 1.5rem!important;
}

p {
    font-size: 1.1rem;
}
a:hover {
    color: #bb9952;
}
.form-floating>.form-select {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.nav-right li{
    list-style: none;
}

.nav-item {
    position: relative;list-style: none;
}
.nav-link {
    font-size: 1.1rem;
    font-weight: 500;margin-right: 20px;margin: 0 10px;
    position: relative;color: #222!important;
}
.nav-link:hover {
   color: #bb9952!important;
}
.navbar .btn-default {
    margin-left: 20px;
}
.navbar {
    padding: 0px 0px!important;
    border-bottom: 3px solid #bb9952;
    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.nav-link::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #bb9952;
    transition: width 0.3s ease;
}
.nav-link:hover::before {
    width: 100%;
}
/*================dropdown===================*/

.dropdown-toggle::after {
   display: inline-block;
    margin-left: 5px;
    vertical-align: 0;
    content: "\f107";
    font-family: "fontawesome";
    border: 0;
    font-size: 13px;
}
.dropdown-menu {
    border-radius: 10px;
   border: 0;
    box-shadow: 0 0 45px rgb(0 0 0 / 15%);
    padding: 8px 20px;
}
.dropdown-menu li {
    padding: 0px 0;

}
a.dropdown-item:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: transparent;
    color: #222;
    border-bottom: 2px solid #222;
    transition: .3s ease-in-out;
    transform: translate(0,0) translateZ(0);
    -webkit-transform: translate(0,0) translateZ(0);
}
a.dropdown-item:hover:before {
   height: 5px;
    width: 100%;
    
}

a.dropdown-item {
    position: relative;
    transition: .3s ease-in-out;
    
}
.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #EEE;

}
 
.dropdown-menu li a {
    padding: 10px 12px;
    color: #111;
    font-weight: 500;
    width: 100%;
    display: block;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color:#4d131d;
    border-radius: 4px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color::#4d131d;
}
/*================dropdown===================*/

/* Textural World [cite: 16-17] */
.bg-texture-mandala {
    background-color: var(--bg-cream);
    background-image: url('assets/bg-pattern-mandala-subtle.embossed-cream.png');
    background-repeat: repeat;
    background-blend-mode: multiply;
}

/* Buttons */
.btn-royal {
    background-color: var(--primary-maroon);
    color: var(--accent-gold);
    border: 1px solid var(--primary-maroon);
    padding: 14px 30px;
    font-family: var(--font-serif);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-default:hover {
    
    background: linear-gradient( 340deg, #B08C45 0%, #D4B874 35%, #F1E2B0 50%, #CDB36B 65%, #A9863E 100% );color: #2f1014;
}

.btn-default {
    position: relative;
    display: inline-block;
    padding: 13px 35px;
    border-radius: 30px;
   font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    text-decoration: none;
    background: radial-gradient(circle at top, #742633 0%, #4d131d 45%, #4d131d 100%);
     box-shadow: 
        inset 0 1px 1px rgba(255, 255, 255, 0.8), 
        0 4px 15px rgba(0, 0, 0, 0.1);
        
    border: 1px solid rgba(199, 163, 83, 0.5); /* Soft static border */
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-default:hover {
    transform: translateY(-2px);
    box-shadow: 
        inset 0 1px 1px rgba(255, 255, 255, 0.8), 
        0 8px 25px rgba(187, 149, 69, 0.3);
}

.btn-default::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent 20%
    );
    animation: rotate-gold 4s linear infinite;
    z-index: 0;
}


.btn-default::after {
    content: ""; 
    position: absolute;
    inset: 2px; 
    background: inherit;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.btn-default span {
    position: relative;
    z-index: 2;   /* Text above overlay */
}


@keyframes rotate-gold {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Luxury Hover State */




.btn-primary {
    border-radius: 30px;
   font-size: 1.1rem;
    border: 1px solid #c7a353;
    color: #2f1014;
    padding: 13px 40px;
    font-weight: 600;
    letter-spacing: 0.3px;transition: background 0.4s ease, transform 0.2s ease;text-decoration: none;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 50%);
    background: radial-gradient( circle at top, #F3E7C2 0%, #e3c372 45%, #bb9545 100% );
}

.btn-primary:hover {
    border: 1px solid #c7a353;
    background: linear-gradient( 340deg, #B08C45 0%, #D4B874 35%, #F1E2B0 50%, #CDB36B 65%, #A9863E 100% );color: #2f1014;
}

a.btn.btn-light {
    border-radius: 30px;
    padding: 14px 40px;
  font-size: 1.1rem;
    font-weight: 600;
}
a.btn.btn-outline-light {
  background-color: var(--accent);
    color: #fff;
    border: 1px solid var(--accent);
    padding: 14px 40px;
    font-size: 1.1rem;
    font-weight: 500;border-radius: 30px;
}

.btn.btn-outline-light:hover {
  background: radial-gradient( circle at top, #F3E7C2 0%, #e3c372 45%, #bb9545 100% );color: #222;border: 1px solid #c7a353;
}

/* Utility */
.text-gold {
    color: var(--accent-gold);
}
.text-maroon {
    color: var(--primary-maroon);
}

.section-padding {
    padding: 60px 0;
}

/* Card Styles representing 'Legacy of Dignified Connections' */
.card-royal {
    border: none;border-radius: 20px;
    background: var(--white);
    box-shadow: 0 4px 15px rgba(93, 24, 34, 0.1);
    border-top: 4px solid var(--accent-gold);transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27), box-shadow 0.4s ease;
}
.card-royal:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
}
.icon-box {
    font-size: 2.5rem;
    color: var(--primary-maroon);
    margin-bottom: 1rem;
}




/* --- HERO SECTION --- */
.home-slider {
  margin-top: 95px;
    overflow: hidden;
    align-items: center;
  margin-top: 90px;
}

.home-slider  .carousel-indicators {
  display: none;
}

.home-slider img{
    width: 100vw;
  background-size: cover;
  background-position: center right;
}

.home-slider .hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 40px;
}
.text-gold-metallic {
    background: radial-gradient(circle at 30% 30%, #d6c07e 0%, #d7ba69 45%, #ffe8b1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: 1px 1px 0 #00000005;
}

.hero-headline{
  color:  #4D141B;text-shadow: 1px 1px 2px #0000005c, 0 0 1em #0707071a, 0 0 0.2em #0a0a0a21; font-size: 50px;
  width: 70%;
}
.home-slider .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 11.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;width: 45%;
}
.carousel-control-next, .carousel-control-prev{
    display: none;
}
.hero-subheadline {
    width: 70%;
}

/* --- SEARCH WIDGET --- */
.search-widget-overlay {
    background: rgba(255, 255, 255, 0.98);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    margin-top: 60px;
    border-bottom: 4px solid var(--accent);
    max-width: 1000px;
   display: none!important;
}

.search-widget-overlay label {
    color: var(--dark-neutral);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.home-cta {
    background: url(../userassets/bkg7.jpg);
  background-attachment: fixed;
  padding: 110px 20px 0!important;height: 390px;
}
.ctaimg img {
    margin-top: -184px;
}

.cta-text{
    margin-top: -50px;
}
.cta-text h2{
   font-size: 50px;font-weight: 600;
}

.cta-btn{
margin-bottom: 105px;
}
.home-cta p {
    width: 75%;
    text-transform: capitalize;
    font-size: 18px!important;
}


.home-benefit {
    background-size: cover!important;
    background: url(../userassets/bkg1.jpg);
   background-attachment: fixed;background-position: 80% 30%;background-repeat: repeat;
}



.home-blog {
    background-size: cover!important;
    background: url(../userassets/bkg1.jpg);
   background-attachment: fixed;background-position: 80% 30%;
}
.home-blog .card {
    background: #fff;padding: 12px; border-radius: 15px;height: 470px;
}
.home-blog .btn-outline {
    background: #4D141B;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;margin-top: 10px
}

.home-blog .btn-outline:hover {
background: #bb9952;
color: #222;
    }


.home-blog .img-wrapper {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
   
}
.home-blog .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.27), box-shadow 0.4s ease;
}


.home-blog .card:hover .img-wrapper img {
    transform: scale(1.1);
}

/*-------------------about-page----------------*/
.home-about {
    display: none;
}
.about-page{
    float: left;width: 100%;padding:60px 20px;background:#F3EEEB;
}

.about-page li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    padding-right: 13px;
    color: #4d131d;
}

.about-page li{
list-style: none;line-height: 2;font-size: 1.1rem;font-weight: 600;

}

.about-page h3 {
    margin-bottom: 10px;
}
.about-img {
    float: left;
    width: 40%;
    margin-right: 40px;
}
.about-img img {
 border-radius: 20px;
   
}
/*-------------------home-about----------------*/

/*-------------------footer----------------*/

footer {
    background: #4d141b;padding: 60px 20px;border-top: 3px solid #bb9952;background: url(../userassets/bkg7.jpg);float: left;
    width: 100%;
}

footer li a, footer li, footer p a  {
    color: #ddd;
    line-height: 2;font-size: 16px;
}
footer p  {
    width: 80%
}
footer i  {
    color: #ddd;
}
.social i {
    background: #723e44;
  padding: 8px 13px 5px;
    border-radius: 50%;
}
.social i:hover {
    background: #723e44;
    padding: 8px 13px 5px;
    border-radius: 50%;
}

.social{
    position: relative;
}
.social a {
    position: relative;
    display: contents;
    margin-bottom: 29px;
    line-height: 2.4;
    color: #fff;
    font-size: 22px;
    background: transparent;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* The "Echo" - creates a ghosting effect on hover */

.social a i:hover {
    background: linear-gradient( 340deg, #B08C45 0%, #D4B874 35%, #F1E2B0 50%, #CDB36B 65%, #A9863E 100% )!important;
    color: #2f1014;
    transform: translateY(-2px);
    box-shadow: inset 0 1px 1px rgb(255 255 255 / 80%), 0 8px 25px rgb(187 149 69 / 30%);
}

/*.social a::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid #c7a353;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.social a:hover {
    color: #c7a353;
    transform: translateY(-1px) scale(1.1); 
}

.social a:hover::before {
    opacity: 1;
    transform: scale(1.3); 
    animation: luxury-pulse 2s infinite;
}*/

@keyframes luxury-pulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.6); opacity: 0; }
}
/*-------------------footer----------------*/

/*-------------------home-video----------------*/

.home-video .features {
    float: left;
    width: 100%;
}
.home-video .features ul {
   padding: 0
}
.home-video .features li {
    list-style: none;
    float: left;
    margin-right: 35px;
    font-size: 19px;
    font-weight: 600;
}
.home-video  span.text-dark {
    color: #6c757d!important;
    font-weight: 500;
}

/*-------------------home-video----------------*/


/*---------------testimonial---------------*/

.home-testimonial {
    background: #4d141b;
    background: url(../userassets/bkg7.jpg);
  background-attachment: fixed;
    padding: 80px 0px;
    color: #fff;border-top: 3px solid #bb9952; border-bottom: 3px solid #bb9952;
}


.home-testimonial .container {
width: 85%
}


.testimonial-quote {
    width: 70%;
    margin: auto;
}
.testimonial-card img {
    border: 3px solid #bb9952!important;
}

.testi-pagemonial h5{
    color: #9e7b40!important;
}
.testi-pagemonial .bi.bi-star-fill {
    margin-right: 3px;
    color: #d4ad43;
    font-size: 19px;
}

.testi-pagemonial .bi.bi-star {
    margin-right: 3px;
    color: #d4ad43;
    font-size: 19px;
}
.testi-pagemonial .text-center p {
    font-size: 18px;
    color: #a19c9c!important;
    margin: 15px 0 10px;
}


.stories-title {
  font-family: serif;
  font-weight: 600;
  color: #5A2A2A;
}

.testimonial-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  position: relative;
  height: 100%;
  box-shadow: 0 10px 22px rgba(0,0,0,0.15);
  overflow: hidden;transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27), box-shadow 0.4s ease;
}
.testimonial-card img {
    border: 3px solid #bb9952!important;
    width: 180px;
    border-radius: 10px!important;height:  180px!important;width:  180px!important;transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27), box-shadow 0.4s ease;
}
/* RIGHT ribbon */
.testimonial-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
 background: radial-gradient( circle at top, #F3E7C2 0%, #e3c372 45%, #bb9545 100% );
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* LEFT ribbon */
.testimonial-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: radial-gradient( circle at top, #F3E7C2 0%, #e3c372 45%, #bb9545 100% );
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.testimonial-content {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 2;text-align: left;
}


.testimonial-img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
}

.testimonial-card p {
  color: #4A3A1F;
  font-size: 15px;
  margin-bottom: 8px;
}

.testimonial-card strong {
  color: #5A2A2A;
}

.location {
  font-size: 14px;
  color: #7A6A4F;
}


.circle-bkg {
    position: relative;
}

.circle-bkg p {
    position: relative;
    margin-top: -54px;
    left: -2px;
    z-index: 2;
    top: -18px;
    color: #fff;
    font-size: 18px;
}


.testimonial-card:hover img{
    transform: translateY(-10px);
    /* Soft gold bloom effect */
    box-shadow: 0 20px 40px -15px rgba(187, 149, 69, 0.25);
    background: #fff;
}

.home-map {
    padding: 80px 20px 100px;
}


/*-------------------------------loginpage-----------------------------*/
.userlogin {
   background-size: cover;
    background-position: center;
    margin-top: -10px; padding:0;background:#fff;
}

.userlogin .container {
    width: 45%;
}

.login {
  padding: 50px 80px 40px;
    background: url(../userassets/loginbkg.jpg);
    background-size: cover;
   background-position: 60% 80%;
    border-radius: 0px;
}


.forgot-pass {
    padding: 50px 60px 40px;
    background: url(../userassets/loginbkg.jpg);
    background-size: cover;
    background-position: 58% 80%;
    border-radius: 20px;
}

.loginstart {
     background: transparent;
    border-radius: 0px;
    margin: 0px 0 0;
    padding: 0 0px 0px 0px;
    border: 3px solid #c9ad72;
    float: left;
    width: 100%;
 
}
.loginstart form {
    margin: 20px 0 15px;
}
.loginstart {
    flex: 1;
    overflow: hidden;
}
.loginstart img {
 margin: 0px auto 0px!important;
    border-radius: 0;
    margin: 0px;
   position: relative;
    top: 0px;
    left: 0; width: 100%;
    height: 100%;
    object-fit: cover;     /* important */
    object-position: center; /* adjust: left center / 30% center if needed */
    display: block;
}
.loginlogo img {
    width: 32%!important;
}


.
.loginstart h3 {
    font-size: 24px;
    font-weight: 600;margin: 0;
}

.loginstart h2 {
    font-size: 2rem;
    margin: 20px 0 0;
 font-weight: 700;
}

.login-form h6 {
  font-size: 16px;
   line-height: 1.8;
}

.loginstart .fa.fa-check {
    font-size: 70px;
    color: #6ec969;
}


.loginstart .bi {
 
    color: #6ec969;
}

#remember_me {
    margin: 0px 3px 0 0px;
    position: relative;
    top: 1px;
}

.loginstart .btn.btn-default {
  position: relative;
    display: inline-block;
    padding: 13px 35px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    text-decoration: none;
    background: radial-gradient(circle at top, #742633 0%, #4d131d 45%, #4d131d 100%);
    box-shadow: inset 0 1px 1px rgb(255 255 255 / 80%), 0 4px 15px rgb(0 0 0 / 10%);
    border: 1px solid rgba(199, 163, 83, 0.5);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loginstart .btn.btn-primary {
   border-radius: 5px;
    padding: 8px 40px;
    background-size: 300%;
    font-weight: 600;
    line-height: 2;
    border: 0;
    color: #222;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    background-color: #bb9952;
    border-color: #bb9952;
    font-size: 18px;
}

.loginstart .btn.btn-primary:hover{
   color: #fff;
    background: #4d131d;
}



.loginstart .btn.btn-default:hover {
   background: #bb9952!important;
    color: #111!important;
}

.lost {
    text-align: center;
    display: block;
}
.lost a {
    font-size: 15px;
   text-align: center;
    text-decoration: none;
    color: #5F3C66;
    font-weight: 600;
}
.lost a:hover {
   color: #333;
   text-decoration: underline;
}

.account {
    text-align: center;
    display: block;
    font-size: 15px;color: #666;
   
}
.account a {
    font-size: 15px;
   text-align: center;
    text-decoration: none;
    color:#5F3C66;
    font-weight: 600;
}
.account a:hover {
   color: #333;
   text-decoration: underline;
}

.loginstart .col {
    flex: 1 0 0%;
    padding: 0px 5px;
}
.loginstart h6 {
   line-height: 1.5;
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: 'Poppins';
}
.loginstart p {
    font-size: 16px;
    color: #666;margin: 0;
}
 .form-control, .form-select  {
   padding: 10px 15px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;
    font-size: 14px;
    color: #444;
    line-height: inherit;
    transition: 0.3s;
    border-radius: 0;
    background-color: #ffffff;
    height: 54px;
    border-radius: 6px;
    font-weight: 400;
    border: 2px solid #c9ad72;
}
label {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}


  ::placeholder {
    color: #444!important;
}
 .loginstart label {
    color: #222;
    font-weight: 600;
    font-size: 15px;
    padding: 0;
    display:block;
}
.loginstart .form-check-label {
    display: block!important;
}
.agree a {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    text-decoration: none;
}
.loginstart .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    position: relative;
    top: 1px;
    margin-right: 4px;
}
.error img {
    width: 45%;
}

.captcha label {
    display: block!important;
}

.loginstart .btn-primary {
    color: #fff;
   background-color: #bb9952;
    border-color: #bb9952;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;padding:13px 40px;
}
.loginstart .btn-primary:hover {
    color: #fff;
    background-color: #4ea17a;
    border-color: #4ea17a;
}
.loginstart  .btn-outline-secondary {
    color: #6c757d;
    font-size: 16px;
    border-radius: 5px;padding: 12px 40px;border: 2px solid #c9ad72;
}
.loginstart  .btn-outline-secondary:hover {
    color: #fff;
   
}
 
        #password-strength-container {
            overflow: hidden;
            transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out 0.1s;
            max-height: 0;
            opacity: 0;
        }

        #password-strength-container.visible {
            max-height: 300px;
           
            opacity: 1;
        }

        .requirement-item i {
            transition: color 0.3s ease;
        }

@media only screen and (max-width: 1024px){
.userlogin .container {
    width: 85%;
}
.loginlogo img {
    width: 34%!important;
}
.login {
    padding: 48px 50px 40px;
  
}
.loginstart label {
     font-size: 14px;
   
}
.loginstart h3 {
    font-size: 24px;
}
.loginstart .btn.btn-primary {
    font-size: 15px;
}
.loginstart .btn-outline-secondary {
  font-size: 15px;
   padding: 9px 30px;
   
}
}
@media only screen and (max-width: 768px){
.loginlogo img {
    width: 30%!important;
    display: block!important;
}
 .login {
    padding: 50px 80px 50px;
    width: 100%;
}
.account {
    
 font-size: 15px;
 margin: 0!important;
}
.loginstart {
    margin: 0px 0;
}
.loginstart img {
     display: none;
}
}
@media only screen and (max-width: 480px){
.userlogin .container {
    width: 100%;padding: 0;
}


.loginstart h2 {
   font-size: 24px;
    margin: 10px 0 0;
}
.loginstart .form-control, .loginstart .form-select {
   
    font-size: 13px;
   
}

.bottombtn .btn.btn-default {
   font-size: 16px;padding: 12px 50px;
}
.error img {
    width: 30%;
}
.login {
    padding: 40px 25px 45px;
    width: 100%; background-position: center;
}
.loginstart .col {
   
    margin-bottom: 15px;
}
.error img {
    width: 35%;
}

.loginstart label {
    font-size: 12px;
}
.userlogin {
     padding: 0px;
   
}
.loginstart h3 {
  font-size: 20px;
    margin: 5px 0!important;
}
.loginstart h6 {
    font-size: 14px;
   
}
.loginstart form {
    margin: 30px 0 15px;
}
.loginstart  .form-group.mb-3 {
    margin-bottom: 0rem!important;
}
.loginlogo img {
    width: 46%!important;
  
}
.loginstart .btn-primary, .loginstart .btn-outline-secondary {
  font-size: 15px!important;
   
}
.video-icon {
    width: 50px!important;
    height: 50px!important;
}
.loginstart .bottombtn {
    margin-top: 20px!important;
}
}


/*==================================alert=======================================*/

.form-top.alert.alert-danger {
    background: transparent;
    border: 0;
    text-align: center;
   
    color: #ef0d23;
    padding: 0px;
}
.alert-danger {
    color: #ff2828;
    background-color: #fee;
    border-color: #fdd8d8;
    padding: 4px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

.form-top.alert.alert-danger ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.alert-danger li {
    list-style: none;
}
.alert.alert-danger ul {
    margin: 0;
}
/*==================================alert=======================================*/

.page-contact {
    background-size: cover!important;
    /*background: url(../userassets/bkg1.jpg);
    background-attachment: fixed;*/
     background-repeat: repeat;padding:60px 20px 70px;background: #F3EEEB;
}

.headertop h2 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 12px;
}
.headertop {
    background: url(../userassets/bkg7.jpg);
    height: 260px;
}
.dblock {
   background: var(--white);
    box-shadow: 0 4px 15px rgb(93 24 34 / 10%);padding: 30px 30px 40px;
    border-top: 4px solid var(--accent-gold);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27), box-shadow 0.4s ease;border-radius: 20px;
}
.headertop .commontext {
    padding: 122px 0;
    text-align: center;margin-top: 30px;
}
.dblock h5, .dblock h5 a {
    color: #666;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 400;
}
.formstart {
    margin-top: 34px;
}

/*----------------------------homeblog--------------------------*/


.home-blog{
    float: left;
    width: 100%;
    padding: 65px 30px 60px;
}

.home-blog .row {
    margin: 40px 0 0;
}
.inside-blog .row{
    margin: 0px 0 0!important;

    background: #f3eeeb!important;
}

.inside-blog {
    background: #f3eeeb!important;
}

.home-blog p {
   
}
.home-blog.card img {
    transition: all .3s ease-in-out;
    
    
}
.cate-bubbles {
    border: 0;
    border-radius: 20px;
    padding: 25px 25px 30px;
    box-shadow: 0 0 20px #0000001a;
    float: left;
    width: 100%;
}
.cate-bubbles h4 {
    font-size: 20px;
    font-weight: 600;margin-bottom: 16px;
}
.cate-bubbles ul {
  padding: 0;float: left;width: 100%;

}
.cate-bubbles ul li a {
 padding: 4px 12px;
    font-size: 14px;
    color: #4d131d;
    background-color: #ffecfb87;
    border: #e1c1da;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #dbc5d6;

}

.cate-bubbles ul li a:hover {
color: #ffffff;
    background-color: #4d131d;
    border: 1px solid transparent;
   

}

.cate-bubbles li {
    list-style: none;
    float: left;
    margin: 7px 7px 9px 0;
}

.home-blog.card-img-top img {
    height: 280px;
    width: 100%;
}
.home-blog.card-img-top:hover img {
    transform: scale(1.1);
}

.home-blog .card {
    border-radius: 20px;
    overflow: hidden;
}
.home-blog .blog-banner {
    border-radius: 20px!important;
    overflow: hidden;
}

.home-blog .card-img-top {
    overflow: hidden;
    border-radius: 0px 0px 0 0;height: 230px;
}
.home-blog a {
    color: #111;
    text-decoration: none;
    overflow: hidden;font-size: 20px;line-height: 28px;
}
.home-blog .card-title {
 margin-bottom: 10px;
    font-weight: 600;
    font-size: 19px;
    color: #111;
    line-height: 22px;

    min-height: 115px;

}


.home-blog .card-img-top img {
    width: 100%;
    border-radius: 20px 20px 0 0!important; 
    
}

.home-blog .card-body {
    
    padding: 20px 30px 30px;
  
}
.home-blog h5 {
    color: #6c757d!important;
    font-size: 15px;
   
}


.home-blog .blogdes {
    margin: 0 0 3px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    display: flex;
    line-height: 26px;
    min-height: 60px;
}


.home-blog .card-badge {
    position: absolute;
    width: 100%;
    margin-top: 23px;
    padding: 0 10px;right: 22px;
}

.home-blog .badge.cate {
    background: #ffffff;
    color: #222;
    padding:6px 7px;float: right;
}

.home-blog .btn.btn-default {
    font-size: 12px;
    padding: 2px 14px;
    color: #fff;
    line-height: 2;
   
}
.home-blog .btn.btn-default:hover {
  background: #bb9952!important;
   color: #111;
   
}

.home-blog .btn.btn-default i {
   transition: all ease .3s;
    font-size: 12px;
    margin-left: 2px;
}
.home-blog .btn.btn-default:hover i {
    transform: translateX(2px);
}

.subtitle {
    font-size: 18px!important;
    color: #bb9952;margin-bottom: 13px;font-weight: 500!important;
}
.home-blog h3 {
    text-align: center;
    margin-bottom: 28px;
    font-weight: 600;
    font-size: 24px;
}

.header-block {
    float: left;
    width: 100%;
    background-image: url(../userassets/bkg7.jpg);
    background-repeat: repeat;
    padding-top: 75px;
    padding-bottom: 40px;
}


@media only screen and (max-width: 1030px) {
.home-blog .card-body {
    padding: 14px 15px 10px;
}

}
@media only screen and (max-width: 768px) {
.home-blog .card-img-top img {
    width: 100%;
}

.home-blog{
    
    padding: 50px 30px 60px;
   
}
.home-blog .card-img-top {
    height: 200px;
}

.home-blog .card-img-top img {
    height: 200px;
    width: 100%;
}
.home-blog .card-body {
    padding: 18px 25px 22px;
}
.home-blog .blogdes {
    font-size: 15px;
    
}
.home-blog.container {
    padding: 0;
}
}
@media only screen and (max-width: 480px) {

.home-blog{
    background-attachment: fixed;
}
.home-blog .row {
    margin: 0px 0 0!important;
}
.home-blog .nav-item {
    text-align: left;
    padding-right: 0px;
    padding-bottom: 10px;
}
.home-blog{
    padding: 55px 10px 50px;
}
.home-blog .nav-tabs {
    margin: 15px 0 15px;
}
}


/*-------------------------------singleblog-----------------------------*/
.singleblog {
   background: #f3eeeb!important;
    padding: 50px 30px 70px;
    float: left;
    width: 100%;
   margin-top: 85px;
  
}
.singleblog  .card {
   box-shadow: none;
  border-radius: 20px;
    background: transparent;
   
}
.comment-area {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    margin-bottom: 20px;
}
.sidebar-blog .card {
    padding: 15px!important;
   
}

.post-bar {
    display: flex;
    position: relative;
}
.singleblog .card h3 {
 font-size: 22px;
    font-weight: 700;
    border-bottom: 0px solid #ddd;
    margin-bottom: 13px;
    line-height: 1.3;
    margin-top: 20px;
    font-family: 'Poppins';
    color: #222;
    
}
.row.gallery-blog-img img {
    border-radius: 13px;
    height: 250px;margin-bottom: 20px;width: 100%;
}

.sidebar-blog .card h3 {
     border-bottom: 1px solid #ddd;
    
}

.sliderbanner {
     padding: 0 0 0 20px;
}




.event-manage {
    display: block;
    text-align: center;
    margin: 0px auto;
    position: relative;
    background: #f0f2f8;
    padding: 20px 30px 20px!important;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
    border: 2px solid #7284bd0f;float: left;
    width: 100%;
}
.event-manage  li {
    font-size: 17px;
    color: #222;
    line-height: 30px;
    list-style: none;
    font-weight: 600;
    float: left;
    margin-right: 21px;
}

.rating-post {
    margin-left: 10px;
    color: #777;
}
.keywordNow {
    padding: 8px 0 0;
}
.post-bar {
    padding: 0px 4px 0;
}
.flagreview {
   font-weight: 600;
    text-decoration: underline;
    color: #5f3c66;
}
.flagreview:hover {
    color: #5F3C66;
}
.title-bar {
   display: flex;
    font-size: 14px;color: #888;
}

.rating .bi.bi-flag {
    margin-right: 3px;
    position: relative;
    color: #222;
    font-size: 14px;
}
.rating .bi.bi-flag:hover {
  color: #5F3C66!important;
}


.author-comment {
    background: transparent!important;
    box-shadow: none!important;padding: 0;
}
.singleblog .card-body {
  flex: 1 1 auto;
    padding: 0rem 0rem;
    line-height: 35px;
    font-size: 16px;
   
}
.blog-sidebar .btnblock {
    float: none;
}
.single-blog-img {
    margin-bottom: 0px;margin-top: 40px;
}
.singleblog .single-blog-img img {
    width: 100%;
 
    border-radius: 20px;
   height: auto;
   width: 100%;
}
.blog-block img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 30px;
}

.singleblog  dl, ol, ul {
    
    padding: 0 0px 0 0px;
}

.table_of_content {
    background: #f2eefd!important;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #dfd0ff!important;
    margin: 25px 0 50px;
}
.table_of_content a {
border-bottom: 1px solid transparent!important;
}
.table_of_content ul li:before{
  content: ""!important;padding-right: 0;
}
.table_of_content ul {
 padding: 0!important;
}
.table_of_content li {
    margin-left: 0!important;
}

.table_of_content .fa.fa-chevron-right {
    color: #111!important;
    font-size: 13px;
    border-radius: 50%;
    margin-right: 13px!important;
    font-weight: 600;
    position: relative;
    top: 8px;
}

.table_of_content a:hover {
    text-decoration: underline!important;
    border-bottom: 1px solid!important;
}
.singleblog .sliderbanner  ul {
    background: #ffffff;
    padding: 35px 36px 35px!important;
    border-radius: 20px;
   box-shadow: 0 0 20px #0000002e;
    padding: 30px 0;
    margin-bottom: 30px;
}
.singleblog li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    padding-right: 13px;
    color: #4d131d;
}
.singleblog .card-body a {
    color: #0d6efd;
    text-decoration: none!important;
     font-weight: 500;
    color: #222;font-size: 17px;
}
.singleblog li {
   
    background-size: 18px!important;
    position: relative;
   
}
.singleblog .card-title a {
  font-size: 40px;
    line-height: 1.3;
    color: #222;
    text-decoration: none!important;
    font-weight: 800;
    text-transform: capitalize;
}
.singleblog .card-title a:hover {
   color:#4d131d;
  box-shadow: none;text-decoration: none;
}
 .singleblog p {
   color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 15px;
}
.postb {
    color: #4d131d!important;
}
.singleblog p a{
   color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 20px;
}
.blog-info a {
    text-decoration: none!important;
}
.singleblog li {
  font-size: 17px;
    color: #222;
    text-align: left;
    line-height: 28px;
    list-style: none;
    font-weight: 600;
    display: flex;
    margin-bottom: 8px;
}
.social-note a {
    font-weight: 700!important;
}
.social-note a:hover {
    color: #4d131d!important;
}
.singleblog li a{
    font-size: 16px;
    color: #222;
    text-align: left;
    line-height: 28px;
    list-style: none;
    font-weight: 600;
    display: flex;
    margin-bottom: 2px;text-decoration: none;
}
.singleblog li a:hover {
    border-bottom: 2px solid;
    color: #222;
}

.social-note a {
    color: #222;
    font-weight: 600;
}
.singleblog .text-link {
    color: #222;
    font-weight: 700;
}
.blog-info .cate {
    font-weight: 500;
}
.blog-info a:hover {
    color: #4752ED;
    text-decoration: underline;
}
.singleblog  strong {
   
    background: linear-gradient(270deg,#d278fe 0,#8766eb 100%);
    padding: 1px 7px;
    line-height: 2;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 18px;
}
.blog-info span {
    font-size: 16px;
    margin: 0px 5px 0 0px;
    color: #333;font-weight: 500;border-bottom: 0px solid #5b1be1!important;
}
.bottom-block .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
}
.conent-Text img {
       margin-bottom: 20px;
    border-radius: 20px;
    height: 450px;
    margin-top: 15px;
}

.sliderbanner img {
   border-radius: 20px;border-radius: 20px;
    width: 100%;
    height: auto;
}
blockquote {
    float: left;
    width: 100%;
    color: #363636;
    border-left: 4px solid #4d131d;
    line-height: 28px;
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    font-size: 18px;
    display: block;
    margin: 25px auto 40px;
    position: relative;box-shadow: 0 0 20px #0202021a;
}
blockquote p {
    font-size: 18px!important;
    margin: 0;
    font-weight: 500;
    text-align: left!important;
    line-height: 32px!important;
    margin: 0 15px!important;
    color: #222!important;
    padding-left: 34px;
    font-style: italic;
}
.blockquote>:last-child {
    margin-bottom: 20px;
}
blockquote :before {
    content: "\F6B0";
    font-family: 'bootstrap-icons';
    font-size: 57px;
    color: #efe3ec;
    position: absolute;
    left: 10px;
    margin-top: -9px;
}
.icon.style-color {
    position: absolute;
    color: #444;
}
iframe {
   border: 0;
    border-radius: 20px;
    margin: 15px auto 10px;
    width: 100%;
    height: 430px;
}
.blog-info a {
  text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.bottom-block {
    flex: 1 1 auto;
   padding: 0rem 0rem 0rem;
   margin: 10px 0 10px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bottom-block .card-body {
    padding: 1.5rem 1.5rem;
}
.bottom-block .card img {
    border-radius: 20px 20px 0 0; height: 180px;
}

.bottom-block .optinform {
    padding: 20px!important;
}

.singleph {
    float: left;
    width: 48%;
   
}

.comment-area h5 {
    font-size: 15px;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
}

.bottom-block .card {
   box-shadow: 0 0 20px #ddd;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    display: inline-block;
   border: 3px solid #5F3C66!important;
}
.bottom-block .btn.btn-default {
font-size: 14px;
    padding: 3px 20px;
}
.btn.btn-default i {
   font-size: 17px;
    left: 2px;
}
.card-img.singleph img {
    border-radius: 18px 0 0 18px;
    height: 294px;
   width: 527px;
}
.singleblog .card-title {
   font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px!important;width: 90%;
  
}
.singleblog h2 {
      line-height: 1.4;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 28px;
   text-align: left;
    color: #222;
}

.singleblog .bottom-block .card-body {
    padding: 1.2rem 1.5rem 1.7rem;
}
.singleblog .singleph .card-title {
   font-size: 21px!important;
    line-height: 26px;
    font-weight: 700;
    min-height: 0!important;
    margin-bottom: 10px;
    text-align: left;
}
::selection {
    background-color: #c9a3cf36;
}

.breadcrums i {
    color: #888;
}
/*authorbox*/

.author-block {
    padding: 27px;
    border-radius: 20px;
    background:url(../userassets/bkg.jpg);background-size: cover;
    float: left;
    width: 100%;
    box-shadow: 0 0 20px #0000000f;background-position :center;
    margin: 30px 0;
}

.author-block-avatar{
  float: left;width: 12%;
}
.author-block-des {
    float: left;
    width: 88%;
}
.author-block img {
    width: 66px;
    height: 66px;
    border-radius: 50%;border: 2px solid #bcb9b952;
    box-shadow: 0 0 40px rgb(0 0 0 / 0%);
    padding: 3px;
}
.author-block p {
   font-size: 15px;
 color: #b3b3b3;
    line-height: 26px;
}
.author-block h5 {
    margin-right: 13px; color: #ddd;
}

.author-block .social-media i{
   font-size: 15px;padding-left:4px;

}
.author-block .social-media a {
    color: #222;
    font-size: 19px;
}
.author-block h6 {
    font-weight: 400;
    color: #999;
    font-size: 14px;
}
@media only screen and (max-width: 768px){
.singleblog .card-title a {
    font-size: 30px;
   
}

.singleblog {
  margin-top: 64px;
    padding: 30px 30px 70px;
}

.singleblog .card-title {
    
    width: 100%;
}
.breadcrums {
    line-height: 1.7;
    margin-bottom: 10px;
}
.singleblog p {
  
    font-size: 17px;
    
}
.singleblog ul {
    margin-bottom: 20px;
}
.singleblog li {
    font-size: 16px;
     line-height: 27px;
    margin-bottom: 5px;
}
}
@media only screen and (max-width: 480px){
.singleblog .card-title a {
    font-size: 24px;
   
}
.singleblog {
   
    padding: 25px 20px 35px;
}
.singleblog .card-body a {
   font-size: 15px;
}
.single-blog-img {
  
    margin-top: 20px;
}
.blog-block img {
    margin-bottom: 15px;
}
.singleblog h2 {
    line-height: 1.5;
    font-size: 20px;
    
}
.singleblog .card h3 {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.4;
    margin-top: 15px;
}
.singleblog p {
    line-height: 1.8;
    font-size: 16px;
   
}
blockquote p {
    font-size: 17px!important;
    line-height: 27px!important;
   
}
.singleblog .card-body h1 a {
    font-size: 22px;
}
.singleblog li:before {
  font-size: 14px;
    position: relative;
    top: 1px;
}
}


/* Global Widget Positioning Logic */
.sw-widget { z-index: 2147483647 !important; font-family: 'Poppins', sans-serif !important; position: fixed; box-sizing: border-box; }
.sw-hidden { display: none !important; }

/* Position Classes */
.sw-pos-bottom-left { bottom: 20px; left: 20px; }
.sw-pos-bottom-right { bottom: 20px; right: 20px; }
.sw-pos-left { left: 20px; bottom: 20px; }
.sw-pos-right { right: 20px; bottom: 20px; }

/* Top Bar */
.sw-top-bar { top: 0; left: 0; width: 100%; padding: 12px; display: flex; justify-content: center; align-items: center; color: white; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.sw-style-professional {
   background: #bb9952;
   
}
.sw-style-urgent { background: #d32f2f; }
.sw-top-cta { background: #fff; color: #333; padding: 4px 12px; border-radius: 4px; margin: 0 15px; text-decoration: none; font-weight: bold; font-size: 13px; }
.sw-top-cta:hover {color: #4d131d;}
/* Chat Bot Window UI */
.sw-chat-window { bottom: 90px; right: 20px; width: 320px; background: white; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); overflow: hidden; border: 1px solid #eee; }
.sw-chat-header { background: #0e3c34; color: white; padding: 15px; display: flex; justify-content: space-between; font-weight: bold; }
.sw-chat-header button { background: none; border: none; color: white; cursor: pointer; font-size: 20px; }
.sw-chat-body { padding: 15px; }
.sw-chat-msg { background: #f1f1f1; padding: 10px; border-radius: 8px; font-size: 13px; margin-bottom: 15px; }
#sw-chat-form input, #sw-chat-form textarea { width: 100%; margin-bottom: 10px; padding: 8px; border: 1px solid #ddd; border-radius: 4px; font-size: 13px; }
#sw-chat-form button { width: 100%; background: linear-gradient(90deg,#b6672e 10%,#c36e32 95%)!important; color: white; border: none; padding: 10px; border-radius: 4px; cursor: pointer; }
.sw-chat-success { color: green; font-size: 14px; text-align: center; font-weight: bold; }

/* FABs (Chat/WA) */
.sw-wa-fab, .sw-chat-fab { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white !important; font-size: 28px; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.3); text-decoration: none; }
.sw-wa-fab { background: #25d366; }
.sw-chat-fab {
   background:#bb9952!important; right: 90px; }

.sw-chat-fab:hover {
   background: #4d131d!important;}
  

/* Trust Card */
.sw-trust-card  b{
    color: #fff;
}

.sw-trust-card { bottom: 30px; left: 30px; background: #b6672e; padding: 12px 20px; 
    border-radius: 50px; border: 0px solid #eee; 
    transform: translateX(-150%); transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    box-shadow: 0 8px 20px rgba(0,0,0,0.1); min-width: 250px; color: #fff; 
}
.sw-trust-visible { transform: translateX(0); }

/* Cookie Banner */
.sw-cookie-banner {
    text-align: center;
    background: #ffffff;
    color: #222;
    padding: 20px 20px 25PX;
    border-radius: 10px;
    display: block;
    align-items: center;
    gap: 15px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    max-width: 350px;
    font-weight: 500;
     }
.sw-cookie-banner a{
color: #3e0838!important;
    font-size: 16px;
    font-weight: 500;
}
.sw-cookie-banner button {
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding: 9px 35px;
    background-color: #4d131d;
}
.sw-cookie-banner button:hover {
   background-color:#bb9952;
}


.sw-cookie-banner p {
    font-size: 17px;
    line-height: 1.3;
    margin-top: 13px;
    margin-bottom: 20px;
}
.cookie-icon {
    text-align: center;
    margin: 20px 0 25px;
}
.cookie-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

a.cookie-link {
    color: #444;
    margin-top: 4px;
    display: block;
}
/* Modals */
.sw-modal-backdrop { top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.7); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.sw-modal-card { background: white; padding: 30px; border-radius: 12px; text-align: center; max-width: 400px; width: 90%; box-shadow: 0 10px 40px rgba(0,0,0,0.5); overflow: hidden; }
.sw-modal-img { width: 100%; height: 150px; object-fit: cover; margin-bottom: 15px; border-radius: 8px; }

/*  Popup Box */
.popup-box {

    width: 90%;
    overflow: hidden;
    border-radius: 22px;
    overflow: hidden;
    padding: 11px 11px;
    text-align: center;
    color: #fff;
    background: url(../userassets/bkg6.jpg);
    position: relative;
    box-shadow: 0 15px 45px rgb(0 0 0 / 35%);
    background-size: cover;
   
    
}
.progress-bar-scroll {
    height: 4px;
    background: #044949!important;
    width: 0%;
}
.sw-modal-content {
  background: #fff;
    position: relative;
    padding: 30px;
    border-radius: 18px;
    background-size: cover;
    background-position: 65% 69%;
   
}
.sw-modal-content  p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #777;
    text-transform: capitalize;
}

.sw-modal-content h3 {
   font-family: 'Inter';
    margin-bottom: 13px;
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 700;
}
.sw-modal-backdrop button {
    color: #fff!important;
    font-size: 16px;
    margin-top: 14px;
    padding: 12px 35px;
    border-radius: 8px;
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease;
    background: linear-gradient(90deg,#b6672e 10%,#c36e32 95%);
    text-decoration: none;
    transition: all .2s;
}

.sw-modal-content .closebtn {
    position: absolute!important;
    top: -2px!important;
    right: 15px!important;
    border-radius: 50%!important;
    padding: 2px 7px!important;
    font-size: 12px!important;
}

@media only screen and (max-width: 480px) {
.sw-top-bar {
    text-align: center;
    width: 100%;
    display: block!important;
}
.sw-top-bar span {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}
.sw-close {
    font-size: 20px!important;
    position: absolute!important;
    right: -176px;
    margin-top: -73px;
}
.sw-top-cta {
    font-size: 11px;
}
}
/*----------------------------------------faq-section------------------------------------*/
.faq-section {
    padding: 80px 20px;
    background-color: #F3EEEB;
    float: left;
    width: 100%;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-radius: 6px;
    border: 0;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #4d131d;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid#4d131d;
    padding: 15px 20px 15px 24px;
    position: relative;
    transition: all 0.3s ease 0s;
    /* border: 0; */
    margin: 0;
    padding: 1.2rem 1.5rem;
}

.accordion-button:not(.collapsed)::after {
   content: "\f077";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: -7px;
    margin-right: 63px;
    right: -62px;
    background: transparent;
    border-radius: 50%;
    color: #fff;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 4;
    border: 0px solid #eb9c32;font-weight: 100;
}
.accordion-button::after {
content: "\f054";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: 4px;
    margin-right: 63px;
    right: -61px;
    background: transparent;
    border-radius: 50%;
    color: #111;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 4;
    border: 0px solid #ddd;font-weight: 100;
}
.accordion-header {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
.accordion-item:last-of-type .accordion-button.collapsed {
     border-radius: 6px;
}
.accordion-item {
    background-color: #fff0 ;
    border: 0px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
}

.accordion-button {
      position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    /*padding: 1.2rem 1.5rem;
    font-size: 18px;*/
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ddddddb5;
    color: #222;
    margin-bottom: 13px;
    font-weight: 600;
    
}


.accordion-button:hover {
 color: #fff!important;
    background: #bb9952!important;border: 2px solid transparent;
 }   

.accordion-button:focus {
    box-shadow: none; /* Remove focus outline */
}

.accordion-collapse {
    border-top: 0px solid #ddd; /* Border between header and body */
}

/*.accordion-body {
  color: #444;
    padding: 20px;line-height: 30px;
}*/
.accordion {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 20px #00000026;min-height: 400px;
}

.accordion-item:last-of-type .accordion-button{
border-radius:6px;
}
.accordion-button:hover:after {
    color: #222;
}
.faq-search-box {
        max-width: 600px;
        margin: 0 auto;
        position: relative;
    }
    .faq-search-box input {
        border-radius: 50px;
    padding: 25px 25px;
    border: 2px solid #ddd;
    box-shadow: 0 4px 6px rgb(0 0 0 / 5%);
    }
    .faq-search-box button {
     position: absolute;
    right: 6px;
    top: 4px;
    border-radius: 50px;
    padding: 10px 25px;
    background: #4d131d;
    border-color: #4d131d;color: #fff;font-size: 15px;
    }
.faq-search-box button:hover {
background: #bb9952!important;color: #fff;
}

    .category-pills {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom: 30px;
    }
    .cat-btn {
        padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    background: #bb9952;
    border: 2px solid transparent;
    }
    .cat-btn:hover {
        background:#4d131d;
        color: #fff;
    }
    .cat-btn.active {
        background: #4d131d; /* Use your primary theme color */
        color: #fff;
        border-color: #4d131d;
    }
@media only screen and (max-width: 480px) {
.accordion {
    background: transparent;
    padding: 0 0px;
   box-shadow: none;
}
.faq-section {
    padding: 40px 20px 50px;
   
}
.accordion-button:not(.collapsed), .accordion-button {
    font-size: 15px;
   line-height: 23px; padding: 10px 16px 10px 16px;margin: 0;
}

.accordion-body {
   
 padding: 14px;
    font-size: 15px;line-height: 28px;
}  
.accordion {
  min-height: auto;
}
.accordion-button::after {
   right: -76px;
   
}

}
/*------------------------pagination----------------------------*/

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin: 30px 0;
}
.page-item.active  {
    z-index: 3;
    background-color: #4d131d;
    border-color:  #4d131d;
    color: #fff;
    box-shadow: 0 0 0 3px #fff, 0 0 15px rgb(0 0 0 / 35%);
    border-radius: 4px;
    cursor: pointer;
}
.page-item.active:hover {
    background:#bb9952;
}
.page-item.active .page-link {
   
    background-color: transparent;
    border-color: transparent;
}
.page-link {
    font-size: 14px!important;
     padding: 6px 12px;
    position: relative;
    display: block;
    color: #131313;
    text-decoration: none;
    background-color: transparent;
    border: 0px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

li.page-item {
    margin: 0 11px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 0 3px #fff, 0 0 15px rgb(0 0 0 / 35%);
}
.page-div1 p {
    text-align: center;
    display: block;
    float: none!important;
}

/*------------------------pagination----------------------------*/




/*-------------------------------------------------testi-page-------------------------*/
.testi-page {
  
    padding: 70px 30px 85px;
    float: left;
    width: 100%;
background:#F3EEEB;
  
  
}



.testi-page  h4 {
  text-align: left;
    font-size: 18px;
    font-weight: 600;margin-bottom: 6px!important;
   
}
.testi-page .carousel-item ul {
   float: left;
}

  .testi-page .carousel-item .container{
    margin: auto;
    background: white;
    box-shadow: 0 0 20px #ddd;
    padding: 50px;
    width: 100%;
    border-radius: 20px;
}
.testi-page .card-text {
    min-height: 100px;
}
.testi-page .fa.fa-star.fa-sm {
    color: #4d131d;
}
.testi-page .carousel-control-next-icon:before {
    background-image: none;
    background: #4d131d!important;
    content: "\f135";
    font-family: bootstrap-icons!important;
    font-size: 26px;
    padding: 5px;
    border-radius: 50%;
    background: #151414;
    border: 2px solid #c9af80;display: none;
}
.testi-name p {
   font-size: 13px!important;
    margin-top: -2px;
    line-height: 18px!important;
}
.testi-name  {
   
    margin-top: 6px;
}
.quote img {
    width: 32px;
    filter: brightness(0.5) invert(1);
}
.quote {
    background: #4d131d;
    padding: 13px 10px;
    border-radius: 50%;
    border: 2px solid #bb9952;
}
.testi-page .card {
    border: 0;
    border-radius: 20px;
   padding: 30px 30px 15px;
  /*  box-shadow: 0 0 20px #0000001a;*/
}
.testi-page .commontext h1 {
    font-size: 41px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #222;
}
.testi-user {
    display: inline-block;
    float: left;
    margin-right: 14px;
}

.testi-page .carousel-control-prev-icon:before {
    background-image: none;
    background: #4d131d!important;
  content: "\f12c";
font-family: bootstrap-icons!important;
    font-size: 26px;
    padding: 5px;
    border-radius: 50%;
    background: #151414;
    border: 2px solid #c9af80;display: none;
}
.testi-page .carousel-item .testi-user img {
    margin-top: -7px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid #dddddd7a;
}
.testi-des {
    width: 87%;
    margin-top: 10px;
}
.testi-page .fa.fa-star {
    color: #f5b745;
    font-size: 19px;
}
.star {
    position: relative;
    top: 10px;
}
.testi-page .fw-light {
    font-size: 15px;
}
.testi-page p {
   line-height: 28px;
    font-size: 16px;
    text-align: left;
    color: #666;margin-bottom: 35px;
}

.testi-page .commontext p {
    line-height: 35px;
    font-size: 17px;
    text-align: left;
    width: 80%;
   
}
.testi-page .card-body {
  
    padding: 0.5rem 0.5rem;
}
.testi-page .carousel-control-prev, .testi-page .carousel-control-next  {
    display:block;top: 121px;
}
.about-page .card-text {
    min-height: 87px;margin-bottom: 10px;
}
s.fa.fa-star.text-muted {
    color: #f5d4a3!important;
}

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

.testi-page .container {
    width: 100%;padding: 0;
}
.testi-page  .btn.btn-default {
  
    margin-bottom: 30px!important;
}

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

.testi-page p, .testi-page .carousel-item h4 {
   text-align: left;
    font-size: 15px;
    width: 100%;
    line-height: 30px;
}
.testi-page {
    padding: 55px 30px 50px;
   
}
.testi-page .carousel-item ul li {
    float: none;
    display: contents;
}
.testi-page .carousel-item ul {
    float: none;
   display: block!important;
   
}
.testi-page .fa.fa-star {
   
    font-size: 15px;
}
.testi-page .commontext p {
   
    width: 100%;
}

}
@media only screen and (max-width: 480px){

.testi-page {
    padding: 50px 30px 50px;
    background-attachment: fixed;
}
.blockbtn {
    margin: 20px 0;
}

.testi-page .carousel-item h4 {
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.testi-page .fw-light {
    font-size: 14px;text-align: center;
}
.testi-page .carousel-item ul  {
  justify-content: center;
}

.testi-page p {
    line-height: 26px!important;margin-bottom: 10px;
    font-size: 16px!important;width: 100%!important;min-height: auto;
    
}
.testi-page .card-body {
    padding: 0rem;
}
.quote {
   padding: 10px 9px;
   
}
.quote img {
    width: 26px;
   
}
.testi-page .d-sm-none {
    display: none;
}
.testi-page .card {
   
    margin-bottom: 20px;
}

}
/*------------------------------------testi-page-------------------------*/














@media (max-width: 1024px) {
.headertop {
    height: 260px;
    margin-top: 0px
}
.navbar-brand img {
    width: 70%;
    height: 25%;
}
.navbar-brand {
    width: 25%;
   
}
.nav-link {
    font-size: 16px;
    
}
.navbar .btn-default {
    font-size: 14px;
    padding: 12px 30px;
}
.cta-text h2 {
    font-size: 38px;
   
}

.home-cta .btn-primary, .home-cta .btn.btn-light {
   
    font-size: 15px; padding: 12px 25px;
    
}
.ctaimg img {
   
    width: 87%;
}
.cta-text {
    margin-top: -65px;
}
.section-padding {
    padding: 50px 20px 70px;
}
.home-blog .card {
   height: 420px;
}
.ps-lg-5 {
    padding-left: 2rem!important;
}
.home-video .features li img {
    width: 50px;
}
.home-video .features li {
   margin-right: 13px;
   
}
.home-video .features {
   
    margin-bottom: 30px!important;
}
.testimonial-content {
    display: block;
   width: 100%;
    text-align: center;margin-bottom: 15px;
}
.testimonial-card img {
    height: 160px!important;
    width: 160px!important;margin-bottom: 20px;
   
}
.testimonial-content .text-start {
    width: 100%;
    text-align: center!important;
    margin-left: 0!important;
}
.home-cta .text-start {
    width: 100%;
    text-align: left!important;
    margin-left: 0!important;
}
.home-cta {
    height: 330px!important;
}
.headertop .commontext {
    padding: 110px 0;
   
}
.headertop h2 {
    font-size: 30px;
   
}
.home-slider {
    margin-top: 85px;
   
}
.home-slider .carousel-caption {
   bottom: 1.25rem;
    left: 7%;
   width: 66%;
}
}



/* Mobile */
@media (max-width: 768px) {
  .testimonial-content {
    flex-direction: column;
    text-align: center;
  }

 .testimonial-content {
    display: block;
   
} 
.ctaimg img {
    width: 35%;
    margin-top: -210px;
    margin-left: 47px;
    position: relative;
    left: 23px;
}
.home-cta p {
    font-size: 16px;
    width: 60%;
}
.cta-text h2 {
    font-size: 30px;
}
.home-blog .card {
    height: 445px;
}
.headertop {
  min-height: 200px;
    margin-top: 0;height: 200px;    
}
.hero-headline {
    
    font-size: 40px;margin-bottom: 40px!important;
}
.headertop .commontext {
    padding: 70px 0;
}
.contact-image {
    display: none;
}

.page-contact .blockbtn {
    margin-top: 2rem!important;
}

.formstart {
    margin-top: 0;
}
.home-slider {
    margin-top: 65px;
}
.hero-subheadline {
  display: none;
}
.home-slider .btn-primary, .home-slider .btn.btn-outline-light {
   
    font-size: 1rem;
     padding: 10px 35px!important;
    line-height: 2;
}
.home-slider .carousel-caption {
    bottom: 2.25rem;
   
}
.about-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
}
.about-page {
    padding: 30px 20px 50px;
        
}
.navbar .btn-default {
    margin-left: 0;
}
.navbar-collapse {
   padding-bottom: 20px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
button.navbar-toggler {
    font-size: 25px;
}
}

@media (max-width: 480px){
.headertop {
  margin-top: 38px;
    height: 170px;
    padding: 0 20px;
    min-height: 170px;
}
.hero-headline {
    font-size: 25px;
    width: 80%;margin-bottom: 25px!important;
}
.headertop .commontext {
    padding: 55px 0;
}
.dblock {
    margin-bottom: 15px;
}
.hero-subheadline, .hero-content .text-uppercase{
    display: none;
}
.hero-content .btn.btn-outline-light {
    display: none;
}
.btn-primary {
    font-size: 16px;
padding: 10px 30px!important;
}
.hero-content {
    
    padding-top: 0px;
}
.icon-box img {
    width: 65px;height: auto;
}
.contactform .mt-sm-0 {
    margin: 0;
}
.contactform p {
    font-size: 14px;
}
h1 {
    font-size: 25px;
}
.home-cta .btn.btn-light {
    display: none;
}
.home-cta p {
    font-size: 16px;
    width: 100%;text-align: center;margin-bottom: 30px!important;
}
.ctaimg img {
    width: 88%;
    margin-top: 0;
    margin-left: -1px;
    position: relative;
    left: -12px;
}
.cta-btn {
    margin-bottom: 65px;
}
.cta-text h2 {
    font-size: 30px;text-align: center;
   
}
.home-cta {
    height: auto!important;
}
.home-cta .btn-primary, .home-cta .btn.btn-light {
   
    margin: auto;
}
.navbar-brand img {
    width: 100%;
    
}
.navbar-brand {
    width: 32%;
}
.headertop h2 {
    font-size: 24px;
}
.subtitle {
    font-size: 16px!important;
   
}
.home-slider .carousel-caption {
    bottom: .25rem;
}
.home-slider .btn-primary, .home-slider .btn.btn-outline-light {
    font-size: 15px;
    padding: 6px 28px!important;
    line-height: 2;
}
.home-video .ps-lg-5 {
    padding-left: 10px!important;
}
.home-video .features li {
    margin-right: 12px;
    font-size: 16px;
}
.home-video .features li img {
    width: 37px;
}
.home-blog .col-xl-4.col-md-6 {
    padding: 0;
    margin: 0 0px 25px;
}
.home-blog  {
    padding: 50px 20px 40px!important;
}
}







/*-------------------------------loginstart-----------------------------*/
@media screen and (min-width:1500px) and (max-width: 3500px){

.testi-pagemonial .container {
width: 70%
}
.hero-headline {
    
    font-size: 4.5rem;
}
.loginlogo img {
    width: 32%!important;
}
.section-padding {
    padding: 70px 0;
}
.login {
    padding: 50px 180px 40px;
   
}

}

/* CSS Styling */
.coupon-container {
  display: flex;
  justify-content: center;
  padding: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.coupon-card {
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  width: 350px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.coupon-header h3 {
  margin: 0;
  color: #1f2937;
  font-size: 1.2rem;
}

.coupon-header p {
  margin: 5px 0;
  color: #4b5563;
  font-size: 0.9rem;
}

.expiry {
  display: block;
  font-size: 0.8rem;
  color: #9a3412; /* Brownish color from your image */
  margin-bottom: 15px;
}

/* Coupon Box with Dotted Border Effect */
.coupon-code-box {
  background-color: #f9fafb;
  border: 2px dashed #9ca3af;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

/* Rounded cut-outs effect (Ref Image ss9) */
.coupon-code-box::before, .coupon-code-box::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ffffff; /* Same as card background */
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.coupon-code-box::before { left: -10px; border-right: 1px solid #d1d5db; }
.coupon-code-box::after { right: -10px; border-left: 1px solid #d1d5db; }

.label {
  display: block;
  font-size: 0.75rem;
  color: #6b7280;
  text-transform: uppercase;
}

.code {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #111827;
}

.reveal-btn {
  background-color: #96421d; /* Your brand color #96421d */
  color: white;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.3s;
}

.reveal-btn:hover {
  background-color: #7a3518;
}




