/***************************
    CUSTOM SCROLL BAR
****************************/
*,
html {
	scroll-behavior: smooth;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--white: #FFF;
	--black: #232323;
	--lite: rgba(255, 255, 255, 0.6);
	--gray: rgba(1, 1, 1, 0.6);
	--dark: #3c3d3c;
	--primary: linear-gradient(145deg, #ff2f09, #c24a4e);
	--primary_dark: #970104;
	--primary_lite: #c24a4e;
	--secondary: #000a17;
	--title_font: 'Outfit', sans-serif;
}

.clearfix {
	clear: both
}


::-webkit-scrollbar {
	height: 12px;
	width: 8px;
	background: var(--dark);
}

::-webkit-scrollbar-thumb {
	background: #ec6b02;
	-webkit-box-shadow: 0px 1px 2px var(--dark);
}

::-webkit-scrollbar-corner {
	background: var(--dark);
}


::-webkit-input-placeholder {
	color: #22376c;
}

::-moz-placeholder {
	color: #22376c;
}

::-ms-placeholder {
	color: #22376c;
}

::placeholder {
	color: #22376c;
}

/***************************
            DEFAULT
****************************/
body {
	margin: 0;
	overflow-x: hidden !important;

	font-family: "Kanit", sans-serif;
	padding-top: 80px; /* Adjust this value based on your header height */
}

.wrapper-stally {
	width: 1200px;
	margin: 0 auto;
}

a {
	text-decoration: none !important;
	min-width: fit-content;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
}

a,
button {
	transition: 0.5s;
}

em {
	font-style: normal;
	color: var(--primary_lite);
}


a,
button,
input,
textarea,
select {
	outline: none !important;
}

fieldset {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.title,
.sub_title {
	font-family: var(--title_font);
	font-weight: 400;
	margin: 0;
}

.flex,
.fixed_flex {
	display: flex;
}

.flex_content {
	width: 100%;
	position: relative;
}

.padding_1x {
	padding: 1rem;
}

.padding_2x {
	padding: 2rem;
}

.padding_3x {
	padding: 3rem;
}

.padding_4x {
	padding: 4rem;
}

.big {
	font-size: 3.5em;
}

.medium {
	font-size: 2em;
}

.small {
	font-size: 1.3em;
}

.btn {
	padding: 1rem;
	border-radius: 5px;
	color: var(--white);
	position: relative;
	border: 0;
	text-align: center;

}

.btn_3 {
	display: block;
	background-color: 0;
	color: #ec6b02;
	position: relative;

	font-weight: 400;

}

.btn_3:before {
	content: "";
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	transition: 0.5s;
	transform: translate(0%, -50%);
}


.btn_3:hover:before {
	border-radius: 40px;
	width: 100%;
}

@media (max-width:920px) {
	.flex {
		flex-wrap: wrap;
	}

	.padding_1x,
	.padding_2x,
	.padding_3x,
	.padding_4x {
		padding: 1rem;
	}

	.big {
		font-size: 1.8em;
	}

	.medium {
		font-size: 1.3em;
	}

	.small {
		font-size: 1.1em;
	}

	.btn {
		padding: 0.5rem 1rem;
	}


}

.slider-nomal {
	position: relative;
	width: 100%;
	height: auto;

}

.slider-image{ border-radius:  10px; overflow: hidden; position: relative;}
.slider-image img{ width: 100%; }
.marb{ margin-bottom: 50px ;}
.mar-border-radius{border-radius: 10px 10px 0px 0px!important;}

.slider-text{ position: absolute; bottom: 50px; left: 50px; }

.slider-text h3{     font-size: 34px;
    color: #fff;
    font-weight: 400;
    font-family: "Kanit", sans-serif;
    line-height: 45px;
    padding-bottom: 10px; }
.slider-text p{ font-size: 16px; color: #fff; font-weight:300; opacity: 0.8 }





.slider {
	position: relative;
	width: 100%;
	height: calc(100vh - 110px);
	background: #ec6b02;
}

ul {
	padding: 0;
	margin: 0;
}

.slider .title {
	font-weight: 400;
	line-height: 60px;
	color: #e6eaf5;
	font-family: "Kanit", sans-serif;
}

.slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	transition: clip .7s ease-in-out, z-index 0s .7s;
	clip: rect(0, 100vw, 100vh, 100vw);
	display: flex;
	align-items: center;
	justify-content: left;
}

.slider li:nth-child(1) {
	background: linear-gradient(to right, rgba(1, 1, 1, 1) 10%, rgba(1, 1, 1, 0.8) 51%, rgba(1, 1, 1, 0.2) 100%);
	background-image: url(../images/banner-1.jpg);
	background-size: cover;
	background-position: bottom left;
}

.slider li:before {
	content: "";
	position: absolute;
	top: 60px;
	right: 20px;
	width: 180px;
	height: 180px;
	background-image: url("../images/logo-shape.svg");
	background-size: 100% 100%;
	transition-delay: 1s;
	transform: rotate(0deg);
	z-index: 1;
}

/*
.slider li:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:300px;
    height:300px;
    background-image:url("https://i.postimg.cc/KjKbwDfR/slider-shape-2.png");
    background-size:100% 100%;
    transform:rotate(360deg);
	transition: all 1.5s cubic-bezier(0,0,.2,1);
    z-index:1;
    background-position:center left;
}
*/

.slider li:nth-child(2) {
	background: linear-gradient(to right, rgba(1, 1, 1, 1) 10%, rgba(1, 1, 1, 0.8) 51%, rgba(1, 1, 1, 0.2) 100%), url("https://i.postimg.cc/gchVRX3K/slider-2.jpg");
	background-size: cover;
	background-position: top left;
}

.slider li:nth-child(3) {
	background: linear-gradient(to right, rgba(1, 1, 1, 1) 10%, rgba(1, 1, 1, 0.8) 51%, rgba(1, 1, 1, 0.2) 100%), url("https://i.postimg.cc/gchVRX3K/slider-2.jpg");
	background-size: cover;
	background-position: top left;
}

.slider article {
	width: 60%;
	margin-top: 4rem;
	color: #fff;
	z-index: 11;
}

.slider h3+p {
	display: inline-block;
	color: var(--lite);
	font-weight: 300;
}

.slider h3,
.slider h3+p,
.slider p+.btn,
li:after {
	opacity: 0;
	transition: opacity .7s 0s, transform .5s .2s;
	transform: translate3d(0, 50%, 0);
}

li.current h3,
li.current h3+p,
li.current p+.btn,
li.current:after {
	opacity: 1;
	transition-delay: 1s;
	transform: translate3d(0, 0, 0);
}

.slider li:before {
	transition: 0.5s;
	top: -250px !important;
}

li.current:before {
	transition-delay: 1s;
	transform: rotate(0deg);
	top: 20px !important;
}

li.current {
	z-index: 1;
	clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
	clip: rect(0, 0, 100vh, 0);
}

.slider aside {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	text-align: center;
	z-index: 10;
}

.slider aside a {
	display: inline-block;
	width: 15px;
	height: 5px;
	min-width: 15px;
	min-height: 5px;
	background-color: #fff;
	margin: 0 0.2rem;
	transition: transform .3s;
	border-radius: 5px;
}

.slider em {
	background: var(--primary);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

a.current_dot {
	transform: scale(1.4);
	background: #ec6b02 !important;
}

@media screen and (max-width: 920px) {
	header {
		height: 70vh;
		position: relative;
	}

	.cs-down {
		display: none;
	}

	.slider {
		height: 70vh;
	}

	.slider article {
		width: 100%;
		margin-top: 2rem;
	}

	.slider li:nth-child(2) {
		background-position: top center;
	}

	.slider li:nth-child(3) {
		background-position: top center;
	}

	li.current:before {
		top: -30px;
		right: -10px;
	}
}


.banner-sec {
	position: relative;
	background: #ffffff;
}

.slider-left {
	float: left;
	width: 80px;
	height: 100vh
}

.slider-right {
	float: right;
	width: calc(100% - 100px);
    margin-right: 50px;
 margin-top: 0px;
}

.downbr{ float: right; width: 100px; background: red }


.txt-hori {
	color: #22376c;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	font-size: 16px;
	width: auto;
	line-height: 3;
}

.contact-horizonadel {
	position: absolute;
	bottom: 20px; left: 25px;
}


.social-hori {
	margin-bottom: 20px;
}

.soci {
	width: 40px;
	height: 40px;
	background: #e3ebff;
	border-radius: 40px;
	margin-right: 5px;
	text-align: center;
	line-height: 43px;
	color: #22376c;
    float: left;
}

.soci:hover {
	background: #ec6b02;
	color: #fff;
}

.soci i {
	font-size: 18px;
}

.req-sec {
	float: left;
	width:100%;
	padding: 30px;
	background-color: #133273;
	border-radius: 10px 10px 0px 0px;
}

.br-download-sec {
	float: right;
	width: 200px;
	background: #ec6b02;border-radius: 0px 0px 10px 0px;
	height: 110px;
	position: relative; 
}

.downlaod-ico {
	width: 100px;
	margin: 5px auto
}

.txt-dow {
	width: 100%;
	text-align: center;
	position: absolute
}

.txt-dow h6 {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-top: 28px;
}

.txt-dow h4 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	margin-top: -6px;
}


.br-download-sec:hover {
	background: #22376c;
}

.reqsec-left {
	float: left;
	width: 140px;
}

.reqsec-right {
	float: right;
	width: calc(100% - 140px);
}

.reqsec-left h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	margin-top: -6px;
}

.booker-left {
	float: left;
	width: calc(100% - 140px);
}

.booker-right {
	float: right;
	width: 140px;
	height: 46px;
	line-height: 46px;
	background: #ec6b02;
	color: #fff;
	text-align: center;
	border-radius: 0px 6px 6px 0px
}

.booker-right button{
    padding: 14px;
    width: 100%;
    background: #ec6b02;
    border: none;
    color: #fff;
    font-size: 14px;	font-family: "Kanit", sans-serif; cursor: pointer
}

.booker-input {
	float: left;
	width: 33.33%;
}

.booker-input input {
	width: 100%;
	border: none;
	background: #e6eaf5;
	color: #22376c;
	padding: 11px 10px;
	border-left: solid 1px #a6b5d7;
	font-size: 16px;
	font-family: "Kanit", sans-serif;
}

.bdr-rds input {
	border-radius: 6px 0px 0px 6px
}


.abt-sec {
	padding: 50px 0px;
	position: relative
}

.abt-sec-left {
	float: left;
	width: 40%;
	text-align: right;
	padding-right: 30px;
}

.abt-sec-right {
	float: right;
	width: 60%
}

.abt-sec-left h1 {
	font-size: 46px;
	margin-top: -5px;
	color: #22376c;
	line-height: 48px;
	font-weight: 300;
}

.abt-sec-left h1 span {
	color: #ec6b02
}

.abt-sec-right p {
	margin-top: 0px;
}

.abt-sec-left b {
	font-weight: 600
}

.abt-sec-right a {
	color: #ec6b02;
	font-weight: 500
}

.abt-sec-right a:hover {
	text-decoration: underline !important
}

/*Custom CSS*/
.innerbanner{
	width: 100%;
}

/*footer*/
.footer-sec {
	background: #15398a;
	padding: 60px 0px;
    overflow: hidden; /* Clear floats */
}

.footer-top-row, .footer-bottom-row {
    width: 100%;
    float: left; /* Make them take full width and stack */
}

.footer-top-row {
    margin-bottom: 30px; /* Add space between the two rows */
}

.footer-left {
	float: left;
	width: 50%;
	padding-right: 30px;
	text-align: right;
	border-right: solid 1px #4461a1;
}

.footer-left h1 {
	font-size: 70px;
	font-weight: 600;
	line-height: 70px;
	color: #fff;
	padding: 20px 0px;
}

.footer-right {
	float: right;
	width: 50%;
	padding-left: 30px;
}

.footer-logo {
	width: 140px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.adddres {
	margin-top: 5px;
}

.address-left {
	float: left;
	width: 16px;
	margin-right: 10px;
}

.address-right {
	float: left;
	color: #fff;
}

.martop14 {
	margin-top: 12px;
}

.soci {
	width: 40px;
	height: 40px;
	background: #e3ebff;
	border-radius: 40px;
	margin-right: 5px; /* Added margin for spacing between icons */
	text-align: center;
	line-height: 43px;
	color: #22376c;
    float: left; /* Float social icons */
}

.soci:hover {
	background: #ec6b02;
	color: #fff;
}

.soci i {
	font-size: 18px;
}

.showroom-links {
    margin-top: 0; /* Remove top margin as it's in a new row */
    text-align: center; /* Center the showroom links in the new row */
}

.showroom-links h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.showroom-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; /* Center the list itself */
}

.showroom-links ul li {
    margin-bottom: 8px;
    text-align: left; /* Align text left within the list items */
}

.showroom-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.showroom-links ul li a:hover {
    color: #ec6b02;
}

/* --- Responsive Styles --- */
@media (max-width: 768px) {
    .wrapper-stally {
        width: 95%; /* Adjust wrapper width for smaller screens */
        padding: 0 10px; /* Add padding to the wrapper */
    }

	.footer-left,
	.footer-right,
    .footer-top-row,
    .footer-bottom-row{
		float: none; /* Remove float on mobile */
		width: 100%; /* Full width on mobile */		padding-right: 0px;
		padding-left: 0px;
		text-align: center; /* Center text on mobile */
	}

	.footer-left {
		border-right: none;
		border-bottom: solid 1px #4461a1; /* Add bottom border */
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

    .footer-right {
        padding-top: 20px; /* Add space above this column on mobile */
    }

    .footer-top-row {
        margin-bottom: 20px; /* Adjust margin for mobile */
    }

	.adddres {
		margin: 0 auto;
		display: table;
	}

	.footer-logo {
		margin: 20px auto;
		margin-bottom: 30px;
	}

    .soci {
        float: none; /* Remove float for social icons on mobile */
        display: inline-block; /* Display as inline blocks */
        margin: 0 5px; /* Adjust margin for spacing */
    }

    .showroom-links {
        margin-top: 0;
        text-align: center; /* Center showroom links on mobile */
    }
    
    .showroom-links ul {
        display: inline-block; /* Center the list */
        text-align: left; /* Align text left within the list */
    }

}



/*faq*/
.faq-sec {
	padding: 50px 0px;
	padding-bottom: 50px;
}

.faq-left {
	float: left;
	width: 340px;
	text-align: right;
	padding-right: 30px;
}

.faq-right {
	float: right;
	width: calc(100% - 340px);
}

.faq-left h1 {
	font-size: 46px;
	margin-top: -5px;
	color: #22376c;
	line-height: 48px;
	font-weight: 300;
}

.faq-left h1 b {
	font-weight: 600;
	color: #ec6b02
}


.accordion {
	background-color: #e6eaf5;
	border-radius: 10px;
	justify-content: flex-start;
	align-items: stretch;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: .1fr 0fr;
	overflow: hidden;
	transition: grid-template-rows .3s cubic-bezier(0.19, 1, 0.22, 1);
	margin-bottom: 10px;
}

.accordion .top {
	cursor: pointer;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px 20px;
	display: flex;
	position: relative;
}

.accordion .top .text {
	font-size: 16px;
	font-weight: 600;
	white-space: wrap;
	padding-top: 4px;
}

.accordion .top img {
	width: 2rem;
	align-self: flex-start;
	margin-bottom: .15rem;
	margin-left: 1.5rem;
}

img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	
}

.accordion .top input {
	position: absolute;
	inset: 0;
	cursor: pointer;
	appearance: none;
	font-size: 12px;
}

.accordion .bottom {
	padding-inline: 1.5rem;
	overflow: hidden;
	transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0.6;
	font-size: 12px;

}

.accordion .bottom .text {
	margin-left: 0;
	margin: 0;
	padding-bottom: 10px;
}

.accordion:has(input:checked) {
	grid-template-rows: .1fr 1fr;
}


.accordion:has(input:checked) .top img {
	transform: rotateZ(45deg);
}


:is(vimeo-embed, youtube-embed) {
	aspect-ratio: 16 / 9;
	border-radius: var(--video-embed-bdrs, 0.25em);
	display: grid;
	inline-size: 100%;
	position: relative;
}

:is(vimeo-embed, youtube-embed) button {
	background-color: var(--button-bgc, #f00);
	block-size: var(--button-h, 100px);
	border: 0;
	border-radius: var(--button-bdrs, 74%);
	display: grid;
	inline-size: var(--button-w, 100px);
	opacity: var(--button-op, 0.8);
	position: absolute;
	place-self: center;
	transition: all 0.2s ease-in;
	cursor: pointer;
}

:is(vimeo-embed, youtube-embed) button::before {
	aspect-ratio: 1;
	background: #fff;
	block-size: 1.5em;
	clip-path: polygon(20% 0%, 20% 100%, 100% 50%);
	content: "";
	place-self: center;
}

:is(vimeo-embed, youtube-embed) :is(iframe, img) {
	block-size: 100%;
	border: 0;
	border-radius: inherit;
	inline-size: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
}

:is(vimeo-embed, youtube-embed) iframe:not([src=""])+button {
	display: none;
}

:is(vimeo-embed button) {
	--button-bgc: #00adef;
}

:is(vimeo-embed, youtube-embed):hover button {
	--button-op: 1;
}


.dsfs {
	margin-top: 60px;
}

.blue-shade {
	background: #e6eaf5;
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 160px;
	z-index: -9
}

#abt {
	position: relative;
	background: #d2d9eb;
}

.abt-left {
	width: calc(100% - 0rem) !important;
	float: right;
}

.abt-right {
	width: 50%;
	float: left;
	overflow: hidden;
}

.home-abt-img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.home-abt-img-why {
	width: 100%;
	height: 426px;
	overflow: hidden;
}

img.about-home-right-img {
	width: 100%;
	height: auto;
}

.abt-upper {
	position: absolute;
	width: 100%;
}

.abt-hgs {
	width: 50%;
	padding: 100px 0px;
	padding-left: 100px;
	float: right;
}

.abt-hgs h3 {
	font-size: 36px;
	line-height: 62px;
	font-weight: 500;
	color: #22376c;
}

.abt-hgs h4 {
	font-size: 22px;
	line-height: 62px;
	font-weight: 400;
	color: #22376c;
	margin-top: -25px;
	margin-bottom: 0px;
}

.dvdr-meet-30 {
	background: #fff;
	width: 30%;
	height: 4px;
	margin: 20px 0px 30px 0px;
}

.abt-hgs p {
	font-size: 18px;
	color: #828bae;
	line-height: 26px;
	font-weight: 300;
}

.conty-box {
	float: left;
	width: 50%;
	padding: 10px 0px;
}

.conty {
	padding: 25px 0px;
}

.conty-box .counteru {
	color: #ec6b02;
	font-size: 50px;
	font-weight: 400;
	float: left;
	line-height: 30px;
}

.conty-box h6 {
	color: #828bae;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 10px;
}

.aditional-cont {
	color: #ec6b02;
	font-size: 50px;
	font-weight: 400;
	float: left;
	line-height: 30px;
}


#whychoos {
	background: #e6eaf5;
	padding: 50px 0px;
	text-align: center
}


