@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Condiment);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Oswald:300);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/20px "Arial", sans-serif;
  color: #858585;
  background: #2b2b2b;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #f84854;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 300 36px/34px "Open Sans", sans-serif;
  color: #ffffff;
}
h3 {
  font: 400 14px/22px "Arial", sans-serif;
  color: #ffffff;
}
h4 {
  font: 300 30px/40px "Open Sans", sans-serif;
  color: #f84854;
}
h4 a:hover {
  color: #ffffff;
}
h6 {
  font: 300 45px/48px "Open Sans", sans-serif;
  color: #ffffff;
}
h6 .big {
  display: inline-block;
  color: #f84854;
  font-size: 55px;
  margin-bottom: 3px;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 30px;
    line-height: 40px;
  }
}
.heading1 {
  margin-bottom: 51px;
}
.heading2 {
  margin-bottom: 45px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 400 14px/14px "Open Sans", sans-serif;
  color: #ffffff;
  background: #565656;
  padding: 11px 19px;
  border-radius: 2px;
  text-align: center;
}
.btn-default:hover {
  color: #ffffff;
  background: #f84854;
}
.btn-default.btn-default__inset1 {
  background: #f84854;
}
.btn-default.btn-default__inset1:hover {
  background: #565656;
}
.btn-big {
  display: inline-block;
  font: 400 16px/18px "Open Sans", sans-serif;
  color: #151515;
  background: #ffffff;
  position: relative;
  text-align: center;
  padding: 12px 27px 14px;
  border-radius: 20px;
}
.btn-big:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}
.btn-big:hover {
  background: #f84854;
  color: #ffffff;
}
.btn-big:hover:after {
  border-top-color: #f84854;
}
.btn-simple {
  display: inline-block;
  position: relative;
  font: 400 14px/22px "Arial", sans-serif;
  color: #f84854;
  padding-right: 12px;
}
.btn-simple:after {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background: #8a8a8a;
  border-radius: 20px;
  right: 0;
  top: 9px;
}
.btn-simple:hover {
  color: #ffffff;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 69px 0 109px;
}
.wrapper2 {
  padding-bottom: 63px;
}
.wrapper3 {
  padding-bottom: 69px;
}
.wrapper4 {
  padding-bottom: 95px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  text-align: center;
}
#header #stuck_container {
  background: #2f2f2f;
  position: relative;
  padding: 67px 0;
}
@media (max-width: 767px) {
  #header #stuck_container {
    padding: 10px 0;
  }
}
#header #stuck_container.isStuck {
  padding: 10px 0 15px;
}
#header #stuck_container.isStuck .sf-menu ul {
  top: 46px;
}
#header #stuck_container.isStuck .sf-menu ul ul {
  top: -25px;
}
#header .logo-container {
  padding: 67px 0 63px;
  background: url(../images/page1_img1.png) no-repeat center top;
  background-size: cover;
}
#header .logo-container .banner {
  padding: 52px 0 300px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  #header .logo-container .banner {
    padding-bottom: 0;
  }
}
#header .logo-container .banner .heading {
  margin-bottom: 24px;
  overflow: hidden;
}
#header .logo-container .banner .heading .text {
  display: inline-block;
  position: relative;
  font: 600 35px/46px "Open Sans", sans-serif;
}
#header .logo-container .banner .heading .text:before {
  position: absolute;
  display: block;
  content: '';
  left: -1115px;
  top: 21px;
  width: 1000px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}
#header .logo-container .banner .heading .text:after {
  position: absolute;
  display: block;
  content: '';
  right: -1115px;
  top: 21px;
  width: 1000px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}
