@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Poppins:ital,wght@0,100..900;1,100..900&family=Tinos:ital,wght@0,400;0,700;1,400&display=swap');


.power-list-wrapper {
  display: flex;
  width: 100%;
  gap: 10px;
  padding-bottom: 30px;
}
.power-list-wrapper .single-image{
  width: 100%;
}
.power-divider {
	border-bottom: 1px solid #000;
	margin: 0;
	opacity: 1;
}
 .power-people-list {
  margin-top:40px;
}
/* .landscape_image .power-text-box{
  padding-bottom: 40px;
} */
.landscape_image .power-list-wrapper{
  padding-bottom: 0px;
}
.tes.read_more_bottom_layout {
  margin-bottom: 100px;
}
.portrait_gallery .power-list-wrapper{
  background-color: #FFF5F5
}
.power-text-box p{
  font-size:24px;
  font-family: 'Tinos', serif;
  line-height: 145%;
}
.power-list-container .container {
  max-width: 1320px !important;
}
.portrait_gallery.power-list-container .post-hero{
  background-color: #FFF5F5
}
 
.landscape_image.power-list-container .post-hero{
  background-color: #F2FAF9
}
.power-list-image-section {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.power-list-image-section img {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.power-list-image-section img:nth-of-type(3n+1) {
  width: calc((100% - 20px) / 3);
  left: 0;
}

.power-list-image-section img:nth-of-type(3n+2) {
  width: calc((100% - 20px) / 3);
  left: calc((100% - 20px) / 3 + 10px);
}

.power-list-image-section img:nth-of-type(3n+3) {
  width: calc((100% - 20px) / 3);
  left: calc(2 * ((100% - 20px) / 3) + 20px);
}

.power-list-image-section img.active {
  opacity: 1;
  z-index: 2;
}

.power-list-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 50px 50px;
}
.power-list-card {
  margin: auto;
  display: flex;
  max-width: 500px;
  justify-content: center;
  gap: 25px;
}

.power-list-finest-judging-panel {
  font-family: 'Poppins', sans-serif;
  /* border-top: 1px solid #000; */
  /* border-bottom: 1px solid #000; */
  padding: 40px 0;
  padding-bottom: 0;
  margin-top: 0;
}

.power-list-finest-judging-panel h4 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}
.power-text-box{
  padding: 100px 0;
}
.power-list-image img {
  max-height: 160px;
  max-width: 150px;
}

.power-list-content h5 {
  font-size: 28px;
  margin-bottom: 7px;
  font-family: 'Tinos', serif;
  font-weight: 700;
}

/* Magazine Banner */
.magazine-promo .container {
	display: flex;
	gap: 40px;
	padding: 50px 100px;
}


.landscape_image .magazine-promo{
  background: #26BAB7;
  margin-bottom: 100px;
}
.portrait_gallery .magazine-promo{
  background: #F187A4;
  margin-bottom: 100px;
}
/* .magazine-cover img{

} */
.magazine-cover img{
  max-width: 280px;
  max-height: 371px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.promo-content {
	color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promo-content a{
  color: #fff;
  border: 2px solid #ffffff;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 18px;
  font-family: 'Poppins';
}
.portrait_gallery .promo-content a:hover{
  color: #F187A4;
  background-color: #ffffff;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 0px;
}
.landscape_image .promo-content a:hover{
  color: #26BAB7;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 0px;
}

/* Top Section  */


/* Base styles for post-hero section */

.power-list-container .post-hero {
  /* background-color: #FFF5F5; */
  padding-bottom: 30px;
  max-width: 100% !important;
  padding: 60px 300px;
}
.power-list-container p {
  margin-bottom: 0px !important;
}
.power-list-container .promo-title {
  font-family: 'Playfair Display';
}

.power-list-container .promo-description{
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 300;
}
.power-list-container .post-hero-child {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.power-list-container .post-hero .child2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 25px;
  gap: 20px;
  position: relative;
}

.power-list-container .post-hero .child2::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #000000;
  bottom: -30px;
}

.power-list-container .post-hero .subchild1 {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 15px;
}

.power-list-container .post-hero .child2 .breadcrumbs {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
}

.power-list-container .post-hero .child2 .post-title {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
}

.power-list-container .post-hero .child2 .post-meta {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.power-list-container .post-hero .child3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px 0;
  gap: 20px;
}

.power-list-container .post-hero .child3 .post-subtitle {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}

.power-list-container .post-hero .child4 {
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 25px 30px;
  gap: 20px;
}

.power-list-container .post-hero .child4 .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 15px;
  border-bottom: none;
}