/*whychoses*/

.banner_section {
	width: 100%;

}

.banner_section .owl-item img {
	max-width: 100px;
	width: 100%;
}

.banner_section .wrap {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 20px;
	align-items: flex-end;
}

.banner_section .wrap .item {
	width: 180px;
	height: 180px;
	background: #fff;
	border: solid 4px #123990;
	border-radius: 50%;
	transform: scale(0.6);
	transition: all 1s ease-in-out;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.banner_section .wrap .center .item {
	transform: scale(1);
}

.banner_section .wrap .why h4 {
	margin-top: -40px;
	transform: scale(0);
}

.banner_section .wrap .center .why h4 {
	margin-top: 0px;
	transform: scale(1);
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #ec6b02;
}


#whychoos h3 {
	font-size: 36px;
	line-height: 62px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #22376c;
}


#blog {
	padding: 100px 0px;
	position: relative;
	text-align: center
}

.blog-shade {
	background: #123990;
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 306px;
	z-index: -9
}


.banner_section .wrap-mob {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 20px;
	align-items: flex-end;
}

.banner_section .wrap-mob .item {
	width: 180px;
	height: 180px;
	background: #fff;
	border: solid 4px #123990;
	border-radius: 50%;
	transform: scale(0.6);
	transition: all 1s ease-in-out;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.banner_section .wrap-mob .center .item {
	transform: scale(1);
}

.banner_section .wrap-mob .why h4 {
	margin-top: -40px;
	transform: scale(0);
}

.banner_section .wrap-mob .center .why h4 {
	margin-top: 0px;
	transform: scale(1);
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #ec6b02;
}


.desk-hide {
	display: none
}


#blog h3 {
	font-size: 36px;
	line-height: 62px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #22376c;
}

