/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url("font.css");
@import url("main.css");

/* Home Page */
/* gsap code */
.hero__heading-logo,
.hero__heading,
.hero__subheading-1,
.hero__subheading-2 {
    opacity: 0;
    transform: translateY(20px);
}

.hero__content p,
.hero__button {
    opacity: 0;
    transform: translateY(20px);
}

.bottle-animation-wrapper {
    position: relative;
    z-index: 10;
    display: inline-block;
    width: fit-content;
}

.hero__image {
    opacity: 0;
    position: relative;
    z-index: 2;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 650px;
    width: 13vw;
    max-width: 276px;
}

.water-img {
    opacity: 1;
    clip-path: inset(0% 0% 100% 0%);
    position: relative;
    z-index: 1;
    margin-top: -3px;
	    height: 25vh;
    transform: translateY(1px);
}

/* gsap code */
.section_hero {
    background-color: #FFFCF7;
    align-items: center !important;
}

.hero-row {
    position: absolute;
    top: 103px;
    left: 50%;
    transform: translateX(-50%);
	max-width: max-content !important;
}

.hero-col .col-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero__heading {
    width: 100%;
    font-weight: 700;
    font-size: clamp(3.125rem, 11vw, 14.3125rem);
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
    line-height: 1;
}

.hero__subheading-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 180px;
    max-height: 244px;
    height: 100%;
}

.hero__subheading-2, .hero__subheading-1 {
    width: auto;
    font-weight: 700;
    font-size: clamp(3.125rem, 11vw, 14.3125rem);
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
}

.hero__heading-logo {
    width: 15vw;
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 23px;
	margin-top: 20px;
}

.hero__content p {
    text-align: right;
    color: #701620;
    font-size: clamp(1.125rem, 1vw, 1.5rem);
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
	white-space: nowrap;
}

.hero__button {
    max-height: 19px;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: transparent;
    color: #701620;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.hero__button:hover span {
    color: #9D142F;
}

.hero__button:hover svg {
    fill: #9D142F;
    stroke: #9D142F;
}

.hero__button:active {
    background: #EF507033;
}

.hero__button span {
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
@media(max-width: 1200px) {
	.hero-row {
		max-width: 850px !important;	
	}
}

@media (max-width: 980px) {
	.hero-row {
		max-width: max-content !important;	
	}
    .hero__heading-logo,
    .hero__heading,
    .hero__subheading-1,
    .hero__subheading-2 {
        opacity: 1;
        transform: translateY(0);
    }

    .hero__subheading-wrapper {
        gap: 80px;
		padding-top: 16px;
    }

    .hero__content p,
    .hero__button {
        opacity: 1;
        transform: translateY(0);
    }
    .hero-row {
        width: 100%;
    }
    .hero__image {
        opacity: 1;
        width: 20vw;
    }

    .water-img {
        clip-path: unset;
        width: auto;
		height: auto;
    }

    .hero__heading {
        white-space: normal;
    }
    .hero__content {
        display: none;
    }
}
@media (max-width: 549px) {
	.hero__heading-logo {
        width: 83px;
    }

    .hero__image {
        opacity: 1;
        width: auto;
        max-height: 416px;
    }
	.hero-col .col-inner {
		gap: 16px;
	}
}
/* sections 2 */
.section_features {
    position: relative;
    z-index: 6;
    overflow: visible;
}

.section_features .section-bg {
    background-color: rgb(112, 22, 32);
}

.features_heading-wrapper {
    height: 85vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    overflow: visible;
    align-items: center;
	will-change: transform; 
    transform: translateZ(0);
}


.features_heading {
    font-family: Beautique Display;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 4rem);
    letter-spacing: 0;
    color: #FFFFFF;
    margin-bottom: 0;
	    will-change: transform; 

}

.features_image {
    position: relative;
    z-index: 11;
	max-width: 600px;
	margin: 0 auto;     
    height: 65vh;  
    object-fit: contain;
	transition: opacity 0.3s;
	transform: translate(20px, -40px);
	    will-change: transform; 

}
.features_title-wrapper, 
.features_description-wrapper {
    position: absolute;
    top: 40%;
    bottom: 10%;
    left: 0;
    width: 100%;
    overflow: hidden; 
    display: flex;
    justify-content: space-between;
    pointer-events: none; 
}

