.rounded{ border-radius: 20px !important; }
.text-orange{ color: #212020; }
nav label{
 display:flex;
  flex-direction:column;
  width:70px;
  cursor:pointer;
  margin-bottom: 2px;
}
nav label span{
  background: #000;
  border-radius:10px;
  height:2px;
  margin: 5px 0 5px 20px;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
  position: relative;
  z-index: 99;
}
nav span:nth-of-type(1){
  width:60%;
  
}
nav span:nth-of-type(2){
  width:60%;
}
nav span:nth-of-type(3){
  width:60%;
}
nav input[type="checkbox"]{
  display:none;
}
nav input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(9px,7px);
}
nav input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
nav input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 60%;
  transform: translate(30px,-11px) rotatez(45deg);
  display: none;
}
#menu-box {
  position: absolute;
  width: 40vw;
  margin: 0 0 0 0;
  padding: 50px;
  padding-top: 125px;
  background: #c4c4c4fc;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  z-index: 9;
  right: 0;
  top: 0;
  height: 100vh;
  display: none;
}
nav input[type="checkbox"]:checked ~ #menu-box{
  transform: none;
  display: block;
}
#ftco-nav.navbar-collapse{ display: none; transition: all 500ms; }
#ftco-nav.navbar-collapse.collapse.show{ margin: 40px; display: block; }
#ftco-nav.navbar-collapse.show ul{ max-width: 300px; }
#ftco-nav.navbar-collapse.collapse.show ul li{ margin-bottom: 2px; }
.testimonial-slider-rtl {
  width: 100%;
  height: 100%;
  padding-top:  20px;
  overflow:hidden;/* Ensure the container itself is in RTL mode */
}
.swiper-button-next {
  left: 10px; /* Adjust position for RTL */
  right: auto;
}
.swiper-button-prev {
  right: 10px; /* Adjust position for RTL */
  left: auto;
}
.testimonial-slider-rtl  img{ width : 100%;  height: 90vh; object-fit:cover; }
.ftco-navbar-light {
  background: transparent !important;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  /* bottom: 60px; */
  margin: 10px 0;
}
.navbar-brand img{ min-width: 140px; }
#hero-verticals .vertical-bg{ 
  height: 50vmax; 
  min-height:50vh;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  transition: all 200ms ease;
}
#hero-verticals .vertical-bg .vertical-img {
    position: absolute;
    top: 0;
    right: 0;   /* same as background-position: right top */
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#hero-verticals .vertical-bg:hover{ transform: scale(1.005); }
#hero-verticals .vertical-bg img{
  min-width: 50%;
  transition: all 200ms ease;
  opacity: 0.9;
}
.vertical-bg:hover img {
  box-shadow: 0px 1px 20px 0 rgba(0,0,0,0.7);
  transform: scale(1.03);
  opacity: 1;
}
h2{ font-size: 1.2em; font-weight: 600; margin: 0; padding: 0; }
p{ font-size: 1em;line-height: 1.3; text-align: justify; }
line{ display: block; height: 2px; background-color: #565656; width: 55%; margin: 10px 0; }
#hero-verticals .products {
  font-size: 0.9em;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin: 4px 0;
}
#hero-verticals .products:nth-child(odd) { border-right: #FFF 4px solid; }
#hero-verticals .products:nth-child(even) { border-left: #FFF 4px solid; }
#hero-verticals .products figure {
  /* background: #F8F8F8; */
  margin: 0;
  padding-right: 1px;
  border-radius: 10px;
  position: relative;
  box-shadow: 2px 0px 13px 0px #B3B3B347;
  background: #FFF;
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
}
#hero-verticals .products figure img{ width: 30px; }
#hero-verticals .products span {
  font-size: 0.95em;
  font-weight: 600;
  padding-right: 5px;
  line-height: 1em;
  background: #F5F5DCB5;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 12px;
  margin: 3px 0 3px -3px;
  word-break: break-word;
}
#hero-verticals p.brand-summary{ min-height: 70px; }
.solutions h2 {
  font-size: 1em;
  margin-top: 4px;
}
.solutions h2 span {
  font-weight: 400;
  font-style: italic;
  font-size: 0.9em;
}
.solutions > div {
  border-top: #666 1px solid;
  padding: 2px 0 5px;
  cursor: pointer;
  position: relative;
}
.solutions > div:last-child{ border-bottom: #666 1px solid; }
.solutions  figure{ margin: 0; }
.solutions figure {
  margin: 2px 0;
  width: 22px;
  height: 22px;
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  overflow: hidden;
}
.solutions  figure img{ opacity:0; }
/*.solutions figure::after {
  content: '';
  position: absolute;
  background-color: #7E7E7E;
  width: 15px;
  height: 1px;
  right: 7px;
  top: 12px;
  transition: all 0.5s ease-in-out;
}
.solutions figure:before {
  content: '';
  position: absolute;
  background-color: #7E7E7E;
  width: 1px;
  height: 15px;
  right: 14px;
  top: 5px;
  transition: all 0.5s ease-in-out;
}*/
.solutions figure::before {
  content: '';
  position: relative;
  background-color: #000;
  width: 0.1em;
  height: 100%;
  transition: all 0.5s ease-in-out;
  max-width: 1px;
  min-width: 0.6pt;
}
.solutions figure::after {
  content: '';
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 0.06em;
  transition: all 0.5s ease-in-out;
  max-height: 1px;
  min-height: 0.6pt;
}
.solutions div.active figure::before {
  transform: rotate(90deg);
  opacity: 0;
}
.solutions div.active{ position:relative; }
.solutions div.active::before {
  content: '';
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent #787878 transparent transparent;
  position: absolute;
  left: -28px;
  top: 5px;
}
.solutions p{ 
  font-size: 0.8em;
  display: none;
  margin-top:3px;
  margin-bottom: 4px;
  animation: typing .2s steps(4, end), blink-caret .1s step-end infinite; 
}
.solutions p, .solutions h2{ width: calc(100% - 30px); }
@keyframes typing {
  from { width: 0; opacity: 0; }
  to { width: 100%; opacity: 1; }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
.solutions div.active p{ display: flex; }
.solutions .tags{ flex-wrap: wrap; align-items: center; }
.solutions .tags a {
  color: var(--orange);
  border: var(--pink) 1px solid;
  border-radius: 20px;
  padding: 2px 8px;
  text-align: center;
  display: block;
  width: max-content;
  margin: 3px;
  font-weight: 500;
  font-size: 0.85em;
}
.solutions .tags a:hover{ color: #FFF; background-color: var(--pink); }
.box-rounded{ border-radius: 20px; overflow: hidden; }
.box-rounded div:first-child img {
  object-fit: cover;
  height: 100%;
}
footer *{ text-align: left; }
/* Slick slider for collections or product images */
.split-slideshow{ height: 100%; width:100%; overflow: hidden; position:relative; min-height: 80vh; }
.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slideshow .slider {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 90vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
/*.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}*/
.slideshow .slider .item img {
  min-height: 100%;
  position: relative;
  top: -5vw;
  object-fit: cover;
}
.slideshow .slick-dots {
  position: absolute;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  margin: auto;
  justify-content: center;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button{ width: 40px; }
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow-text {
  position: absolute;
  top: 90%;
  z-index: 100;
  font-size: 1.4em;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.8;
  display: none;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4caf50;
  color: white;
}

.topnav-right {
  float: right;
}
#srinath-palette .bg-colored{ background: var(--pink); }
#srinath-iconic .bg-colored{ background: #45688B; }
/*.slideshow .slider .item img + img {
  max-width: 165px !important;
  max-height: 90px !important;
  min-width: unset;
  min-height: unset;
  bottom: 20% !important;
  right: 0 !important;
  left: unset !important;
  top: unset !important;
  object-fit: contain;
  filter: invert(2) brightness(3);
  opacity: 0.4;
}*/
.slideshow .slider .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.9) 100%);
  right: 0;
  z-index: 1;
}
.slideshow .slider .item img + img {
  max-width: 220px !important;
  max-height: 100px !important;
  min-width: unset;
  min-height: unset;
  bottom: 15% !important;
  right: 3% !important;
  left: unset !important;
  top: unset !important;
  object-fit: contain;
  filter: invert(2) brightness(3);
  opacity: 0.4;
  position: absolute;
  z-index: 9999;
}

/* =========================
PRIVACY PAGE
========================= */

.privacy-hero{
padding-top:40px;
text-align:center;
}

.privacy-title{
font-family:'Open Sans',sans-serif;
font-weight:600;
font-size:48px;
line-height:55px;
text-transform:uppercase;
color:#332F27;
margin-bottom:12px;
}

.privacy-date{
font-family:'Open Sans',sans-serif;
font-weight:400;
font-size:16px;
line-height:27px;
color:#332F27;
margin-bottom:40px;
text-align:center;
}

.privacy-banner img{
width:100%;
height:auto;
display:block;
}



/* CONTENT */
/* PRIVACY / TERMS CONTENT SECTION */

.privacy-content{
padding:20px 0;
}

/* MAIN CONTAINER */

.privacy-container{
max-width:720px;
margin:auto;
padding:0 20px;
}

/* HEADINGS */

.privacy-content h2{
font-family:'Open Sans',sans-serif;
font-weight:600;
font-size:24px;
line-height:33.6px;
text-transform:uppercase;
color:#332F27;
margin-top:35px;
margin-bottom:10px;
}

/* PARAGRAPH */

.privacy-content p{
font-family:'Open Sans',sans-serif;
font-weight:400;
font-size:16px;
line-height:28px;
color:#4a463f;
margin-bottom:8px;
}

/* LIST */

.privacy-content ul{
padding-left:22px;
margin-bottom:10px;
}

.privacy-content li{
font-family:'Open Sans',sans-serif;
font-size:16px;
line-height:28px;
color:#4a463f;
margin-bottom:6px;
}
@media (max-width: 767px) {

  .slideshow-text {
    font-size: 40px;
  }

  .privacy-container{
    max-width:100%;
    padding:0 24px;
  }

  .privacy-title{
    font-size:30px;
  }

  .privacy-content h2{
    font-size:18px;
    line-height:28px;
  }

  .privacy-content p,
  .privacy-content li{
    font-size:14px;
    line-height:26px;
  }

}


@media (max-width: 767px){
  #hero-verticals .vertical-bg{ 
    height: 82vw;
    background-position: left top;
    background-size: contain;
  }
  #hero-verticals p{ text-align: left; }
  .solutions div.active::before {
    display: none;
  }
  .solutions div.active{ background:#dddddd2e; padding: 4px; }
  .solutions figure{ width: 12px; height: 12px; right: 2px; }
}
@media (max-width: 576px){
  #hero-verticals .vertical-bg{ 
    height: calc(100vw + 10vh);
    background-position: left top;
    background-size: contain;
  }
}
@media (min-width: 1360px){
  #hero-verticals .vertical-bg{ 
    height: calc(100vh - 76px);
  }
}
@media (max-width: 663px){
   .row-cols-2 > div{ max-width: 50%; }
}
@media (min-width: 767px){
   .row-cols-sm-3 > div{ max-width: 33.33%; }
}
@media (min-width: 963px){
   .row-cols-md-4 > div{ max-width: 25%; }
}
@media (min-width: 1200px){
  .row-cols-lg-5 > div{ max-width: 20%; }
}