.blog-sec {}

.blog-cntr {
	float: left;
	width: 33.33%;
	padding: 10px;
}

.blog-box {
	background: #e6eaf5;
	width: 100%;
	border-radius: 6px;
	overflow: hidden
}

.blog-txt {
	padding: 15px;
	text-align: left;
}

.blog-txt h5 {
	font-size: 18px;
	font-weight: 500;
	color: #123990
}

.blog-txt .btn_3:before {
	background-color: rgba(18, 57, 144, 0.2);

}

#blog .wid-read {
	text-align: center;
	margin-top: 30px;
}

#blog .wid-read .btn_3 {
	display: inline;
	color: #fff;
	font-size: 18px;
}

#product-slid {
	padding: 0px 0px;
	text-align: center
}

#product-slid h3 {
	font-size: 36px;
	line-height: 62px;
	font-weight: 500;
	margin-bottom: -10px;
	color: #22376c;
}

#product-slid h4 {
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;

	color: #ec6b02;
}


#product-slid .wid-read {
	text-align: center
}

#product-slid .wid-read .btn_3 {
	display: inline;
	color: #ec6b02;
	font-size: 18px;
}

#product-slid .btn_3:before {
	background-color: rgba(236, 107, 2, 0.2);

}


.blog-img {
	overflow: hidden;
}

