*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

.bg-sec {
    background: #0f0f0f;
    color: #fff;
}
ul.navigation {
	display: flex;
	justify-content: space-between;
	list-style: none;
	gap: 22px;
}
.navigation-sec {
	margin: 10px 0;
}
.main_menu {
	width: 100%;
}
input#drop {
    display: none;
}

.navigation a {
    text-decoration: none;
    color: #000;   
}
p.toggle_border {
    display: none;
}
.navigation li a {
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 10px 0;
	border-bottom: 2px solid transparent;
	font-weight: 700;
}
.navigation li a:hover {
	border-bottom: 2px solid #231f5b;
	color: #231f5b;
}
.main_menu .toggle {
    display: none;
}
.main_menu #drop {
    display: none;
}
.header-logo a img {
    max-width: 100%;
    display: block;
}
img {
    max-width: 100%;
}
.header {
    background: #000;
}

.header-top-left p {
    margin-bottom: 0;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
}

.service {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 6px;
}
.header-service {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 50px;
}
.header-back {
    display: flex;
    align-items: center;
    width: 100%;
}
.header-logo a {
    display: block;
}

.menu-position {
    width: 100%;
    padding: 30px 0;
}
.service p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.service-column h4 {
    font-size: 18px;
    
    text-transform: uppercase;
}

.banner img {
    width: 100%;
    display: block;
}
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
36% { left: -100%; }
50% { left: -100%; }
70% { left: -200%; }
80% { left: -200%; }
99% { left: -300%; }
100% { left: -300%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img {
    width: 16%;
    float: left;
}
div#slider figure {
    position: relative;
    width: 625%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 20s slidy infinite;
}
/*==================================== gallery =====================================================*/
.theme-box {
    margin: 0px auto 40px;
}
.item-description-text.theme-box {
    margin: 0;
}
#gallery {
    border: 0px solid #dddddd;
    box-sizing: border-box;
    height: auto;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 450px;
    border-top: 0px;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px;
}
#gallery #slides {
    display: inline-block;
    height: auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    z-index: 500;
    width: 100%;
    margin: 15px auto 0px;
}
#gallery #slides div ul {
    display: table;
    height: auto;
    list-style: outside none none;
    margin: 0px auto 0;
    padding: 0;
    width: auto;
}
.box-item-1 {
    display: grid;
    grid-template-columns: unset;
}

.box-item {
    display: block !important;
    grid-template-columns: unset !important
    text-align: center !important
    margin: 0 auto !important
}

#gallery #slides div ul li:nth-of-type(1){
    margin-left:0px;
    }
#gallery #slides div ul li {
    margin: 0px 0px 0px 10px;
    float: left;
    margin-bottom: 0px;
    background: #fff;
}
#gallery #slides div ul li:last-child {
    margin-right: 0;
}
#gallery .big-img-wpr {
    box-sizing: border-box;
    display: inline-block;
    height: 450px;
    margin: 0 auto;
    max-width: 450px;
    vertical-align: middle;
    width: 100%;
}
#gallery div.img-wpr {
	background-color: #fff;
	border: 2px solid #7ac31c;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0px;
	max-height: 450px;
	max-width: 450px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 450px;
	margin: 0px auto 0px;
}
#gallery div.img-wpr .img-box {
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr .big-img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 450px;
    max-width: 430px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: auto;
    border: 0px solid #d8d8d8;
    width: auto;
}
#gallery .thumb {
    background-color: transparent;
    border: 0px solid #f00;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100px;
    left: 0;
    position: relative;
    right: 0px;
    width: 100px;
    z-index: 2;
    border: 2px solid #7ac31c;
    margin-bottom: 0;
}
.thumb-img[src=""], .thumb-img[src=""] + .thumb {
    display: none !important;
}
.thumb-wpr {
    position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 1;
}
#gallery #slides div:first-child ul:first-child li:first-child .img-wpr {
    z-index: 1;
}
#gallery #slides input {
    display: none;
}
#gallery #slides input:checked ~ .img-wpr {
    z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
    display: none;
}
#gallery #slides div ul li:only-#gallery {
    left: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#gallery {
  padding: 10px;
}
#gallery .thumb {
  height: 50px;
  width: 50px;
}
#gallery #slides div ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
  height: 350px;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 15px;
  width: 90%;
}
}
.org-content {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    display: table;
    padding: 30px;
}
.product-title {
    padding: 14px 0;
    background: #17172c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.product-description-image {
	margin: 70px 0 0;
}
.product-title p {
    margin: 0;
    font-family: open-sans, sans-serif;
}
.title-p {
    padding: 0 !important;
}

