/*
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');




/***************top********************/

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
a {
    color: #337ab7;
    text-decoration: none;
}

.aipa-header {
  height: 110px;
    position: fixed;
	display:table;
    top: 0px;
    z-index: 99;
    opacity: .9;
width: 100%;
    margin: 0 0 0 0;
background-position: left;
    background: linear-gradient(to right, white, #e5a709, #c69415);
}
.logo {
    width: 50%;
    padding: 0px 15px;
    display: table-cell;
}
.social-icons {
    width: 50%;
  padding: 0px 15px;
  display: table-cell;
  text-align: right;
	vertical-align: middle;
}

.logo img {
  height: auto;
    width: 255px;
}

.social-icons a {
  margin-left: 15px;
}

.social-icons img {
      max-width: 40px;
    height: auto;
    padding: 0 15px 0 0;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.social-icons img:hover {
  transform: scale(1.1);
}

/**********menu**************/

.custom-menu-bar {
   background: linear-gradient(to right, #FC4000, #892a0b, #892a0b, #892a0b, #000000, #000000);
    background-color: #000000;
    height: 40px;
    width: 100%;
    padding: 0 0 0 5px;
    position: fixed;
    top: 110px;
    z-index: 98;
    box-shadow: 4px 4px 8px #000000;
}

.custom-menu-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.custom-menu-bar ul li {
    margin-right: 20px;
}

.custom-menu-bar ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    transition: color 0.3s;
}

.custom-menu-bar ul li a:hover {
    color: #FFD700; /* golden on hover */
}
#space {
    height: 140px;
}
/*******************home********************************/

h2#page-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}


/*******************pages******************************/
#main-content {
    margin: 2% 0 2% 10%;
    text-align: justify;
    border-bottom: 1px solid #9e3c3c;
	width: 75%;
}
#main-content h2 {
    font-family: 'Roboto Condensed';
    color: #9e3c3c;
    border-bottom: 1px solid #9e3c3c;
    display: block;
    padding: 10px 0 10px 0;
    margin: 0 0 15px 0;
    font-size: 30px;
}


 .profile-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .profile-table td {
    vertical-align: top;
    padding: 15px;
  }

  .profile-table .img-col {
    width: 30%;
    text-align: center;
  }

  .profile-table .img-col img {
    width: 165px;
    height: 165px;
    object-fit: cover;
  }

  .profile-table .text-col {
    width: 70%;
  }

  .profile-table p {
    text-align: justify;
    margin: 10px 0;
  }

  .profile-table strong {
    display: block;
    margin-bottom: 5px;
  }

.country-container {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      background: #d9d9ff;
      padding: 20px;
      max-width: 1200px;
      margin: auto;
      gap: 40px;
      flex-wrap: nowrap;
    }

    .region {
      width: 30%;
    }

    .region h3 {
      border-bottom: 2px solid #999;
      padding-bottom: 5px;
      margin-bottom: 10px;
      color: #333;
    }

   .country-container ul {
      list-style: none;
      padding: 0;
    }

    li {
      margin: 5px 0;
      align-items: center;
    }

    li img {
      width: 20px;
      height: 14px;
      margin-right: 10px;
      border: 1px solid #ccc;
    }

/*****************card************************/


.aipa-cards-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 85%;              /* Set wrapper width */
  margin-left: auto;       /* Center the wrapper */
  margin-right: auto;
}

.aipa-cards-wrapper .pt-cv-view {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  width: 100%;
}

.aipa-cards-wrapper .pt-cv-ifield {
      background-color: #ffffff;
    box-shadow: 3px 3px 6px #666666;
    padding: 0px 0px 0px 0px;
}

/* Image default style: grayscale + dim */
.aipa-cards-wrapper .pt-cv-ifield img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(90%) grayscale(50%);
  transition: transform 0.6s ease, filter 0.6s ease;
  transform: scale(1);
  border: 1px solid #676377;
	clip-path: inset(10px 10px 10px 10px);
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
/* Hover effect: color + zoom */
.aipa-cards-wrapper .pt-cv-ifield:hover img {
  width: 100%;
    height: auto;
    clip-path: inset(0px 0px 0px 0px);
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.pt-cv-thumbnail {
	margin-bottom: 0px !important;}
/* Card hover lift */
.aipa-cards-wrapper .pt-cv-ifield:hover {
  transform: translateY(-8px);
}

h4.pt-cv-title a {
  color: #fff;
}
.aipa-cards-wrapper .pt-cv-title {
  position: absolute;
    text-shadow: -4px 4px 8px #000000;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    opacity: .8;
    bottom: 150px;
    left: 55px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
/*******************footer********************/

#footer {
    background-color: #515660;
    width: 100%;
    line-height: 25px;
}
#footer h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px solid rgba(229, 200, 39, .5);
    border-bottom: 1px solid rgba(229, 200, 39, .5);
    padding: 4px 0 4px 0;
    text-align: left;
}
ul#menu-footer-1 {
    list-style: none;
    display: block;
}
#footer ul li {
    list-style: none;
}
#footer ul li a:visited {
    color: #cccccc;
}






.aipa-footer {
  background-color: #4b4e58;
  padding: 40px 20px;
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
	width:85%
}

.footer-column {
  flex: 1 1 190px;
  min-width: 180px;
}

.footer-column h4 {
      color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px solid rgba(229, 200, 39, .5);
    border-bottom: 1px solid rgba(229, 200, 39, .5);
    padding: 4px 0 4px 0;
    text-align: left;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #ccc;
	text-align: left;
}

.footer-column ul li a {
  color: #cccccc;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.youtube-box iframe {
  border-radius: 4px;
  margin-top: 10px;
}

#lower_footer {
    background-color: #c3c7c9;
    text-align: left;
}
#lower_footer1 {
    text-align: left;
	width:50%;
	display:table-cell}
div#lower_footer2
 {
	 width:50%;
	display:table-cell;
	 text-align:right;
}

#lower_footer_links {
    width: 100%;
    display: table;
}

ul#menu-footer-9 {
    list-style: none;
	display: inline-block;
}
ul#menu-footer-9 li {
    display: table-cell;
	padding-right: 15px;
	padding-left: 15px;
}
li#menu-item-533 {
    border-right: 1px solid #000;
}
li#menu-item-534{
	border-right: 1px solid #000;
}
#lower_footer2 a {
  color: #000;
}

/*********************mobile responsive****************/

@media (max-width: 768px) {
	#space {
  height: 0px;
}
.logo {
  width: 40%;}
	.social-icons {
  display: table-row;
  text-align: left;}

#mega-menu-wrap-my-custom-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin-right: 35px !important;
}
	.logo img {
  height: auto;
  width: 200px;
}
	
.social-icons a {
  margin-left: 0px;
}
.social-icons img {
max-width: 30px;
  padding: 0px 0px 0 15px;}
.aipa-header {
  position: unset;}

.custom-menu-bar{ position: unset;}
	#lower_footer1 {
  text-align: center !important;
  width: 50%;
  display: table-row !important;
}
#lower_footer2 {
  width: 50%;
  display: table-row !important;
  text-align: center !important;
}
.row {
  width: 100% !important;
}
	#menu-footer-9 {
  padding-left: 0px;
}
	
}