/*
Theme Name: ProMediaArt
Description:Our First Custom Theme
Tags: blog, custom-background, custom-header, custom-logo, custom-menu, e-commerce, featured-image-header, featured-images, flexible-header, full-width-template, grid-layout, one-column, two-columns, portfolio, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, left-sidebar, right-sidebar, editor-style, front-page-post-form, footer-widgets 
Author: PMA
Author URI: https://promediaart.com/
Version: 2.9.2
Theme URI: http://promediaart.com
*/
@import url('https://fonts.googleapis.com/css?family=Open Sans');
@import url('https://fonts.googleapis.com/css?family=Pragati Narrow');
@import url('https://fonts.googleapis.com/css?family=Roboto Condensed');
@import url('https://fonts.googleapis.com/css?family=Open Sans');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=MostraOneBold');
@import url('https://fonts.googleapis.com/css?family=Bebas Neue');
@import url('https://fonts.googleapis.com/css?family=Exo2-Medium');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald');


body{
    margin: 0px !important;
}
a{
	text-decoration:none;
}
.top_total {
    width:100%;
	background-color:#b27907;
	font-family: Open Sans;
}
#top_inner_total {
    width:95%;
}

#top_inner {
    width:100%;
    display:table;
    padding: 0 0;
}
div #top_inner_left {
    display:table-cell;
    text-align:left;
    width:60%;
	vertical-align: middle;
}
div #top_inner_right {
    display:table-cell;
    text-align:right;
    width:40%;
    vertical-align: bottom;
}
#social_total
{
    display:table;
    text-align: left;
}
#social_inner
{
	padding: 6px 0;
}
#social_img
{
    display:table-cell;
}
#social_number
{
    display:table-cell;
    font-size: 12px;
	padding: 0 8px;
}
#social_img img
{
    width:18px;
    height:auto;
    vertical-align:middle;
}
#social_number a
{
    color:#fff;
	text-decoration:none;
}
#top3_total {
	background-color:#efcc40; 
	color:#ffffff;
}
#top3_inner {
	width:95%; 
	text-align:left; 
	padding: 2px 0; 
	font-family: Open Sans;
}
#top3_inner a{
	margin-right:20px;
	font-size: 14px;
	color: #000;
}
#top2_total {
	background-color:#ffffff;
	width:100%;
}
#top2_inner {
	width:95%;
	 
}
#top2_inner_total{
	width:100%; 
	display:table; 
	padding: 5px 0;
}
#top2_inner_left {
	display:table-cell;
	width:56%;
	text-align:left;
}
#logo_inner {
    display: table;
    padding: 5px 0 0px 0;
    width: 100%;
	
}

#logo_inner_left {
    display: table-cell;
    padding: 0 0 0 0;
    width: 23%;
}
#logo-position {
  position: absolute;
  
  top: 70px;
  z-index: 9999;
}
#logo_inner img {
    width: 12.4vw;
    height: auto;
    vertical-align: middle;
}
#logo_inner_right {
    display: table-cell;
    vertical-align: middle;
    padding: 14px 0 0 7px;
    width: 77%;
    font-family: "Times New Roman";
    letter-spacing: -0.5px;
	 
}
#logo_inner_right span {
    font-size: 30px;
	 display: inline;
  white-space: nowrap;
	color:#b27907;
}
span.line-2 {
    color: #000 !important;
}

#top2_inner_right {
    display: table-cell;
    vertical-align: middle;
    width: 44%;
    text-align: right;
}
#translate {
    margin: -14px 0 6px 0;
}
#translate select
 {
    border-radius: 15px;
    color: #666666;
    background-color: #f1f5f6;
    border: #f1f5f6;
    padding: 2px 30px;
    font-family: "Roboto Condensed";
    letter-spacing: -1px;
}
#icons img {
    width: 28px;
    height: auto;
}

#total-dropdown {
    width: 100%;
    background-color: #000;
    padding: 0px 0 0 0;
}
#dropdown {
    margin: 0 0 0 286px;
}
/*****************slide***************************/
#slideshow {max-width:100vw; position:relative; top:0px; z-index:-999;}
#slideshow img {max-width:100vw !important; height:auto;}
.youtube-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.youtube-slide {
  display: none;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube-slide iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.youtube-slide.active {
  display: block;
}
.youtube-slide.active {
  display: block; min-width:98vw;
}


/**************************cards*****************************/

#content_card {
    display: block;
    width: 95%;
    margin: 32px 0 0 0;
    font-family: "Roboto";
    text-align: left;
    font-size: 12px;
    line-height: 24px;
}

