/* =========================================
   PW VIDYAPEETH CAMPAIGN SPECIFIC STYLES
   ========================================= */

/* Hero Section */
.pw-hero {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 280px;
    padding-bottom: 50px;
    overflow: visible;
}

/* Diagonal Backgrounds */
.pw-hero__bg-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    height: 65vh;
    min-height: 750px;
    z-index: 1;
}

.pw-hero__bg-black {
    position: absolute;
       top: 10%;
    left: 10%;
    width: 85%;
    height: 90%;
    z-index: 1;
}

.pw-hero__bg-black-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transform:rotate(5deg);
}

.pw-hero__bg-red {
    position: absolute;
       top: 4%;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: 2;
    transform:rotate(3deg) !important;
}

.pw-hero__bg-red-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.hero-section__divider {
    width: 244px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 2rem;
	margin-bottom: 2rem;
    padding-right: 60px;
}


/* Content Layout */
.pw-hero__content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}

.pw-hero__text {
    flex: 1;
    color: #fff;
    padding-bottom: 330px;
}

.pw-hero__title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
     color: #fff;
}

.pw-hero__subtitle {
        font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin: 0;
}

.pw-hero__image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    transform: translateY(0px); /* Allow image to break out bottom */
}

.pw-hero__team-img {
   max-width: 120%;
    height: auto;
    object-fit: contain;
    transform: translateX(9.8%) translateY(-10.5%);
}

/* General Layout Utils */
.pw-section {
    padding: 50px 5% 10px 5% ;
    background-color: #fff;
    color: #000;
}

.pw-container {
    max-width: 900px;
    margin: 0 auto;
}

.text-accent {
    color: #fbab17; /* Yellow */
}

.text-center {
    text-align: center;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 1rem;
}

.text-sm {
    font-size: 1rem;
    font-weight: 400;
}

/* Typography */
.pw-campaign .editorial-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pw-campaign .editorial-header__tag {
    font-family: var(--font-poppins, 'Poppins', sans-serif);
    font-size: 1.4rem;
   font-weight:500;
	line-height: 1.4;
    color: #000;
    margin-right: 1.25rem;
    white-space: nowrap;
}

.pw-campaign .editorial-header__line {
    flex-grow: 1;
    max-width: 400px;
    height: 2px;
    background-color: #fbab17; /* Yellow */
    transform-origin: left center;
}

.pw-section__title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.pw-section__desc {
    font-size: 1.2rem;
     font-weight:400;
	line-height: 1.4;
    margin-bottom: 20px;
    color: #000;
}

.pw-quote {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0px 0;
    line-height: 1.2;
}

/* Grids */
.pw-grid-2col {
       gap: 30px;
    max-width: 630px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.pw-grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.pw-grid-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
}

.pw-billboards{
     grid-template-columns:1fr 1.21fr;
}

/* Services Grid */
.pw-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.pw-service-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.pw-service-desc {
    font-size: 1.2rem;
    line-height: 1.4;
	font-weight:400;
    color: #000;
}

/* Floating Pamphlets */
.pw-pamphlets-section {
    /* background-color: #f9f9f9; */
    padding: 120px 5%;
    overflow: hidden;
}

.pw-pamphlets-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pw-pamphlet {
    position: absolute;
    width: 45%;
    /* box-shadow: 0 20px 40px rgba(0,0,0,0.15); */
    border-radius: 4px;
}

.pw-pamphlet-1 {
    transform: rotate(1deg) translate(-40%, 10%);
    z-index: 2;
}

.pw-pamphlet-2 {
    transform: rotate(4deg) translate(46%, -10%);
    z-index: 1;
    width: 50%;
}



@media screen and (min-width: 768px) and (max-width: 819px) {

	    .pw-hero__content-wrapper {
			flex-direction: row !important;
	}
	
	
	
	    .pw-hero__team-img {
        max-width: 147% !important;
        height: auto;
        object-fit: contain !important;
                 transform: translateX(10.8%) translateY(38.7%) !important;
			rotate: 10deg !important;
    }

	.pw-hero__content-wrapper {
        flex-direction: column;
        text-align: center;
		padding-top: 00px !important;
	}
	
}
@media only screen and (min-device-width: 744px) and (max-device-width: 1133px) and (-webkit-min-device-pixel-ratio: 2) {
  /* Your styles here */
}


/* Responsive */
/* @media (max-width: 992px) {
    .pw-hero__title {
        font-size: 4rem;
    }
    
    .pw-hero__content-wrapper {
        flex-direction: column;
        text-align: center;
        padding-top: 50px;
    }
	
	    .pw-hero__team-img {
		max-width: 120% !important;
	}
	
	
	.pw-pamphlet {
         width: 45% !important; 
    }
    
	.pw-pamphlet-2 {
         width: 45% !important; 
    }
    .pw-hero__image {
		
        margin-top: 40px;
    }
	
	
	
 	.pw-grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
		
	 
	}
	
	
/*  	.pw-grid-img {
		width: 71%;
	} */
	 
	
	