/*------------------------------------------------------------------end img gallery-----------------------------------------------------------------*/


.product-service p {
    margin: 0;
}
.product-service p {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	font-family: open-sans, sans-serif;
}

.product-heading h2 {
    font-size: 25px;
    font-family: open-sans, sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #c7c7c7;
    /* text-transform: uppercase; */
    padding-bottom: 20px;
    color: #000;
}
.product-description .desc {
	display: flex;
	gap: 40px;
	margin-top: 30px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.product-service {
	display: flex;
	align-items: center;
	gap: 10px;
}
.product-serv-img {
	width: 50px;
	text-align: center;
}
.pro-serv-col h3 {
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 24px;
}
.product-description .desc p {
	font-size: 20px;
	margin: 0;
	line-height: 1.5;
	color: #484848;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.quest {
	display: flex;
	gap: 30px;
}
.heading-title h2 {
    font-size: 25px;
    font-family: open-sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 10px;
    color: #fff;
    margin-top: 40px;
    text-align: center;
    background: #231f5b;
}
.heading-title {
    max-width: 1140px;
    margin: 0 auto;
}
.description {
    max-width: 1140px;
    margin: 0 auto;
    border: 1px solid #dbdbdb;
    padding: 30px 30px;
    border-top: 0;
}
.description span {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.text p {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
}
.description p {
    margin-bottom: 25px;
    line-height: 1.5;
    font-family: open-sans, sans-serif;
}
.description p:last-child {
	margin-bottom: 0;
}

.description p {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}
.cate-title {
    text-align: center;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 32px 0;
}
.cate-title h2 {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-family: open-sans, sans-serif;
}
.categories-bg {
    margin: 40px 0;
    background: #1f1f1f;
    padding-bottom: 70px;
    background-size: cover;
    position: relative;
}
.cate-title {
    text-align: center;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
}
.cate-back {
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
}
.cate-img {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    justify-content: center;
}
.cate-back {
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    padding: 14px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cate-img img {
    border: 1px solid #fff;
    box-shadow: 0px 0px 6px #868585;
}

.gallery-text {
    position: relative;
}
.gallery-text h3 {
    position: absolute;
    bottom: 0;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    background-color: #333333;
    transition: 0.5s ease all;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 22px;
    
}
.gallery-text:hover h3 {
    transform: translate(-0%, 50%);
    bottom: 50%;
    background-color: #c200e1;
}
.gallery-text a {
    color: #fff;
}
.view-button {
    text-align: center;
    padding: 16px 0px;
    max-width: max-content;
    margin: 0 auto;
    margin-top: 44px;
}

.tabs .view-button {
    text-align: left;
    padding: 16px 0px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 44px;
}
.tab.description_content a{
    background: #7ac31c;

}
.view-button a {
	padding: 16px 60px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #231f5b;
	border-radius: 50px;
	font-weight: 700;
}
.about-img img {
    width: 100%;
}
.about-section {
	margin-top: 80px;
	margin-bottom: 80px;
}
.about-heading h2 {
	font-size: 40px;
	font-family: open-sans, sans-serif;
	text-transform: uppercase;
	padding-bottom: 28px;
	color: #231f5b;
}

.about-para img {
    display: flex;
}
.about-para p {
    font-family: open-sans, sans-serif;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 34px;
}
.shipping .heading-title h2, .returns .heading-title h2 {
    font-size: 25px;
    font-family: open-sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 0px;
    color: #000;
    margin-top: 0px;
    text-align: center;
    background: #00adec;
}

.returns .heading-title h2 {
    margin-top: 40px;
}
.craft-toy-image img {
    width: 100%;
}
.craft-toys-section {
    margin: 40px 0;
}
.craft-toys-section .container {
    padding: 0;
}
.about-section .container {
    padding: 0;
}
.craft-toys-section .d-flex {
    padding: 0 !important;
}
.business-hours h3 {
    font-size: 45px;
    font-family: open-sans, sans-serif;
    margin-bottom: 50px;
    font-weight: bold;
}
.business-hours p {
    margin-bottom: 70px;
    font-size: 32px;
    font-family: open-sans, sans-serif;
    text-transform: uppercase;
}
.business-hours p:last-child {
    margin: 0;
}
.subscribe .newsletter {
    padding: 28px 10px;
    color: #fff;
}
.subscribe .newsletter h2 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 2px;
}
.subscribe {
	background: #7ac31c;
}
.subscribe .newsletter p {
	font-size: 18px;
	font-family: open-sans, sans-serif;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0;
}
.subscribe-now-btn a {
	color: #231f5b;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 12px 44px;
	background: #fff;
}
.subscribe .newsletter a {
    padding: 22px 65px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: open-sans, sans-serif;
    font-weight: 600;
}
.subscribe .newsletter a:hover {
    background: #fff;
    color: #000;
}
.subscribe .news-border {
    background: #00adec;
}
.head-title h2 {
    margin: 0;
    padding: 0px 0px 13px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    font-weight: bold;
    text-align: left;
    position: relative;
}

.inner_content.btm-shaddow label:hover {
    background: #c200e1;
}
.inner_content.btm-shaddow label {
    cursor: pointer;
    width: 100%;
    display: block;
    padding: 14px 10px;
}
.inner_content.btm-shaddow ul li ul li {
    border: 0;
}
.inner_content.btm-shaddow ul li ul li a {
    padding-left: 20px;
}
.shipping .title {
    margin-top: 30px;
}
.gallery-bg {
    border-top: 0;
}
.inner_content.btm-shaddow li {
    list-style: none;
    border: 1px solid #dbdbdb;
    border-top: 0;
}
.left .title h2 img {
    margin-right: 8px;
}
.inner_content.btm-shaddow ul li a:hover {
    background: #d0d0d0;
}
.inner_content.btm-shaddow ul li a {
    padding: 10px 10px;
}
.inner_content.btm-shaddow li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
    display: block;
}
.title h2 {
    background-color: #17172c;
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding: 12px 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.inner_content.btm-shaddow img {
    padding-right: 7px;
}
.drop {
    float: right;
    margin-top: 7px;
}

.inner_content.btm-shaddow input[type="radio"] {
    display: none;
}

.inner_content.btm-shaddow input[type="radio"]:checked + label + ul {
    display: block;
}

.inner_content.btm-shaddow ul ul {
    display: none;
}

.inner_content.btm-shaddow input[type="radio"]:checked + label + ul li input[type="radio"]:checked + ul {
    display: block;
}

.inner_content.btm-shaddow ul ul ul {
    display: none;
}


.toggle {
  display: none;
}

/* Style the labels to resemble buttons */
.toggle-label {
  cursor: pointer;
  border-radius: 3px;
  display: block;
}

/* Style the sub-menus */
.sub-menu {
  display: none;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* Show sub-menu when the checkbox is checked */
.toggle:checked + .sub-menu {
  display: block;
}
.toggle:checked ~ .accordion > li > .sub-menu {
  display: none;
}

.why-customers h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #231f5b;
}

.entry {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 30px 10px;
	background: #fff;
	row-gap: 20px;
	border: 1px solid #b6b6b6;
}
.quote {
	color: #000;
	font-weight: 700;
}
.entry p {
	text-align: center;
	margin-bottom: 0;
	font-size: 14px;
	min-height: 80px;
	color: #000;
	letter-spacing: .5px;
	line-height: 1.5;
}

.customers {
	background: #ededed;
	padding: 45px 0;
	margin: 60px 0 0;
}

.why-customers p {
	text-align: center;
	margin-bottom: 27px;
	margin-top: 3px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .5px;
}
.grid-gallery-sec {
	margin-top: 45px;
}
.grid-img-content.two {
	margin-top: 20px;
}
.services-footer {
	margin-top: 52px;
}
.online-store-avail h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 12px;
}
.online-store-avail {
    width: 100%;
}
.online-store {
    background: #363636;
    padding: 32px 10px;
    margin-top: 86px;
}
.footer .store .title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 1px solid #6761af;
	padding-bottom: 13px;
	margin-bottom: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.footer .store {
    max-width: 250px;
    width: 100%;
}
.text li:not(:last-child) {
    margin-bottom: 5px;
}
.text li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: .5px;
    font-size: 12px;
}
.fa-solid.fa-arrow-right-long {
    margin-right: 5px;
}
.text li a:hover {
	color: #7ac31c;
	transition: ease-in-all-10s;
}
.store.newsletter .text a:hover {
	color: #7ac31c;
}
.subscribe-now-btn a:hover {
	background: #fff;
	color: #7ac31c;
	transition: ease-in-out .5s;
}
.view-button a:hover {
	background: #2e2e2e;
	transition: ease-in-out .5s;
}
.product-description .quest a:hover {
	background: #000;
	color: #fff;
	transition: ease-in-out .5s;
}
.fa-solid.fa-envelope {
    margin-right: 7px;
}
ul {
    list-style: none;
}
.footer {
	padding: 58px 0;
	background: #231f5b;
	color: #f7f7f7;
}
.copy {
	background: #7ac31c;
	padding: 14px 0;
	color: #fff;
}
.copyright p {
    margin: 0;
    font-size: 13px;
}

