/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2026 | 12:56:40 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}
 /* ── Reset & base ───────────────────────────────────────── */
/*   header css */
/* ===== NAV LINKS ===== */
.shaadi-nav-link {
  font-family: 'Georgia', serif;
  font-size: 19px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: color 0.2s;
}
.shaadi-nav-link:hover { color: #ffffff; }

/* ===== DROPDOWN WRAPPER ===== */
.shaadi-dropdown-wrap { position: relative; }
.shaadi-dropdown-wrap::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
}

/* ===== DROPDOWN MENU ===== */
.shaadi-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #b5552d;
  min-width: 200px;
  border-top: 2px solid #e8c97a;
  z-index: 999;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.shaadi-dropdown-wrap:hover .shaadi-dropdown { display: flex; }

/* ===== DROPDOWN LINKS ===== */
.shaadi-dropdown-link {
  font-family: 'Georgia', serif;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-bottom: 0.5px solid rgba(255,255,255,0.1);
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  display: block;
}
.shaadi-dropdown-link:last-child { border-bottom: none; }
.shaadi-dropdown-link:hover { background: rgba(255,255,255,0.08); color: #ffffff; }

/* ===== HAMBURGER ===== */
.shaadi-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  margin-left: auto;
}
.shaadi-hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: #f0ddb0;
}

/* ===== DRAWER LINKS ===== */
.shaadi-drawer-link {
  font-family: 'Georgia', serif;
  font-size: 14px;
  color: #f0ddb0;
  text-decoration: none;
  letter-spacing: 0.5px;
  border-bottom: 0.5px solid rgba(255,255,255,0.1);
  padding: 11px 0;
  display: block;
}
.shaadi-drawer-sub-link {
  font-family: 'Georgia', serif;
  font-size: 13px;
  color: #c9a855;
  text-decoration: none;
  padding: 8px 0 8px 16px;
  border-bottom: 0.5px solid rgba(255,255,255,0.07);
  display: block;
  letter-spacing: 0.3px;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 1055px) {
  .shaadi-desktop-nav { display: none !important; }
  .shaadi-hamburger { display: flex; }
  .shaadi-nav-inner {
    justify-content: space-between !important;
    padding: 0 20px !important;
  }
}

/* Logo responsive */
@media (max-width: 768px) {
  .dream-logo img {
    height: 75px !important;
    width: auto;
    display: block;
    padding: 3px !important;
  }
}

/* footer css */
/* ===== SHAPE MOCKUP WRAP ===== */
.shape-mockup-wrap {
  position: relative;
  overflow: hidden;
}

/* ===== WIDGET AREA ===== */
.widget-area {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .widget-area {
    padding: 80px 0 40px 0;
  }
}

/* ===== FOOTER LAYOUT 2 ===== */
.footer-layout2 {
  /*background-color: var(--black-color);*/
}
.footer-layout2 .copyright-wrap {
  text-align: center;
  padding: 33px 0;
  background-color: transparent;
}
.footer-layout2 .footer-menu ul {
  margin-bottom: 0;
  padding-left: 0;
}
.footer-layout2 .footer-menu .menu-item {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
.footer-layout2 .footer-menu .menu-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--white-color);
}
.footer-layout2 .footer-menu .menu-item:first-child {
  padding-left: 0;
  margin-left: 0;
}
.footer-layout2 .footer-menu .menu-item:first-child::before {
  display: none;
}
.footer-layout2 .footer-menu .menu-item:last-child {
  margin-right: 0;
}
.footer-layout2 .footer-menu .menu-item a {
  color: #000;
  line-height: 1;
  position: relative;
}
.footer-layout2 .footer-menu .menu-item a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--white-color);
  bottom: -2px;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.footer-layout2 .footer-menu .menu-item a:hover {
  color: var(--white-color);
}
.footer-layout2 .footer-menu .menu-item a:hover::after {
  width: 100%;
  left: 0;
}

/* ===== FOOTER WIDGET ===== */
.footer-widget {
  margin-bottom: 30px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  margin: -9px 0 30px 0;
  color: var(--white-color);
  font-size: 24px;
}
.footer-widget .widget_title img {
  display: block;
  padding-top: 12px;
}

/* ===== FOOTER WIDGET NAV MENU ===== */
.footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}
.footer-widget.widget_nav_menu a {
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 0;
}
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_nav_menu a:before {
  display: none;
}
.footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

/* menu-all-pages-container ul.menu links */
.footer-widget.widget_nav_menu .menu a {
  font-size: 16px;
  color: #000;
  padding-left: 15px;
  position: relative;
}
.footer-widget.widget_nav_menu .menu a span {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--white-color);
  bottom: -2px;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.footer-widget.widget_nav_menu .menu a::before {
  content: "\f105";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--icon-font);
  font-weight: 400;
  color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.footer-widget.widget_nav_menu .menu a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.footer-widget.widget_nav_menu .menu a:hover {
  color: #000;
  transform: translateX(15px);
}
.footer-widget.widget_nav_menu .menu a:hover span {
  width: 100%;
  left: 0;
}
.footer-widget.widget_nav_menu .menu a:hover::before,
.footer-widget.widget_nav_menu .menu a:hover::after {
  color: #B5552D;
}

