@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}
body{
    overflow-x: hidden;
}
.hero-press-and-media {
 width: 100%;
    height: 100vh !important;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    z-index: 3;
    /* border-radius: 40px; */
}

.image-container-press-and-media img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.image-container-press-and-media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    z-index: 2;
}

.hero-content-press-and-media {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.animated-text-press-and-media {
    font-family: "Poppins", serif;
    font-size: 60px;
    text-transform: none;
    margin: 0;
    padding: 0 60px;
}

.animated-text2-press-and-media {
    font-family: "poppins", serif;
    font-size: 40px;
    font-weight: 200;
    text-transform: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .hero-press-and-media {
        height: 80vh !important;
        /* Adjust height for medium screens */
    }
}

@media (max-width: 768px) {
    .hero-press-and-media {
        width: 100%;
        margin: 0;
        height: 70vh !important;
        /* Adjust height for tablets */
    }

    .animated-text-press-and-media {
        font-size: 6vw;
        margin-bottom: 10px;
    }

    .animated-text2-press-and-media {
        font-size: 4vw;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .hero-press-and-media {
        height: 50vh !important;
        /* Adjust height for mobile screens */
    }
}

/* ############## main section ############ */
.section-title {
    /* font-family: "Inter", serif; */
    font-family: "Poppins", serif;
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 300;
    /* color: #121212; */

}

.CustomerText li {
    font-size: 24px;
    text-align: left;
    list-style: none;
    color: #575757;
}

.CustomerText li a {
    color: #a33d3d;
}

.paragraph_text li {
    font-size: 17px;
    text-align: left;
}

.Media_interaction {
    color: #a33d3d;
}
.text-underline {
    /* border-bottom: 6px solid #fff; */
    text-decoration: underline;
}

.filteryear {
    display: flex;
    align-items: baseline;
    padding: 1rem;
    gap: 1rem;
    width: calc(100% - 60px);
    justify-content: flex-end;
    position: relative;
}
.form-label {
    align-items: center;
}
.form-control {
    max-width: 200px;
    position: relative;
    border-color:#333;
}
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 200px;
}

.select-wrapper select {
    appearance: none; /* Removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

/* Custom dropdown arrow */
.select-wrapper::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none; /* Prevents interaction with the arrow */
}
.otherLinks {
    background: rgb(218,218,220);
    background: linear-gradient(-90deg, rgba(218,218,220,1) 0%, rgba(140,140,140,1) 100%);
    padding: 1.5rem; 
    width: 100%;
    display: flex;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.link-ai-bi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.link-ai-bi h2 {
    font-weight: 600;
    margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1300px) {
.section-heading-press-media::before,
.section-heading-press-media::after {
  width: 200px !important;
}
.section-heading-press-media::before {
  left: -220px !important;
}

.section-heading-press-media::after {
  right: -220px !important;
}
}
@media (max-width: 576px) {
     .paragraph_text li{
        font-size: 16px !important;
    }
    .section-heading-press-media{
        font-size: 20px !important;
    }
     
.section-heading-press-media::before,
.section-heading-press-media::after {
 
  width: 30px !important;
  height: 2px;

}
   .section-heading-press-media::before {
    left: -10px !important;
    
  }

  .section-heading-press-media::after {
    right: -10px !important;
  }
}
@media (max-width: 500px) {

  .section-main-heading {
    font-size: 23px !important;
  }
  
.section-heading-press-media::before,
.section-heading-press-media::after {
 
  width: 30px !important;
  height: 2px;

}
   .section-heading-press-media::before {
    left: -10px !important;
    
  }

  .section-heading-press-media::after {
    right: -10px !important;
  }

  }
#title {
    color: #a33d3d;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

#title::before,
#title::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #a33d3d;
    ;
    /* Line ka color */
    margin: 0 10px;
}