.store.newsletter .text a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.copyright {
    display: flex;
    justify-content: space-between;
    word-spacing: 2px;
    flex-wrap: wrap;
}
.copyright span {
    text-transform: uppercase;
    font-size: 16px;
}

.product-description .quest a {
	background: #fff;
	color: #000;
	text-decoration: none;
	padding: 14px 30px;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	width: 45%;
	text-align: center;
	border: 1px solid #bcbcbc;
}

/*==================================== tab ===================================*/

.tabbox {
    padding: 0px 0px;
    font-size: 20px;
    margin: 30px auto 0px;
    background: #1c57f4;
}
.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
    padding: 0px;
    margin: 0px 0 0px 0;
}
.tabs .tab h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 30px;
}
.tabs .tab p .green {
    font-weight: bold;
    color: #28bc83;
    font-size: 20px;
}
.tabs label {
	order: 1;
	display: block;
	padding: 0px 10px;
	cursor: pointer;
	width: 20%;
	float: left;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 50px;
	margin: 0;
	height: 50px;
	position: relative;
	z-index: 1;
	font-weight: bold;
	background: #231f5b;
	font-size: 20px;
}
.pro-serv-col h3 {
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #231f5b;
}
.warranty-content {
    padding-left: 25px;
}
.tabs .tab p .bold {
    font-weight: bold;
    font-size: 18px;
}
.tabs label.border-none{
    border-right: none;
    }