.power-list-container .post-hero .child4 .disclaimer a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #000000 !important;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .power-list-container .post-hero {
    padding: 40px 30px;
    gap: 30px;
  }

  .power-list-container .post-hero .child2 {
    padding: 0;
  }

  .power-list-container .post-hero .child2 .breadcrumbs {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    
  }

  .power-list-container .post-hero .child2 .post-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
  }

  .power-list-container .post-hero .badge-sponsored {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    width: 76px;
  }

  .power-list-container .post-hero .child2 .post-meta {
    font-size: 12px;
    line-height: 12px;
  }

  .power-list-container .post-hero .child3 .post-subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
  }

  .power-list-container .post-hero .child3 {
    padding: 20px 0 0 0 !important;
  }

  .power-list-container .post-hero .child4 {
    padding: 10px 0px 0px;
    gap: 20px;
  }

  .power-list-container .post-hero .child4 .disclaimer a {
    font-size: 12px;
    line-height: 12px;
  }
}



/*  Top Section End */


/* Future Grids  */
.landscape_image .power-outer-grey-bg {
  background-color: #F2FAF9;
}
.portrait_gallery .power-outer-grey-bg {
  background-color: #FFF5F5;
}

span.number {
  font-family: 'poppins';
  font-size: 96px;
  color: #E60000;
  font-weight: 300;
  line-height: 70%;
}
.landscape_image span.number {
  color:#26BAB7;
}
.landscape_image .power-person h4{
  color:#26BAB7;
}
.landscape_image .power-person .euphoria-quote{
  font-size: 32px;
  font-family: 'Poppins';
  font-weight: 300;
  text-align: center;
  margin-top: 60px;
}
.power-person a:hover{
  color: #000000;
}

h3.power-name {
  font-family: 'playfair display';
  font-weight: 500;
  font-size: 38px;
  padding: 10px 0;
}