#header .logo-container .banner p {
  font: italic 700 17px/23px "Georgia", serif;
}
#header .logo-container .banner .btn-big {
  margin-top: 22px;
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
}
h1 a {
  border-radius: 500px;
  height: 244px;
  width: 244px;
  background: #f84854;
  display: block;
  color: #ffffff;
  text-align: center;
  font: 400 72px/62px "Condiment", sans-serif;
}
h1 a:hover {
  color: #ffffff;
}
h1 a span {
  display: inline-block;
  margin-top: 73px;
  margin-left: -7px;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  display: inline-block;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 80px;
}
.sf-menu > li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: -15px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: none;
  font: 400 20px/20px "Open Sans", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #f84854;
}
.sf-menu .sfHover > a {
  color: #f84854;
}
.sf-menu .sfHover > a:after {
  color: #f84854;
}
.sf-menu > li.current:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  left: 50%;
  margin-left: -9px;
  top: -67px;
}
.sf-menu > li.current > a {
  color: #f84854;
}
.sf-menu > li.current > a:after {
  color: #f84854;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 118px;
  font: 600 16px/16px "Open Sans", sans-serif;
  position: absolute;
  top: 73px;
  left: 50%;
  margin-left: -59px;
  background: #323232;
  text-align: center;
  padding: 31px 0 31px 0;
  z-index: 2;
}
.sf-menu ul:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #323232 transparent;
  top: -7px;
  left: 50%;
  margin-left: -7px;
}
.sf-menu ul > li + li {
  margin-top: 16px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul li a:hover {
  color: #737373;
}
.sf-menu ul > .sfHover > a {
  color: #737373;
}
.sf-menu ul > .sfHover > a:after {
  color: #737373;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  min-width: 100px;
  position: absolute;
  top: -26px;
  left: 118px;
  margin-left: 0;
  background: #f84854;
  padding: 26px 5px 25px 23px;
  z-index: 4;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul ul:before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 6px 5.5px 0;
  border-color: transparent #f84854 transparent transparent;
  left: 1px;
  top: 29px;
}
.sf-menu ul ul li a {
  font-size: 15px;
  color: #ffffff;
  text-transform: none;
  display: inline-block;
}
.sf-menu ul ul li a:hover {
  color: #fefaba;
}
.sf-menu ul ul li + li {
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #f84854;
    width: 100%;
    background: #ffffff;
    font: 400 20px/20px "Open Sans", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: url(../images/main-background.png) repeat;
}
#content.common {
  padding-top: 61px;
}
/* ======= Box 1 Restaurant news ======= */
.box1 {
  margin-top: -315px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.box1 .content {
  text-align: center;
  background: #2f2f2f;
  padding: 19px 37px 32px;
}
.box1 .content h4 {
  margin-bottom: 17px;
  position: relative;
  padding-bottom: 18px;
  color: #ffffff;
}
.box1 .content h4 .highlighted {
  color: #f84854;
}
.box1 .content h4:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/dashed-border1.png) repeat-x;
}
.box1 .content h4 a:hover {
  color: #f84854;
}
.box1 .content p {
  font: 400 11px/18px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #919191;
}
.box1 .content .btn-default {
  margin-top: 19px;
}
@media (max-width: 1199px) {
  .box1 h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 979px) {
  .box1 .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .box1 {
    margin-top: 60px;
  }
  .box1 img {
    width: 100%;
  }
}
/* ======= Banner 2 Best of menus ======= */
.banner2 {
  background: url(../images/additional-background.png) repeat;
  padding: 44px 0;
}
.banner2 h6 {
  margin-top: 48px;
  margin-bottom: 32px;
}
.banner2 .btn-default {
  background: #ffffff;
  color: #151515;
}
.banner2 .btn-default:hover {
  background: #f84854;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner2 .btn-default {
    margin-bottom: 40px;
  }
  .banner2 .gallery_image {
    margin-bottom: 30px;
  }
}
/* ======= Box 2 Welcome message ======= */
.box2 img {
  margin-bottom: 25px;
}
.box2 .btn-default {
  margin-top: 33px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 60px;
  }
  .box2 img {
    width: 100%;
  }
}
/* ======= Post 1 wrapper ======= */
.post1-wrapper {
  margin-top: -6px;
}
/* ======= Post 1 Our news ======= */
.post1 {
  position: relative;
  padding-left: 92px;
  margin-bottom: 22px;
}
.post1 .label {
  text-align: center;
  font: 300 19px/76px "Oswald", sans-serif;
  color: #ffffff;
  background: #f84854;
  width: 76px;
  height: 76px;
  border-radius: 300px;
  position: absolute;
  left: 0;
  top: 4px;
}
.post1 p {
  line-height: 22px;
}
.post1 + .post1 {
  padding-top: 26px;
}
.post1 + .post1 .label {
  top: 30px;
}
.post1 + .post1:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: url(../images/dashed-border2.png) repeat-x;
  top: 0;
  left: 0;
}
/* ======= Box 3 in a nutshell ======= */
.box3 {
  margin-bottom: 82px;
}
.box3 h3 {
  margin-bottom: -1px;
}
.box3 .btn-default {
  margin-top: 33px;
}
.box3 img {
  margin-top: 6px;
}
.box3.box3__offset1 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .box3 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Box 4 our best cooks ======= */
.box4 {
  margin-bottom: 120px;
}
.box4 img {
  margin-bottom: 23px;
}
.box4 h3 {
  color: #f84854;
}
.box4 h3 a:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .box4 {
    margin-bottom: 60px;
  }
}
@media (max-width: 479px) {
  .box4 img {
    width: 100%;
  }
}
/* ======= Box 4 Wrapper ======= */
.box4-wrapper {
  margin-top: 51px;
}
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
  margin-bottom: 22px;
  padding-left: 48px;
  position: relative;
}
.blockquote1:before {
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f10d';
  line-height: 30px;
  left: 0;
  top: 0;
  color: #ffffff;
}
.blockquote1 cite {
  display: block;
  margin-bottom: 20px;
}
.blockquote1 .by {
  display: inline-block;
  color: #f84854;
}
.blockquote1 a {
  color: #ffffff;
}
.blockquote1 + .blockquote1 {
  padding-top: 27px;
}
.blockquote1 + .blockquote1:before {
  top: 27px;
}
.blockquote1 + .blockquote1:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/dashed-border3.png) repeat-x;
}
/* ======= Blockquote 1 wrapper ======= */
.blockquote1-wrapper {
  margin-top: 46px;
  margin-bottom: 75px;
}
/* ======= Box 5 Gallery ======= */
.box5 {
  margin-top: 6px;
  margin-bottom: 66px;
}
.box5 .gallery_image {
  margin-bottom: 25px;
}
.box5 .btn-default {
  margin-top: 33px;
}
.box5 .highlighted {
  color: #f84854;
}
/* ======= Post 2 Blog ======= */
.post2 {
  margin-top: -3px;
  margin-bottom: 54px;
}
.post2 h4 {
  margin-bottom: -2px;
  color: #ffffff;
}
.post2 h4 a:hover {
  color: #f84854;
}
@media (max-width: 479px) {
  .post2 h4 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 2px;
  }
}
.post2 .info {
  font: 400 14px/22px "Arial", sans-serif;
  color: #f84854;
  margin-bottom: 29px;
}
.post2 .info a:hover {
  color: #ffffff;
}
.post2 .info time {
  display: inline-block;
  margin-right: 12px;
}
.post2 p {
  margin-bottom: 20px;
}
.post2 .btn-default {
  margin-top: 15px;
}
.post2 img {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .post2 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Box 6 Privacy Policy ======= */
.box6 {
  margin-bottom: 27px;
}
.box6 h3 {
  margin-bottom: -1px;
}
.box6 .simple-link {
  margin-top: 22px;
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 358px;
  margin-top: 51px;
  margin-bottom: 33px;
}
/* ======= Address  ======= */
.contacts-address {
  margin-bottom: 47px;
}
.contacts-address .our-address {
  display: block;
  margin-bottom: 21px;
  font: 400 16px/22px "Arial", sans-serif;
  color: #ffffff;
}
.contacts-address .wrapper {
  display: block;
}
.contacts-address .wide {
  display: inline-block;
  min-width: 82px;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  text-decoration: underline;
  color: #f84854;
}
.simple-link:hover {
  color: #ffffff;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 25px;
  position: relative;
  font: 400 14px/20px "Arial", sans-serif;
  color: #858585;
}
.list1 li:before {
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 14px;
  content: '\f0a9';
  color: #f84854;
  left: 0;
  top: 3px;
}
.list1 li + li {
  margin-top: 8px;
}
.list1.list1__offset1 {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .list1.list1__offset1 {
    margin-bottom: 50px;
  }
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 11px;
}
@media (max-width: 1199px) {
  .socials1 li {
    margin-right: 11px;
    margin-bottom: 7px;
  }
  .socials1 li + li {
    margin-left: 0;
  }
}
.socials1 li a i {
  width: 31px;
  height: 31px;
  line-height: 33px;
  color: #2b2b2b;
  background: #6b6b6b;
  text-align: center;
  font-size: 15px;
  display: block;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  background: #f84854;
  color: #ffffff;
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  background: #000000;
}
.gallery_image a.big-image img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover .icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/hover-icon.png) no-repeat center top #f84854;
  overflow: hidden;
  width: 101px;
  height: 102px;
  border-radius: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -51px;
  margin-left: -51px;
}
.gallery_image a.big-image:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 63px 0;
  font: 400 18px/28px "Open Sans", sans-serif;
  color: #ffffff;
}
#footer a:hover {
  color: #ffffff;
}
#footer .privacy-block .divider {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 20px;
  background: #ffffff;
  margin: 12px 7px 0;
}
@media (max-width: 767px) {
  #footer .privacy-block {
    margin-bottom: 30px;
  }
}
#footer .location {
  margin-top: -3px;
  padding-left: 31px;
  position: relative;
}
@media (max-width: 767px) {
  #footer .location {
    margin-bottom: 30px;
  }
}
#footer .location:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 16px;
  background: url(../images/home.png) no-repeat center top;
  left: 0;
  top: 5px;
}
#footer .socials1 {
  margin-top: -5px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #858585;
  font-size: 30px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #f84854;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/

