@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

:root {
    --full-size: 1920px;
    --full-minisize: 1200px;
    --fit-height: 1080px;
    --bg_santa_main: #C00000;
    --santa_main: #4D3809;
    --santa_2main: #21AB99;
}

body {
    display: flex;
    max-width: 1920px;
    margin: 0px;
    font-family: "Noto Sans Thai", serif;
    background-color: rgb(255 255 255);
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    align-items: center;
}

/* =================== BANNER =================== */
#banner {
    position: relative;
    width: var(--full-size);
    height: 400px;
    overflow: hidden;
    display: block;
}

#banner_moblie {
    display: none;
}

.banner-background video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(0.7);
}

.context_banner {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

#banner h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}

#banner p {
    font-size: 22px;
    margin-top: 10px;
}

#section1 {
    width: var(--full-minisize);
    height: auto;
}

.row_sec1 {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.col_sec1 {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.col_sec1 h2 {
    font-size: 30px;
}

.col_sec1 strong {
    font-size: 22px;
    color: #C00000;
}

.col2_sec1 {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col2_sec1 img {
    width: 100%;
    height: 400px;
}

/*--sec2--*/
#section2 {
    width: var(--full-size);
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 700px;
}

.row_sec2_1 {
    width: var(--full-minisize);
    text-align: center;
    margin-bottom: 40px;
}

.row_sec2_1 h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.row_sec2_1 p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.row_sec2_1 span {
    color: var(--santa_2main);
    font-weight: 500;
    font-size: 18px;
}

.row_sec2_2 {
    width: var(--full-minisize);
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-direction: row;
    align-items: center;

}

.col_sec2 {
    background-color: white;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 360px;
    height: 360px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.row_col_sec2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.row_col_sec2 img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: scale-down;
}

.highlight-blue {
    color: var(--santa_2main);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.line_width {
    width: 100%;
    height: 2px;
    background-color: #555;
}

.col_sec2 p {
    font-size: 15px;
    margin-bottom: 15px;
}

.col_sec2 a {
    color: var(--santa_2main);
    text-decoration: none;
    font-weight: 400;
    text-align: start;

}

.col_sec2 a:hover {
    text-decoration: underline;
}

.text_color {
    color: #666666;
}

/*--sec3--*/
#section3 {
    width: var(--full-size);
    position: relative;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.banner_wrapper {
    position: absolute;
    bottom: 0;
    width: var(--full-size);
    z-index: 0;
    pointer-events: none;
}

.banner_sec3 {
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 0.5;
}

.sec3_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    z-index: 2;
    position: relative;
}

.sec3_title span {
    color: #C00000;
}

.row_sec3 {
    width: var(--full-minisize);
    display: flex;
    justify-content: center;
    gap: 40px;
    z-index: 2;
    position: relative;
    flex-direction: row;
}

.row_sec3 img {
    width: 500px;
    object-fit: scale-down;
    border-radius: 15px;
}

.btn_wrapper {
    margin: 20px;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;

}

.button_readmore {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 25px;
    background-color: #C00000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
    font-size: 18px;
}

.button_readmore:hover {
    background-color: #a00000;
}

#section4 {
    width: var(--full-minisize);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.head_sec4 {
    font-size: 30px;
}

.head_sec4 span {
    color: #a00000;
}

.con_routes {
    width: var(--full-minisize);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    align-items: stretch;
}

.con_routes a {
    text-decoration: none;
}

.package-info {
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.package-info a {
    text-decoration: none;
}

.package-info img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}


.con_row1_chinaroutes {
    height: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.row1_chinaroutes {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0px 10px;
    align-items: flex-start;
}

.row1_chinaroutes div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
}

.row1_chinaroutes img {
    width: 20px;
    height: 20px;
}

.row1_chinaroutes p {
    font-size: 14px;
    margin: 2px;
    color: #A6A6A6;
    text-align: start;
}

.mobile_section4 {
    display: none;
}

/*---sec5--*/
#section5 {
    width: var(--full-size);
    height: auto;
    position: relative;
    background-color: transparent;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--full-size);
    height: 100%;
    background-image: url('/static/img/index/banner_sec5.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: 0;
}

#section5>* {
    position: relative;
    z-index: 2;
}

