/*
Theme Name: BPZA Custom Theme
Author: Druva Karthik
Version: 1.0
*/

*{
    font-family: 'Poppins';
}

#Container, header, nav, section, #CreativeConnect, footer, #Content-Containe, #Main-Banner, #Main-Banner-S, #Title  {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Container {
	overflow: hidden;
}

#Footer, #Content-Main, #Banner-Intra, #Title-Intra {
	max-width: 1366px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

body {
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    background-color: #cfdbd5;
}

/* Header */

header {
    padding: 5px 0px;
    position: relative;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #111184;
}

.home header {    
	position: absolute;
}

.header-l{
	padding: 0 10px;
    vertical-align: middle;
    margin: 0 auto 15px auto;
    width: 80px;
}

.header-l a{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
}

.header-l img{
    border-radius: 50%;
}

.header-r{
	vertical-align: middle;
    text-align: left;
}


.header-r .logoTxt {
	display: inline-block;
	width: 100%;
	max-width: 640px;
	min-width: 300px;
}

.logo-op{
    width: 600px;
}

/* Banner */

body.home #Main-Banner:after{
	content: '';
    position: absolute;
    background: rgb(20 20 20 / 70%);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.8;
}

#Banner{
    height: 100vh;
}

#Banner-Intra{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}
























.banner-content{   
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 0 0 10px;
    margin: auto;
    z-index: 3;
}

.banner-content h1 {
    color: #ffffff;
    font: 300 50px / 70px 'Fraunces';
    letter-spacing: 1.4px;
	text-align: center;
}

.banner-content .register-info {
	text-align: center;
}

.banner-content .register-info a{
	display: inline-block;
    color: #141414;
    font: 400 14px / 30px 'Poppins';
    box-shadow: 0px 3px 6px #00000029;
    width: 180px;
    text-align: center;
    padding: 10px;
    margin: 30px auto 0 auto;
    letter-spacing: 1px;
    background: #ffffff;
}

.register-info a.reg-btn {
	background: #D9A441;
	color: #ffffff;
}


/* Slider Code */

.rslides {
	width: 100%;
	height: 100%;
	position: relative;
}
.rslides li {
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-khtml-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.rslides li li {
	display: inherit;
	width: inherit;
	height: inherit;
	position: inherit;
	left: inherit;
	top: inherit;
}




.banner1{
	background: url(../images/banner/banner-1.jpg) no-repeat center bottom;
	background-size: cover;
}

.banner2{
	background: url(../images/banner/banner-2.jpg) no-repeat center bottom;
	background-size: cover;
}

.banner3{
	background: url(../images/banner/banner-3.jpg) no-repeat center bottom;
	background-size: cover;
}

.banner4{
	background: url(../images/banner/banner-4.jpg) no-repeat center bottom;
	background-size: cover;
}

.banner5{
	background: url(../images/banner/banner-5.jpg) no-repeat center bottom;
	background-size: cover;
}

.banner6{
	background: url(../images/banner/banner-6.jpg) no-repeat center bottom;
	background-size: cover;
}


/* Main Banner */


#Title {
	padding: 50px 0;
}

#Title-Intra h1{
    font: 400 50px / 60px 'Fraunces';
    color: #333333;
    letter-spacing: 1px;
    padding: 0 0 0 5px;
    text-align: center;
}

#Title-Intra h1 span{
    display: block;
    font: normal 18px / 30px 'Fraunces';
    color: #fefefe;
    letter-spacing: 1px;
}


/* Contact */

.contact-info{
	padding: 40px 0 0 0;
}

.contact-info h2{
    font: normal 38px / 50px 'Fraunces';
    color: #333333;
    margin: 0 0 15px 0;
}

.contact-info p{
    font: 400 18px / 32px 'Poppins';
    color: #333333;
    letter-spacing: 0.5px;
}