/* ===============================
   HEADER TEXT STYLES
================================ */

.heading .text {
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 3px;
  text-shadow:
    4px 4px 6px rgba(0, 0, 0, 0.7),
    3px 3px 12px rgba(255, 215, 0, 0.8);
}

.heading .text .highlight {
  display: block;
  margin-top: 8px;
  color: #ff0000;
  font-size: 38px;
  letter-spacing: 2px;
  text-shadow:
    4px 4px 6px rgba(0, 0, 0, 0.7),
    3px 3px 12px rgba(255, 0, 0, 0.8);
}

.banner p {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 20px;
}

/* ===============================
   MOBILE ADAPTATION
================================ */

@media (max-width: 991px) {
  .heading .text {
    font-size: 48px;
  }

  .heading .text .highlight {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .heading .text {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .heading .text .highlight {
    font-size: 22px;
  }

  .banner p {
    font-size: 16px;
    padding: 0 15px;
  }

  h1 a {
    width: 160px;
    height: 160px;
    font-size: 46px;
  }
}

/* ===============================
   HEADER CTA FIX
================================ */

.header-cta {
  margin-top: 30px;
  text-align: center;
}

/* Optional: make button bigger for hero */
.header-cta .btn-default {
  font-size: 18px;
  padding: 14px 36px;
  border-radius: 4px;
}

/* Mobile */
@media (max-width: 767px) {
  .header-cta {
    margin-top: 20px;
  }

  .header-cta .btn-default {
    font-size: 16px;
    padding: 12px 28px;
  }
}

.heading .highlight {
  margin-top: 8px;
  font-size: 38px;
  font-weight: 700;
  color: red;
  text-shadow:
    4px 4px 6px rgba(0,0,0,0.7),
    3px 3px 12px rgba(255,0,0,0.8);
}

.heading .highlight {
  line-height: 1.25;
  padding-bottom: 8px;
}


/* ===============================
   BONUS BANNER (DESKTOP)
================================ */

.banner2 .big {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}

.banner2 .bonus-text {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 18px;
}

.banner2 .bonus-text p {
  margin: 0 0 6px;
}

/* keep template button style */
.banner2 .btn-default {
  margin-top: 12px;
}


/* ===============================
   MOBILE ADAPTATION
================================ */

@media (max-width: 991px) {
  .banner2 .big {
    font-size: 22px;
  }

  .banner2 .bonus-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .banner2 {
    text-align: center;
  }

  .banner2 .bonus-text {
    text-align: center;
  }

  .banner2 .big {
    font-size: 20px;
  }

  .banner2 .btn-default {
    margin-top: 16px;
  }
}

/* ===============================
   BONUS BANNER FIXES
================================ */

/* Red title */
.banner2 .big {
  color: #ff4d5a;
}

/* Text alignment */
.banner2 .grid_3:first-child {
  padding-top: 15px;
}

/* Bonus text */
.banner2 .bonus-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

/* Red CTA button */
.banner2 .btn-default {
  background: #ff4d5a;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.banner2 .btn-default:hover {
  background: #cc0000;
}

/* Mobile */
@media (max-width: 767px) {
  .banner2 {
    text-align: center;
  }

  .banner2 .grid_3:first-child {
    padding-top: 0;
  }
}

.banner2 .grid_3:first-child {
  padding-top: 0;             
}

.banner2 .grid_3:first-child h6 {
  margin-top: -10px;          
}

.banner2 .bonus-text {
  margin-top: 10px;
}

/* ===============================
   ABOUT – CASINO NETWORK
================================ */

.about-casino-network {
  background: #111;
  padding: 70px 0;
  color: #ffffff;
}

.about-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #ff4d5a;
}

.about-intro {
  font-size: 18px;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
  color: #e0e0e0;
}

/* TAGS */
.about-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}