.blog-img img {
	width: 100%;
	transition: transform 0.3s ease;
}

.blog-img img:hover {
	transform: scale(1.1);
}

/*inner page start here*/
.inner-banner {
	overflow: hidden;
	border-radius: 0px 0px 10px 10px;
	position: relative
}

.inner-banner-img img {
	width: 100%;
}

.inner-banner-txt {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.inner-banner-txt h2 {
	font-size: 30px;
	color: #e6eaf5;
	font-weight: 400
}


/*blog details*/

#blog-details {
	padding: 100px 0px;
	position: relative;
	padding-bottom: 30px;
}

.blog-details-left {
	float: left;
	width: 40%;
	overflow: hidden;
	border-radius: 10px;
}

.blog-details-right {
	float: right;
	width: 60%;
	padding-left: 30px;
}

.blog-details-right .btn_3:before {
	background-color: rgba(236, 107, 2, 0.2);
}

.blog-details-right h1 {
	font-size: 32px;
	font-weight: 600;
	color: #22376c;
}

/*products*/
#product-area {
	padding: 0px 0px;
}

.tab-area {
	background: #ffffff;
	padding: 30px 0px;
}


* {
	margin: 0;
	padding: 0;
}

ul.tabs {
	display: flex;
	list-style-type: none;
}

