.contact-map-section{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.contact-map-embed{
    width: 100%;
    height: 600px;   /* กำหนดความสูงตรงนี้ */
    line-height: 0;
}

.contact-map-embed iframe{
    display: block;
    width: 100%;
    height: 100%;    /* ให้สูงเท่ากล่องแม่ */
    border: 0;
    filter: grayscale(100%);
}


.contact-lavender-section{
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-lavender-overlay{
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(246,231,226,0.30), transparent 28%),
        radial-gradient(circle at bottom right, rgba(231,199,191,0.18), transparent 24%),
        linear-gradient(135deg,
            rgba(246,231,226,0.52) 0%,
            rgba(231,199,191,0.34) 30%,
            rgba(235,182,168,0.34) 58%,
            rgba(201,143,130,0.40) 78%,
            rgba(143,95,86,0.52) 100%);
    z-index: 1;
}

.contact-lavender-wrap{
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 28px;
    align-items: stretch;
    max-width: 1080px;
    margin: 0 auto;
}

.contact-lavender-info,
.contact-lavender-form-box{
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 20px 45px rgba(18, 13, 45, 0.22);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.contact-lavender-info{
    border-radius: 28px;
}

.contact-lavender-info-inner{
    padding: 34px 28px;
    height: 100%;
    color: #fff;
}

.contact-lavender-mini-icon{
    width: 52px;
    height: 52px;
    margin: 0 0 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    font-size: 22px;
    color: #fff;
}

.contact-lavender-info h3{
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 600;
}

.contact-lavender-info-text{
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.7;
    color: rgb(255, 255, 255);
}

.contact-lavender-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-lavender-list li{
   display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.7;
    color: rgb(255, 255, 255);
}

.contact-lavender-list li i{
	  display: block;
    min-width: 18px;
    margin-top: 3px;
    font-size: 30px;
    color: #ffffff;
}

.contact-lavender-form-box{
    border-radius: 30px;
    padding: 40px 40px 34px;
    color: #fff;
}

.contact-lavender-form-icon{
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.20);
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.contact-lavender-form-box h2{
    margin: 0 0 10px;
    text-align: center;
    font-size: 48px;
    line-height: 1.05;
    font-weight: 600;
    color: #fff;
}

.contact-lavender-desc{
    margin: 0 auto 28px;
    max-width: 560px;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.76);
}

.contact-lavender-field-row{
    margin-bottom: 16px;
}

.contact-lavender-field-row.two-col{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-lavender-field label{
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(255,255,255,0.72);
    font-weight: 500;
}

.contact-lavender-field input,
.contact-lavender-field textarea{
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.05);
    color: #fff;
    padding: 0 18px;
    box-shadow: none;
    transition: all .25s ease;
}

.contact-lavender-field input{
    height: 54px;
}

.contact-lavender-field textarea{
    height: 130px;
    padding-top: 14px;
    resize: vertical;
}

.contact-lavender-field input::placeholder,
.contact-lavender-field textarea::placeholder{
    color: rgba(255,255,255,0.45);
}

.contact-lavender-field input:focus,
.contact-lavender-field textarea:focus{
    border-color: rgba(201,143,130,0.85);
    box-shadow: 0 0 0 3px rgba(235,182,168,0.12);
}

.contact-lavender-bottom{
    margin-top: 10px;
}

.contact-lavender-check{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 14px;
    color: rgba(255,255,255,0.76);
}

.contact-lavender-check input{
    accent-color: #8b6cff;
}

.contact-lavender-btn{
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 28px;
    background: linear-gradient(135deg, #f6e7e2 0%, #ebb6a8 100%);
    color: #8f5f56;
    font-size: 16px;
    font-weight: 700;
    transition: all .25s ease;
}

.contact-lavender-btn:hover{
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(255,255,255,0.14);
}

@media (max-width: 991px){
    .contact-lavender-wrap{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px){
    .contact-lavender-section{
        padding: 80px 0 !important;
    }

    .contact-lavender-form-box{
        padding: 30px 22px 24px;
        border-radius: 24px;
    }

    .contact-lavender-info-inner{
        padding: 28px 22px;
    }

    .contact-lavender-form-box h2{
        font-size: 36px;
    }

    .contact-lavender-field-row.two-col{
        grid-template-columns: 1fr;
    }
}


.lionox-style-section{
    padding: 90px 0;
    background: #f7f5f1;
}

.lionox-main-title{
    max-width: 760px;
    margin-bottom: 10px;
    font-size: 40px;
}

.lionox-sub-title{
    max-width: 820px;
}

.lionox-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.lionox-card{
    position: relative;
    display: block;
    min-height: 420px;
    padding: 24px 26px 28px;
    border-radius: 32px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(18, 19, 30, 0.14);
    transition: transform .35s ease, box-shadow .35s ease;
}

.lionox-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 26px 50px rgba(18, 19, 30, 0.22);
}

.lionox-bg{
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.02);
}

.lionox-overlay{
    position: absolute;
    inset: 0;
    opacity: .92;
}

.theme-dark .lionox-overlay{
    background: linear-gradient(180deg, rgba(246,231,226,.82) 0%, rgba(235,182,168,.92) 100%);
}

.theme-blue .lionox-overlay{
    background: linear-gradient(180deg, rgba(246,231,226,.82) 0%, rgba(235,182,168,.92) 100%);
}

.theme-orange .lionox-overlay{
    background: linear-gradient(180deg, rgba(246,231,226,.82) 0%, rgba(235,182,168,.92) 100%);
}

.theme-beige .lionox-overlay{
    background: linear-gradient(180deg, rgba(246,231,226,.82) 0%, rgba(235,182,168,.92) 100%);
}

.lionox-shape{
    position: absolute;
    border-radius: 50%;
    filter: blur(0px);
    opacity: .95;
    pointer-events: none;
}

.lionox-shape-lg{
    width: 240px;
    height: 240px;
    left: -60px;
    bottom: -50px;
    background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(230,230,230,.18));
}