.features_heading-subtitle, 
.features_description {
    position: absolute; 
    top: 0; 
}
.features_heading-subtitle:first-child { left: 0; text-align: left; }
.features_heading-subtitle:last-child { right: 0; text-align: right; }

.features_description:first-child { left: 0; }
.features_description:last-child { right: 0; }

.features_heading-subtitle {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: right;
    color: #FFF5F5;
   max-width: 245px;
}


.features_description-heading {
    font-family: Beautique Display;
    font-weight: 500;
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    text-align: left;
    color: #FFF5F5;
    margin-bottom: 0;
}

.features_description {
    display: flex;
    flex-direction: column;
    max-width: 245px;
    max-height: 464px;
    height: 100%;
}

.features_description-title {
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    color: #FFF5F5;
    font-family: Beautique Display;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
	max-width: 245px;
	margin-bottom: 0;
}

.features_description-text {
    font-weight: 300;
    letter-spacing: 0;
    text-align: right;
    color: #FFF5F5;
    margin-bottom: 60px;
	
}
.features_description-text:last-child {
	margin-bottom:0;
}
.features_description-text strong {
    font-size: 1.125rem;
	
}
@media(max-width: 1200px) {
	.features_image {
		width: 35vw;
	}
}
@media (max-width: 980px) {
    .features_heading {
        position: relative;
        top: 0;
        left: 0;
    }

    .features_image {
        transform: translate(0, -35px);
        max-width: 336px;
        width: 100%;
        height: auto;
    }
	.features_title-wrapper {
		margin-bottom: 40px;
	}
    .features_title-wrapper,
	.features_description-wrapper {
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-direction: column; 
		justify-content: center;
		align-items: center;
		pointer-events: none;
		top: unset;
		bottom: unset;
		position: relative;
	}
	.features_heading-subtitle, 
	.features_description {
		position: relative; 
		top: unset; 
		
	}

    .features_heading-subtitle:first-child { left: unset; text-align: center; }
		.features_heading-subtitle:last-child { right: unsetunset; text-align: center; }

		.features_description:first-child { left: unset; }
		.features_description:last-child { right:unset; }

    .features_description {
        max-width: 180px;
        gap: 40px;
        width: 100%;
        height: auto;
        max-height: unset;
    }

    .features_description-text {
        display: none;
    }


    .features_heading-subtitle {
        padding-top: 5px;
        max-width: unset;
        text-align: center;
		max-width: 200px;
    }
	.features_description-title {
		text-align: center;
		margin-bottom: 0;
	}
    .features_title-wrapper 
	.features_heading-subtitle:nth-child(2) {
        display: none;
    }

    .features_heading-wrapper {
        height: auto;
    }

}

@media (max-width: 549px) {

    .section_features {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

/* sections 3 */

.product-section {
    border: none;
    position: relative;
    z-index: 0;
}

.product_button-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    border-top: 0.5px solid #89666A;
    margin-top: 30px;
    margin-bottom: 50px;
}

.product_button {
    margin-top: 30px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}

.product_button span {
    font-weight: 600;
    letter-spacing: 0;
    color: #5D080A;
    text-transform: uppercase;
}

.product_button:hover span {
    color: #9D142F;
}

.product_button:hover svg {
    fill: #9D142F;
    stroke: #9D142F;
}

.product_button:active {
    background: #EF507033;
}

.product_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto auto;
    gap: 32px;
}

.product_card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.product_card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.product_card:nth-child(3).hero {
    grid-column: 4 / span 2;
    grid-row: 1 / span 1;
}

.product_card:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}

.product_card:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}

.product_card:nth-child(6) {
    grid-column: 4;
    grid-row: 2;
}

.product_card:nth-child(7) {
    grid-column: 5;
    grid-row: 2;
}

.product_card {
    text-align: center;
}

.product_name {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #69624A;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: left;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	
}

.product_price {
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #701620;
    text-align: left;
    margin-bottom: 0;

}