.about-tags li {
  background: rgba(255, 77, 90, 0.15);
  border: 1px solid #ff4d5a;
  color: #ff4d5a;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 20px;
  text-transform: uppercase;
}

/* COLUMNS */
.about-columns {
  margin-top: 20px;
}

.about-subtitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
}

.about-columns p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #d0d0d0;
}

/* LISTS */
.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 15px;
}

.about-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ff4d5a;
  font-weight: bold;
}

/* BADGES */
.about-badges {
  margin-top: 40px;
  text-align: center;
}

.about-badges .badge {
  display: inline-block;
  margin: 6px;
  padding: 10px 18px;
  background: #ff4d5a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 767px) {
  .about-title {
    font-size: 26px;
  }

  .about-intro {
    font-size: 16px;
    padding: 0 15px;
  }

  .about-subtitle {
    font-size: 20px;
    margin-top: 20px;
  }

  .about-badges .badge {
    font-size: 13px;
    padding: 8px 14px;
  }
}

:root {
  --accent-red: #ff4d5a;
}

:root {
  --accent-red: #ff4d5a;
}

/* ===============================
   ADVANTAGES SECTION
================================ */

.casino-advantages {
  background: #0f0f0f;
  padding: 70px 0;
  color: #ffffff;
}

.advantages-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--accent-red);
}

