
#banner{
  width: 100%;
  float: left;
}


#awards-first{
  width: 100%;
  float: left;
}


.awards-head{
  padding: 5%;
  
}
.awards-first-inner{
    width: 100%;
    margin: 0 auto;
    border: 1px solid red;
    /* background: url(../Award-img/1-bg.jpg) no-repeat; */
      background: linear-gradient(180deg, #e53946 0%, #c71d27 100%), 
              url(../Award-img/1-bg.jpg) no-repeat center;
    background-size: cover;
    /* background-color: #d62d3b; */
    float: left;
}

.awards-first-inner-one{
  width: 50%;
  float: left;
}
.awards-first-inner-one .images{
  width: 100%;
  object-fit: cover;
  margin-top: 15px;
}
.awards-first-inner-one .images img{
  width: 100%;
  object-fit: cover;
}


.awards-first-inner-two{
    width: 50%;
  float: right;

}

.awards-first-inner-two-box{
padding: 25% 10%;
}




.awards-first-inner-two p {
font-size: 17px;
  line-height: 1.6;
  color: #ffffff; /* White text for red background */
  margin: 0;
  padding: 20px;
}
.awards-first-inner-two strong {
  font-weight: 700;
}


@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  

.awards-first-inner-two-box {
    padding: 15% 3%;
}

}






@media only screen and (min-width: 901px) and (max-width: 1000px) {
  

.awards-first-inner-two-box {
    padding: 15% 3%;
}

}

@media only screen and (min-width: 801px) and (max-width: 900px) {
  
.awards-first-inner-two-box {
         padding: 2% 1%
}

.awards-first-inner-one {
    width: 100%;
    float: left;
}

.awards-first-inner-two {
    width: 100%;
    float: right;
}
.awards-first-inner-two p {
    font-size: 12px;
}
}


@media only screen and (min-width: 401px) and (max-width: 800px) {
  
.awards-first-inner-two-box {
         padding: 2% 1%
}

.awards-first-inner-one {
    width: 100%;
    float: left;
}

.awards-first-inner-two {
    width: 100%;
    float: right;
}
.awards-first-inner-two p {
    font-size: 12px;
}

.awards__title {
    text-align: center;
    margin: 30px 0 75px;
    font-size: clamp(18px, 2.6vw, 42px) !important;
    line-height: 1.25;
    color: var(--aw-red);
    font-weight: 800;
}

.awards__title::after {
    content: "”";
    top: 45%;
    font-size: 1.8em;
    position: absolute;
    right: 3% !important;
}

}


@media only screen and (min-width: 301px) and (max-width: 400px) {
  
.awards-first-inner-two-box {
         padding: 2% 1%
}

.awards-first-inner-one {
    width: 100%;
    float: left;
}

.awards-first-inner-two {
    width: 100%;
    float: right;
}
.awards-first-inner-two p {
    font-size: 12px;
}

.awards__title::after {
    content: "”";
    top: 70% !important;
    font-size: 1.8em;
    position: absolute;
    right: 26% !important;
}

}


#awards{
    width: 100%;
    float: left;
}

  :root{
    --aw-red:#CC1318;
    --aw-text:#222;
    --aw-muted:#666;
    --aw-bg:#f6f6f6;
    --aw-card:#ffffff;
    --aw-border:#ebebeb;
  }




  .awards{
    padding: 48px 0 64px;

  }
  .awards__container{
width: 90%;
    margin: 0 auto;
  }

  .awards__title{
    text-align: center;
     margin: 30px 0 75px;
    font-size: clamp(22px, 2.6vw, 42px);
    line-height: 1.25;
    color: var(--aw-red);
    font-weight: 800;
  }

    .awards__title::before {
    content: "“";
    left: 55px;
    top: -0.15em;
    font-size: 1.8em;
    }

    .awards__title::after {
    content: "”";
    top: 45%;
    font-size: 1.8em;
    position: absolute;
    right: 26%;
}
    
  .awards__subtitle{
    color: var(--aw-red);
    font-weight: 800;
  }
  .awards__quote{
    color: var(--aw-red);
    display: inline-block;
    transform: translateY(4px);
    margin-right: 10px;
  }

  /* Grid */
  .awards__grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 26px;
  }
  @media (max-width: 1024px){
    .awards__grid{ grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 560px){
    .awards__grid{ grid-template-columns: 1fr; }
  }

  /* Card */
  .award-card{

    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .award-card__media{
    margin: 0;
    padding: 0;
    background: #fafafa;
    display: block;
    /* aspect-ratio: 13/9; */
    overflow: hidden;
  }
  .award-card__media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .award-card__title{
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--aw-text);
    padding: 12px 16px 6px;
    margin: 0;
  }

.award-card__title::after {
content: "";
    display: block;
    width: 48%;
    height: 2px;
    background-color: #eb0000;
    margin-top: 17px;     /* spacing from text */
}


  .award-card__text{
    color: var(--aw-muted);

    font-size: 14px;
    line-height: 1.6;
    padding: 17px 16px 16px;
    margin: 0;
  }

  /* Pagination */
  .awards__pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
  }
  .page-btn{
    border: 0;
    background: #e9e9e9;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #555;
  }
  .page-btn:disabled{ opacity: .45; cursor: not-allowed; }

  .page-dots{
    display: flex;
    gap: 8px;
    align-items: center;
    min-height: 36px;
  }
  .page-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#d2d2d2;
    border: 0;
    display: inline-block;
    cursor: pointer;
  }
  .page-dot[aria-selected="true"]{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--aw-red);
    box-shadow: 0 2px 8px rgba(226,56,63,.35);
  }

   .page-numbers{
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .page-num{
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background:#fff;
    cursor: pointer;
    font-size: 14px;
    color:#333;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-num[aria-selected="true"]{
    background: var(--aw-red, #e2383f);
    color: #fff;
    border-color: var(--aw-red, #e2383f);
    font-weight: 600;
  }

@media only screen and (min-width: 1001px) and (max-width: 1100px) {

 .awards__title::after {
    content: "”";
    top: 45%;
    font-size: 1.8em;
    position: absolute;
    right: 22%;
}

}


@media only screen and (min-width: 1101px) and (max-width: 1200px) {

   .awards__title::after {
    content: "”";
    top: 45%;
    font-size: 1.8em;
    position: absolute;
    right: 22%;
}

}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {

   .awards__title::after {
    content: "”";
    top: 45%;
    font-size: 1.8em;
    position: absolute;
    right: 22%;
}

}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {

   .awards__title::after {
    content: "”";
    top: 45%;
    font-size: 1.8em;
    position: absolute;
    right: 22%;
}

}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

   .awards__title::after {
    content: "”";
    top: 45%;
    font-size: 1.8em;
    position: absolute;
    right: 22%;
}

}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {

   .awards__title::after {
    content: "”";
    top: 45%;
    font-size: 1.8em;
    position: absolute;
    right: 22%;
}

}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {

   .awards__title::after {
    content: "”";
    top: 45%;
    font-size: 1.8em;
    position: absolute;
    right: 22%;
}

}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {

   .awards__title::after {
    content: "”";
    top: 45%;
    font-size: 1.8em;
    position: absolute;
    right: 25%;
}

}
 
 
 
 