.product_card.small .product_image {
    width: 100%;
    object-fit: contain;
    object-position: center;
    height: 355px;
    transform: scale(1);
    transition: transform 0.6s;
    padding: 20px 0;
}

.product_card.small .product_image_wrapper {
    background-color: #F6F5F1;
    padding: 10px;
    width: 100%;
    margin-bottom: 16px;
    transition: transform 0.6s;
}

.product_card.hero {
    width: 100%;
    transition: transform 0.6s;
}

.product_card.hero .product_image_wrapper {
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}

.product_card.hero .product_image_wrapper-overplay {
    background-color: #F6F5F1;
    padding: 10px;
    width: 100%;
}

.product_card.hero .product_image {
    width: 100%;
    transform: scale(1);
    transition: transform 0.6s;
    max-height: 718px;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product_card.small a:hover .product_image_wrapper .product_image {
    transform: scale(1.05);
}

.product_card.small a:hover .product_name {
    color: #701620;
}

.product_card.hero a:hover .product_image_wrapper .product_image {
    transform: scale(1.02);
}

.product_card.hero a:hover .product_name {
    color: #701620;
}

@media (max-width: 980px) {
	.product_button {
		margin-top: 16px;
	}
    .product_button-wrapper {
        margin-bottom: 40px;
    }

    .product_grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        justify-items: center;
    }
		
    .product_card.small {
        width: 100%;
    }

    .product_card:nth-child(3).hero {
        grid-column: 1;
        grid-row: 1;
    }

    .product_card:nth-child(1),
    .product_card:nth-child(2),
    .product_card:nth-child(4),
    .product_card:nth-child(5),
    .product_card:nth-child(6),
    .product_card:nth-child(7) {
        grid-column: auto;
        grid-row: auto;
    }

    .product_card:nth-child(3).hero {
        grid-column: 1 / -1;
    }

    .product_card.hero .product_image {
        height: auto;
        max-height: unset;
    }
	.product_card.small .product_image {
		max-height: 300px;
	}

}


@media (max-width: 549px) {
    .product_grid {
        gap: 24px;
    }
	 .product_card.hero .product_image {
        height: auto;
        max-height: 415px;
		object-fit: unset;
    }
	.product_card.small .product_image {
		max-height: 213px;
	}
	.product-highlight_button {
		margin-top: 8px;
	}
}

/* section 4 */
.section-highlight {
    padding-top: 0px !important;
    padding-bottom: 100px !important;
}

.product-highlight_image-top {
    transform: translateY(24px);
}

.product-highlight_component {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-highlight_info-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
	gap: 132px;
}

.product-highlight_rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
}

.product-highlight_brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
	padding-top: 12px;
}

.product-highlight_price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.product-highlight_brand-name {
    font-weight: 700;
    font-size: clamp(0.75rem, 2vw, 1.5rem);
    letter-spacing: 0;
    color: #701620;
    margin-bottom: 0;

}

.is-content {
    align-items: flex-end;
    text-align: right;
    gap: 28px;
}

.product-highlight_content-heading-h3 {
    font-family: Beautique Display;
    font-weight: 700;
    font-size: clamp(1.75rem, 4vw, 4rem);
    letter-spacing: 0.04rem;
    text-align: right;
    color: #701620;
    margin-bottom: 0;
}
.product-highlight_content-heading-h3.mobile {
    display: none;
}
.product-highlight_content-subheading {
    font-family: Beautique Display;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 1.5rem);
    letter-spacing: 0;
    text-align: right;
    color: #701620;
    margin-bottom: 0;
}

.product-highlight_content {
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
    color: #69624A;
}

.product-highlight-detail_item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.product-highlight-detail_item:last-child {
    margin-bottom: 0;
}

.product-highlight-detail_item .label {
    font-weight: 600;
    letter-spacing: 0;
    color: #4F4A3A;
    max-width: 135px;
    width: 100%;
    text-align: left;
}

.product-highlight-detail_item .value {
    letter-spacing: 0;
    color: #69624A;
    width: 100%;
    text-align: left;

}