.tabs label a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
}
label.nomarginleft {
    margin-left: 0px;
    border-radius: 0px;
}
.tabs .tab {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    background: #fff;
    padding: 30px 20px;
    display: none;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #e1e1e1;
    border-top: 0px;
    box-shadow: none;
}
.tabs .tab h3 {
    text-transform: uppercase;
    font-size: 18px;
}
.tabs .tab, .tabs .tab p {
    text-align: left;
}

.none {
    width: 166.666%;
}
.none_01 {
}
.tabs .tab a {
    color: #821982;
}
.tabs label[for="tabfive"] {
}

.tabs input[type="radio"] {
    position: absolute;
    opacity: 0;
    left:0px;
}
.tabs input[type="radio"]:checked + label {
    position: relative;
    z-index: 9;
    margin-right: 0px;
    color: #231f5b;
    border: 0;
}
.tabs input[type="radio"]:checked + label::before {
    position: absolute;
    content: "";
    left: 0px;
    z-index: -999999;
    height: 50px;
    top: 0px;
    right: 0px;
    width: 100%;
    margin: 0 auto !important;
    background: #7ac31c;
}
.tabs input[type="radio"]:checked + label.nomarginleft::before {
    left: 0px;
    width: 100%;
}
.tab-section {
    width: 100%;
}
.tabs label::after {
    content: "";
    position: absolute;
    background: url("../images/tab-border.png") no-repeat scroll center left;
    width: 2px;
    left: 0%;
    top: 0px;
    height: 52px;
    z-index: -1;
}

