/*
  Theme Name: Mixlix - Health & Supplement Landing Page
  Support: themeadapt@gmail.com
  Description: Mixlix - Health & Supplement Landing Page
  Version: 1.0
*/




/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

body {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #777777;
	font-size: 16px;

}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
button,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #777777;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #777777;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.slick-slide:focus {
	outline: none;
}
.row.slick-slider [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}

.topview {
  background: linear-gradient(45deg, #5A030E, #ffffff);
  padding: 60px 20px; /* More mobile-friendly padding */
  min-height: 100vh;
  position: relative;
}

/*!* For larger screens *!*/
/*@media screen and (min-width: 768px) {*/
/*  .topview {*/
/*    padding-left: 120px;*/
/*    padding-right: 20px;*/
/*  }*/
/*}*/

.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}


/* All-color */




.footer-style-two.bar-footer .terms-text  a{
	color: #000000;
	font-weight:600;
	font-size: 19px;
	text-decoration: underline
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	padding: 0px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-image: -moz-linear-gradient( 0deg, rgb(255,86,0) 0%, rgb(255,167,5) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,86,0) 0%, rgb(255,167,5) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,86,0) 0%, rgb(255,167,5) 100%);
	transition: 1s ease;
	border: none;
    opacity: 0;
}
.scroll-top.open {
    opacity: 1;
	bottom: 30px;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top-two {
    background-image: none !important;
    background-color: #22D2FE;
}
.scroll-top-two:hover {
    background-color: #222;
}
.scroll-top-three {
    background-image: none !important;
    background-color: #5A030E;
}
.scroll-top-three:hover {
    background: #5A030E;
}


/* 2. Header */
.custom-container {
	max-width: 1470px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
	padding: 25px 0;
   
}
.logo img {
    width: 200px;

}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
	width: 100%;
    margin-left: 15px;

}
.navbar-wrap ul li {
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 19px;
	font-weight: 700;
	text-transform: capitalize;
	color: #000000;
	padding: 35px 24px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.navbar-wrap > ul > li:hover > a
{
    color: #000000;  
}
.navbar-wrap > ul > li.active > a {
	color: #5A030E;
}





.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.transparent-header.sticky-menu {
	padding: 0 0;
}
.sticky-menu .header-action > ul > li > a {
    color: #777777;
}
.sticky-menu .header-action > ul li.offcanvas-btn a {
    background: #edf8ff;
}

.sticky-logo,
.sticky-menu .main-logo {
    display: none;
}
.sticky-menu .sticky-logo {
    display: block;
}

.capsule-header .navbar-wrap ul li a {
    padding: 35px 21px;
	text-align: center;
}
.capsule-header .header-action ul {
	background: #FFFFFF; /* Your gradient colors */
    border-radius: 50px;
    padding: 5px;
}
.capsule-header .header-action ul li + li {
    margin-left: 10px;
}
.capsule-header .header-action ul li a {
    display: block;
    width: 60px;
    height: 60px;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    border-radius: 50%;
}

.capsule-header.sticky-menu .header-action > ul > li:hover > a {
    color: #fff;
}


.bar-banner .capsule-banner-content .sub-title {
    font-weight: 800;
    font-size: 60px;
	color: #000000;
	text-align: center;
}

.bar-banner .capsule-banner-content .title1  {
	font-size: 40px ;
	line-height: 1.2;
	font-weight: 400;
	color: #0b0b0b;
	margin-top:20px;/* 200 may be too thin, 400 is more readable */
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;            /* Prevents text from squeezing into one line */
	align-items: center;
	justify-content: flex-end;
	max-width: 100%;
	word-break: break-word;     /* Prevents long words from overflowing */
	text-align: center;
}

/* Tablet (medium screen) */
@media (max-width: 992px) {
	.bar-banner .capsule-banner-content .sub-title {
		font-size: 40px;
	}
	.bar-banner .capsule-banner-content .title1 {
		font-size: 20px;
	}
}

/* Mobile (small screen) */
@media (max-width: 576px) {
	.bar-banner .capsule-banner-content .sub-title {
		font-size: 28px;
	}
	 .bar-banner .capsule-banner-content .title1 {
		font-size: 15px;
	}
}


.nav-logo img {
	width: 180px;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 0px;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: #000;
}
.mobile-menu-visible .menu-backdrop {
	opacity: 0.80;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
    background: linear-gradient(180deg, #5A030E, #FFFFFF);
	z-index: 5;
     
}
.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
/*.mobile-menu .navigation li > ul > li:first-child {*/
/*	border-top: 4px solid rgba(255, 255, 255, 0.10);*/
/*}*/
.mobile-menu .navigation li > a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 16px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}
.menu-area .mobile-nav-toggler {
    position: relative;
     float: right;
    
    font-size: 20px;
	cursor: pointer;
    display: none;
    background-color: transparent;
    background-color: #5A030E;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
 
   
}



/* 7. Home screen style */
.banner-area {
	position: relative;
	overflow: hidden;
	z-index: 1; 
}
.banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 940px;
    height: 100%;
    background-position: left center;
    background-size: cover;
    z-index: -1;
}
.banner-content {
	padding: 285px 0 150px;
}
.banner-content .sub-title::before,
.section-title .sub-title::before,