@media (max-width: 980px) {
    .section-highlight {
        padding-top: 0px !important;
        padding-bottom: 50px !important;
    }

    .product-highlight_info-wrapper {
        height: auto;
        gap: 30px;
    }

    .is-content {
        gap: 28px;
    }
    .product-highlight_image-top {
        width: 441px;
    }

    .product-highlight_image {
        width: 20vw;
    }

}

@media (max-width: 849px) {
    .is-content {
        gap: 28px;
        padding-top: 0;
    }
    .product-highlight_content-heading-h3.mobile {
        display: block;
        max-width: 100px;
    }
    .product-highlight_content-heading-h3 {
        display: none;
    }
    .product-highlight_content-subheading
    {
        max-width: unset;
    }
    .product-highlight_row .col:nth-child(1) {
        order: 2;
        position: absolute;
        width: 87vw;
    }
    .product-highlight_row .col:nth-child(1) .col-inner {
        display: flex;
    }

    .product-highlight_row .col:nth-child(2) {
        order: 1;
    }

    .product-highlight_row .col:nth-child(3) {
        order: 3;
    }

    .product-highlight_info-wrapper {
        text-align: left;
    }
    .product-highlight_brand {
        max-width: 128px;
    }
}

@media (max-width: 549px) {
    .section-highlight {
        padding-bottom: 100px;
    }

    .is-content {
        gap: 28px;
        padding-top: 20px;
    }

    .product-highlight_image-top {
        transform: translateY(10px);
		height: 308px;
    }
	.product-highlight_rating, 
	.product-highlight_brand,
	.product-highlight_price{
		gap: 10px;
	}
	.product-highlight_brand img:first-child {
		max-width: 20px;
	}
	.product-highlight_rating img:first-child {
		max-width: 20px;
	}

	.product-highlight_rating img:nth-child(2) {
		max-width: 68px;
	}
	.product-highlight_price img:first-child {
		max-width: 20px;
	}
	 .product-highlight_row .col:nth-child(1) {
        width: 90vw;
    }
}

/* sections 5 */
.event-grid_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 0.5px solid #9C9789;
    align-items: center;
}

.event-grid_header h4 {
    font-family: Beautique Display;
    font-weight: 400 !important;
    font-size: clamp(1.25rem, 3vw, 2.5rem);
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: left;

}

.event-grid_header h2 {
    font-family: Beautique Display;
    font-weight: 700;
    font-size: clamp(3rem, 10vw, 8.125rem);;
    letter-spacing: 0;
    line-height: 1;
    text-align: right;
    margin-bottom: 0;
    white-space: nowrap;
}

.event-grid_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 32px;
}

.event-grid_item {
    position: relative;
    display: block;
    overflow: hidden;
}

.event-grid_item.is-item-1 {
    width: calc(60% - 16px);
    height: 451px;
}

.event-grid_item.is-item-2 {
    width: calc(40% - 16px);
    height: 451px;
}

.event-grid_item.is-item-3 {
    width: calc(33.2% - 21.33px);
    height: 386px;
}

.event-grid_item.is-item-4 {
    width: calc(41.8% - 21.33px);
    height: 386px;
}

.event-grid_item.is-item-5 {
    width: calc(25% - 21.33px);
    height: 386px;
}

.event-grid_item .event-grid_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.event-grid_item .event-grid_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.event-grid_content-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    padding: 18.5px 20px;
    position: relative;
    z-index: 2;
    background: #00000082;
}

.event-grid_content-left {
    padding: 20px;
}