/* ===== FOOTER LOGO ===== */
.footer-logo {
  margin-bottom: 15px;
}
.footer-logo a {
  display: inline-block;
}
.footer-logo img {
  max-width: 100%;
  height: auto;
}

/* ===== FOOTER TEXT ===== */
.footer-text {
  margin: 0 0 20px 0;
  max-width: 300px;
  color: var(--white-color);
}

/* ===== VS WIDGET ABOUT ===== */
.vs-widget-about {
  display: block;
}
.vs-widget-about__text {
  color: var(--white-color);
}

/* ===== FOOTER SOCIAL ICONS ===== */
.footer-social {
  font-size: 14px;
  margin-top: 10px;
}
.footer-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin: 0 5px 0 0;
  color: var(--white-color);
  background-color: var(--theme-color);
  text-align: center;
  border-radius: 10px;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.footer-social a i {
  font-size: 16px;
  line-height: inherit;
}

/* ===== FOOTER INFO (Contact Us block) ===== */
.footer-info {
  display: flex;
  align-items: center;
  background-color: var(--theme-color);
  border-radius: 10px;
  padding: 5px 30px 5px 5px;
}
.footer-info.style2 {
  padding: 0;
  background-color: transparent;
  margin-bottom: 20px;
}
.footer-info.style2:last-child {
  margin-bottom: 0;
}
.footer-info.style2 .footer-info_label,
.footer-info.style2 .footer-info_link {
  color: var(--white-color);
}

/* Round contact icons — phone, email, location */
.footer-info.style2 .footer-info_icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.footer-info.style2 .footer-info_icon i {
  font-size: 18px;
  color: var(--white-color);
}
.footer-info.style2 .footer-info_icon:hover {
  background-color: var(--sec-color);
}

/* media-body inside footer-info */
.footer-info .media-body {
  flex: 1;
}

/* label above contact detail */
.footer-info_label {
  color: var(--white-color);
  font-size: 16px;
  font-family: var(--title-font);
  text-transform: capitalize;
  display: block;
  margin: 0 0 4px 0;
}

/* contact detail text/link */
.footer-info_link {
  color: var(--white-color);
  font-weight: 700;
  font-size: 16px;
}
.footer-info_link a {
  color: inherit;
  position: relative;
  display: inline-block;
}
.footer-info_link a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--white-color);
  bottom: -2px;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.footer-info_link a:hover {
  color: var(--white-color);
}
.footer-info_link a:hover::after {
  width: 100%;
  left: 0;
}

/* ===== COPYRIGHT WRAP ===== */
.copyright-wrap {
  text-align: center;
  padding: 29px 0;
  background-color: #0b2048;
}

/* ===== COPYRIGHT TEXT ===== */
.copyright-text {
  margin: 0;
  color: var(--white-color);
}
.copyright-text a {
  position: relative;
  color: #000;
}
.copyright-text a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--white-color);
  bottom: 0px;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.copyright-text a:hover {
  color: #B5552D;
}
.copyright-text a:hover::after {
  width: 100%;
  left: 0;
}

/* ===== FOOTER MENU (bottom copyright row) ===== */
.footer-menu ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.footer-menu .menu-item {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
.footer-menu .menu-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--white-color);
}
.footer-menu .menu-item:first-child {
  padding-left: 0;
  margin-left: 0;
}
.footer-menu .menu-item:first-child::before {
  display: none;
}
.footer-menu .menu-item a {
  color: #000;
  line-height: 1;
}
.footer-menu .menu-item a:hover {
  color: var(--theme-color);
}

/* ===== UTILITY ===== */
.black-text {
  color: #000 !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .widget-area {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .footer-social a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .footer-info.style2 .footer-info_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin-right: 12px;
  }
  .footer-info_label {
    font-size: 14px;
  }
  .footer-info_link {
    font-size: 14px;
  }
}
.container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}

.footer-menu ul {
	display: flex;
	gap: 20px;
}

.wp-block-search .wp-block-search__label {
    font-weight: 700;
    color: #000;
	font-family: "Inria Sans", sans-serif;
	width: 100%;
}
.sidebar_widgets{
	font-size: 25px;
	text-align: left !important;
	border-radius: 5px;
}

#secondary ul li:last-child, #footer-widgets ul li:last-child {
    color: #fff;
}

.footer-layout2 {
    background-color: #FBF5E6;
}