.banner-content h2 {
    font-size: 72px;
    letter-spacing: -2px;
    line-height: 1.15;
    margin-bottom: 10px;
}
.banner-img-wrap {
    margin-top: 51px;
    position: relative;
}
.banner-img-wrap .man-img {
    margin-left: -40px;
}
.banner-img-wrap .banner-sup {
    position: absolute;
    right: -90px;
    bottom: 60px;
    z-index: -1;
}
.banner-btn .btn:first-child {
	margin-right: 15px;
}
.banner-btn .btn {
    margin-top: 15px;
}
.banner-shape li {
    position: absolute;
    z-index: -1;
}
.banner-shape li:nth-child(5n+1) {
    left: 9.5%;
    top: 53%;
}
.banner-shape li:nth-child(5n+2) {
    left: 47%;
    top: 35%;
}
.banner-shape li:nth-child(5n+3) {
    right: 22%;
    top: 25%;
}
.banner-shape li:nth-child(5n+4) {
    right: 5%;
    top: 41%;
}
.banner-shape li:nth-child(5n+5) {
    right: 8%;
    bottom: 2%;
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.capsule-banner {
    padding: 193px 0 78px;
}
.capsule-banner-bg {
    position: absolute;
    right: 0;
    top: 0;
    background-position: left bottom;
    background-size: cover;
    min-width: 808px;
    min-height: 100%;
    z-index: -1;
}
.capsule-banner-content {
    margin-right: 66px;
}


/* @media (max-width: 768px) {
  .capsule-banner-content .title {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .capsule-banner-content .title {
    font-size: 12px;
    line-height: 1.2;
  }
} */

.capsule-banner-content .capsule-info::before {
    content: "";
    position: absolute;
    left: 18px;
    top: -5px;
    width: 5px;
    height: 95px;
    background: linear-gradient(45deg, #B525FF, #22D2FE);
    transform: rotate(21.9deg);
    -webkit-transform: rotate(21.9deg);
    -moz-transform: rotate(21.9deg);
    -ms-transform: rotate(21.9deg);
    -o-transform: rotate(21.9deg);
}
.capsule-banner-btn {
    margin: 21px 0 0 99px;
}
.capsule-banner .banner-img {
    margin-left: -38%;
}
.capsule-banner .banner-img img {
    max-width: unset;
}
.capsule-banner-shape {
    position: absolute;
    left: -7%;
    bottom: 0;
    width: 392px;
    height: 392px;
    background: #fff4f4;
    border-radius: 50%;
    z-index: -1;
}
.bar-banner .capsule-banner-content {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-right: 0;
}
.bar-banner .capsule-banner-content .title {
    color: #000000;
}
.bar-banner .capsule-banner-btn {
    margin: 21px 0 0 0;
}
.bar-banner .capsule-btn {
    background: #B525FF;

}
.bar-banner .capsule-btn::before {
    background: #3f1c01;
}

.bar-banner .banner-img img{
    /* margin-left: 100px;
    width: 500px;
    height:600px;
    object-fit: contain; 
  display: inline-block; */
   width: 100%;
  max-width: 500px;      /* optional: max size on large screens */
  height: auto;          /* maintain aspect ratio */
  margin: 0 auto;        /* center the image */
  display: block;
  object-fit: contain;
}
.bar-banner {
    padding: 0px 0 30px !important;
    
}

.slider-img {
    margin-right: -35px;
}
.slider-img img {
    max-width: 100%;
}
.banner-content.slider-content {
    padding: 0 0;
}
.slider-area .banner-content {
    padding: 0 0;
}
.slider-area.protein-banner .banner-img-wrap {
    margin-top: 0;
}
.slider-area.protein-banner .single-slider {
    min-height: 700px;
    display: flex !important;
    align-items: center;
    margin-top: 90px;
    padding: 60px 0 0;
}

.copyright-wrap {
    background: #111111;
    text-align: center;
    padding: 10px 0 30px;
}
.copyright-text p {
    margin-bottom: 20px;
    color: #999999;
    font-weight: 700;
    
}
.copyright-text p > a {
	color: #fff;
}
.footer-style-two .footer-top-wrap {
    background: #fff;
}

.footer-style-two.bar-footer .fw-link > ul > li > a:hover,
.footer-style-two.bar-footer .fw-blog-post ul li .content h5 a:hover,
.footer-style-two.bar-footer .fw-blog-post ul li .content .date i,
.footer-style-two.bar-footer .footer-quick-link ul li a:hover {
    color: #5A030E;
}
.footer-style-two.bar-footer .copyright-wrap {
	background: #fff /* Your gradient colors */

}
.footer-style-two.bar-footer .fw-title > h5,
.footer-style-two.bar-footer .copyright-text p  {
    color: #5A030E;
}
.footer-style-two.bar-footer .terms-text  a{
    color: #000000;
    font-weight:600;
	font-size: 16px;
}

    

	.container2{
		max-width: 800px;
		margin: auto;

	}
	.container3{
		max-width: 600px;
		margin: auto;
	}


    .card {
      background-color: #ffffff;
      border-radius: 12px;
      border-color: #5A030E;
      box-shadow: 0 4px 12px #5A030E;
      padding: 24px;
      margin-bottom: 20px;


    }


    .card h2 {
      margin-top: 0;
      font-size: 1.5em;
      color: #5A030E;
      display: flex;
      align-items: center;
      gap: 8px;
    }

	.section-title1{

		padding-bottom: 40px;
		padding-top:40px
	}
.section-title2{
	padding-bottom: 60px;
	padding-top:60px

}

.section-title1 h2{
	text-align: center;
	color: #5A030E;
	font-size: 40px;
}

.section-title2 h2{
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
}

    .section-title {
      font-size: 20px;
      margin: 16px 0 8px;
      color: #5A030E;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .section ul {
      list-style-type: circle;
      padding-left: 1.2em;
       display: block !important;
    }

    .circle-list li {
      margin-bottom: 10px;
      line-height: 1.6;
       display: list-item !important;
		font-size: 16px;
       color: #000000;
    }
/* Prevent parent flex display from affecting UL */

    .emoji {
      font-size: 1.1em;
    }

    @media (max-width: 600px) {


      .card {
        padding: 16px;
      }
    }

    /* //Form dtyle */

        .form-container {
			background-color: #ffffff;
			border-radius: 12px;
			border-color: #5A030E;
			padding: 24px;
			border-width: 1px;

    }


    .form-group {
      margin-bottom: 26px;
    }

    label {
      display: block;
      margin-bottom: 10px;
      font-weight: 400;
	color: #3c3c3c;
		font-size: 20px;
    }

    input,
    select {
      width: 100%;
  padding: 15px;
  font-size: 18px;
		color: #0b0b0b !important;
  border: 2px solid #CCCCCC;
  border-radius: 10px;
  box-sizing: border-box;
    }
input[readonly][required] {
	pointer-events: none;
	width: 100%;
	padding: 15px;
	font-size: 18px;
	color: #0b0b0b !important;
	border: 2px solid #CCCCCC;
	border-radius: 10px;
	box-sizing: border-box;

}
    .form-row {
      display: flex;
      gap: 15px;
		flex-wrap: wrap; /* Allows items to wrap on small screens */
    }



.form-row .form-group {
      flex: 1;
    }

    button {
      background-color: #5A030E;
      color: white;
      padding: 12px 18px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 1em;
      margin-top: 10px;
    }

    button:hover {
      background-color: #5A030E;
    }


#itemCheckboxList {
	display: flex;
	flex-wrap: nowrap;        /* Ensure single row */
	gap: 12px;                /* Space between items */
	padding: 10px 0;
	overflow-x: auto;
	width: 100%;
}

/*@media (max-width: 768px) {*/
/*	#itemCheckboxList {*/
/*		grid-template-columns: repeat(3, 1fr); !* 2 items per row on mobile *!*/
/*	}*/
/*}*/

.checkbox-item {
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;

}

.checkbox-item label {
	font-size: 16px !important;
	font-family: 'Space Grotesk', sans-serif !important;
	font-weight: 500;
	vertical-align: middle !important;
	margin:0 !important;
	white-space: normal;      /* Allow wrapping */
	display: flex;
	align-items: flex-start;
	padding-right: 15px;

}

.label-text {
	display: block;
}

/*.sub-text {*/
/*	display: block;*/
/*	font-size: 0.9em;*/
/*	color: #666; !* optional: gray color *!*/
/*}*/
.checkbox-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding: 0px 0;
	margin-left: 10px;
}