/*     .pw-grid-3col {
        grid-template-columns: -1fr;
    }
 */
	
	
	
/* } */

 

@media screen and (min-width: 820px) and (max-width: 912px) {
	.pw-hero__content-wrapper {
		flex-direction: row;
	}
	
	    .pw-hero__team-img {
        max-width: 95%;
        height: auto;
        object-fit: contain !important;
                  transform: translateX(2.8%) translateY(-3.5%) !important;
        rotate: 5deg;
    }
	
	  .pw-hero__title {
        font-size: 4rem;
    }
    
    .pw-hero__content-wrapper {
        flex-direction: row;
        text-align: center;
        padding-top: 50px;
    }
	
	    .pw-hero__team-img {
		max-width: 120% !important;
	}
	
	
	.pw-pamphlet {
         width: 45% !important; 
    }
    
	.pw-pamphlet-2 {
         width: 45% !important; 
    }
    .pw-hero__image {
		
        margin-top: 40px;
    }
	
	
	
	.pw-hero__bg-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
		width: 96%;
	}
	
	.pw-pamphlets-section {
    /* background-color: #f9f9f9; */
		padding: 0px 5% !important;
	}
	.pw-section {
		padding: 37px 5%;
	}
	
	.pw-quote {
		font-size: 1.8rem;
	}
	
}

@media screen and (min-width: 913px) and (max-width: 1024px) {
	
	.pw-hero {
		     padding-top: 0px;
	}
	
	.pw-hero__text {
		padding-bottom: 0px;
	}
	.pw-hero__team-img {
    max-width: 120%;
    height: auto;
    object-fit: contain;
                 transform: translateX(12.8%) translateY(53.7%);
        rotate: 5deg;
	}
	.pw-hero {
		padding-bottom: 50px;
	}
	
	.pw-pamphlets-section {
		    padding: 0px 5%;
	}
	
	.pw-hero__content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8%;
	}
	
	
	
}

@media (max-width: 768px) {
	 
	.pw-hero {
		
		
		overflow:hidden;
	} 
	

	
	
	.pw-service-title {
    font-size: 1.3rem;
    font-weight: 700;
   
		line-height: 1.4;
	}
	
	
	.pw-hero__bg-black-img {
    width: 100%;
    height: 90%;
    object-fit: fill;
    transform: rotate(3deg) !important;
}
	.pw-hero {
		padding-top: 108px;
	}
	
	.pw-hero__text {
    flex: 1;
    color: #fff;
		padding-bottom: 0px;
	}
	
	.pw-hero__team-img {
    max-width: 95% ;
    height: auto;
    object-fit: contain;
	transform: translateX(4.8%) translateY(-15.5%);
        rotate: 23deg;
	}
	
	.pw-hero__subtitle {
		font-size: 1.5rem;
		letter-spacing: 0;
        line-height: 1.2;
	}
	.hero-section__divider{
		width:170px;
		margin:1rem auto;
	}
	
	.pw-hero__image {
        margin-top: 0px; 
    }
	
	.pw-hero__bg-black {
    position: absolute;
    top: 1% !important;
    left: 10% !important;
    width: 85% !important;
    height: 88%;
    z-index: 1;
}
	.pw-section__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.1;
}
	
	.pw-section {
    padding: 15px 5%;
	}
	.pw-quote {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0px 0;
    line-height: 1.2;
}
	
	
	
	.pw-campaign .editorial-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
		font-size:1.3;
		font-weight:500;
		line-height:1.4;
}
	
	.pw-campaign .editorial-header__tag {
    font-family: var(--font-poppins);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4;
	}
	.pw-service-desc {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
}
	
	.pw-section__desc {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #000;
}
	
	
	.mt-12 {
    margin-top: 0rem;
}
	
	
	.pw-hero__content-wrapper {
        flex-direction: column;
        text-align: center;
        padding-top: 170px;
		gap: 70px;
    }
	
	
	
	.pw-hero__bg-container {
    position: absolute;
    top: 62% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    height: 25vh;
    min-height: 978px;
    z-index: 1;
}
	
	.pw-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
	
    .pw-hero__title {
        font-size: 3rem;
    }
    
    .pw-grid-2col {
    gap: 30px;
    max-width: 630px;
    margin: 0 auto;
    display: flex;
		flex-direction:column;
    justify-content: center;
}

    .pw-pamphlets-container {
        height: 400px;
    }
	
	.final-quote{
		padding-top:0px;
	}
	
	
	
	.pw-pamphlet {

		width: 60%;
	}
	
	.pw-pamphlet-2 {
  
    width: 60%;
}
	.pw-hero__bg-red-img{
    height: 90%;
	}
	
}