ul.tabs li {
	cursor: pointer;
	padding: 10px 30px;
	color: #123990;
	margin-right: 10px;
        font-size: 18px;
    font-weight: 500;
}

ul.tabs li.active {
	background-color: #ec6b02;
	color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
}

ul.tabs li:hover {
	color: #ec6b02
}


ul.tabs li a{ color: #22376c }

ul.tabs li.active a{color: #fff!important }


.tab_content {}

.tab_content.hidden {
	display: none;
}

.tab_drawer_heading {
	display: none;
}


.tab-contant-area {
	padding: 10px 0px;
	padding-bottom: 100px;
}

.tab-contant-area .card {
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	border: 1px solid #d6d6d6 !important;
}

.tab-contant-area .card .card-text {
	text-align: center
}


.card-box {
	width: 33.3%;
	padding: 10px;
	float: left
}

ul.tabs li.active:hover {
	color: #fff !important
}


#product-details {}


.detials-left {
	width: 50%;
	float: left
}

.detials-right {
	width: 50%;
	float: right;
	padding-left: 30px
}


#product-details {
	background: #ffffff;
	padding: 60px 0px;
}

.detials-right h1 {
	font-size: 32px;
	font-weight: 600;
	color: #22376c;
}

.bulk ul {
	list-style: none;
	margin: 15px 0px;
}

.bulk ul li {
	font-size: 16px;
	padding: 0px;
	text-transform: uppercase;
}

.bulk ul li b {
	font-size: 17px;
	color: #000
}

.dotbulk {
	margin-left: 2px;
	margin-bottom: 25px;
}

.dotbulk ul {
	list-style: inside;
	font-size: 16px;
}

.dotbulk ul li {
	font-size: 16px;
	padding: 0px;
}

.whtas {
	margin-top: 15px;
	margin-bottom: 15px;
}

.dev {
	max-width: 64rem;
	margin: 0 auto;
}

.wab-button {
	background-color: #2bb640;
	color: #fff;
	border: none;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 0.25em;
	cursor: pointer;
}

.abt-dsfs {
	margin-top: 20px;
}


#mission {
    background: #fff;
/*	background-image: linear-gradient(to left, #123990, #163987, #1a387e, #1e3875, #22376c);*/
	padding: 80px 0px;
}