.checkbox-item input[type="checkbox"] {

	align-self: center !important;
	width: 25px;   /* Reset width */
	height: 25px;  /* Reset height if needed */
	vertical-align: middle;
	/*width: 16px;*/
	/*height: 16px;*/
	/*margin:0;*/
	margin: 0 8px 0 0; /* remove default margin and add spacing */

	/*margin-bottom: -5px;*/
	/*padding: 0;*/
	/*appearance: none;*/
	/*-webkit-appearance: none;*/
	/*-moz-appearance: none;*/
	/*border: 2px solid #5A030E;*/
	/*border-radius: 3px;*/
	/*background-color: white;*/
	/*position: relative;*/
	accent-color: #5A030E; /* green or any custom color */
}

@media (max-width: 768px) {

	.checkbox-item input[type="checkbox"] {
		width: 14px;   /* Slightly smaller for mobile */
		height: 14px;
		margin: 0 8px 0 0; /* remove default margin and add spacing */
	}

}


.navigation li.right-align {
	margin-left: auto;
	margin-right: 0;
	background-color: #5A030E;   /* Same as your button */
	border: none;
	border-radius: 10px;
	padding: 5px;
	width: 100%;
	max-width: 150px;
	text-align: center;
	height: 50px;
	align-self: center;
	justify-content: center;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;

}
@media (max-width: 768px) {
	.navigation li.right-align {
		margin-left: 0 !important;
		margin-right: 0 !important;
		background-color: transparent !important;
		border: none !important;
		border-radius: 0 !important;
		padding: 0 !important;
		width: auto !important;
		max-width: none !important;
		height: auto !important;
		text-align: left !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
.spinnercontainer {
	background-color: #5A030E;   /* Same as your button */
	border: none;
	border-radius: 8px;
	padding: 5px;
	width: 100%;
	max-width: 300px;
	margin: 20px auto;
	text-align: center;
	display: none;

}
.spinner {

	border: 4px solid #ccc;
	border-top: 4px solid #5A030E;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 0.8s linear infinite;
	margin: 10px auto;

}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.submit-btn {
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 600;
	background-color: #5A030E;
	color: #fff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	width: 100%; /* 👈 makes it full-width inside parent */
	max-width: 300px; /* or adjust as needed */
	display: block;
	margin: 20px auto; /* centers button */
	transition: background-color 0.3s ease;
}

.browse-btn {

	font-size: 15px;
	font-weight: 600;
	background-color: #5A030E;
	color: #fff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	width: 100%; /* 👈 makes it full-width inside parent */
	max-width: 180px; /* or adjust as needed */
	display: block;
	margin: 20px auto; /* centers button */
	transition: background-color 0.3s ease;
}

.navbar-wrap ul li.right-align a {
	align-self: center;
	color: #ffffff;
	font-size: 16px;
	padding: 11px 4px !important;
}

.error-message {
	color: red;
	font-size: 14px;
	margin-top: 5px;
	display: none;
}

.error-input {
	border: 2px solid red !important;
}

.loader {
	border: 5px solid #f3f3f3;
	border-top: 5px solid #5A030E;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
	margin: 20px auto;
	display: block;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

.category-section {
	padding: 60px 20px;
	background: #fff;
	text-align: center;
}
.section-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #222;
}
.section-title span {
	color: #2a3ddf;
}
/*.category-container {*/

/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	gap: 20px;*/
/*}*/
#categoryContainer{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px 24px;  /* ⬅️ 12px row-gap, 24px column-gap */
	padding: 20px;
	justify-content: center;

	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow-x: hidden;
}
#categoryContainer.center-single-item {

	place-items: center; /* centers both horizontally and vertically */
}
/*@media (min-width: 576px) and (max-width: 740px) {*/
/*	#categoryContainer {*/
/*		justify-content: center;*/
/*		align-self: center;*/
/*		grid-template-columns: repeat(4, 120px); !* 2 items per row on mobile *!*/
/*	}*/


