html, body
{height:100%;}

::-webkit-scrollbar 
{width:7px; height:3px;}

::-webkit-scrollbar-track 
{background:#f1f1f1;}
 
::-webkit-scrollbar-thumb 
{background:#888; border-radius:20px;}

::-webkit-scrollbar-thumb:hover 
{background:#555; }


:root {
    --primaryColor: #ee2a7b;
    --secondaryColor: #fff000;
    --thirdColor: #02101d;
    --transition: .4s cubic-bezier(.4,.47,.17,.98);
}

/* toggle menu style */
.clear-menu-btn
{position:relative; right:15px; z-index:9; top:0; padding:0;}

.clear-menu-btn 
{
  width:30px;
  height:30px;
  -webkit-transition:.4s; -moz-transition:.4s; -khtml-transition:.4s; -o-transition:.4s;
}

.clear-menu-btn .menu_tglbtn_checkbox 
{
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  height: 100%;
}

.clear-menu-btn .menu_tglbtn_checkbox:hover 
{cursor: pointer;}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .top, .clear-menu-btn .menu_tglbtn_checkbox_check ~ .bottom 
{top: 45%;}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .top 
{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .bottom 
{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .middle 
{
  filter: alpha(opacity=0);
  opacity: 0;
}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .circle 
{
  filter: alpha(opacity=100);
  opacity: 0;
}

.clear-menu-btn span {
  position: absolute;
  display: block;
  width:100%;
  height:2px;
  background-color: #fff;
  z-index: -1;
  left:0;
  top:0;
  transition: .4s cubic-bezier(.4,.47,.17,.98);
}

.clear-menu-btn .top 
{top: 5px;}

.clear-menu-btn .middle 
{top: 13px; width: 50%;}

.clear-menu-btn .bottom 
{top: 21px;}

.clearmenubtn_active .bottom
{width:100%;}

.clear-menu-btn .circle 
{
  display: block;
  position:absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: alpha(opacity=0);
  opacity: 0;
  width:28px;
  height:16px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  left:14px;
  top:10px;
}



/*silk slider start*/
.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{outline: none;}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{display: table; content: '';}
.slick-track:after
{clear: both;}
.slick-loading .slick-track
{visibility: hidden;}
.slick-slide
{
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{float: right;}
.slick-slide img
{display: block; }
.hmBlock7ColRow2 img
{display: block; max-height:225px !important;}

.slick-slide.slick-loading img
{display: none;}
.slick-slide.dragging img
{pointer-events: none;}
.slick-initialized .slick-slide
{display: block;padding: 0 15px 0 15px;}
.slick-loading .slick-slide
{visibility: hidden;}
.slick-vertical .slick-slide
{display: block; height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden 
{display: none;}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: var(--secondaryColor);
    z-index: 99;
    border-radius: 50%;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled
{opacity: 0; visibility: hidden;}

.slick-prev
{left: -60px;}

.slick-prev:after
{content: ""; width: 15px; height: 15px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; position: absolute; top: 17px; left: 20px; transform: rotate(-225deg); transition: var(--transition);}

.slick-next
{right: -60px;}

.slick-next:after
{content: ""; width: 15px; height: 15px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; position: absolute; top: 17px; left: 13px; transform: rotate(-45deg); transition: var(--transition);}

.slick-dotted.slick-slider
{margin-bottom: 0;}
.slick-dots
{
    position: absolute;
    bottom: -30px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    padding: 0 0 0 0;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}

.slick-dots li+li
{margin: 0 0 0 25px;}

.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  background: #a09c99;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  position: relative;
  outline: none;
  transition: var(--transition);
}

.slick-dots li button::after
{content: ""; width: 20.5px; height: 20.5px; border: 1px solid #a09c99; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: var(--transition);}

.slick-dots li.slick-active button
{background: var(--primaryColor) !important;}

.slick-dots li.slick-active button::after
{border-color: var(--primaryColor);}

.slick-slide > div
{height: 100%;}



/************************OUR MODELS*********/

.cafe-models{
	background-color: var(--primaryColor);
	padding: 60px 0 60px 0;
}
.model-card {
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;

}

.section-title {
font-weight: normal;
font-size: 2.7rem;
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
color: #F02F74;
margin-bottom: 20px;
}

.section-title span {
    font-weight: bold;
}

.models-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.model-card {
    border: 2px solid #F02F74;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}


.model-card img {
    width: 100%;
    height: auto;
}

.model-info {
    display: block;
    padding: 15px;
    text-align: center;
}

.model-title {
   font-size: 27px;
    color: #ee2a7b !important;
    font-weight: 800;
	text-transform: uppercase;
}

.model-size {
    font-size: 1.05rem;
    color: #000;
    margin: 5px 0 0;
}
.hmNumBlkColRColBx p{ font-weight: 900 !important;}
.primaryHead {margin-bottom:20px !important;}
.primaryHeadRow1Center h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	text-align: center;
    color: #ee2a7b !important;
}
.primaryHeadRow1Center h2::after {
	content: ""; 
    display: block; 
    width: 20%; 
    height: 2px; 
    background-color: black; 
    margin: 10px auto !important;
}



/**************************************/
.formSection {
padding-top: 40px;
padding-bottom: 40px;
background:var(--primaryColor);

}
.hmBlock1ColRFormintro p{color: #fff !important;}

.profileSection {
padding-top: 50px;
padding-bottom: 50px;
background:var(--primaryColor);
}
.profile-section p {
    color: #fff !important;
}
.updatedBtnPinkBg{
	background:var(--primaryColor);
	color:#fff;
	padding: 10px 20px;
    border: 4px solid #ca1d65;
	font-weight: 700;
	font-size: 25px;
	border-radius:10px;
}

.updatedBtnWhiteBg{
	background:#fff;
	color:var(--primaryColor);
	padding: 10px 20px;
    border: 4px solid #EDF000;
	font-weight: 700;
	font-size: 25px;
	border-radius:10px;
}

.yellowBg{
	background:var(--secondaryColor);
}	
	.profile-section {
      display: flex;
      flex-wrap: wrap;
     /* align-items: center;*/
      
    }
    .profile-section .image-container img {
      max-width: 100%;
      border-radius: 10px;
    }
    .profile-section .content-container {
      color: #707070;
	  padding-left:50px;
    }
    .profile-section h2 {
      font-weight: 800;
    text-transform: uppercase;
    font-size: 40px;
    color: #ee2a7b !important;
    }
    .profile-section h3 {
     font-weight: 700;
    font-size: 18px;
    color: #686868 !important;
	margin-bottom: 20px;
    }
	.profile-sectionh3:before {
		border-top-color: #EDF000;
		border-top-width: 6px;
	}
    .profile-section p {
      font-size: 1rem;
		line-height: 1.6;
		text-align: justify;
		font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    }
    .profile-section p span {
      color: #686868;
      font-weight: bold;
    }


/**************************************/

/**************************************/

.discoverSection {
	text-align: center;
	padding-top: 40px;
	background-color: #EDF000 !important;
}
.discover-section {
	text-align: center;
}
.discover-section h2 {
	font-weight: bold;
	font-weight: 700;
    text-transform: uppercase;
}
.discover-section h3 {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	color: #666;
	font-size: 16px;
    line-height: 1.7em;
    font-weight: 500;
}
.discover-section h2 span {
font-weight: 800;
text-transform: uppercase;
font-size: 35px;
color: #ee2a7b !important;
}



/**************************************/


/**************************************/


.speaks-sec
{
width: 100%; 
overflow: hidden;
padding: 70px 0px 30px 0px;;
}

.speaks-secIntro
{width: 100%; padding: 0px 0 0 0;}


.speaks-secIntro .slick-slide
{padding: 0 20px 0 20px !important;}

.speaksSliderColBx
{
	width: 650px; 
	height:400px;
	background: #004886; 
	color: #fff; 
	overflow:hidden;
	border-radius: 25px; 
	transition: 0.25s ease-in-out;} 

.speaksSliderColInr
{width: 100%; position: relative; }
.speaksSliderColRow2
{width: 100%;}

.testimonial-section{ display: block;
    padding-bottom: 30px !important;}
.testimonial-section h2 {
	font-weight: 800;
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    text-align: center;
    color: #ee2a7b !important;
}

.testimonial-section h2 span {
	font-weight: 800;
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    text-align: center;
    color: #000 !important;
}

.speaksSliderColRow1
{width: 100%;}

.speaksSliderColRow1 h3
{color: #fff; font-size: 1.4rem; transition: 0.25s ease-in-out;}


.speaksSliderColRow2 p
{color: #fff; font-size: 0.8rem; line-height: 1.6em; transition: 0.25s ease-in-out;}

.speaksSliderColRow3
{width: 100%; padding: 0.4em 0 0 0;}

.speaksSliderColRow3 h4
{color: #f98070; font-size: 1.1rem; transition: 0.25s ease-in-out;}

.speaksSliderColRow3 p
{color: #4d6f9c; font-size: 0.8rem; margin: -10px 0 0 0; transition: 0.25s ease-in-out;}

.speaksSliderColQuote
{position: absolute; top: 0; left: 0;}

.hmBlock33 {padding-bottom:30px;}


.speaks-secIntro .slick-slide{padding: 0 !important;}
.speaksSlider .slick-slide {
	transform: scale(0.8);
	transition: all 0.4s ease-in-out;
}
.speaksSlider .slick-current.slick-active {
	transform: scale(1.1); 			
}
.hmBlk7Sec2SliderCol{width: 90% !important; margin: 0 auto; background-color: #fff;}

 .col-md-2-5 {
      width: 20%;
    }
	
.testimonial-section h2::after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background-color: black;
    margin: 10px auto !important;
}

.Row1ColLColHead h4::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff000;
    margin: 10px auto !important;
}
.socialicons li {
    display: inline-block;
    width: 25px;
    margin: 5px;
}

.lastFooterLinks li a {
   color: #fff000;
}