#content_card h4 {
    padding: 9px 0 9px 0px;
    font-weight: 300! important;
    text-align: left;
    font-family: "Roboto Condensed";
    line-height: 24px;
}
#content_card h4 a{
    color: #000 !important;
}

.info-section {
   display: flex;
    gap: 25px;
    padding: 40px 0px;
    justify-content: center;
    width: 95%;
}

.info-card {
    background: #ffffff;
    width: 32%;
    min-width: 220px;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e8e8e8;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
}

.info-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #111;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.info-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 25px;
	    text-align: justify;
}
img.pt-cv-thumbnail {
    width: 100%;
}
.read-more {
   display: inline-block;
    padding: 5px 22px;
    background: #cbc6c6;
    color: #403d3d;
    font-size: 14px;
    text-decoration: none;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.read-more:hover
 {
    background: #8f8c95;
    color: #fff;
    transform: translateY(-2px);
}





/************************page********************/


.heritage-content {
  padding: 70px 20px;
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
}

.heritage-container {
  max-width: 1200px;
  margin: auto;
  
}

/* ===== PAGE TITLE ===== */
.heritage-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3a2c1a;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.heritage-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #c9a24d; /* gold accent */
  position: absolute;
  left: 0;
  bottom: 0;
}

/* ===== CONTENT TEXT ===== */
.heritage-intro {
  font-size: 17px;
  line-height: 30px;
  color: #444;
}

.heritage-intro p {
  margin-bottom: 18px;
}
/***************************table*******************/

/* ======= ROOM TITLE ======= */
.table-heading {
  display: block;
  margin: 40px 0 15px;
  font-size: 22px;
  color: #2b2b2b;
  font-weight: 700;
  border-left: 5px solid #c9a24d;
  padding-left: 12px;
}