.advantages-intro {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #d0d0d0;
}

/* ===============================
   GRID (FIXED)
================================ */

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

/* ===============================
   CARD
================================ */

.adv-card {
  background: #181818;
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.adv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.7);
}

/* ===============================
   ICONS (PNG + FORCED COLOR)
================================ */

.adv-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  display: block;

  /* force soft red color for PNG */
  filter:
    brightness(0)
    saturate(100%)
    invert(45%)
    sepia(80%)
    saturate(4000%)
    hue-rotate(330deg)
    brightness(95%)
    contrast(95%);
}

/* ===============================
   TEXT
================================ */

.adv-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.adv-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #cfcfcf;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .advantages-title {
    font-size: 26px;
  }

  .advantages-intro {
    font-size: 16px;
    padding: 0 15px;
  }

  .adv-icon {
    width: 46px;
    height: 46px;
  }
}

:root {
  --accent-red: #ff4d5a;
}

/* ===============================
   BONUS BANNER
================================ */

.casino-bonus-banner {
  width: 100%;
  background: linear-gradient(135deg, #0d0d0d, #161616);
  padding: 80px 0;
  color: #ffffff;
}

.banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT */
.banner-content {
  max-width: 560px;
}

.banner-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  background: rgba(255, 77, 90, 0.15);
  border: 1px solid var(--accent-red);
  color: var(--accent-red);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
}

.banner-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}

.banner-title span {
  color: var(--accent-red);
}

.banner-text {
  font-size: 17px;
  line-height: 1.6;
  color: #d0d0d0;
  margin-bottom: 26px;
}

/* CTA BUTTON */
.banner-btn {
  display: inline-block;
  padding: 14px 34px;
  background: var(--accent-red);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.5);
  transition: background 0.3s ease, transform 0.2s ease;
}

.banner-btn:hover {
  background: #e84450;
  transform: translateY(-2px);
}

/* RIGHT IMAGE */
.banner-image img {
  max-width: 420px;
  width: 100%;
  height: auto;
  display: block;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .banner-inner {
    flex-direction: column;
    text-align: center;
  }

  .banner-content {
    max-width: 100%;
  }

  .banner-title {
    font-size: 30px;
  }

  .banner-image img {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .casino-bonus-banner {
    padding: 60px 0;
  }

  .banner-title {
    font-size: 26px;
  }

  .banner-text {
    font-size: 16px;
  }

  .banner-btn {
    font-size: 16px;
    padding: 12px 28px;
  }
}

/* ===============================
   PROMOTIONS SECTION
================================ */

.casino-promotions {
  background: #0d0d0d;
  padding: 80px 0;
  color: #ffffff;
}

.promotions-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-bottom: 20px;
}

.promotions-intro {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #d0d0d0;
}

/* NOTICE */
.promo-notice {
  background: #161616;
  border-left: 4px solid var(--accent-red);
  padding: 20px 24px;
  margin-bottom: 50px;
  position: relative;
}

.promo-badge {
  position: absolute;
  top: -12px;
  left: 20px;
  background: var(--accent-red);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  text-transform: uppercase;
  border-radius: 4px;
}

/* FEATURED */
.promo-block.featured {
  background: #181818;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 60px;
}

.promo-label {
  display: inline-block;
  background: rgba(255,77,90,0.15);
  color: var(--accent-red);
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom: 14px;
}

.promo-heading {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 16px;
}

.promo-list {
  margin-top: 16px;
  padding-left: 18px;
}

.promo-list li {
  margin-bottom: 8px;
  color: #e0e0e0;
}

/* GRID */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.promo-card {
  background: #181818;
  border-radius: 10px;
  padding: 26px;
  position: relative;
}

.promo-tag {
  position: absolute;
  top: -12px;
  left: 20px;
  background: #222;
  color: var(--accent-red);
  border: 1px solid var(--accent-red);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  text-transform: uppercase;
  border-radius: 4px;
}

.promo-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.promo-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #cfcfcf;
}

/* FOOTER */
.promotions-footer {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  color: #aaaaaa;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .promo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .promo-grid {
    grid-template-columns: 1fr;
  }

  .promotions-title {
    font-size: 26px;
  }

  .promo-heading {
    font-size: 22px;
  }
}

/* ===============================
   CASINO GAMES VARIETY
================================ */

.casino-games {
  background: #0f0f0f;
  padding: 80px 0;
  color: #ffffff;
}

.games-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-bottom: 40px;
}

.games-content {
  font-size: 17px;
  line-height: 1.75;
  color: #d0d0d0;
}