.lionox-ring-wrap{
    position: relative;
    z-index: 2;
    width: 168px;
    height: 168px;
    margin: 74px auto 34px;
    border-radius: 50%;
}

.lionox-ring-image{
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.lionox-ring-wrap::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.50);
    -webkit-mask: radial-gradient(circle, transparent 32%, #000 33%);
            mask: radial-gradient(circle, transparent 32%, #000 33%);
}

.lionox-ring-cut{
    position: absolute;
    width: 80px;
    height: 80px;
    right: 44px;
    top: 44px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(246,221,214,.96), rgba(255,255,255,.55));
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
	text-align: center;
}

.lionox-content{
    position: relative;
    z-index: 2;
    text-align: center;
}

.lionox-brand{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
    opacity: .95;
}

.lionox-content h3{
    margin: 0 0 50px;
    font-size: 32px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.4px;
	text-transform: uppercase;
}

.lionox-item-title{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 8px;
}

.lionox-item-sub{
    font-size: 13px;
    line-height: 1.4;
    opacity: .88;
    letter-spacing: .2px;
}

.theme-beige{
    color: #2a2a2a;
}

.theme-beige .lionox-content,
.theme-beige .lionox-brand{
    color: #2a2a2a;
}

@media (max-width: 1199px){
    .lionox-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px){
    .lionox-style-section{
        padding: 70px 0;
    }

    .lionox-grid{
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .lionox-card{
        min-height: 500px;
        padding: 22px 20px 26px;
        border-radius: 24px;
    }

    .lionox-ring-wrap{
        width: 150px;
        height: 150px;
        margin-top: 64px;
    }

    .lionox-content h3{
        font-size: 28px;
        margin-bottom: 108px;
    }
}


		
.panel-showcase-section{
    padding: 90px 0 0;
    background: #f8f6f3;
}

.panel-showcase-header{
    padding: 0 20px 45px;
}

.panel-showcase-title{
    max-width: 760px;
    margin-bottom: 10px;
    font-size: 40px;
}

.panel-showcase-subtitle{
    max-width: 820px;
}

.panel-showcase-grid{
    display: flex;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    border-radius: 0 0 0 0;
}

.panel-card{
    position: relative;
    flex: 1 1 0;
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
    overflow: hidden;
    transition: flex 0.55s ease, transform 0.55s ease;
}


.panel-card:hover{
    flex: 1.45 1 0;
}


.panel-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(235,182,168,0.62) 0%, rgba(235,182,168,0.42) 45%, rgba(235,182,168,0.22) 100%);
    transition: background 0.4s ease;
}

.panel-card:hover .panel-overlay{
    background: linear-gradient(to top, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.18) 48%, rgba(0,0,0,0.06) 100%);
}