/* ======= TABLE WRAPPER ======= */
.table-wrapper {
  max-width: 1100px;
  margin: 0 0 40px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* ======= TABLE ======= */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

/* ======= TABLE HEADER ======= */
.pricing-table thead {
  background: linear-gradient(135deg, #3a3a3a, #1f1f1f);
}

.pricing-table th {
  color: #ffffff;
  padding: 16px 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

/* ======= TABLE BODY ======= */
.pricing-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #e6e6e6;
}

.pricing-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #333;
}

/* ======= ROW HOVER ======= */
.pricing-table tbody tr:hover {
  background: #faf7f1;
}

/* ======= LAST ROW BORDER FIX ======= */
.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

/* ======= VIDEO SECTION ======= */
.video-section {
  max-width: 1100px;
  margin: -10px 0 50px;
  display: flex;
  gap: 25px;
}

/* ======= VIDEO CARD ======= */
.video-wrapper {
  width: 100%;
  position: relative;
  padding-top: 70%;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-card {
  width: 50%;
}


/************************form*****************/
/* ===== Form Wrapper ===== */
.wpcf7 {
    max-width: 420px;
    
}

/* ===== Labels ===== */
.wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

/* ===== Inputs, Select, Textarea ===== */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #444;
    border-radius: 2px;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

/* ===== Date Icon Fix ===== */
.wpcf7 input[type="date"] {
    cursor: pointer;
}

/* ===== Select Dropdown ===== */
.wpcf7 select {
    height: 32px;
    background: #fff;
}

/* ===== Textarea ===== */
.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

/* ===== Captcha Section Wrapper ===== */
.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}

/* Captcha label */
.wpcf7 label:has(.wpcf7-captcha-captcha-170),
.wpcf7 label:contains("Captcha") {
    font-weight: 600;
    margin-bottom: 8px;
}

/* Captcha Image */
.wpcf7 img.wpcf7-captcha-captcha-170 {
    display: block;
    background: #f5f5f5;
    padding: 10px;
    border: 1px dashed #bbb;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* ===== Captcha Container ===== */
.wpcf7 img.wpcf7-captcha-captcha-170 {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 12px;
    border: 1px dashed #bbb;
    border-radius: 6px;
    background: #f7f7f7;
    margin-right: 12px;
}

/* ===== Captcha Input ===== */
.wpcf7 input[name="captcha-170"] {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #444;
    border-radius: 4px;
}

/* ===== Submit Button Improved ===== */
.send-btn {
    display: block;
    margin-top: 10px;
    background: linear-gradient(135deg, #1b5e20, #2e7d32);
    color: #fff;
    padding: 12px;
    font-size: 15px;
    border-radius: 30px;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.send-btn:hover {
    background: linear-gradient(135deg, #145214, #1b5e20);
}

/* ===== Center Captcha Section ===== */
.wpcf7 img.wpcf7-captcha-captcha-170,
.wpcf7 input[name="captcha-170"] {
    margin-left: 0;
}




/**********************footer**********************/
#footer_outer {background-color:#0e5b75;margin-top:10px;position:relative;bottom:0px;}

#footer_outer h2 {color:#ffffff; font-family:"PT Sans Narrow";font-weight:normal; text-align:left;border-top:1px solid #ffffff; border-bottom:1px solid #ffffff; display:block;}
#upper_footer_inner {display:table;width:95%; text-align:center; font-family:"Poppins"; vertical-align:top; font-weight:normal; font-size:12px; padding-bottom:20px; padding-top:20px;}
#upper_footer1 {display:table-cell;width:20%;padding:0 10px 0 0; text-align:left; vertical-align:top; }
#upper_footer2 {display:table-cell;width:20%;;padding:0 10px 0 0;vertical-align:top; text-align:left;}
#upper_footer3 {display:table-cell; width:20%; padding:0 10px 0 0; color:#ffffff;vertical-align:top; text-align:left;}
#upper_footer4 {display:table-cell; width:20%; padding:0 10px 0 0; color:#ffffff;vertical-align:top; text-align:left;}
#upper_footer5 {display:table-cell;width:20%; color:#ffffff; padding:0px 10px 0 0;vertical-align:top; text-align:left;}
#footer_inner{width:100%;}
div#upper_footer_inner ul li{list-style: none;}
div#upper_footer_inner ul li a:link {color:#fff;text-decoration:none;}
div#upper_footer_inner ul li a:visited {color:#fff;text-decoration:none;}
div#upper_footer_inner ul li a:hover {color:#ff0000; font-size:12px;}
ul#menu-footer-1, ul#menu-footer-2, ul#menu-footer-3, ul#menu-footer-4, ul#menu-footer-5 {
    padding: 0px;
	line-height: 25px;
}
.lower_footer_total
{
	width: 100%;
	background: #007eae;
	position:relative;
	bottom:0px;
}
#lower_footer_inner
{
	width: 95%;
}
#lower_footer_inner_total
{
	width: 100%;
	display: table;
}
#lower_footer_inner_left
{
	display: table-cell;
	width: 20%;
	text-align: left;
}
#lower_footer_inner_right
{
	display: table-cell;
	text-align: right;
    font-size: 13px;
	color: #fff;
    letter-spacing: -0.5px;
    vertical-align: middle;
    font-family: "Roboto Condensed";
}
#footer_logo img
{
	height: 90px;
	width: auto;
	vertical-align: middle;
	padding: 5px;
	margin:10px 0 10px 0;
	border-radius: 15px;
	}


@media only screen and (max-width: 1366px) {
    #dropdown {
        margin: 0 0 0 202px;
    }
}

@media (max-width: 992px) {
  
  #logo_inner img {
    width: 150px;
  }

  #logo_inner_right {
    padding: 30px 0 0 20px;
  }

  #logo_inner_right span {
    font-size: 22px;
  }
}

@media (max-width: 768px) {   
	
	#logo-position {
    position: absolute;
    top: 70px;
    z-index: 999999;
   
}

#logo_inner img {
    width: 20.4vw;
}
#top2_inner_right {
    width: 20%;}