.footer-widget .widget_title {
  font-family: "Inria Sans", sans-serif;
  font-size: 24px;
  color: #000000;
  margin: -9px 0px 30px 0px;
    text-transform: none;
    font-weight: 600;
    line-height: 1.5;
}
}
.vs-widget-about p
 {
    font-family: "Inria Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
body {
    font-family: var(--body-font) !important;
    font-size: 16px !important;
	font-weight: 400;
}
.footer-menu ul li a {
	color: #000;
	
}
.footer-menu ul li a:hover {
	color: #B5552D;
	
}
.foter_section_title {
	font-weight: 700;
}
.footer-info.style2 .footer-info_icon:hover {
    
    background-color: var(--theme-color);
}
.row {

    --bs-gutter-y: 3rem;
}
@media (max-width: 767px) {
    .footer-info_link
 {
        font-size: 16px;
    }
}
svg {
    width: 32px;
    height: 32px;
}
.wp-block-latest-posts__post-title{
	color: #fff !important; 
}
.post-tags {
	margin-top: 20px; 
}
#secondary .widget:not(:last-child) {
    background-color: #FBF5E6;
	    border-radius: 10px;
}
.widget:last-child {
    background-color: #FBF5E6;
	    border-radius: 10px;
}
.wp-block-categories li a {
	padding: 5px 10px 5px 10px;	
}
#secondary .wp-block-group__inner-container > h2 {
	background-color: #FFFAF7;
}
#secondary ul li a {
	color: #B5552D !important;
	padding: 0;
	background-color: #FBF5E6;
	font-family: "Inria Sans", sans-serif;
}
#content-wrap {
    padding: 50px 0;
}
#secondary{
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
#primary{
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
#content{
	 background-color: #FFFAF7;
}
.footer-layout2 .widget-area .container {
	padding-left: 25px;
	padding-right: 25px;
}
@media (min-width: 992px) and (max-width: 1199.5px) {
    
	.last_f_widget{
		margin-top: 0;
	}

}

.entry-title a, .comments-link a {
   font-family: 'Cormorant', serif;
	font-size: 30px;
	font-weight: 700;
}
.wp-block-search .wp-block-search__button:hover{
	background-color: #c89b63;
}
#secondary .wp-block-group__inner-container > h2{
	font-family: 'Cormorant', serif;
	font-weight: 600;
}
.blog-post-item .entry-meta {
    font-family: "Inria Sans", sans-serif;
}
.single-post-wrap .blog-post-item .entry-title{
	font-family: 'Cormorant', serif;
	font-size: 40px;
	font-weight: 700;
}
html {
    scroll-behavior: smooth !important;
}

.wp-block-search__inside-wrapper{
	display: flex;
	width: 100%;
}
@media (max-width: 430px){
    #wa-popup{
        max-width: calc(100vw - 32px) !important;
       
        left: auto !important;
        
    }
    #wa-widget {
        bottom: 15px !important;
         right: 16px !important;
    }
    
}
#wa-widget{
    bottom:30px;
}
@media (max-width: 328px){
    .footer_CTA_heading{
        font-size: 25px !important;
    }
    .footer_CTA_button{
        padding: 10px 15px !important;
        font-size: 15px !important;
    }
    .footer_CTA_para{
        min-width: 0 !important;
    }
}

.elementor-37 details.e-n-accordion-item[open] > summary.e-n-accordion-item-title {
    --border-radius: 15px 15px 0px 0px !important;
    border-radius: 15px 15px 0px 0px !important;
}

.elementor-37 details.e-n-accordion-item[open] {
    border-radius: 15px 15px 15px 15px !important;
}

.elementor-37 details.e-n-accordion-item[open] .elementor-element-ebab0f6 {
    --border-radius: 0px 0px 15px 15px !important;
    border-radius: 0px 0px 15px 15px !important;
}
.elementor-37 .elementor-element.elementor-element-60a611c {
    border-radius: 0px 0px 15px 15px;
}
.elementor-37 .elementor-element.elementor-element-6f93c41 {
	border-radius: 0px 0px 15px 15px; 
}
.elementor-37 .e-n-accordion-item-title {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row !important;
}

.elementor-37 .e-n-accordion-item-title-icon {
    margin-left: auto !important;
    order: 2 !important;
}

.elementor-37 .e-n-accordion-item-title-text {
    order: 1 !important;
}

    .sticky-consult-wrap {
  position: fixed;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 9999;
}

.sticky-consult-btn {
  display: block;
  background: #B5552D;
  color: #fff !important;
  text-decoration: none;
  writing-mode: vertical-rl;
  padding: 20px 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Georgia', serif;
  border-radius: 6px 0 0 6px;
  box-shadow: -3px 0 10px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}

@media (max-width: 662px){
	.footer_bottom_links{
		margin-top: 0;
	}
}
.elementor-37 .elementor-element.elementor-element-a85303d .e-n-accordion-item-title{
    transition: background-color 0.1s ease;
}

#secondary ul li:last-child {
	color: #B5552D;
}
For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