.mission-contant {
	text-align: center;
}

.mission-contant h3 {
	font-size: 36px;
	line-height: 52px;
	font-weight: 500;
	color: #22376c;
}

.mission-contant p {
	font-size: 18px;
	color: #000;
	line-height: 25px;
	font-weight: 300;
}

#empowering-lives .mission-box {
	margin-bottom: 100px;
}

.mission-box {
	width: 33.3%;
	margin-top: 20px;
	float: left;
	padding: 0px 50px;
}

.mission-box-fifty {
	width: 50%;
	float: left;
	padding: 0px 50px;
}

.mission-box-content {
	text-align: center;
}

.mision-img {
	margin: 0 auto;
}

.mission-box-content h2 {
	font-size: 24px;
	line-height: 62px;
	font-weight: 500;
	color: #22376c;
}

.mission-box-content p {
	font-size: 16px;
	color: #000;
	line-height: 22px;
	font-weight: 400;
}

.mision-img {
	width: 160px;
	margin: 0 auto;
}

.mision-img img {
	width: 100%;
	transition: transform 0.3s ease;
}

.mision-img img:hover {
	transform: scale(1.1);
}

.m-fify {
	margin-top: 80px;
	padding: 0px 190px;
}

#gallery {
	padding: 100px 0px;
}


.wid20 {
	width: 40%;
	float: left;
	background: #ccc
}

.marquee {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
}

.marquee-content {
	display: flex;
	animation: marquee 20s linear infinite;
	/* Infinite animation */
	animation-play-state: running;
	/* Default running state */
}

.marquee:hover .marquee-content {
	animation-play-state: paused;
	/* Pause the animation on hover */
}


.marquee-content-op {
	display: flex;
	animation: marquee 20s linear infinite;
	/* Infinite animation */
	animation-play-state: running;
	/* Default running state */
	animation-direction: reverse;
}

.marquee:hover .marquee-content-op {
	animation-play-state: paused;
	/* Pause the animation on hover */
	animation-direction: reverse;
}


.marquee-item {
	flex-shrink: 0;
	width: 300px;
	/* Set your desired width */
	/*  height: 150px;*/
	background-color: #e6eaf5;
	/*  display: flex;*/
	justify-content: center;
	align-items: center;
	margin: 0 1px;
	font-size: 20px;
	transition: transform 0.4s ease, filter 0.4s ease;
}

.marquee:hover .marquee-item {
	filter: blur(4px);
	transform: scale(0.9);
}

.marquee .marquee-item:hover {
	filter: none;
	transform: scale(1.2);
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}


.contactfull {}

.contactfull h1 {
	font-size: 32px;
	font-weight: 600;
	color: #22376c;
}


#cont-mapper {
	margin-top: 20px;
	position: relative;
}

.cntct-map { margin-top: 30px;

	height: 600px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.cont-txt {
margin-top: 20px;
	width: 100%;
	z-index: 9999
}

.orgtext {
	padding: 30px;
	border-radius:0px 0px 10px 10px;
	background: #ec6b02;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 10px;
}
.orgtext .adddres {
	width: auto;
	float: left;
	text-align: center;
	padding-right: 60px;
}

.orgtext .address-right {
	font-size: 30px;
}

.orgtext .address-left {
	width: 30px;
}

.mar-top10 {
	margin-top: 10px
}

.place-card-large {
	display: none !important
}

.gm-style {
	display: none !important
}


.adddres .soci{ float: left;    margin-right: 5px; }

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:15px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
}

.my-float{
	margin-top:16px;
}



/*head-new*/
.head-new {
    width: 100%;
    padding: 15px 50px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(0);
}

