:root {
	--primary-color: #b31f36;
	--font-playfair: 'Playfair Display', serif;
}
.font-primary {
	color: var(--primary-color);
	font-family: var(--font-playfair);
}
/* Banner S */
	.banner-area {
		margin-top: 0;
		padding: 200px 0px 0px;
	}
	.banner-area .container {
		position: relative;
		padding: 0;
	}
	.banner-area .contentslide1 {
		max-width: 650px;
		padding-bottom: 100px;
	}
	.contentslide1 h1 {
		font-size: 70px;
	    line-height: 76px;
        margin-bottom: 10px;
	}
	.contentslide1 > p {
	    margin-bottom: 30px;
	    font-size: 30px;
	    max-width: 580px;
		line-height: 37px;

	}
	.banner-area .banner-wrap-slide1 {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.banner-area .banner-wrap-slide1 img {
		display: block;
    transform: rotateY(180deg);
    width: 1071.89px;
    height: 759.29px;
    top: 90px;
    position: relative;
    z-index: 1;
	/* left: 70px; */
	}
/* Banner E */

/* Member S */
	.member-sc {
	    background: #fff;
	    box-shadow: 0px 0px #00000024;
	    padding: 20px 50px;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	.member-sc .cnt-sc p {
		font-size: 33px;
		margin-bottom: 25px;
		font-family: var(--font-playfair);
		font-weight: normal;
	}
	.member-sc .cnt-sc p span {
		color:  var(--primary-color);
		font-size: 75px;
		font-style: italic;
		margin-right: 10px;
		font-family: var(--font-playfair);
		font-weight: bold;
	}
	.btn {
	    display: inline-block;
	    padding: 18px 38px;
	    font-size: 17px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	}
	.btn.btn-primary {
		background-color: var(--primary-color);
		color: #ffffff;
	}
	.btn-secondary {
		background-color: var(--text-color);
		color: #ffffff;
	}
	.btn-secondary:hover {
		background-color: #444040;
		color: #ffffff;
	}
/* Member E */

/* slick-count-wrap S */
	.slick-count-wrap {
	    padding: 40px 0 30px;
	}
/* slick-count-wrap E */

/* Breakfast Menu S */
	.breakfast-menu-main {
		background-color: #ffffff;
		padding: 150px 0;
	}
	.breakfast-wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.breakfast-wrap .content-sc {
		width: 40%;
	}
	.breakfast-wrap .grid-sc {
		width: 60%;
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	.breakfast-wrap .grid-sc :is(.grd-img-sc, .grd-cnt-sc) {
		width: calc(50% - 15px);
	}
	.breakfast-wrap .grid-sc .grd-img-sc img {
		display: block;
		/* aspect-ratio: 1/1; */
	}
	.breakfast-wrap .grid-sc .grd-img-sc h3 {
		margin-top: 30px;
		margin-bottom: 15px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.breakfast-wrap .grid-sc .grd-img-sc p {
		font-style: italic;
		font-family: 'Playfair Display', serif;
		margin: 0;
	    font-size: 26px;
	    font-weight: 600;
	}
	.breakfast-wrap .grid-sc .grd-img-sc p span {
		font-size: 45px;
		margin-right: 10px;
		line-height: 18px;
	}
	.breakfast-wrap .content-sc {
		padding-right: 100px;
	}
	.breakfast-wrap .content-sc h2 {
		text-transform: uppercase;
		font-weight: 700;
	}
/* Breakfast Menu E */

/* Events S */
	.events-main {
		background-color: #F0EDE8;
		padding: 100px 0;
	}
	.events-main .content-sc img {
		margin-bottom: -100px;
	}
	.events-main .grd-cnt-sc {
		background-color: #ffffff;
		padding: 30px;
		box-shadow: 0px 0px #00000024;
	}
	.events-main .grd-cnt-sc .date {
	    font-family: var(--font-playfair);
	    font-weight: 600;
	    display: block;
	    margin-bottom: 10px;
	    color: #323232;
	}
	.events-main .grd-cnt-sc h3 {
		font-weight: 700;
		color: #323232;
		margin-bottom: 100px;
	}
	.events-main .grd-cnt-sc .tag {
		margin-bottom: 0;
		text-transform: uppercase;
		color: var(--primary-color);
		font-weight: 700;
	}
/* Events E */

/* Contact Grid S */
	.contact-grid-main {
		background-color: #F0EDE8;
	}
	.contact-grid-wrap {
		background-color: #B31F36;
		padding: 80px 50px;
		text-align: center;
	}
	.contact-grid-wrap .grid-box {
		max-width: 950px;
		margin: auto;
	}
	.contact-grid-wrap h2 {
		color: #ffffff;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 40px;
		margin-bottom: 30px;
	}
	.contact-grid-wrap .content {
		font-family: var(--font-playfair);
	    color: #ffffff;
	    font-size: 18px;
	    line-height: 36px;
	    max-width: 650px;
	    margin: 0px auto 20px;
	}
	.contact-grid-wrap .btn {
		background-color: #ffffff;
		color: var(--primary-color);
		padding: 10px 40px;
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 15px;
	}
	.contact-grid-wrap .subtitle {
		text-transform: uppercase;
		color: #ffffff;
		margin-bottom: 0;
	}
/* Contact Grid E */

/* Latest Content S */
	.latest-content-main {
		padding: 100px 0;
	}
	.latest-content-main .title-sc {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.latest-content-main .title-sc h2 {
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	.latest-content-main .grid-row {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	.latest-content-main .grid-row .grid-col {
		width: calc(33.33% - 20px);
	}
	.latest-content-main .grid-col img {
		aspect-ratio: 1.5/1;
		object-fit: cover;
		display: block;
		margin-bottom: 30px;
	}
	.latest-content-main .grid-col .date {
		font-family: var(--font-playfair);
		color: var(--primary-color);
	    font-size: 18px;
	    display: block;
	    margin-bottom: 10px;
	}
	.latest-content-main .grid-col h3 {
		text-transform: uppercase;
		font-weight: 700;
		margin-bottom: 0;
	}
/* Latest Content E */

/* Impact S */
	.impact-wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		margin-bottom:6%;
	}
	.impact-wrap > * {
		width: calc(50% - 15px);
		padding: 50px;
	}
	.impact-wrap h2 {
		text-transform: uppercase;
		font-weight: 700;
	}
	.impact-wrap .explore-main {
		background-color: #ffffff;
	}
	.impact-wrap .explore-main h2 {
		margin-bottom: 60px;
	}
	.explore-main{
		background-image: url(../images/newdesign/vector.svg);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	.join-main{
		background-image: url(../images/newdesign/vector2.svg);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	.impact-wrap .join-main {
		background-color: var(--primary-color);
	}
	.impact-wrap .join-main h2 {
		color: #ffffff;
	}
	.impact-wrap .join-main p {
		font-family: var(--font-playfair);
		color: #ffffff;
		font-size: 28px;
		opacity: 0.8;
	    margin-bottom: 40px;
	}
	.impact-wrap .join-main .form-group {
		position: relative;
	}
	.impact-wrap .join-main .form-group input {
		border: 0;
		margin: 0;
		padding: 5px 60px 5px 30px;
	}
	.impact-wrap .join-main .form-group button {
	    background-color: transparent;
	    position: absolute;
	    right: 10px;
	    top: 0;
	    margin: 0;
	    padding: 0 10px;
	    height: 100%;
	    display: flex;
	    align-items: center;
	}
	.impact-wrap .join-main .form-group button path {
		fill: var(--primary-color);
	}
/* Impact E */

/* Responsive Styles */
@media (max-width: 1200px) {
    .container {
        padding: 0 20px;
    }
    
    .contentslide1 h1 {
        font-size: 60px;
        line-height: 70px;
    }
    
    .contentslide1 > p {
        font-size: 24px;
    }
    
    .member-sc .cnt-sc p {
        font-size: 30px;
		font-weight: bold;
    }
    
    .member-sc .cnt-sc p span {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .banner-area {
        padding: 10px 0 50px;
    }
    
    .banner-area .container {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }
    
    .banner-area .contentslide1 {
        padding-bottom: 0;
        text-align: center;
        margin: 0 auto;
        order: 1;
    }
    
    .banner-area .banner-wrap-slide1 {
        position: relative;
        width: 100%;
        margin: 50px auto 0;
        right: auto;
        max-width: 700px;
        order: 2;
    }
    
    .banner-area .banner-wrap-slide1 img {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        top: 0;
    }
    
    .breakfast-wrap {
        flex-direction: column;
        gap: 50px;
    }
    
    .breakfast-wrap .content-sc,
    .breakfast-wrap .grid-sc {
        width: 100%;
        padding-right: 0;
		text-align: center;
    }
    
    .member-sc {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .impact-wrap {
        gap: 20px;
    }
    
    .impact-wrap > * {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .contentslide1 h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .btn {
        padding: 15px 30px;
        font-size: 15px;
    }
    
    .breakfast-wrap .grid-sc .grd-img-sc,
    .breakfast-wrap .grid-sc .grd-cnt-sc,
    .latest-content-main .grid-row .grid-col,
    .impact-wrap > * {
        width: 100%;
    }
    
    .contact-grid-wrap {
        padding: 50px 20px;
    }
    
    .contact-grid-wrap h2 {
        font-size: 32px;
    }
    
    .latest-content-main .title-sc {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .contentslide1 h1 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .member-sc {
        padding: 30px 20px;
    }
    
    .member-sc .cnt-sc p {
        font-size: 24px;
		font-weight: bold;
    }
    
    .member-sc .cnt-sc p span {
        font-size: 50px;
    }
    
    .impact-wrap .join-main p {
        font-size: 20px;
    }
    
    .breakfast-menu-main {
        padding: 80px 0;
    }
}

/* Add viewport meta tag if not already present in HTML */
@-ms-viewport {
    width: device-width;
}

/* Footer Styling */
.footer-wrapper {
    background-color: #ffffff;
    padding: 30px 0;
    margin-top: 10px;
    border-top: 1px solid #eee;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	border-top: none;
}
.left-three ul li a::before{
	background: none;
}
/* Left Footer Section */
.left-footer-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Logo and Address Section */
.left-one {
    display: flex;
    align-items: center;
	padding-right: 0;
}

.left-one img {
    width: 40px;
    height: auto;
}

.left-two {
    color: #666;
	padding-right: 150px;
}

.left-two .address {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
}

/* Menu Links - Updated */
.left-three {
    display: flex;
    gap: 30px;
}

.left-three ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* display: flex; */
    gap: 30px;
}
.left_theree_first_ul{
	margin-right: 50px;
}
.left-three ul li {
    margin: 0;
}

.left-three ul li a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.left-three ul li a:hover {
    color: #333;
}

/* Right Footer Section */
.right-footer-menu {
    display: flex;
    align-items: flex-end;
}

.social-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.copyright {
    margin: 0;
    color: #666;
    font-size: 13px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    display: flex;
    align-items: center;
}

.social-icons svg path {
    stroke: #000000;  /* For outlined icons */
    fill: #000000;   /* For filled icons */
}

/* Optional hover state */
.social-icons a:hover svg path {
    stroke: #666666;  /* Lighter color on hover */
    fill: #666666;    /* Lighter color on hover */
}

/* Responsive Footer */
@media (max-width: 1200px) {
    .left-footer-menu {
        gap: 20px;
    }
    
    .left-three ul {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .footer-bottom {
        flex-direction: column;
        gap: 30px;
    }

    .left-footer-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .left-three ul {
        flex-wrap: wrap;
        gap: 15px 30px;
    }

    .right-footer-menu {
        justify-content: flex-start;
    }
}
@media (min-width: 1440px) {
    .banner-area .container {
        max-width: 131rem;
		padding: 0;
    }
}
@media (min-width: 991px) and (max-width: 1439px) {
    .banner-area .container {
		padding: 0 2.0rem;
		max-width: 128rem;
    }
	.banner-area .banner-wrap-slide1 img {
		display: block;
		transform: rotateY(180deg);
		width: 870.89px;
		height: 640.29px;
		top: 77px;
		position: relative;
		z-index: 1;
	}
}
@media (max-width: 767px) {
    .left-three ul {
        flex-direction: column;
        gap: 10px;
    }
}

/* Logo Slider Section */
.logo-slider-section {
    background-color: transparent;
    padding: 30px 0;
    margin: 20px 0;
}

.logo-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
}

.logo-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.logo-item:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.logo-item img {
    max-width: 120px;
    height: auto;
    object-fit: contain;
}

@media (min-width: 1440px) {
    .logo-slider {
        max-width: 144rem;
        padding: 0;
    }
}

@media (min-width: 1500px) {
    .logo-slider {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .logo-slider {
        gap: 20px;
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .logo-slider {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .logo-item {
        /* width: calc(33.33% - 15px); */
        flex: initial;
    }
}

@media (max-width: 767px) {
    .logo-slider-section {
        padding: 20px 0;
        margin: 15px 0;
    }

    .logo-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .logo-slider {
        gap: 15px;
    }
    
    .logo-item {
        width: 100%;
    }
}

/* Only add/update mobile styles */
@media (max-width: 767px) {
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .left-footer-menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 20px;
    }

    .left-two {
        padding-right: 0;
    }

    .left-three {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .left-three ul {
        flex-direction: column;
        gap: 10px;
        margin: 0;
    }

    .left_theree_first_ul {
        margin-right: 0;
    }

    .right-footer-menu {
        margin-top: 30px;
        width: 100%;
    }

    .social-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .copyright {
        border-right: none;
        padding-right: 0;
    }
}

.contact-grid-wrap{
	background-image: url(../images/newdesign/logo_icon.svg), url(../images/newdesign/logo_icon2.svg);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
}
.at_sign{
	color: red;
}