/* IMAGE WITH TEXT FLOW */
.games-image {
  width: 420px;
  max-width: 100%;
  float: right;
  margin: 0 0 20px 40px;
  border-radius: 12px;
}

/* SUBTITLES */
.games-subtitle {
  margin-top: 26px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

/* CLEAR FLOAT */
.games-content::after {
  content: "";
  display: block;
  clear: both;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .games-image {
    width: 320px;
    margin: 0 0 20px 30px;
  }
}

@media (max-width: 767px) {
  .games-image {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .games-title {
    font-size: 26px;
  }

  .games-content {
    font-size: 16px;
  }
}

/* ===============================
   ONLINE CASINO SLOTS
================================ */

.casino-slots {
  background: #0f0f0f;
  padding: 90px 0;
  color: #ffffff;
}

.slots-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-bottom: 50px;
}

/* GRID */
.slots-columns {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: stretch;
}

/* LEFT COLUMN */
.slots-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  background: rgba(255,77,90,0.15);
  border: 1px solid var(--accent-red);
  color: var(--accent-red);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
}

.slots-left p {
  font-size: 17px;
  line-height: 1.7;
  color: #d0d0d0;
  margin-bottom: 18px;
}

.slots-subtitle {
  font-size: 22px;
  font-weight: 700;
  margin: 28px 0 14px;
}

/* LISTS */
.slots-list {
  padding-left: 18px;
  margin-bottom: 20px;
}

.slots-list li {
  margin-bottom: 8px;
  color: #e0e0e0;
}

/* TAGS */
.slots-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.slots-tags li {
  background: #1c1c1c;
  border: 1px solid #333;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
}

.slots-tags.jackpot li {
  border-color: var(--accent-red);
  color: var(--accent-red);
}

/* RIGHT COLUMN */
.slots-right {
  display: flex;
  flex-direction: column;
}

.slots-image {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 24px;
  display: block;
  border-radius: 18px;
}

.slots-right-text {
  font-size: 16px;
  line-height: 1.7;
  color: #d0d0d0;
}

.slots-right-text p {
  margin-bottom: 16px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .slots-columns {
    grid-template-columns: 1fr;
  }

  .slots-right {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .slots-title {
    font-size: 26px;
  }

  .slots-left p,
  .slots-right-text {
    font-size: 16px;
  }
}

/* ===============================
   ONLINE CASINO TABLE GAMES
================================ */

.casino-tables {
  background: #0f0f0f;
  padding: 90px 0;
  color: #ffffff;
}

.tables-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-bottom: 50px;
}

/* GRID */
.tables-columns {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: stretch;
}

/* LEFT COLUMN */
.tables-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  background: rgba(255,77,90,0.15);
  border: 1px solid var(--accent-red);
  color: var(--accent-red);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
}

.tables-left p {
  font-size: 17px;
  line-height: 1.7;
  color: #d0d0d0;
  margin-bottom: 18px;
}

.tables-subtitle {
  font-size: 22px;
  font-weight: 700;
  margin: 28px 0 14px;
}

/* LISTS */
.tables-list {
  padding-left: 18px;
  margin-bottom: 20px;
}

.tables-list li {
  margin-bottom: 8px;
  color: #e0e0e0;
}

/* TAGS */
.tables-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.tables-tags li {
  background: #1c1c1c;
  border: 1px solid #333;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
}

/* RIGHT COLUMN */
.tables-right {
  display: flex;
  flex-direction: column;
}

.tables-image {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 24px;
  display: block;
  border-radius: 18px;
}

.tables-right-text {
  font-size: 16px;
  line-height: 1.7;
  color: #d0d0d0;
}

.tables-right-text p {
  margin-bottom: 16px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .tables-columns {
    grid-template-columns: 1fr;
  }

  .tables-right {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .tables-title {
    font-size: 26px;
  }

  .tables-left p,
  .tables-right-text {
    font-size: 16px;
  }
}

/* ===============================
   LIVE CASINO
================================ */

.casino-live {
  background: #0f0f0f;
  padding: 90px 0;
  color: #ffffff;
}

.live-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-bottom: 50px;
}

/* GRID */
.live-columns {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: stretch;
}

/* LEFT COLUMN */
.live-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  background: rgba(255,77,90,0.15);
  border: 1px solid var(--accent-red);
  color: var(--accent-red);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
}

.live-left p {
  font-size: 17px;
  line-height: 1.7;
  color: #d0d0d0;
  margin-bottom: 18px;
}

.live-subtitle {
  font-size: 22px;
  font-weight: 700;
  margin: 28px 0 14px;
}

/* LISTS */
.live-list {
  padding-left: 18px;
  margin-bottom: 20px;
}