.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

.tab h4 {
    font-size: 22px;
    font-weight: 400;
    color: #ff4000;
    margin-bottom: 25px;
}


.tab.description_content a {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(11,23,53,1) 0%, rgba(23,41,88,1) 50%, rgba(11,23,53,1) 100%);
    padding: 13px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}
.tab.description_content h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
}
.tab.description_content .span {
    color: #2663a6;
}
.tabs-content {
	margin: 30px 0;
}
/*========================== end ============================*/
.promo-left .promo-content h3 {
	font-size: 16px;
	color: #231f5b;
	font-weight: 600;
	text-align: center;
	letter-spacing: .5px;
}
.promo-left .promo-content {
	text-align: center;
	margin: 0 0 40px;
}
.right-promo-content p {
	margin: 0;
	letter-spacing: .5px;
	font-size: 16px;
}
.right-promo-content {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
}
.right-promo {
	padding-top: 25px;
	border-top: 1px solid #c7c7c7;
}
.flex-serv {
	display: flex;
	width: 100%;
	justify-content: end;
	gap: 50px;
}
.service1 h3 {
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	letter-spacing: 0.7px;
}
.device-promotion {
	text-align: center;
}
/* Process Flow Layout */
.process-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* Step Groups - Aligning Horizontally */
.step-images {
	align-items: center;
	gap: 20px;
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.step-texts {
	gap: 20px;
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.step-numbers {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 15px 0;
}

/* Step Images */
.step img {
    width: 80px; /* Adjust size as needed */
    height: auto;
}

/* Step Numbers */
.step-number {
	background: #7ed321;
	color: white;
	font-size: 18px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	transform: rotate(-50deg);
}
.step-number h3 {
	font-size: 30px;    
	transform: rotate(+50deg);
}

/* Step Texts */
.step-text {
	font-size: 25px;
	font-weight: bold;
	color: #1a1640;
	letter-spacing: 0.5px;
}

/* Connectors - Positioned Absolutely */
.connectors {
	position: relative;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 20px;
	pointer-events: none;
}

.connector {
    position: absolute;
    width: 80px; /* Adjust as needed */
    height: auto;
}

/* Specific Connector Positions */
.connector-1 {
	left: 16%;
	bottom: 95px;
}
.connector-2 {
	left: 36%;
	bottom: 95px;
}
.connector-3 {
	left: 57%;
	bottom: 95px;
}
.connector-4 {
	left: 77%;
	bottom: 95px;
}
.device-promo-title {
	text-align: left;
	padding: 8px 20px;
	background: url(../images/device-promo-title.png) no-repeat;
	margin-bottom: 60px;
	border-bottom: 2px solid #231f5b;
	color: #7ac31c;
}
.device-promotion.mobile {
	display: none;
}