.panel-content{
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 34px;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.panel-location{
    display: block;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 3px;
    font-weight: 700;
    opacity: 0.9;
}

.panel-content h3{
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 0.92;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.panel-meta{
    display: block;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 4px;
    font-weight: 400;
    opacity: 0.9;
}


@media (max-width: 1199px){
    .panel-showcase-grid{
        min-height: 620px;
    }

    .panel-card{
        min-height: 620px;
    }

    .panel-content h3{
        font-size: 38px;
    }
}

@media (max-width: 991px){
    .panel-showcase-grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        min-height: auto;
        border-radius: 24px 24px 0 0;
    }

    .panel-card{
        min-height: 420px;
    }

    .panel-card:hover{
        flex: 1 1 0;
    }
}

@media (max-width: 575px){
    .panel-showcase-section{
        padding-top: 70px;
    }

    .panel-showcase-grid{
        grid-template-columns: 1fr;
    }

    .panel-card{
        min-height: 320px;
    }

    .panel-content{
        left: 18px;
        right: 18px;
        bottom: 24px;
    }

    .panel-content h3{
        font-size: 28px;
    }

    .panel-location,
    .panel-meta{
        letter-spacing: 2px;
    }
}


		.speaker-style-services {
			padding: 90px 0;
			background:
				radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 28%),
				radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 24%),
				linear-gradient(135deg, #e8cfd8 0%, #ebb6a8 45%, #7f4f46 100%);
		}

		.service-main-title {
			max-width: 760px;
			margin-bottom: 10px;
			font-size: 40px;
			color: #ffffff;
		}

		.service-sub-title {
			max-width: 820px;
			color: rgba(255, 255, 255, 0.78);
		}

		.speaker-grid-3 {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			gap: 42px 34px;
		}

		.speaker-card {
			min-height: 320px;
			padding: 12px 8px;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
		}

		.speaker-visual {
			width: 150px;
			height: 150px;
			position: relative;
			margin-bottom: 24px;
		}

		.speaker-photo {
			width: 68px;
			height: 68px;
			border-radius: 50%;
			position: absolute;
			top: 16px;
			left: 16px;
			background: rgba(255, 255, 255, 0.92);
			border: 3px solid rgba(255, 255, 255, 0.38);
			box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.speaker-photo i {
			font-size: 30px;
			color: #5e668e;
		}

		.ring {
			position: absolute;
			width: 100px;
			height: 100px;
			border-radius: 50%;
			transform: rotate(-18deg);
		}

		.ring-pink {
			border: 16px solid #923931;
			border-right-color: transparent;
			border-bottom-color: transparent;
		}

		.ring-blue {
			border: 16px solid #f6e7e2;
			border-left-color: transparent;
			border-top-color: transparent;
		}

		.speaker-info {
			position: relative;
			padding-left: 22px;
			max-width: 320px;
		}

		.speaker-line {
			position: absolute;
			left: 0;
			top: 4px;
			bottom: 6px;
			width: 1px;
			background: rgba(255, 255, 255, 0.55);
		}

		.speaker-info h4 {
			margin: 0 0 12px;
			font-size: 28px;
			line-height: 1.02;
			letter-spacing: 0.5px;
			text-transform: uppercase;
			font-weight: 300;
			color: rgba(255, 255, 255, 0.96);
		}

		.speaker-info p {
			margin: 0;
			font-size: 17px;
			line-height: 1.55;
			color: rgba(255, 255, 255, 0.80);
		}

		@media (max-width: 1199px) {
			.speaker-grid-3 {
				grid-template-columns: repeat(2, 1fr);
			}
		}

		@media (max-width: 767px) {
			.speaker-style-services {
				padding: 70px 0;
			}

			.speaker-grid-3 {
				grid-template-columns: 1fr;
				gap: 28px;
			}

			.speaker-card {
				min-height: auto;
			}

			.speaker-info h4 {
				font-size: 24px;
			}

			.speaker-info p {
				font-size: 15px;
			}
		}

		.roadmap-section {
			position: relative;
			padding: 80px 0 90px;
			background: transparent;
			overflow: hidden;
		}

		.roadmap-overlay {
			position: absolute;
			inset: 0;
			background: rgba(255, 255, 255, 0.68);
			backdrop-filter: blur(2px);
		}

		.roadmap-section .container {
			position: relative;
			z-index: 2;
		}

		.roadmap-wrap {
			position: relative;
			margin-top: 50px;
			padding-top: 20px;
			padding-bottom: 20px;
		}

		.roadmap-line {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 42px;
			height: 2px;
			background: rgba(255, 255, 255, 0.95);
			box-shadow: 0 0 0 1px rgba(180, 200, 215, 0.2);
		}

		.roadmap-grid {
			display: flex;
			justify-content: space-between;
			gap: 22px;
			position: relative;
			z-index: 2;
		}

		.roadmap-item {
			flex: 1;
			text-align: center;
			position: relative;
		}

		.roadmap-card {
			width: 100%;
			max-width: 170px;
			min-height: 350px;
			margin: 0 auto;
			background: rgba(255, 255, 255, 0.78);
			border: 1px solid rgba(255, 255, 255, 0.9);
			border-radius: 90px;
			padding: 80px 18px 28px;
			position: relative;
			box-shadow: 0 10px 25px rgba(80, 110, 140, 0.12);
			display: flex;
			flex-direction: column;
		}

		.roadmap-top-label {
			width: 54px;
			height: 54px;
			line-height: 50px;
			margin: 0 auto 20px;
			border: 2px solid #8ea3be;
			border-radius: 50%;
			font-size: 28px;
			font-weight: 700;
			color: #6d7f98;
			background: rgba(255, 255, 255, 0.7);
		}

		.roadmap-text h4 {
			font-size: 16px;
			line-height: 1.4;
			font-weight: 700;
			margin-bottom: 12px;
			color: #5e6d82;
			text-transform: uppercase;
		}

		.roadmap-text p {
			font-size: 13px;
			line-height: 1.7;
			color: #9aa6b5;
			margin: 0;
		}

		.roadmap-icon-circle {
			width: 86px;
			height: 86px;
			line-height: 86px;
			border-radius: 50%;
			margin: auto auto 0;
			color: #fff;
			font-size: 34px;
			background: linear-gradient(135deg, #f6e7e2, #c98f82);
			box-shadow: 0 8px 20px rgba(98, 184, 205, 0.28);
		}

		.roadmap-dot {
			width: 12px;
			height: 12px;
			border-radius: 50%;
			background: #ffffff;
			border: 2px solid #d8e2eb;
			margin: 14px auto 14px;
			position: relative;
			z-index: 3;
		}

		.roadmap-bottom-text {
			font-size: 12px;
			font-weight: 700;
			letter-spacing: 1px;
			color: #ffffff;
			text-transform: uppercase;
			text-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
		}

		@media (max-width: 1199px) {
			.roadmap-card {
				max-width: 155px;
				min-height: 430px;
				padding-left: 14px;
				padding-right: 14px;
			}
		}

		@media (max-width: 991px) {
			.roadmap-grid {
				flex-wrap: wrap;
				justify-content: center;
			}

			.roadmap-item {
				flex: 0 0 50%;
				max-width: 50%;
				margin-bottom: 30px;
			}

			.roadmap-line {
				display: none;
			}

			.roadmap-card {
				max-width: 220px;
				min-height: auto;
				border-radius: 40px;
			}

			.roadmap-bottom-text {
				color: #7e8da2;
				text-shadow: none;
			}
		}

		@media (max-width: 575px) {
			.roadmap-item {
				flex: 0 0 100%;
				max-width: 100%;
			}

			.roadmap-section {
				padding: 60px 0 70px;
			}

			.roadmap-card {
				max-width: 260px;
			}
		}

#header,
#header-wrap,
#logo {
	height: 96px !important;
}

#header #header-wrap {
	min-height: 96px;
}

#logo img {
	width: auto;
	height: 58px !important;
	max-height: 58px;
	margin-top: 19px !important;
	object-fit: contain;
}

#primary-menu ul li > a {
	padding-top: 37px;
	padding-bottom: 37px;
}

#primary-menu-trigger {
	margin-top: -25px;
}

.admin-bar #header #header-wrap {
	top: 32px;
}

.nextbr-hero-banner {
	background-image: url("../images/particlebg0.jpg") !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

@media (max-width: 782px) {
	.admin-bar #header #header-wrap {
		top: 46px;
	}
}

@media (max-width: 991px) {
	#header,
	#header-wrap,
	#logo {
		height: 86px !important;
	}

	#header #header-wrap {
		min-height: 86px;
	}

	#logo img {
		height: 52px !important;
		max-height: 52px;
		margin-top: 13px !important;
	}
}