#logo_inner_right {
   padding: 30px 0 0 50px;
    width: 100%;}
	#logo_inner_right span {
    font-size: 20px;
}
	
 .info-section {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 20px 0;
    }
    .info-card {
        width: 80%;
        max-width: 520px;
        min-width: 0;
        padding: 22px;
        margin: 0 12px;
    }
    .info-card p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.6;
        text-align: left;
    }
    #upper_footer1 {
        display: inline;
    }
	 #upper_footer2 {
        display: inline;
    }
	 #upper_footer3 {
        display: inline;
    }
	 #upper_footer4 {
        display: inline;
    }
	.pricing-table {
    min-width: 100%;
  }

  .pricing-table th,
  .pricing-table td {
    font-size: 14px;
    padding: 10px 6px;
  }
	 strong {
    font-size: 20px;
  }

  .pricing-table {
    font-size: 14px;
  }

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

  .video-wrapper {
    width: 100%;
  }
	.video-card {
    width: 100%;
  }
	 .heritage-container {
    padding: 30px 20px;
  }

  .heritage-title {
    font-size: 24px;
  }

  .heritage-intro {
    font-size: 16px;
    line-height: 26px;
  }
	 .amenities-list {
    grid-template-columns: 1fr;
  }

  .amenities-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 680px) {
	#logo-position {
    position: absolute;
    top: 130px;
    z-index: 999999;
   
  }
  #logo_inner img {
        width: 25.4vw;
    }
	 #logo_inner_right span {
    font-size: 25px;
  }
    #logo_inner_right {
    width: 100%;
    padding: 30px 0 0 30px;
  }
   
 #social_img img {
    width: 15px;
}
#social_number {
    font-size: 10px;
}
#top3_inner a {
    font-size: 12px;
}
#top2_inner_left {
    display: table-row;}
    #top2_inner_right {
        width: 20%;
        display: table-row;
        text-align: left;
    }
	 

    
	    #top2_inner_left
 {
        display: table-footer-group;
    }
	    
	#translate {
    margin: -14px 0 6px 0;
    width: 10px;
    text-align: left;
}
	div#icons {
    position: relative;
    top: -30px;
		text-align: right;
}
#icons img {
  width: 25px;
  height: auto;
}	
}
@media only screen and (max-width: 520px) {
  #logo-position {
    position: absolute;
    top: 170px;
    z-index: 999999;
   
  }
	  #logo_inner_right span {
    display: flex;
    white-space: normal;
    line-height: 1.25;
  }

  
}
@media only screen and (max-width: 480px) {
  
	 #logo_inner img {
    width: 30.4vw;
  }
	 #logo_inner_right {
    width: 50%;
  }
	#logo_inner_right span {
    font-size: 20px;
  }
	    #logo-position {
        position: absolute;
        top: 160px;
        z-index: 999999;
    }
}

@media (max-width: 480px) {
  .pricing-table th,
  .pricing-table td {
    font-size: 13px;
	}}
@media only screen and (max-width: 420px) {
   
	    #logo_inner_right {
        padding: 0px;
			position: relative;
    top: -46px;
			left: 6px;
    }
	    #logo_inner_right span {
        font-size: 18px;
    }
	    #logo-position {
        position: absolute;
        top: 125px;
        z-index: 999999;
    }
	#translate select
	{
		display:none !important;
	}
	div#icons
	{
		top:-8px;
	}
	#total-dropdown{
	top: -40px;
  position: relative;
	}
	#logo-position
	{
		top: 68px;
	}
	#total-sidebar
	{
		top: -40px; 
  position: relative;
	}
	.heritage-content
	{
		padding: 0 20px;
	}
}


@media only screen and (max-width: 380px) {
    #logo_inner_right span {
        font-size: 15px;
    }
	    #logo-position {
        position: absolute;
        top: 64px;
        z-index: 999999;
    }
}

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

  #social_img img {
    width: 15px;
}
#social_number {
    font-size: 10px;
}
#top3_inner a {
    font-size: 12px;
}
#top2_inner_left {
    display: table-row;}
    #top2_inner_right {
        width: 20%;
        display: table-row;
        text-align: left;
    }

    #logo_inner_right {
        width: 40%;
        padding: 0px;
		position: relative;
   
    }
	    #top2_inner_left
 {
        display: table-footer-group;
    }
	   
	#translate {
    margin: -14px 0 6px 0;
    width: 10px;
    text-align: left;
}
	div#icons {
    position: relative;
    top: -10px;
		text-align: right;
}
#icons img {
  width: 25px;
  height: auto;
}	
	    #logo_inner img {
        width: 35.4vw;
    }
	    #logo_inner_right span {
        font-size: 13px;
    }
	    #logo-position {
        position: absolute;
        top: 62px;
        z-index: 999999;
    }
}
/*****************extra***************************/


.ngg-galleryoverview.default-view
 {
    text-align: left !important;
    
}