.live-list li {
  margin-bottom: 8px;
  color: #e0e0e0;
}

/* TAGS */
.live-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.live-tags li {
  background: #1c1c1c;
  border: 1px solid #333;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
}

/* RIGHT COLUMN */
.live-right {
  display: flex;
  flex-direction: column;
}

.live-image {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 24px;
  display: block;
  border-radius: 18px;
}

.live-right-text {
  font-size: 16px;
  line-height: 1.7;
  color: #d0d0d0;
}

.live-right-text p {
  margin-bottom: 16px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .live-columns {
    grid-template-columns: 1fr;
  }

  .live-right {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .live-title {
    font-size: 26px;
  }

  .live-left p,
  .live-right-text {
    font-size: 16px;
  }
}

/* ===============================
   GAME VARIETY BANNER
================================ */

.casino-games-banner {
  width: 100%;
  background: linear-gradient(135deg, #0d0d0d, #161616);
  padding: 80px 0;
  color: #ffffff;
}

/* reuse banner-inner, banner-content, banner-label, etc. */
/* BUT allow independent spacing if needed */

.casino-games-banner .banner-content {
  max-width: 580px;
}

.casino-games-banner .banner-title span {
  color: var(--accent-red);
}

/* IMAGE */
.casino-games-banner .banner-image img {
  max-width: 440px;
  width: 100%;
  height: auto;
  display: block;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .casino-games-banner .banner-inner {
    flex-direction: column;
    text-align: center;
  }

  .casino-games-banner .banner-title {
    font-size: 30px;
  }

  .casino-games-banner .banner-image img {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .casino-games-banner {
    padding: 60px 0;
  }

  .casino-games-banner .banner-title {
    font-size: 26px;
  }

  .casino-games-banner .banner-text {
    font-size: 16px;
  }
}

/* ===============================
   LOGIN & REGISTRATION
================================ */

.casino-access {
  background: #0f0f0f;
  padding: 90px 0;
  color: #ffffff;
}

.access-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-bottom: 30px;
}

.access-intro {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #d0d0d0;
}

/* COLUMNS */
.access-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* BLOCK */
.access-block {
  background: #161616;
  border-radius: 12px;
  padding: 36px;
}

.access-subtitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.access-block p {
  font-size: 16px;
  line-height: 1.7;
  color: #d0d0d0;
  margin-bottom: 16px;
}

/* LIST */
.access-list {
  padding-left: 18px;
  margin-bottom: 18px;
}

.access-list li {
  margin-bottom: 8px;
  color: #e0e0e0;
}

/* NOTE */
.access-note {
  margin-top: 50px;
  padding: 20px 24px;
  background: #151515;
  border-left: 4px solid var(--accent-red);
  font-size: 15px;
  color: #cccccc;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .access-columns {
    grid-template-columns: 1fr;
  }

  .access-block {
    padding: 28px;
  }
}

@media (max-width: 767px) {
  .access-title {
    font-size: 26px;
  }

  .access-intro {
    font-size: 16px;
  }
}

/* ===============================
   ONLINE CASINO APP
================================ */

.casino-app {
  background: #0f0f0f;
  padding: 90px 0;
  color: #ffffff;
}

.app-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-bottom: 30px;
}

.app-intro {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #d0d0d0;
}

/* GRID */
.app-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: stretch;
}

/* LEFT COLUMN */
.app-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #d0d0d0;
  margin-bottom: 18px;
}

.app-image {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 24px;
  display: block;
  border-radius: 18px;
}

/* STORE BADGES */
.app-stores {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.store-badge {
  width: 150px;
  height: auto;
  cursor: pointer;
}

/* RIGHT COLUMN */
.app-subtitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  margin-top: 26px;
}

.app-right p {
  font-size: 16px;
  line-height: 1.7;
  color: #d0d0d0;
  margin-bottom: 16px;
}

/* FEATURES LIST */
.app-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.app-features li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #e0e0e0;
}

.app-icon {
  margin-right: 8px;
}

/* INSTALL LIST */
.app-install {
  padding-left: 18px;
  margin-bottom: 18px;
}

.app-install li {
  margin-bottom: 10px;
  color: #e0e0e0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .app-columns {
    grid-template-columns: 1fr;
  }

  .app-left {
    margin-bottom: 40px;
  }

  .app-stores {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .app-title {
    font-size: 26px;
  }

  .app-intro {
    font-size: 16px;
  }
}

/* ===============================
   APP FEATURES LIST (CHECKMARKS)
================================ */

.app-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.app-features li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #e0e0e0;
  line-height: 1.6;
}

/* RED CHECK ICON */
.app-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  font-weight: 700;
  color: var(--accent-red);
}

/* ===============================
   PAYMENTS
================================ */