p.power-job {
  font-family: 'tinos';
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.power-person p {
  font-family: 'tinos';
  line-height: 145%;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0%;
  margin-bottom: 5px;
}
.landscape_image .power-person p:not(:last-child){
  margin-bottom: 15px !important;
}
.landscape_image .power-text-box p:not(:last-child){
  margin-bottom: 20px !important;
}

       .quote-inner {
	display: flex;
	align-items: center;
	gap: 30px;
	width: 1450px;
	margin: 0 auto;
}

.power-person-wrap p a {
  text-decoration: underline;
  font-style: italic;
  font-family: 'tinos';
  line-height: 145%;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}

.portrait_gallery .power-person-content {
  padding-left: 50px;
}
.landscape_image .power-person-content {
  padding-top: 50px;
}

.power-person-wrap {
  /* padding: 100px 0; */
}
.landscape_image .power-person-wrap{padding: 0;}
.power-outer-white-bg ,  .power-outer-grey-bg{
  padding: 60px 0;
}
.portrait_gallery  .power-person-wrap img {
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
}
.landscape_image  .power-person-wrap img {
  aspect-ratio: 1 / 0.7;
  object-fit: cover;
}

/* Read More */

.read_more_bottom_layout .post-title.p-more, .related-blog h3 {
	margin-bottom: 40px;
	max-width: 300px;
	font-family: Playfair Display;
	font-size: 46px;
	font-style: italic;
	font-weight: 700;
	line-height: 53px;
	letter-spacing: 0em;
	text-align: left;
}

.read_more_bottom_layout a.post-title.p-sub-title {
	font-family: Playfair Display;
	font-size: 36px;
	font-weight: 500;
	line-height: 43px;
	letter-spacing: -0.02em;
	text-align: left;
  color: #000;
}

/* Responsive (from your source) */
@media (max-width: 767px) {
 
  .portrait_gallery .power-person-wrap{
    /* padding: 50px 0; */
  }
  .magazine-promo .container{
	  gap: 40px;
	  padding: 50px;
    flex-direction: column;
  }
  .power-list-container .promo-description{
  font-size: 16px;
}
.landscape_image .power-person .euphoria-quote{
  font-size: 24px;
  margin-top: 50px;
}
.power-list-container .promo-title{
  font-size: 32px;
}
  .promo-content a{
    margin-top: 50px;
  }
  .magazine-cover img{
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  .portrait_gallery .power-person-content {
    padding-left: 0;
  }

  .power-person-wrap img {
      aspect-ratio: unset;
  }

  .power-person-wrap .col-md-7  , .power-person-wrap .col-md-12 , .power-person-wrap .col-md-5 {
      padding: 0;
  }
 
 
  .power-list-finest-judging-panel h4{
    padding: 0px 20px;
  }
  .power-list-finest-judging-panel{
   
    padding: 40px 0;
  }
  .power-text-box{
    padding: 50px 30px;
  }
  .power-list-cards{
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 30px 30px;
    padding-bottom: 0;
   
  }
  .power-list-card{
    gap: 20px;
  }
  .power-list-content h5{
    margin-bottom: 5px;
    font-size: 20px;
  }
  .power-list-image img{
    max-width: 110px;
    max-height: 110px;
  }
}

@media screen and (max-width: 576px) {
 body .read_more_carousel ul.new-post-blocks li.post, body .read_more_bottom_layout ul.new-post-blocks li.post, ul.new-post-blocks li.post, body .read_more_bottom_layout ul.new-post-blocks li{
 
padding: 40px 0;
}
 
body .read_more_bottom_layout ul.new-post-blocks li.post, ul.new-post-blocks li.post, body .read_more_bottom_layout ul.new-post-blocks li {
display: flex;
}
}

/* slider media query */
/* Desktop: show 3 images with 10px gap */
@media (min-width: 769px) {
 
 
 
  .power-list-image-section img:nth-of-type(3n+1) {
    width: calc((100% - 20px) / 3);
    left: 0;
  }
 
  .power-list-image-section img:nth-of-type(3n+2) {
    width: calc((100% - 20px) / 3);
    left: calc((100% - 20px) / 3 + 10px);
  }
 
  .power-list-image-section img:nth-of-type(3n+3) {
    width: calc((100% - 20px) / 3);
    left: calc(2 * ((100% - 20px) / 3) + 20px);
  }
}
 
/* Mobile: show 1 full-width image */
@media (max-width: 768px) {
  .read_more_bottom_layout .post-title.p-more {
    margin-bottom: 0;
  }
  .power-list-image-section img {
    width: 100% !important;
    left: 0 !important;
  }
  .landscape_image .power-list-wrapper  img  {
    height: 570px;
    object-position: top right;
    object-fit: cover;
  }
  .power-person p {
            font-size: 20px;
          }
          .power-text-box p {
            font-size: 20px;
          }
          h3.power-name {
            font-size: 36px;
          }
            .quote-inner {
                flex-direction: column;
                text-align: center;
                gap: 20px;
                width:100%;
            }
 
            .profile-image {
                align-self: center;
            }
 
            .quote-container {
                padding: 30px 20px;
            }
 
            .quote-text {
                font-size: 16px;
            }
}


/* Future Grids End */


.quote-container {
	margin: 0 auto;
	background-color: #F2FAF9;
	padding: 60px;
}
 .quote-content p {
	font-size: 51px;
	font-family: Playfair Display;
  line-height: 125%;
  font-weight: 500;
}

 
        .profile-image {
            flex-shrink: 0;
        }
 
      .profile-image img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	object-fit: cover;
}
 
        .quote-content {
            flex: 1;
        }
 
        .quote-text {
            font-size: 18px;
            color: #2c2c2c;
            font-style: italic;
            line-height: 1.7;
            margin-bottom: 15px;
        }
 
        .quote-text::before {
            content: "";
            font-size: 24px;
            color: #666;
            margin-right: 5px;
        }
 
        .quote-text::after {
            content: "";
            font-size: 24px;
            color: #666;
            margin-left: 5px;
        }
 
        .author-name {
            font-size: 16px;
            font-weight: 600;
            color: #1a1a1a;
            font-style: normal;
        }

 
        @media (max-width: 767px) {
          .post-title.p-more:before {
    content: "";
    border-top: 4px solid;
    position: absolute;
    top: 0px;
    width: 80px;
    color: #E60000;
}
body .read_more_carousel .post-title.p-more, body .related-blog h3, body .read_more_bottom_layout .post-title.p-more, body .related-blog h3 {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
          .power-people-list{
            margin-top:0
          }
            .quote-container {
                padding: 40px 15px;
            }
            .container.divider{
              padding:0 30px;
            }
 
            .quote-text {
                font-size: 15px;
            }
 
            .profile-image img {
                width: 230px;
                height: 230px;
            }
            .quote-content p{
              font-size : 35px;
            }
            .landscape_image .power-person-content ,  .portrait_gallery .power-person-content{
              padding-top: 20px;
            }
             .power-outer-white-bg,  .power-outer-grey-bg{
              padding: 60px 30px;
            }
            .landscape_image .magazine-promo , .portrait_gallery .magazine-promo{
              margin-bottom: 50px;
            }
        }