.head-new .wrapper-stally {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.head-new-left{ float: left;	width: calc(100% - 170px); }
.head-new-right{ float: right; width: 170px; text-align: right; margin-top: 10px;}
.head-new-right a{ color: #000; font-size: 16px; }
.head-new-right a:hover{ color: #22376c}

.head-new-logo{ float: left; width: 150px;  }
.head-new-menu{ width: calc(100% - 150px); float: right}

.contactfull a{ color: #22376c; font-size: 20px;}


.booker-right button{
    padding: 14px;
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;	font-family: "Kanit", sans-serif; cursor: pointer
}

    
.desk-hide-bnr{ display: none}
.mob-hide-bnr{ display: inherit}




/*Custom CSS*/
.innerbanner{
	width: 100%;
}

.showroom-links {
    margin-top: 20px;
}

.showroom-links h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.showroom-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.showroom-links ul li {
    margin-bottom: 8px;
}

.showroom-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.showroom-links ul li a:hover {
    color: #ec6b02;
}

@media (max-width: 768px) {
    .wrapper-stally {
        width: 95%; /* Adjust wrapper width for smaller screens */
        padding: 0 10px; /* Add padding to the wrapper */
    }

	.footer-left,
	.footer-right,
    .footer-top-row,
    .footer-bottom-row{
		float: none; /* Remove float on mobile */
		width: 100%; /* Full width on mobile */		padding-right: 0px;
		padding-left: 0px;
		text-align: center; /* Center text on mobile */
	}

	.footer-left {
		border-right: none;
		border-bottom: solid 1px #4461a1; /* Add bottom border */
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

    .footer-right {
        padding-top: 20px; /* Add space above this column on mobile */
    }

    .footer-top-row {
        margin-bottom: 20px; /* Adjust margin for mobile */
    }

	.adddres {
		margin: 0 auto;
		display: table;
	}

	.footer-logo {
		margin: 20px auto;
		margin-bottom: 30px;
	}

    .soci {
        float: none; /* Remove float for social icons on mobile */
        display: inline-block; /* Display as inline blocks */
        margin: 0 5px; /* Adjust margin for spacing */
    }

    .showroom-links {
        margin-top: 0;
        text-align: center; /* Center showroom links on mobile */
    }
    
    .showroom-links ul {
        display: inline-block; /* Center the list */
        text-align: left; /* Align text left within the list */
    }

}

/* --- Category Card Styles --- */
.category-cards {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 40px auto 0 auto;
    padding: 0 24px;
}

.category-card-link {
    flex: 1 1 0;
    min-width: 260px;
    max-width: 350px;
    display: flex;
    justify-content: center;
}

.category-card, .category-card .card-image img {
    width: 100%;
    max-width: 350px;
}

.category-card {
    background: #fff;
    padding: 0;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-card .card-image img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.category-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-card:hover .card-image img {
    transform: scale(1.1);
}

.category-card .card-text {
    background: #e6eaf5;
    padding: 18px 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.category-card .card-text h5 {
    font-size: 16px;
    font-weight: 500;
    color: #123990; /* Dark blue color for text */
    margin: 0;
}

/* --- Responsive Styles for Category Cards --- */

@media (max-width: 1000px) {
    .category-cards {
        gap: 18px;
        max-width: 1000px;
    }
    .category-card, .category-card .card-image img {
        width: 320px;
    }
}

@media (max-width: 900px) {
    .category-cards {
        flex-wrap: wrap;
        gap: 16px;
        padding: 0 8px;
    }
    .category-card, .category-card .card-image img {
        width: 90vw;
        max-width: 350px;
    }
}

@media (max-width: 600px) {
    .category-cards {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 0 4px;
    }
    .category-card, .category-card .card-image img {
        width: 98vw;
        max-width: 98vw;
    }
}

/* Responsive fix for contact section */
@media (max-width: 600px) {

.abt-sec-right p {
	margin-top: 0px;
	font-size: 12px;
}


    .cont-txt,
    .req-sec,
    .orgtext {
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
    }
    .req-sec {
        border-radius: 12px 12px 0 0;
    }
    .orgtext {
        display: flex !important;
        flex-direction: column !important;
        padding: 16px 8px 8px 8px !important;
    }
    .orgtext .adddres {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 14px;
        padding: 0;
        background: transparent !important;
        gap: 10px;
    }
    .orgtext .address-left {
        width: 28px;
        min-width: 28px;
        margin-right: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }
    .orgtext .address-right {
        font-size: 15px;
        color: #fff;
        word-break: break-word;
        flex: 1;
        text-align: left;
        line-height: 1.4;
        white-space: normal;
    }
    /* Hide the big location icon/image on mobile completely */
    .orgtext img.bg, .orgtext-bg, .orgtext .bg {
        display: none !important;
    }
    .orgtext .adddres, .orgtext .address-left, .orgtext .address-right {
        position: relative;
        z-index: 2;
    }
}

/* Modern Minimal Footer Styles */
.footer-main {
    padding: 60px 50px 0 50px;
}

.footer-main .wrapper-stally {
    width: 100%;
    margin: 0 auto;
}

.footer-content {
    background: #15398a;
    border-radius: 12px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/* Get Quote Section */
.footer-quote {
    flex: 1;
    text-align: right;
}

.footer-quote h2 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

/* Logo and Contact */
.footer-info {
    flex: 1;
    padding: 0 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    width: 140px;
    margin-bottom: 25px;
}

.contact-info {
    margin-bottom: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #fff;
}

.contact-item img {
    width: 22px;
    margin-right: 12px;
}

.contact-item span {
    color: #fff;
    font-size: 16px;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 15px;
}

.soci {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.soci:hover {
    background: #ec6b02;
    transform: translateY(-3px);
}

/* Quick Links */
.footer-links {
    flex: 1;
    color: #fff;
}

.links-section {
    margin-bottom: 30px;
}

.links-section:last-child {
    margin-bottom: 0;
}

.links-section h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}

.links-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-section ul li {
    margin-bottom: 10px;
}

.links-section ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.links-section ul li a:hover {
    color: #ec6b02;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-main {
        padding: 20px;
    }

    .footer-content {
        padding: 40px 20px;
        flex-direction: column;
        gap: 40px;
    }

    .footer-quote {
        display: none; /* Hide Get Quote section on mobile */
    }

    .footer-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 0;
        border: none;
        position: relative;
        margin: 0 auto;
    }

    .footer-info:before,
    .footer-info:after {
        content: '';
        position: absolute;
        left: 50%;
        width: 80%;
        height: 1px;
        background: rgba(255, 255, 255, 0.1);
        transform: translateX(-50%);
    }

    .footer-info:before {
        top: 0;
    }

    .footer-info:after {
        bottom: 0;
    }

    .footer-logo {
        margin: 0 auto 25px;
    }

    .contact-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-item {
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .contact-item img {
        margin-right: 8px;
    }

    .social-links {
        justify-content: center;
        margin-top: 20px;
    }

    .footer-links {
        text-align: center;
        width: 100%;
    }

    .links-section {
        margin-bottom: 25px;
    }

    .links-section h3 {
        text-align: center;
    }

    .links-section ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .links-section ul li {
        margin: 0;
    }

    .links-section ul li a {
        display: inline-block;
        padding: 5px 0;
    }
}

@media (max-width: 480px) {
    .footer-main {
        padding: 0px;
    }

    .footer-content {
        padding: 30px 15px;
    }

    .contact-item {
	width: 100%;
        flex-direction: row;
        gap: 8px;
    }

    .contact-item img {
        margin: 0 0 5px 0;
    }

    .social-links {
        gap: 12px;
    }
}

/* Back Button Styles */
.back-button-container {
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.back-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: #15398a;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.back-btn i {
    margin-right: 8px;
    font-size: 20px;
}

.back-btn:hover {
    background: #ec6b02;
    transform: translateX(-5px);
}

@media (max-width: 768px) {
    .back-button-container {
        padding: 15px;
    }
}

/* Franchise Landing Page Styles */
.franchise-hero {
    background: linear-gradient(rgba(21, 57, 138, 0.95), rgba(21, 57, 138, 0.95)), url('../images/banner-1.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 50px;
    color: #fff;
    border-radius: 12px;
    margin: 0 50px;
}

.franchise-hero .hero-content {
    max-width: 800px;
}

.franchise-hero h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.franchise-hero h1 span {
    color: #ec6b02;
}

.franchise-hero h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.franchise-hero p {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #ec6b02;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 16px;
    opacity: 0.9;
}

/* Why Partner Section */
.why-partner {
    padding: 30px 50px;
}

.why-partner h2 {
    text-align: center;
    font-size: 36px;
    color: #15398a;
    margin-bottom: 50px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.benefit-card {
    background: #fff;
    padding: 0;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.benefit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-image img {
    transform: scale(1.1);
}

.benefit-card h3 {
    color: #15398a;
    font-size: 20px;
    margin: 20px 0 10px;
    padding: 0 20px;
}

.benefit-card p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 20px 20px;
    margin: 0;
}

/* Enquiry Form Section */
.franchise-enquiry {
    padding: 80px 50px;
    background: #f5f7fa;
}

.enquiry-container {
    background: #fff;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    max-width: 800px;
    margin: 0 auto;
}

.enquiry-content h2 {
    color: #15398a;
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
}

.enquiry-content p {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}

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

.form-group.full-width {
    grid-column: span 2;
}

.franchise-form input,
.franchise-form select,
.franchise-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
}

.franchise-form textarea {
    height: 120px;
    resize: vertical;
}

.submit-btn {
    grid-column: span 2;
    background: #25D366;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
}

.submit-btn i {
    font-size: 24px;
}

/* Process Section */
.franchise-process {
    padding: 80px 50px;
}

.franchise-process h2 {
    text-align: center;
    font-size: 36px;
    color: #15398a;
    margin-bottom: 50px;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.step {
    text-align: center;
    position: relative;
}

.step:not(:last-child):after {
    content: '';
    position: absolute;
    top: 30px;
    right: -15px;
    width: 100%;
    height: 2px;
    background: #ddd;
    z-index: -1;
}

.step-number {
    width: 60px;
    height: 60px;
    background: #15398a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto 20px;
}

.step h3 {
    color: #15398a;
    font-size: 20px;
    margin-bottom: 10px;
}

.step p {
    color: #666;
    font-size: 16px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .benefits-grid,
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .step:not(:last-child):after {
        display: none;
    }
}

@media (max-width: 768px) {
    .franchise-hero {
        padding: 60px 30px;
        margin: 0 20px;
    }

    .franchise-hero h1 {
        font-size: 36px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 20px;
    }

    .why-partner,
    .franchise-enquiry,
    .franchise-process {
        padding: 60px 20px;
    }

    .benefits-grid,
    .process-steps {
        grid-template-columns: 1fr;
    }

    .franchise-form {
        grid-template-columns: 1fr;
    }

    .form-group.full-width {
        grid-column: span 1;
    }

    .submit-btn {
        grid-column: span 1;
    }

    .enquiry-container {
        padding: 30px;
    }
}


    