/*}*/
/* Small devices (landscape phones, 576px and up) */


.category-container.center-single-item {
	justify-content: center;
	grid-template-columns: 1fr;
}

@media  (max-width: 500px) {
	#categoryContainer {
		justify-content: center;
		align-self: center;
		grid-template-columns: repeat(2, 120px); /* 2 items per row on mobile */
	}
}

@media  (min-width: 500px) and (max-width: 800px){
	#categoryContainer {
		justify-content: center;
		align-self: center;
		grid-template-columns: repeat(3, 120px); /* 2 items per row on mobile */
	}
}

@media (max-width: 768px) {

	.section-title{
		font-size: 16px;
	}

	.circle-list li {
		font-size: 14px;
	}

	}

.category-container::-webkit-scrollbar {
	display: none;                      /* Chrome/Safari scrollbar hidden */
}

.category-card {
	width: 130px;                       /* Fixed width */
	height: 130px;                      /* Fixed height */
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 10px #5A030E;
	text-align: center;

	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.category-card:hover {
	transform: scale(1.08);
}

.category-card img {
	width: 80%;

	height: 60px;
	align-self: center;
	object-fit: contain;
	border-radius: 6px;
	margin-bottom: 8px;

}

.category-card p {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	margin: 0;
	line-height: 1.2;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;       /* Show only 2 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.category-separator {
	width: 100%;
	height: 1px;
	background-color: #ac8186;
	margin: 8px auto; /* Center and add spacing */
}

.dropdown-checkbox {
	position: relative;
	width: 100%;
	margin-bottom: 26px;
}

.dropdown-checkbox  button {
	background-color: #ffffff !important;
}
.dropdown-toggle {
	width: 100%;
	padding: 15px;
	display: flex;
	height: 60px;
	justify-content: space-between; /* aligns text left, icon right */
	align-items: center;
	background-color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	color: #0b0b0b !important;
	border: 2px solid #CCCCCC;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: left;
}

.dropdown-menu {
	width: 100%;

	max-height: 280px;
	overflow-y: auto;
	overflow-x: hidden; /* This hides the horizontal scrollbar */

}
.checkbox-item.disabled {
	opacity: 0.6;
	pointer-events: none;
}

.feedback-section {
	 background-color: #ffffff;


	 margin: 50px 10px;


	 justify-content: center;
 }

.feedback-section h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.feedback-section p {
	font-size: 16px;
	margin-bottom: 30px;
	color: #444;
}

.comment-box textarea {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	border-radius: 8px;
	border: 1px solid #ccc;
	resize: vertical;
	margin-bottom: 20px;
}



.radio-group-icon {
	display: flex;
	justify-content: center;
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
	max-width: 400px;
	margin: 0 auto 30px;
}

.radio-icon-option {
	flex: 1;
	cursor: pointer;
	margin: 0;
}

.radio-icon-option input[type="radio"] {

	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);  /* Hides element visually and from screen readers */
	white-space: nowrap;
	border: 0;
	pointer-events: none;
}