.event-grid_content-left-title {
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.event_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.event_info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.event_info-text {
    color: #FFFFFF;
}

.event-grid_button {
    display: flex;
    background-color: #5A1118;
    color: #fff;
    padding: 12px 16px;
    transition: background 0.3s ease;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.event-grid_button-text {
    background: #701620;
    padding: 8px 10px;
    border-radius: 4px;
}

.event-grid_button:hover .event-grid_button-text {
    background: #9D142F;
}

.event-grid_button:active .event-grid_button-text {
    background: #421016;
}

.event-grid_see-more {
    background-color: #736C4E;
    transition: background 0.3s ease;
}

.event-grid_see-more:hover {
    background-color: #4a4a3a;
}

.event-grid_see-more-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    gap: 16px;
}

.event-grid_see-more-content p {
    color: #fff;
    margin: 0;
}

.event-bg_logo {
    position: absolute;
    top: 30%;
    left: 35%;
}

@media (max-width: 1400px) {
    .event-grid_item.is-item-1,
    .event-grid_item.is-item-4 {
        width: calc(53% - 16px);
        height: 457px;
    }

    .event-grid_item.is-item-2,
    .event-grid_item.is-item-3 {
        width: calc(47% - 16px);
        height: 457px;
    }

    .event-grid_item.is-item-5 {
        width: 100%;
        height: 86px;
    }
}

@media (max-width: 980px) {
    .event-grid_header {
        flex-direction: column-reverse;
        gap: 30px;

    }

    .event-grid_header h2 {
        text-align: right;
    }

    .event-grid_header h4 {
        text-align: right;
    }

    .event-grid_item .event-grid_overlay {
        height: 60%;
    }

    .event-grid_item.is-item-1,
    .event-grid_item.is-item-2,
    .event-grid_item.is-item-3,
    .event-grid_item.is-item-4 {
        width: calc(50% - 16px);
        height: 457px;
    }

    .event-grid_content-right {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 549px) {
    .event-grid_item.is-item-1,
    .event-grid_item.is-item-2,
    .event-grid_item.is-item-3,
    .event-grid_item.is-item-4 {
        width: 100%;
    }

    .event-bg_logo {
        scale: 0.4;
        top: -122%;
        left: 60%;
    }

    .event-grid_item.is-item-5 {
        width: 100%;
        height: 63px;
    }
}


/* section 6 */

.wine-swiper .wine-swiper {
    width: auto;
    transition: transform 0.3s ease;
}

.wine-swiper .wine-slide img {
    width: 100%;
    display: block;
}

.wine-swiper .wine-slide:hover img {
    transform: scale(1.02);
}

/* section 7 */
.blog_heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.blog_heading {
    font-family: Beautique Display;
    font-weight: 700;
    font-size: clamp(3rem, 10vw, 8.125rem);;
    letter-spacing: 0;
    text-align: right;
    margin-bottom: 0;
    white-space: nowrap;
    line-height: 1;
}

.blog_subheading {
    font-family: Beautique Display;
    font-weight: 400;
    font-size: clamp(1.25rem, 3vw, 2.5rem);
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.5;
	max-width: 360px;
}

.post-item .box-text-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.box-blog-post .is-divider {
    display: none;
}

.box-text {
    padding-top: 32px;
    border: 1px solid #A49E83;
    padding: 24px;
}

.post-item .post-meta {
    order: 1;
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0;
}

.post-item .post-meta::before {
    content: '';
    background-image: url('https://nhonho.dev.sugaweb.com/wp-content/uploads/2025/10/Blog-Date-Icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
}
.box-blog-post a {
    pointer-events: none;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-item .post-title {
    order: 2;
}
.from_the_blog_excerpt {
	 display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} 
.blog-section .col-inner .row {
    margin: 0;
}
.blog-grid {
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
.post-item {
  padding: 0 !important;
	max-width: 100% !important;
}

.post-item .post-excerpt,
.post-item .from_the_blog_excerpt,
.post-item .read-more {
    order: 3;
}

.post-item .box-image img {
    transition: transform 0.5s ease;
}

.post-item:hover .box-image img {
    transform: scale(1.1);
}

@media (max-width: 980px) {
	.blog_subheading {
		width: 100%;
		text-align: right;
		max-width: unset;
	}
	.blog-grid .post-item[data-animate] {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		animation: none !important;
	}
	.blog-grid {
		 grid-template-columns: repeat(2, 1fr);
	}
	.blog-grid .col {
		padding-left: 0 !important;
		padding-right: 0 !important;
	  }
    .blog_heading-wrapper {
        gap: 30px;
        flex-direction: column-reverse;
    }

    .blog_heading {
        text-align: right;
    }

  
	.from_the_blog_excerpt {
		-webkit-line-clamp: 4;
	} 
}
@media (max-width: 549px) {
		.blog-grid {
		 grid-template-columns: 1fr;
		gap: 40px;
	}
	.blog-grid > .col {
        padding: 0 !important; 
    }
}