.contact-form-grid{
    margin: 20px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.contact-form-content{
    vertical-align: middle;
    background: #221c1c;
	padding: 50px;
}

.textMain .contact-form-content li.phone-ico {
    background: url(../images/phone-ico.svg) no-repeat 0px 7px;
    background-size: 36px;
}

.textMain .contact-form-content li.mail-ico {
    background: url(../images/mail-ico.svg) no-repeat 0px 2px;
    background-size: 36px;
}

.textMain .contact-form-content li.address-ico {
    background: url(../images/map-ico.svg) no-repeat 1px 5px;
    background-size: 36px;
}

.textMain .contact-form-content li.clock-ico {
    background: url(../images/clock.png) no-repeat 1px 5px;
    background-size: 36px;
}

.textMain .contact-form-content li {
	padding: 0 0 0 46px;
	background: none;
	margin: 20px 0;
}

.contact-form-content li h4{
    font: 400 20px / 34px 'Fraunces';
	color: #e38e0c;
    margin: 0;
    letter-spacing: 0.5px;
}

.contact-form-content li p{
    font: 400 16px/30px 'Poppins';
    color: #dedede;
	padding: 0;
}

.contact-form-content li p a{
    color: #dedede;
}

.contactBox label.error {
    font: 400 13px/20px 'Poppins';
    color: #e64325;
}


/* ===============================
   BPZA Table Styling
   =============================== */

.bpza-docx-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 15px;
    line-height: 1.6;
    background-color: #ffffff;
}

/* Table border */
.bpza-docx-content table,
.bpza-docx-content th,
.bpza-docx-content td {
    border: 1px solid #d6d6d6;
}

/* Header row */
.bpza-docx-content th {
    background-color: #f3f4f6;
    color: #111827;
    font-weight: 600;
    text-align: left;
    padding: 12px 14px;
    white-space: nowrap;
}

/* Table cells */
.bpza-docx-content td {
    padding: 10px 14px;
    vertical-align: top;
    color: #1f2937;
}

/* Alternate row shading */
.bpza-docx-content tr:nth-child(even) {
    background-color: #fafafa;
}

/* Hover effect (desktop only) */
.bpza-docx-content tr:hover {
    background-color: #f1f5f9;
}

/* Name column emphasis (1st column) */
.bpza-docx-content td:first-child {
    font-weight: 600;
    color: #0f172a;
}

/* Date column (2nd column) */
.bpza-docx-content td:nth-child(2) {
    white-space: nowrap;
    color: #334155;
    font-size: 14px;
}

/* Responsive handling */
@media (max-width: 768px) {
    .bpza-docx-content table {
        font-size: 14px;
    }

    .bpza-docx-content th,
    .bpza-docx-content td {
        padding: 8px 10px;
    }
}


/* Media Query */

header {
  height: 114px;
  transition:
    background-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* Desktop only */
@media (min-width: 640px) {
  header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    backdrop-filter: blur(6px);
  }

  body.has-fixed-header {
    padding-top: 114px;
  }
}


/* pCloud Gallery hard-fix */
.pfg-grid{
  display:grid !important;
  width:100% !important;
  clear:both !important;
}
.pfg-item{
  display:block !important;
}
.pfg-item img{
	display: block !important;
    width: 100% !important;
    height: 300px !important;
    max-width: 100% !important;
}

/* Mobile */
@media (max-width: 639px) {
  header {
    position: static !important;
    box-shadow: none;
    backdrop-filter: none;
  }
}

@media screen and (max-width: 1140px) {
	#pc-menu{
		display: none;
	}
	.mobile-menu{
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.contact-form-box{
		display: none;
	}
}
 
@media screen and (max-width: 860px) {
	#Title-Intra h1{
		text-align: center;
		padding: 0 10px;
	}
	.textMain p{
		text-align: left;
	}
}


@media screen and (max-width: 500px) {
	.banner-content {
		position: absolute;
		top: 55%;
	}
}