.radio-icon-option .icon-wrapper {
	/*padding: 10px 20px;*/
	/*text-align: center;*/
	/*transition: all 0.3s ease;*/
	/*background-color: #f8f8f8;*/
	/*color: #333;*/
	/*font-weight: 500;*/
	/*font-size: 16px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	text-align: center;
	transition: all 0.3s ease;
	background-color: #f8f8f8;
	color: #333;
	font-weight: 600;
	font-size: 15px;
	height: 100%;
}

.radio-icon-option:has(input[type="radio"]:checked) .icon-wrapper {
	background-color: #5A030E;
	color: #fff;
}

/* Highlight selected */
/*.radio-icon-option input[type="radio"]:checked + .icon-wrapper {*/
/*	background-color: #5A030E90;*/
/*	border: 2px solid #5A030E;*/
/*	color: #007BFF;*/

/*}*/

.custom-modal {
	display: none; /* Hidden by default */
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	right:0;
	/*width: 100vw;*/
	height: 100vh;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.5);






}

.modal-content {
	background-color: #fff;

	padding: 20px;
	width: 90%;
	max-width: 500px;
	max-height: 90vh;
	overflow-y: auto;
	border-radius: 8px;
	/*position: relative;*/
	/*background-color: #fff;*/
	/*width: 90%;*/
	/*max-width: 500px;*/
	/*max-height: 90vh;*/
	/*overflow-y: auto;*/
	/*border-radius: 12px;*/
	/*padding: 20px;*/
	/*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);*/
	/*text-align: center;*/
	/*position: relative;*/

}

.close-modal {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 22px;
	font-weight: bold;
	color: #aaa;
	cursor: pointer;
}
.close-modal:hover {
	color: #000;
}

@media (max-width: 768px) {
	.container2, .container3,  .container4{
		padding: 0 12px; /* smaller padding on small screens */
	}
	.feedback-section {
		margin : 20px 10px;
		justify-content: center;
	}

}

.btn-toggle-switch .btn {
	border-radius: 10px;
	padding: 10px 30px; /* increased padding for height and width */
	border: 1px solid #ccc;
	background: #f3f3f3;
	color: #333333;
	font-weight: 500;
	height: 45px; /* set specific height if needed */
	min-width: 100px; /* set minimum width for consistent size */
}

.btn-toggle-switch .btn.active {
	background: #5A030E; /* dark background */
	color: #fff; /* white text */
	border: 1px solid #333333;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.circle-list p{
	color: #0b0b0b;
}

.container4 {
	max-width: 600px;
	width: 100%;
	padding: 20px;
	margin: auto;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 4px 12px #5A030E;
}