.casino-payments {
  background: #0f0f0f;
  padding: 90px 0;
  color: #ffffff;
}

.payments-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-bottom: 30px;
}

.payments-intro {
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  color: #d0d0d0;
}

/* TABS */
.payments-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 40px 0 30px;
}

.payments-tab {
  padding: 10px 26px;
  background: #161616;
  border: 1px solid #333;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  border-radius: 6px;
}

.payments-tab.active {
  border-color: var(--accent-red);
  color: var(--accent-red);
}

/* TABLE */
.payments-table-wrapper {
  display: flex;
  justify-content: center;
}

.payments-table {
  display: none;
  background: #141414;
  border-radius: 12px;
  padding: 20px;
  max-width: 820px;
  width: 100%;
}

.payments-table.active {
  display: block;
}

.payments-table table {
  width: 100%;
  border-collapse: collapse;
}

.payments-table th,
.payments-table td {
  padding: 14px;
  border-bottom: 1px solid #2a2a2a;
  text-align: left;
  font-size: 15px;
}

.payments-table th {
  color: #cccccc;
}

/* ICONS */
.pay-icon {
  width: 54px;
  height: 54px;
  margin-right: 12px;
  vertical-align: middle;
}

/* INFO */
.payments-info {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.payments-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.payments-info p {
  font-size: 15px;
  line-height: 1.6;
  color: #d0d0d0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .payments-info {
    grid-template-columns: 1fr;
  }

  .payments-table {
    padding: 14px;
  }
}

:root {
  --accent-red: #ff4d5a;
}

/* ===============================
   TRUST & STANDARDS
================================ */

.casino-trust {
  background: #0f0f0f;
  padding: 100px 0;
  color: #ffffff;
}

.trust-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-bottom: 30px;
}

.trust-intro {
  max-width: 960px;
  margin: 0 auto 70px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #d0d0d0;
}

/* ===============================
   GRID (WORKING)
================================ */

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

/* ===============================
   CARD
================================ */

.trust-card {
  background: #181818;
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.5);
}

/* ===============================
   ICONS (PNG + FORCED RED)
================================ */

.trust-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  display: block;

  filter:
    brightness(0)
    saturate(100%)
    invert(45%)
    sepia(80%)
    saturate(4000%)
    hue-rotate(330deg)
    brightness(95%)
    contrast(95%);
}

/* ===============================
   TEXT
================================ */

.trust-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.trust-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #cfcfcf;
  margin-bottom: 12px;
}

/* LIST */
.trust-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.trust-list li {
  margin-bottom: 6px;
  color: #e0e0e0;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-title {
    font-size: 26px;
  }

  .trust-intro {
    font-size: 16px;
    padding: 0 15px;
  }

  .trust-icon {
    width: 46px;
    height: 46px;
  }
}

/* ===============================
   FAQ SECTION
================================ */

.casino-faq {
  background: #0f0f0f;
  padding: 100px 0;
  color: #ffffff;
}

.faq-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-bottom: 30px;
}

.faq-intro {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #d0d0d0;
}

/* GRID */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* ITEM */
.faq-item {
  background: #181818;
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 30px;
}

.faq-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.faq-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #cfcfcf;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .faq-title {
    font-size: 26px;
  }

  .faq-intro {
    font-size: 16px;
  }
}

/* ===============================
   FAQ ACCORDION
================================ */

.casino-faq {
  background: #0f0f0f;
  padding: 100px 0;
  color: #ffffff;
}

.faq-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-bottom: 30px;
}

.faq-intro {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #d0d0d0;
}

/* GRID */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* ITEM */
.faq-item {
  background: #181818;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* QUESTION */
.faq-question {
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  color: var(--accent-red);
}

.faq-icon {
  font-size: 22px;
  font-weight: 700;
  color: var(--accent-red);
  transition: transform 0.3s ease;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 24px;
}

.faq-answer p {
  font-size: 15px;
  line-height: 1.6;
  color: #cfcfcf;
  padding-bottom: 18px;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .faq-title {
    font-size: 26px;
  }

  .faq-intro {
    font-size: 16px;
  }
}

/* ===============================
   FOOTER
================================ */

.casino-footer {
  background: #0b0b0b;
  padding: 80px 0 40px;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}

/* COLUMNS */
.footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
 color: var(--accent-red);
  text-transform: uppercase;
}

.footer-col p {
  margin-bottom: 14px;
  color: #cfcfcf;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #cfcfcf;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: var(--accent-red);
}

/* DISCLAIMER */
.footer-disclaimer {
  border-top: 1px solid #1f1f1f;
  padding-top: 25px;
  margin-bottom: 25px;
}

.footer-disclaimer p {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: #a8a8a8;
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #a0a0a0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-col {
    text-align: center;
  }
}
