/*
Theme Name: Wedding Planner - Child
Theme URI: http://wedding_planner.freevision.me/
Author: freevision
Author URI: http://themeforest.net/user/freevision/portfolio
Description: The Wedding Planner is Responsive WordPress theme well-suited for wedding planner websites.
Version: 6.9
Text Domain: wedding-planner
Domain Path: /lang
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
Template: wedding-planner
*/

body.ozy-alternate-menu nav.navbar {
    top: 0;
}

/* navbar */

    nav.navbar.bootsnav li.dropdown.on>a>span, nav.navbar.bootsnav li.dropdown >li.dropdown:hover {
        background: none!important;
        color: #fff!important;
        border: 0px!important;
		border-radius: 5px!important;
    }

ul.navbar-nav>li.on>a>span, ul.navbar-nav>li>a:hover>span, nav.bootsnav.brand-center ul.nav > li.dropdown ul.dropdown-menu, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
	 border: 0px!important;
		border-radius: 5px!important;
}



/* Home Page */

.text-sty{
	padding: 0px 0px;
	font-size: 18px!important;
	line-height: 25px!important;
    font-family: Josefin Sans;
    font-weight: 400!important;
}

.text-sty1{
	padding: 0px 0px;
	font-size: 18px!important;
	line-height: 25px!important;
    font-family: Josefin Sans;
    font-weight: 600!important;
}


.abouttext-sty {
	padding: 0px 0px;
	font-size: 18px!important;
	line-height: 25px!important;
    font-family: Josefin Sans;
    font-weight: 400!important;
}

.about-sty{
	padding: 0px 50px;
}


.text-sty2{
	font-size: 18px!important;
	line-height: 25px!important;
    font-family: Josefin Sans;
    font-weight: 400!important;
}

.service-sty {
	font-size: 18px!important;
	line-height: 25px!important;
    font-family: Josefin Sans;
    font-weight: 400!important;
	color: #fff!important;
}


.our-eve {
	padding: 0px 50px;
}
.ozy-image_video_box {
    position: relative;
    min-height: 300px!important;
	border-radius: 10px;
}

.ozy-service_box {
	border-radius: 10px;
}

.ozy-service_box:before {
    border-color: #D3B469!important;
	border-radius: 10px;
}

.mega_info_box .mega-info-img {
	width: 100%!important;
}

.vc_info_box_shadow{
	padding: 0px!important;
}

#footer a {
	border-radius: 10px!important;
}

.our-desti{
	padding: 0px 30px;
}

.btn-sty .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat  {
	padding: 5px 25px;
    background: #D0AF62;
    color: #fff;
    margin-top: -21px!important;
    font-family: 'Playfair Display';
    font-size: 17px;
    font-weight: 500;
}

.vc_images_carousel .vc_carousel-indicators {
        bottom: -35px!important;
    }


/* Footer */
#footer-widget-bar {
    border-top-color: rgba(255, 255, 255, 0.10) !important;
    display: none;
}

/* Footer Background */
.custom-footer {
    background: #1a1a1a;
    padding: 50px 40px;
    color: #fff!important;
}

/* Headings */
.custom-footer .foo-hed h3 {
    font-size: 23px!important;
    margin-bottom: 20px!important;
    color: #ffffff!important;
}

/* Lists */
.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 10px;
    font-size: 17px!important;
    color: #fff!important;
}

/* Links */
.footer-links li a {
    text-decoration: none;
    color: #fff!important;
    transition: 0.3s ease;
}

.footer-links li a:hover {
    color: #c9a14a; /* gold hover */
    padding-left: 5px;
}

/* Force footer headings style */
footer .vc_column_container h3,
footer h3,
.custom-footer h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
}



/* Responsive */
@media (max-width: 768px) {
    .custom-footer {
        padding: 30px 20px;
    }
}




/* CONTACT INFO FIX */
.contact-info-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  
}

/* Each row */
.contact-item {
  display: flex;
  align-items: center; /* 🔥 centers icon vertically */
  gap: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;

}

/* Address row needs top alignment */
.contact-item:first-child {
  align-items: flex-start;
}

/* Icons */
.contact-item i a {
  color: #fff;
  font-size: 18px;
  min-width: 20px; /* 🔥 keeps phone & email visible */
  margin-top: 3px;
}

/* Links */
.contact-item a {
  color: #fff;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

/* Address row only */
.contact-info-box .contact-item:first-child {
  align-items: center !important;
}

/* Improve visual balance */
.contact-info-box .contact-item:first-child i {
  margin-top: 0;
}

.sub-head {
	padding-left: 70px!important;
	padding-right: 70px!important;
}



/* --------------------
   MOBILE & TABLET
-------------------- */
@media (max-width: 768px) {
  .contact-item {
    font-size: 17px;
  }

  .contact-item i {
    font-size: 17px;
  }
	
	.sub-head {
	padding-left: 10px;
	padding-right: 10px;
}
	
}

@media (max-width: 480px) {
  .contact-item {
    font-size: 17px;
    gap: 10px;
  }
}

#footer {
    background-color: #000000!important;
	display: none!important;
}

#footer-widget-bar *, #footer-widget-bar-sticky #close-footer-info-bar {
    color: #fff!important;
}

#footer-widget-bar a, .ozy-twitter-widget div>span {
    color: #ffffff!important;
}

#footer-widget-bar #social-icons>a {
	color: #000000!important;
}

/* section overlay */


.sec-overlay {
  position: relative;
  overflow: hidden;
  min-height: 350px!important;
}


/* Services Banner  */

.hero-dark-bg {
	height: 600px!important
}






/* Base icon box */
.icobox-hov  {
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Hover animation: bottom to top */
.icobox-hov :hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}


.pfg-filter--active {
	background: #000;
	color: #fff!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	padding-left: 25px!important;
	padding-right: 25px!important;
	font-size: 18px!important;
}

.pfg-filters--buttons .pfg-filter {
	background: #D0AF62;
	color: #fff!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	padding-left: 25px!important;
	padding-right: 25px!important;
	font-size: 18px!important;
}

.pfg-filter--active:hover, .pfg-filter--active:focus {
	background: #000!important;
	color: #fff!important;
}

.footrt-sec2{
	padding-left: 50px!important;
}

.footer-text{
	font-size: 18px!important;
    font-family: Josefin Sans;
    font-weight: 400!important;
	color: #fff!important;
}

@media (max-width: 768px) and (max-width: 480px) {
	.footrt-sec2{
	padding-left: 10px!important;
}
}

@media (min-width: 1025px) {
    nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.left {
        text-align: left;
        padding-right: 0!important;
    }
}




/* Mobile Responsive */

@media (max-width: 768px) and (max-width: 480px) {
  .text-sty {
	padding: 0px 0px!important;	  	  
}
	#footer>footer>.container>span {
        font-size: 20px!important;
    }
	.our-eve{
	padding: 0px 0px!important;
}
	.our-desti{
	padding: 0px 0px!important;
}
	.about-sty{
	padding: 0px 0px!important;
  }
	.sec-overlay {
  
  min-height: 200px!important;
}
	.service-overlay {
		min-height: 200px!important;
	}
	
	.footrt-sec2 {
		padding-left: 0px!important;
	}
	
	.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
		padding-top: 0px!important;
	}
	.hero-dark-bg {
	height: 250px!important
}
}

@media (min-width: 1025px) {
    nav.navbar {
       
        
        padding: 0 30px 0 30px!important;
    }
}



