/* SECTION 1 -  Steel Plate Philippines: The Ideal Material for Construction */
.section__the__ideal__material__for__construction {
    background: url(../../../assets/images/steel-plate-philippines/section-1-steel-plate-philippines-content-bg.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 700px;
}

.section__the__ideal__material__for__construction .header {
    margin: auto;
    max-width: 1195px;
}

.section__the__ideal__material__for__construction .header h1 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section__the__ideal__material__for__construction .header p {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.section__the__ideal__material__for__construction .header p:last-child {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}


/* SECTION 2 - What are Steel Plates? */
.section__what__are__steel__plates {
    background: #FFFFFF;
}

.section__what__are__steel__plates .row.__header {
    align-items: center;
}

.section__what__are__steel__plates .__header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.section__what__are__steel__plates .content._right {
    max-width: 700px;
    padding-left: 56px;
}

.section__what__are__steel__plates .content._right div p {
    margin-bottom: 20px;
}

.section__what__are__steel__plates .content._left {
    padding-right: 56px;
}

.section__what__are__steel__plates .content._left div p {
    margin-bottom: 20px;
}

.section__what__are__steel__plates h2 {
    color: var(--dark-red, #A1102B);
    text-align: left;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.section__what__are__steel__plates p {
    color: #212121;
    text-align: left;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.section__what__are__steel__plates .text-center._custom {
    max-width: 1200px;
    margin: auto;
}

.section__what__are__steel__plates .contents.review--card {
    background: #F3F3F3;
    min-height: 250px;
    padding: 40px 34.5px;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    align-self: stretch;
    gap: 20px 0;
}

.section__what__are__steel__plates p.card-text {
    text-align: left;
}

.section__what__are__steel__plates .percentage--container .caption {
    color: rgba(63, 64, 64, 0.80);
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
}

.section__what__are__steel__plates .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(490px, 1fr));
    grid-gap: 50px;
    align-items: stretch;
}

.section__what__are__steel__plates .image.d-lg-block.d-none {
    padding-right: 50px;
}

.section__what__are__steel__plates .image.d-md-block.d-lg-none {
    padding-left: 50px;
}

.section__what__are__steel__plates .grid>.contents img {
    max-width: 100%;
    width: 100%;
}

.section__what__are__steel__plates h3.card-title {
    color: var(--dark-red, #A1102B);
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section__what__are__steel__plates p.card-text {
    color: #212121;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}


@media(max-width: 1199px) {
    .section__what__are__steel__plates .content._right {
        max-width: 100%;
        padding-left: unset;
    }

    .section__what__are__steel__plates .row:first-child .image {
        max-width: unset;
        margin-bottom: 30px;
    }

    .section__what__are__steel__plates .contents.review--card {
        min-height: auto;
    }

    .section__what__are__steel__plates .image {
        margin-bottom: 0;
    }

    .section__what__are__steel__plates p {
        margin-bottom: 40px;
    }

    .section__what__are__steel__plates .grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}

@media(max-width: 1024px) {
    .section__what__are__steel__plates .image.d-lg-block.d-none {
        padding: 0px;
    }
}


/* SECTION 3 - Common Processes Steel Plates Undergo */
.section__common__process__steel__plates__undergo {
    background: url(../../../assets/images/steel-plate-philippines/section-3-steel-plate-philippines-content-bg.jpg) no-repeat center center / cover;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section__common__process__steel__plates__undergo .content._right {
    padding-left: 56px;
}

.section__common__process__steel__plates__undergo .content._right div p {
    margin-bottom: 20px;
}

.section__common__process__steel__plates__undergo .content._left {
    padding-right: 56px;
}

.section__common__process__steel__plates__undergo .content._left div p {
    margin-bottom: 20px;
}

.section__common__process__steel__plates__undergo .text-center._custom {
    max-width: 749px;
    margin: auto;
}

.section__common__process__steel__plates__undergo h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.section__common__process__steel__plates__undergo p {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.section__common__process__steel__plates__undergo .contents.review--card {
    background: #FFF;
    min-height: 250px;
    padding: 40px 34.5px;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    align-self: stretch;
    gap: 20px 0;
}

.section__common__process__steel__plates__undergo .percentage--container .caption {
    color: rgba(63, 64, 64, 0.80);
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
}

.section__common__process__steel__plates__undergo .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(490px, 1fr));
    grid-gap: 50px 30px;
    align-items: stretch;
}

.section__common__process__steel__plates__undergo .image.d-lg-block.d-none {
    padding-right: 50px;
}

.section__common__process__steel__plates__undergo .image.d-md-block.d-lg-none {
    padding-left: 50px;
}

.section__common__process__steel__plates__undergo .grid>.contents img {
    max-width: 100%;
    width: 100%;
}

.section__common__process__steel__plates__undergo h3.card-title {
    color: var(--dark-red, #A1102B);
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section__common__process__steel__plates__undergo p.card-text {
    text-align: left;
    color: #000;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}

@media(max-width: 1400px) {
    .section__common__process__steel__plates__undergo .grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 1199px) {
    .section__common__process__steel__plates__undergo .grid {
        grid-template-columns: 1fr;
    }

    .section__common__process__steel__plates__undergo .row:first-child .image {
        max-width: unset;
    }

    .section__common__process__steel__plates__undergo .contents.review--card {
        justify-content: center;
        align-items: center;
        min-height: auto;
        padding: 30px;
    }

    .section__common__process__steel__plates__undergo p.card-text {
        text-align: center;
    }

    .section__common__process__steel__plates__undergo .image {
        margin-bottom: 0;
    }

    .section__common__process__steel__plates__undergo p {
        margin-bottom: 40px;
    }

    .section__common__process__steel__plates__undergo .grid>.contents img {
        width: 100%;
        object-fit: cover;
        max-height: 360px;
        margin-bottom: 30px;
    }
}

@media(max-width: 1024px) {
    .section__common__process__steel__plates__undergo .image.d-lg-block.d-none {
        padding: 0px;
    }
}


/* SECTION 4 - Types of Steel Plates and the Various Grades */
.section__types__of__steel__plates {
    background: #EEE;
}

.section__types__of__steel__plates .row.__header {
    align-items: center;
    margin-bottom: 60px !important;
}

.section__types__of__steel__plates .__header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.section__types__of__steel__plates .content._right {
    padding-left: 56px;
}

.section__types__of__steel__plates .content._right div p {
    margin-bottom: 20px;
}

.section__types__of__steel__plates .content._left {
    padding-right: 56px;
}

.section__types__of__steel__plates .content._left div p {
    margin-bottom: 20px;
}

.section__types__of__steel__plates h2 {
    color: #A1102B;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.section__types__of__steel__plates p {
    color: #212121;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.section__types__of__steel__plates .contents.review--card {
    /* background: #FFF; */
    min-height: 250px;
    padding: 40px 34.5px;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    align-self: stretch;
    gap: 20px 0;
    border: 1px solid var(--dark-red, #A1102B);
}

.section__types__of__steel__plates .percentage--container .caption {
    color: rgba(63, 64, 64, 0.80);
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
}

.section__types__of__steel__plates .contents.review--card ul li:last-child,
.section__types__of__steel__plates .contents.review--card ul {
    margin-bottom: 0;
}

.section__types__of__steel__plates .row:nth-child(2) .grid,
.section__types__of__steel__plates .row:nth-child(4) .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(750px, 1fr));
    grid-gap: 30px;
    align-items: stretch;
}

.section__types__of__steel__plates .row:nth-child(3) .grid,
.section__types__of__steel__plates .row:nth-child(5) .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    grid-gap: 30px;
    align-items: stretch;
}

.section__types__of__steel__plates .row:nth-child(3)._custom {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section__types__of__steel__plates .row:nth-child(5)._custom {
    margin-top: 30px;
}

.section__types__of__steel__plates .image.d-lg-block.d-none {
    padding-right: 50px;
}

.section__types__of__steel__plates .image.d-md-block.d-lg-none {
    padding-left: 50px;
}

.section__types__of__steel__plates .grid>.contents img {
    max-width: 100%;
    width: 100%;
}

.section__types__of__steel__plates h3.card-title {
    color: var(--dark-red, #A1102B);
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section__types__of__steel__plates p.card-text {
    color: #212121;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}


@media(max-width: 1199px) {

    .section__types__of__steel__plates .row:nth-child(2) .grid,
    .section__types__of__steel__plates .row:nth-child(4) .grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

    .section__types__of__steel__plates .content._right {
        padding-left: unset;
    }

    .section__types__of__steel__plates .row:first-child .image {
        max-width: unset;
        margin-bottom: 30px;
    }

    .section__types__of__steel__plates .row:first-child .image {
        max-width: unset;
    }

    .section__types__of__steel__plates .contents.review--card {
        justify-content: center;
        align-items: center;
        min-height: auto;
        padding: 20px;
    }

    .section__types__of__steel__plates p.card-text {
        text-align: center;
    }

    .section__types__of__steel__plates .image {
        margin-bottom: 0;
    }

    .section__types__of__steel__plates p {
        margin-bottom: 40px;
    }

    .section__types__of__steel__plates .content._left {
        padding-right: 0;
    }

    .section__types__of__steel__plates .grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

}

@media(max-width: 1024px) {
    .section__types__of__steel__plates .image.d-lg-block.d-none {
        padding: 0px;
    }
}


/* SECTION 5 - Uses and Applications of Steel Plates */
.section__uses__and__applications__of__steel__plates {
    background: url(../../../assets/images/steel-plate-philippines/)no-repeat center center / cover;
}

.section__uses__and__applications__of__steel__plates .row.__header {
    align-items: center;
    /* margin-bottom: 60px !important; */
}

.section__uses__and__applications__of__steel__plates .content {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.section__uses__and__applications__of__steel__plates img {
    width: 100%;
}

.section__uses__and__applications__of__steel__plates .content._right {
    padding-left: 56px;
}

.section__uses__and__applications__of__steel__plates .content._right div p {
    margin-bottom: 20px;
}

.section__uses__and__applications__of__steel__plates .content._left {
    padding-right: 56px;
}

.section__uses__and__applications__of__steel__plates .content._left div p {
    margin-bottom: 20px;
}

.section__uses__and__applications__of__steel__plates h2 {
    color: var(--dark-red, #A1102B);
    text-align: left;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section__uses__and__applications__of__steel__plates p {
    color: #212121;
    text-align: left;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.section__uses__and__applications__of__steel__plates .content p strong {
    color: #212121;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.section__uses__and__applications__of__steel__plates .content ul li {
    margin-bottom: 20px;
}

.section__uses__and__applications__of__steel__plates .content ul li:last-child,
.section__uses__and__applications__of__steel__plates .content ul:last-child {
    margin-bottom: 0;
}

.section__uses__and__applications__of__steel__plates .contents.review--card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    align-self: stretch;
    gap: 20px 0;
}

.section__uses__and__applications__of__steel__plates .percentage--container .caption {
    color: rgba(63, 64, 64, 0.80);
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
}

.section__uses__and__applications__of__steel__plates .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(490px, 1fr));
    grid-gap: 50px 40px;
    align-items: stretch;
}

.section__uses__and__applications__of__steel__plates .image.d-lg-block.d-none {
    padding-right: 50px;
}

.section__uses__and__applications__of__steel__plates .image.d-md-block.d-lg-none {
    padding-left: 50px;
}

.section__uses__and__applications__of__steel__plates .grid>.contents img {
    max-width: 100%;
    width: 100%;
}

.section__uses__and__applications__of__steel__plates h3.card-title {
    color: var(--dark-red, #A1102B);
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section__uses__and__applications__of__steel__plates p.card-text {
    text-align: left;
    color: #000;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}


@media(max-width: 1400px) {
    .section__uses__and__applications__of__steel__plates .grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 1199px) {
    .section__uses__and__applications__of__steel__plates .row:first-child .image {
        max-width: unset;
        margin-bottom: 30px;
    }

    .section__uses__and__applications__of__steel__plates .image {
        margin-bottom: 0;
    }

    .section__uses__and__applications__of__steel__plates p {
        margin-bottom: 40px;
    }

    .section__uses__and__applications__of__steel__plates .image {
        margin-bottom: 0;
    }

    .section__uses__and__applications__of__steel__plates p {
        margin-bottom: 40px;
    }

    .section__uses__and__applications__of__steel__plates .grid {
        grid-template-columns: 1fr;
    }

    .section__uses__and__applications__of__steel__plates .grid>.contents img {
        width: 100%;
        object-fit: cover;
        max-height: 360px;
        margin-bottom: 30px;
    }

    .section__uses__and__applications__of__steel__plates .content._right {
        padding-left: 0;
    }

    .section__uses__and__applications__of__steel__plates .content._left {
        padding-right: 0;
    }

    .section__uses__and__applications__of__steel__plates .contents.review--card {
        padding: 0;
    }
}

@media(max-width: 1024px) {
    .section__uses__and__applications__of__steel__plates .image.d-lg-block.d-none {
        padding: 0px;
    }

    .section__uses__and__applications__of__steel__plates .image.d-lg-block.d-none {
        padding: 0px;
    }
}


/* SECTION 6 - Constructing structures with the best steel plates from Regan Industries */
.different__ways__to__cut__steel__plates {
    background: #F3F3F3;
}

.different__ways__to__cut__steel__plates .row.__header {
    align-items: center;
    margin-bottom: 60px !important;
}

.different__ways__to__cut__steel__plates .__header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.different__ways__to__cut__steel__plates .content._right {
    padding-left: 56px;
}

.different__ways__to__cut__steel__plates .content._right div p {
    margin-bottom: 20px;
}

.different__ways__to__cut__steel__plates .content._left {
    padding-right: 56px;
}

.different__ways__to__cut__steel__plates .content._left div p {
    margin-bottom: 20px;
}

.different__ways__to__cut__steel__plates h2 {
    color: var(--dark-red, #A1102B);
    text-align: left;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.different__ways__to__cut__steel__plates p {
    color: #212121;
    text-align: left;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.different__ways__to__cut__steel__plates .text-center._custom {
    max-width: 1200px;
    margin: auto;
}

.different__ways__to__cut__steel__plates .contents.review--card {
    min-height: 250px;
    /* padding: 40px 34.5px; */
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    align-self: stretch;
    gap: 20px 0;
}

.different__ways__to__cut__steel__plates p.card-text {
    text-align: left;

}

.different__ways__to__cut__steel__plates .percentage--container .caption {
    color: rgba(63, 64, 64, 0.80);
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
}

.different__ways__to__cut__steel__plates .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    grid-gap: 50px;
    align-items: stretch;
}

.different__ways__to__cut__steel__plates .image.d-lg-block.d-none {
    padding-right: 50px;
}

.different__ways__to__cut__steel__plates .image.d-md-block.d-lg-none {
    padding-left: 50px;
}

.different__ways__to__cut__steel__plates .grid>.contents img {
    max-width: 100%;
    width: 100%;
}

.different__ways__to__cut__steel__plates h3.card-title {
    color: var(--dark-red, #A1102B);
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.different__ways__to__cut__steel__plates p.card-text {
    color: #212121;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}


@media(max-width: 1199px) {
    .different__ways__to__cut__steel__plates .content._right {
        padding-left: unset;
    }

    .different__ways__to__cut__steel__plates .row:first-child .image {
        max-width: unset;
        margin-bottom: 30px;
    }

    .different__ways__to__cut__steel__plates .contents.review--card {
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: auto;
        padding: 30px;
    }

    .different__ways__to__cut__steel__plates p.card-text {
        text-align: center;
    }

    .different__ways__to__cut__steel__plates .image {
        margin-bottom: 0;
    }

    .different__ways__to__cut__steel__plates p {
        margin-bottom: 40px;
    }

    .different__ways__to__cut__steel__plates .grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}

@media(max-width: 1024px) {
    .different__ways__to__cut__steel__plates .image.d-lg-block.d-none {
        padding: 0px;
    }
}


/* SECTION 7 - Constructing structures with the best steel plates from Regan Industries */
.section__constructing__structures {
    background: url(../../../assets/images/steel-plate-philippines/section-7-steel-plate-philippines-content-bg.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 446px;
}

.section__constructing__structures .header {
    margin: auto;
    max-width: 1080px;
}

.section__constructing__structures .header h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section__constructing__structures .header p {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.section__constructing__structures .header p:last-child {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}