/* ESG and Sustainability Page Custom Styles */

/* Simple Header Styles */
.simple-header {
    background-color: #01172B;
    padding: 40px 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
     transition: all .35s ease;
}
.logo-container{
    max-width: 190px;
    width: 100%;
}

@media (min-width: 981px) {

    .page-template-page-template-esg.et_fixed_nav.et_show_nav #page-container {
        padding-top: 80px;
    }
}
@media (min-width: 981px) {
   .page-template-page-template-esg.et_right_sidebar #main-content .container:before {
       content: none !important;
    }
}
.admin-bar .simple-header {
    top: 32px;
}
.scrolled.simple-header {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .35s ease;
}
.admin-bar .scrolled.simple-header {
    top: 0;
}
.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.simple-header .header-cta {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.simple-header .book-demo-btn {
    background-color: #ffffff;
    color: #0a2540;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.simple-header .book-demo-btn:hover {
    background-color: #f0f0f0;
}

/* ESG Page Main Styles */
.esg-sustainability-page {
    background-color: #0a2540;
    color: #ffffff;
}

/* Hero Section */
.esg-hero-section {
    padding: 90px 0 220px;
    text-align: center;
    background-color: #01172B;
}

.esg-hero-section .hero-content {
max-width: 1100px;
    margin: 0 auto;
}
.esg-hero-section .hero-content *{
    position: relative;
    z-index: 1;
}



.esg-hero-section.landing_hero_section {
    &:before {
        max-width: 240px;
        top: 240px;
        background-position: right top;
    }
    &:after{
         top: 300px;
         background-size: cover;
         max-width: 353px;
         bottom: auto;
    }

}
@media (min-width: 1600px) {
        .esg-hero-section.landing_hero_section {
         &:after{
            top: auto;
            bottom: 0;
         }
    }
}
.esg-hero-section .hero-subtitle {
font-weight: 400;
font-size: 24px;
line-height: 28px;
text-align: center;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 40px;
}

.esg-hero-section .hero-title h1{
font-weight: 900;
font-size: 60px;
line-height: 72px;
text-align: center;
text-transform: uppercase;
color: #fff;
}

.esg-hero-section .hero-title h1 strong {
    display: inline-block;
    position: relative;
    width: fit-content;
   padding: 0px;
   z-index: 1;
}
.esg-hero-section .hero-title h1 strong:before {
  content: '';
      background-image: url(../img/or1.svg);
  background-repeat: no-repeat;
  width: 60%;
  height: 90%;
  position: absolute;
  left: -15px;
  top: 3px;
  z-index: -1;
  background-size: cover;
}

.esg-hero-section .hero-title h1 strong:after {
  content: '';
      background-image: url(../img/or1.svg);
  background-repeat: no-repeat;
  width: 60%;
  height: 90%;
  position: absolute;
  right: -5px;
  top: 3px;
  z-index: -1;
  background-position: right center;
  background-size: cover;
}

.esg-hero-section .hero-title h1 strong:nth-child(2):before, 
.esg-hero-section .hero-title h1 strong:nth-child(2):after {
    background-image: url(../img/yel.svg);
}
.esg-hero-section .hero-title h1 strong:nth-child(3):before, 
.esg-hero-section .hero-title h1 strong:nth-child(3):after {
    background-image: url(../img/gr.svg);
}

/* Cards Section */


.esg-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 90px auto 0;
    position: relative;
    z-index: 2;
}

.esg-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 48px 35px 51px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
border: 1px solid  #E6E6EA;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.esg-card:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.esg-card .card-title {
font-weight: 600;
font-size: 30px;
line-height: 32px;
letter-spacing: -0.005em;
text-align: center;
color:    #01172B;
margin-bottom: 22.8px;
}

.esg-card .card-button {
    display: inline-block;
    padding: 18px 35px;
    text-decoration: none;
    border-radius: 4px;
width: fit-content;
margin-inline: auto;
    letter-spacing: 0.5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
    cursor: pointer;
text-transform: uppercase;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #fff;

}

.esg-card .card-button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.esg-card .btn-orange {
    background-color: #ff6b35;
}

.esg-card .btn-yellow {
    background-color: #bfd200;
}

.esg-card .btn-green {
    background-color: #00875a;
}
@media (max-width: 1100px) {
.esg-card{
    padding-inline: 20px;
}
 .esg-cards-grid {
    gap: 15px;
 }

}
/* Responsive Styles */
@media (max-width: 992px) {
    .esg-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .esg-hero-section .hero-title {
        font-size: 36px;
    }
    .esg-cards-grid{
        margin-top: 30px;
    }
     .page-template-page-template-esg.et_header_style_left #logo{
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .esg-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .esg-hero-section .hero-title {
        font-size: 28px;
    }

    .esg-hero-section .hero-subtitle {
        font-size: 14px;
    }

    .simple-header .container {
        flex-direction: column;
        gap: 15px;
    }

    .esg-card {
        min-height: 200px;
    }
    .simple-header .book-demo-btn{
        padding: 5px 10px;
        font-size: 14px;
    }
    .esg-hero-section.landing_hero_section{
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .esg-hero-section .hero-title h1{
        font-size: 56px;
    }

   
}

@media (max-width: 767px) {
    .esg-hero-section .hero-title h1{
        font-size: 46px;
    }
    .esg-hero-section.landing_hero_section {
    &:after {
        top: auto;
        bottom: 20px;
    }
}

.esg-card .card-title{
    font-size: 24px;
}
    }