.header_sec5 {
    margin-left: 40px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.header_sec5 span {
    color: var(--bg_santa_main);
}

.content_sec5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: var(--full-minisize);
    margin: 0 auto;
    padding: 2rem 1rem;
    box-sizing: border-box;
}

.content_text_sec5 {
    display: flex;
    justify-content: flex-start;
    width: var(--full-minisize);
}

.con_row_sec5 {
    display: flex;
    justify-content: space-evenly;
    width: var(--full-minisize);
    height: 780px;
    z-index: 2;
    position: relative;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
}

.container_img_head5 {
    border-radius: 50%;
    padding: 10px;
    background-color: #e2eefd;
    display: inline-flex;
    margin: 0 !important;
    width: 100px;
    height: 100px;
}

.container_img_head5 img {
    width: 100%;
    object-fit: scale-down;
}

.row1_sec5,
.row2_sec5 {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.col1_sec5,
.col2_sec5,
.col3_sec5,
.col4_sec5 {
    width: 250px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.img_sec5 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.group_textadd {
    width: 80%;
    height: 40px;
    border-radius: 20px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateY(-15px);
    filter: drop-shadow(2px 0px 3px rgba(0, 0, 0, 0.315));
}

.group_textadd p {
    font-size: 18px;
    font-weight: bold;
    color: #4D3809;
}

.con_row_sec5_1 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: var(--full-minisize);
}

.header_sec5_1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.header_sec5_1 span {
    color: var(--bg_santa_main);
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
}

.col_sec5_1 {
    width: calc(25% - 15px);
    height: 310px;
    border-radius: 20px;
    flex-shrink: 0;
    margin-right: 20px;
}

.col_sec5_1 img {
    width: 100%;
    height: 300px;
    border-radius: 16px;
}

.col_sec5_1:last-child {
    margin-right: 0;
}

.carousel-nav {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #ffffffcc;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 24px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.carousel-nav.left {
    left: 0;
}

.carousel-nav.right {
    right: 0;
}

.mobile_section5,
.mobile_section5_1 {
    display: none;
}

/*--sec6--*/
#section6 {
    width: var(--full-minisize);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row1_sec6,
.row2_sec6 {
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.context_sec6 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header_sec6 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.header_sec6 span {
    color: var(--bg_santa_main);
}

.col1_row1_sec6,
.col1_row2_sec6 {
    width: 40%;
    display: flex;
}

.col1_row1_sec6 img,
.col1_row2_sec6 img {
    width: 100%;
    height: 100%;
}

.col2_row1_sec6,
.col2_row2_sec6 {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.button_readmore_sec6 {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 25px;
    background-color: #C00000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
    width: 190px;
    display: flex;
    justify-content: center;
}

.button_readmore_sec6:hover {
    background-color: #a00000;
}

/*--sec8--*/
#section8 {
    width: var(--full-minisize);
}

.sec9 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

.con_form {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}

.form-container {
    width: var(--full-minisize);
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 8px solid var(--santa_2main);
}

.form-title {
    text-align: start;
    font-size: 22px;
    font-weight: bold;
    color: var(--santa_2main);
    margin-bottom: 15px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.form-grid {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.form-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1rem;
}

.form-label {
    font-weight: bold;
    color: var(--santa_2main);
    margin-bottom: 5px;
    width: 30%;
}

.form-input,
.form-textarea {
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.form-textarea {
    resize: none;
    height: 80px;
}

.textarea-group {
    grid-column: span 2;
}

.form-button {
    width: 100%;
    background: var(--santa_2main);
    color: white;
    border: none;
    padding: 12px;
    font-size: 18px;
    font-family: "Noto Sans Thai", serif;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
}

.form-button:hover {
    background: #21ab9970;
}

/*--sec9--*/
#section9 {
    width: var(--full-minisize);
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.header_sec9 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.header_sec9 span {
    color: var(--bg_santa_main);
}


.col_sec9 {
    width: 30%;
    background-color: #666666;
}

.readmore_sec9 {
    color: #21AB99;
    text-decoration: none;
    text-align: end;
    width: 90%;
    margin: 20px;
}

.custom-grid {
    width: var(--full-minisize);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: stretch;

}

.blog-card img {
    width: 400px;
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
}

.title {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 0px;
}

.blog-card a,
.blog-card a:visited,
.blog-card a:hover,
.blog-card a:active {
    text-decoration: none;
    color: inherit;
}

.more-link {
    text-align: right;
    margin-top: 8px;
}

.more-link a {
    color: var(--santa_2main);
    text-decoration: none;
}

.sub-featured a {
    width: 100%;
}

.section-title {
    color: var(--bg_santa_main);
}

/*--sec10--*/
#section10 {
    width: var(--full-minisize);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row_sec10 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.col_sec10 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header_sec10 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.img_sec10 {
    width: 100%;
    height: 300px;
    background-color: #666666;
}

@media (min-width:1101px) and (max-width: 1919px) {
    #banner {
        width: 100%;
    }

    #section1,
    #section2,
    #section3,
    #section4,
    #section5,
    #section6,
    #section7,
    #section8,
    #section9,
    #section10 {
        width: 100%;
    }

    .row_sec2_1 {
        width: 90%;
    }

    .row_sec2_2 {
        width: 90%;
    }

    .col_sec2 {
        height: 380px;
    }

    .row_sec3,
    .row_sec4 {
        width: 90%;
    }

    .banner_wrapper {
        width: 100%;
    }

    .content_sec5 {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .con_row_sec5,
    .con_row_sec5_1 {
        width: 90%;
    }

    .row1_sec6,
    .row2_sec6 {
        width: 90%;
    }

    .carousel-wrapper_sec7 {
        width: 90%;
    }

    .form-container,
    .row_sec9 {
        width: 90%;
    }

    .row_sec10 {
        width: 90%;
    }


    .carousel-nav_sec7.left {
        left: 40px;
    }

    .carousel-nav_sec7.right {
        right: 40px;
    }

    #banner {
        height: auto;
    }
}

@media (max-width:1100px) {

    #banner,
    #section1,
    #section3,
    .banner_wrapper,
    #section4,
    #section5,
    #section5::before,
    #section6,
    #section7,
    #section10 {
        width: 100%;
    }

    #section9 {
        width: 100%;
        height: auto;
    }


    .context_banner h1 {
        font-size: 20px;
    }

    .context_banner p {
        font-size: 14px;
    }

    #banner {
        width: 100%;
        display: none;
    }

    #banner_moblie {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .context_banner {
        top: 65%;
    }

    .banner-background img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    #section2 {
        width: 100%;
        height: auto;
    }

    .row_sec1 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .col_sec1 {
        width: 90%;
        align-items: center;
    }

    .col2_sec1 {
        width: 100%;
    }

    .col_sec1 h2 {
        font-size: 20px;
    }

    .col_sec1 strong {
        font-size: 15px;
        text-align: center;
    }

    .col_sec1 p {
        font-size: 14px;
        text-align: center;
    }

    .col2_sec1 img {
        height: 300px;
    }

    .row_sec2_1 {
        width: 90%;
        margin: 0;
    }

    .row_sec2_2 {
        width: 90%;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .row_sec3,
    .row_sec4 {
        width: 90%;
        flex-direction: column;
    }

    .row_sec3 img {
        width: 100%;
    }

    .col_sec4 {
        width: 100%;
    }

    .sec3_title {
        font-size: 20px;
    }

    .head_sec4 {
        font-size: 20px;
    }

    .row1_chinaroutes p {
        font-size: 12px;
        margin: 2px;
        color: #A6A6A6;
    }

    .con_routes {
        display: none;
    }

    .content_text_sec5,

    .con_row_sec5 {
        width: 90%;
    }

    .content_sec5 {
        width: 90%;
        padding: 0;
    }

    .header_sec5 {
        font-size: 20px;
    }

    .con_row_sec5_1 {
        display: none;
    }

    .mobile_section5_1 {
        display: flex;
        align-items: center;
        /* overflow: hidden;
        position: relative; */
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        width: 90%;
    }

    .carousel-wrapper_sec5_1 {
        overflow: hidden;
        width: 90%;
    }

    .carousel-track_sec5_1 {
        display: flex;
        transition: transform 0.3s ease-in-out;
    }

    .col_sec5_1_mobile {
        flex: 0 0 100%;
        text-align: center;
    }

    .col_sec5_1_mobile img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .carousel-nav_sec5_1 {
        background-color: #a00000;
        color: #fff;
        border: none;
        padding: 10px;
        font-size: 20px;
        border-radius: 20px;
        cursor: pointer;
    }

    .col_sec4_mobile {
        height: auto;
        padding: 5px;
    }

    .col_sec4_mobile a {
        text-decoration: none;
    }


    .context_sec6 {
        display: flex;
        width: 90%;
        flex-direction: column;
    }

    .button_readmore {
        font-size: 14px;
    }

    .header_sec6 {
        font-size: 18px;
    }

    .sub_sec6 {
        font-size: 14px;
    }

    .row1_sec6,
    .row2_sec6 {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .col1_row1_sec6,
    .col1_row2_sec6 {
        width: 100%;
        height: 300px;
    }

    .col2_row1_sec6,
    .col2_row2_sec6 {
        width: 90%;
        align-items: center;
        gap: 1rem;
    }

    .btn_wrapper_sec7 p {
        font-size: 14px;
    }

    .header_sec5_1 {
        font-size: 18px;
    }

    .carousel-wrapper_sec7 {
        width: 90%;
    }

    .col_sec7_1 {
        width: calc(100% - 15px);
        height: 300px;
        margin-right: 20px;
        border-radius: 15px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        flex-direction: column;
    }

    .form-container {
        width: 90%;
    }

    .form-title {
        font-size: 16px;
    }

    .form-label {
        width: 40%;
    }

    .form-input,
    .form-textarea {
        width: 60%;
        font-size: 14px;
    }

    .con_form {
        flex-direction: column;
    }

    .form-grid {
        width: 100%;
    }

    .sec9 {
        width: 90%;
    }

    .header_sec9 {
        font-size: 20px;
    }

    .header_sec10 {
        font-size: 18px;
    }

    .row_sec10 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .col_sec10 {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    .col_sec10 img {
        width: 100%;
        height: 150px;
    }
    .col_sec10 a {
        width: 100%;
        height: 150px;
    }
    .img_sec10 {
        width: 90%;
    }

    .row_sec9 {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        gap: 1rem;
    }

    .col_sec9 {
        width: 90%;
        height: 200px;
    }

    #section8 {
        width: 100%;
        display: flex;
        justify-content: center;
    }


    .swiper-slide {
        width: auto;
    }

    .row_sec4 {
        display: none;
    }

    .mobile_section4 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        width: 90%;
    }

    .carousel-wrapper_sec4 {
        overflow: hidden;
        width: 100%;
    }

    .carousel-track_sec4 {
        display: flex;
        transition: transform 0.3s ease-in-out;
    }

    .col_sec4_mobile {
        width: calc(100% - 15px);
        height: 360px;
        margin-right: 20px;
        border-radius: 15px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
    }

    .carousel-nav_sec4 {
        background-color: #a00000;
        color: #fff;
        border: none;
        padding: 10px;
        font-size: 20px;
        border-radius: 20px;
        cursor: pointer;
    }

    .con_row_sec5 {
        display: none;
    }

    .mobile_section5 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        width: 100%;
    }

    .carousel-wrapper_sec5 {
        overflow: hidden;
        width: 100%;
    }

    .carousel-track_sec5 {
        display: flex;
        transition: transform 0.3s ease-in-out;
    }

    .col_sec5_mobile {
        width: calc(100% - 15px);
        height: 300px;
        margin-right: 20px;
        border-radius: 15px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        flex-direction: column;
    }

    .col_sec5_mobile a {
        text-decoration: none;
    }

    .carousel-nav_sec5 {
        background-color: #a00000;
        color: #fff;
        border: none;
        padding: 10px;
        font-size: 20px;
        border-radius: 20px;
        cursor: pointer;
    }

    .group_textadd_mobile {
        width: 90%;
        height: 40px;
        border-radius: 20px;
        display: flex;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        position: relative;
        transform: translateY(-15px);
        filter: drop-shadow(2px 0px 3px rgba(0, 0, 0, 0.315));
    }

    .group_textadd_mobile p {
        font-size: 16px;
        font-weight: bold;
        color: #4D3809;
    }

    .carousel-nav_sec7 {
        background-color: #a00000;
        color: #fff;
        border: none;
        padding: 10px;
        font-size: 20px;
        border-radius: 20px;
        cursor: pointer;
    }

    .section7_1 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        width: 90%;
        justify-content: center;
    }

    .row_sec2_1 h3 {
        font-size: 22px;
    }

    .row_sec2_1 p {
        font-size: 16px;
    }

  
    .custom-grid {
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .blog-card img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        border-radius: 6px;
    }

    .title {
        font-size: 14px;
    }
}