/*---------------------------------------------------------------

        Template Name: The Super Cleaners - Professional cleaning services
        Description: Professional cleaning services for residential and commercial properties.
        Author: Lucid Themeslab
        Author URL: https://www.templatemonster.com/store/lucid_themeslab/
        Version: 1.2.0

    -----------------------------------------------------------------

        CSS INDEX
        ==================

        01.  Basic Styles
        02.  Navbar Styles
        03.  Home Page Styles
        04.  About-1, ABout-2 Page Styles
        05.  Service-1, Service-2 Page Styles 
        06.  Service-Details-1, Service-Detail-2 Page Styles 
        07.  Project-1, Project-2 Page Styles
        08.  Project-Details-1, Project-Details-2 Page Styles
        09.  Blog-1, Blog-2 Page Styles
        10.  Blog-Details-1, Blog-Details-2 Page Styles
        11.  Team-1, Team-2 Page Styles
        12.  Pricing Plan Page Styles
        13.  FAQ Page Styles
        14.  404 Page Styles
        15.  Coming Soon Page Styles
        16.  Under COnstruction Page Styles
        17.  Contact Page Styles
        18.  Back to top Styles
        19.  Preloader Styles
        

----------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ==================
    1. Basic Styles 
================== */
[data-theme="sc_light"] {

  /* colors */
  --body-color: #ffff;
  --PrimaryColor: #166490;
  --primary-color-overlay: 9, 41, 59;
  --dark-color: #09293b;
  --secondary-color: #01D0AB;
  --alt-color: #e7f6ff;
  --alt-overlay: 206, 233, 249;
  --card-color: #ffff;
  --bg-light-shade: #f2f7fc;
  --SecondaryColor: rgba(236, 248, 255, 1);
  --SuccessColor: rgba(1, 208, 171, 1);
  --LightColor: rgba(90, 90, 90, 1);
  --BlackColor: 3, 14, 31, 1;
  --whiteColor: #ffff;
  --GoldColor: #FFD782;
  --form-input-bg: #ffffff;
  --form-input-text: #878787;
  --border-thickness: 5%;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: 0, 0, 0;
  --wave-color: #ffffff;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --footer-bg: #06283c;
  --bg-color: #ffffff;
  --text-color: #000000;
  --hover-bg: #e9ecef;
  --body-bg: #ffffff;
  --border-color: #dddddd;
  --box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  --bg-image: url('../../assets/error-page-pattern__light.webp');

  /* text-colors */
  --primary-text: #166490;
  --heading-text: #000000;
  --dark-text: #030E1F;
  --para-text: #5B5B5B;
  --white-text: #ffffff;
  --form-text: #4F4F4F;
  --danger-text: #fa5050;
  --text-shadow: 0px 10px 30px rgb(164, 189, 216, 0.8);

  /* font family */
  --PrimaryFont: "Roboto", sans-serif;

}

[data-theme="sc_dark"] {

  /* colors */
  --body-color: #041b28;
  --PrimaryColor: #1e6a96;
  --primary-color-overlay: 9, 41, 59;
  --dark-color: #09293b;
  --secondary-color: #00DBB3;
  --alt-color: #102b3a;
  --alt-overlay: 16, 43, 58;
  --card-color: #052333;
  --bg-light-shade: #08293b;
  --SecondaryColor: rgba(236, 248, 255, 1);
  --SuccessColor: rgba(1, 208, 171, 1);
  --LightColor: rgba(90, 90, 90, 1);
  --BlackColor: rgba(3, 14, 31, 1);
  --whiteColor: #ffff;
  --GoldColor: #FFD782;
  --form-input-bg: #1b3847;
  --form-input-text: #e2e2e2;
  --wave-size: 60px;
  --wave-position: bottom;
  --wave-transparent: #0a0d1100;
  --wave-color: #041b28;
  --wave-mask-position: 80%;
  --wave-mask-size: 100px 100%;
  --footer-bg: #06283c;
  --bg-color: #121212;
  --text-color: #ffffff;
  --hover-bg: #2a2a2a;
  --body-bg: #1c1c1c;
  --border-color: #333333;
  --bg-image: url('../../assets/error-page-pattern__dark.webp');

  /* text-colors */
  --primary-text: #277daf;
  --heading-text: #ffffff;
  --dark-text: #ffffff;
  --para-text: #e7e7e7;
  --white-text: #ffffff;
  --form-text: #4F4F4F;
  --danger-text: #fa5050;
  --text-shadow: 0px 10px 30px rgb(4, 27, 40, 0.8);

  /* font family */
  --PrimaryFont: "Roboto", sans-serif;
}



* {
  box-sizing: border-box;
  font-family: var(--PrimaryFont);
  word-break: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  transition: 0.3s ease-in;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


.primary-btn {
  background-color: var(--PrimaryColor) !important;
  border-color: var(--PrimaryColor) !important;
  color: white;
  min-width: 140px !important;
  border-radius: 5px !important;
  padding: 14px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
}

.primary-btn:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: white !important;
}

.success-btn {
  background-color: var(--SuccessColor) !important;
  border-color: var(--SuccessColor) !important;
  color: white;
  min-width: 140px !important;
  border-radius: 5px !important;
  padding: 14px;
}

.success-btn:hover {
  background-color: var(--card-color) !important;
  border-color: var(--card-color) !important;
  color: var(--dark-text) !important;
}

.primary-outline-btn {
  background-color: transparent !important;
  border-color: var(--PrimaryColor) !important;
  color: var(--PrimaryColor) !important;
  min-width: 140px !important;
  border-radius: 5px !important;
  padding: 14px;
}

.primary-outline-btn:hover {
  background-color: #D14D5E !important;
  border-color: #D14D5E !important;
  color: white !important;
}

.secondary-btn {
  background-color: var(--SecondaryColor) !important;
  border-color: var(--SecondaryColor) !important;
  color: var(--PrimaryColor) !important;
  min-width: 140px !important;
  border-radius: 5px !important;
  padding: 14px;
}

.secondary-btn:hover {
  background-color: var(--BlackColor) !important;
  border-color: var(--BlackColor) !important;
  color: white !important;
}

.primary-text {
  color: var(--primary-text);
}

.para-text {
  color: var(--para-text);
}

.dark-text {
  color: var(--dark-text);
}

.white-text {
  color: var(--white-text);
}

.text-gold {
  color: var(--GoldColor) !important;
}

.text-primary {
  color: var(--PrimaryColor) !important;
}

.text-success {
  color: var(--SuccessColor) !important;
}

.secondary-text {
  color: var(--secondary-color);
}

.fs-7 {
  font-size: 14px;
}

.form-input-bg {
  background-color: var(--form-input-bg);
}

.form-input-text {
  color: var(--form-input-text);
}

.footer-bg {
  background-color: var(--footer-bg);
}

.body-color {
  background-color: var(--body-color) !important;
}

.bg-primary {
  background-color: var(--PrimaryColor) !important;
}

.bg-alt {
  background-color: var(--alt-color);
}

.dark-color {
  background-color: var(--dark-color);
}

.card-color {
  background-color: var(--card-color);
}

.bg-light-shade {
  background-color: var(--bg-light-shade);
}

.bg-secondary {
  background-color: var(--SecondaryColor) !important;
}

.bg-success {
  background-color: var(--SuccessColor) !important;
}

.switchbtn {
  position: fixed;
  top: 150px;
  right: -1px;
  z-index: 5;
  border-radius: 5px 0px 0px 5px !important;
  padding: 15px !important;
}

.content {
  font-size: 14px;
  color: var(--LightColor);
  line-height: 30px;
  letter-spacing: 0.5px;
}

.mw-75 {
  width: 75%;
  max-width: 768px;
}

.w-unset {
  width: unset !important;
  min-width: unset !important;
}

@media(max-width:575px) {
  .b-sm-none {
    border: none !important;
  }
}

.description {
  font-size: 14px;
  color: var(--para-text);
  font-weight: 400;
  text-transform: capitalize;
}

.error:not(.form-control):not(.form-select) {
  color: var(--danger-text);
  background-color: var(--card-color);
  padding: 2px 5px;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 14px;
}

#comingSoon .error:not(.form-control) {
  position: absolute;
  left: 0px;
  bottom: -30px;
}

.page-title-area {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center
}

@media(max-width:991px) {
  .page-title-area {
    padding-top: 110px;
  }
  .breadcrumb {
    height: 300px;
  }
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  color: var(--secondary-color);
  position: relative;
  font-size: 16px
}

.page-title-area .page-title-content ul li i {
  font-size: 12px;
  margin: 0 10px
}

.page-title-area .page-title-content ul li a {
  color: var(--white-text)
}

.page-title-area .page-title-content ul li a:hover {
  color: var(--primary-color);
}

/* ==================
    2. Navbar Styles
================== */

.nav-link {
  color: var(--whiteColor);
}

.nav-link:hover {
  color: var(--SuccessColor) !important;
}

.navbar {
  border-radius: 3px;
}

.offcanvas-body{ 
z-index: 2;
}

@media(min-width:992px) {
  .navbar .offcanvas {
    position: absolute !important;
    bottom: 0;
    width: 100% !important;
    top: unset;
    left: 0;
    bottom: -45px;
  }
}

.navbar .navbar-nav .nav-link {
  color: var(--dark-text);
  font-size: 18px;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--secondary-color) !important;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.offcanvas-body {
  background-color: var(--PrimaryColor);
}

@media (max-width: 991px) {
  .offcanvas-body {
    background-color: var(--body-color) !important;
  }

  .nav-link {
    color: var(--dark-text) !important;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
  left: 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

.dropdown-menu .dropdown-item.active {
  background-color: var(--alt-color);
  color: var(--PrimaryColor) !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--alt-color);
  color: var(--PrimaryColor) !important;
}

.dropdown-menu {
  border-radius: 8px;
  box-shadow: var(--box-shadow) !important;
  padding: 0.5rem;
  background-color: var(--card-color);
}

.nav-link {
  transition: color 0.3s ease-in-out;
}

.nav-link.active,
.nav-link:focus {
  color: #f8f9fa;
  font-weight: bold;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
  transition: all 0.3s ease-out;
}

/*** Header ***/
@media (min-width: 992px) {
  .nav-main {
    position: relative;
    z-index: 2;
  }

  .header-carousel,
  .page-header {
    margin-top: -68px;
  }

  .menu-main {
    margin-top: -35px;
    z-index: 2;
    position: relative;
  }
}

.logo {
  width: 100px;
}

@media (max-width: 991px) {
  .navbar .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: var(--card-color);
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.25rem;
    text-align: left;
    font-size: 16px;
  }

  .offcanvas-body {
    padding: 1rem;
    background-color: var(--PrimaryColor);
  }

  .top-header-optional {
    justify-content: center;
    gap: 10px;
  }

  .navbar .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .navbar .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
    text-align: right;
    width: 1.5rem;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-text) !important;
  }

  .nav-link.active,
  .nav-link:hover {
    color: var(--SuccessColor) !important;
  }
}

.custom_header_btn {
  position: absolute;
  right: 0;
  height: 100%;
  border-radius: 0!important;
  clip-path: polygon(25% 0, 105% 0, 100% 100%, 0% 125%);
  width: 175px;
  padding: 0;
}

.logo {
  width: 150px;
}

@media(max-width:992px) {
  .logo {
    width: 95px;
  }
}


.breadcrumb {
  height: 400px;
  background: linear-gradient(0deg, rgba(var(--primary-color-overlay), 1.6), rgba(var(--primary-color-overlay), 0.8)),
    url(../../assets/images/banner_img/banner-image_01.webp) no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    height: 250px;
    text-align: center;
  }
}

/* ==================
    3. Banner Styles
================== */
.banner-main {
  height: 800px;
}

.splide:not(.is-active) {
  visibility: visible;
}

.splide__slide {
  width: 100%;
  height: auto;
}

.splide__slide[class*=-active] .splide__text {
  opacity: 1;
}

.splide__slide[class*=-active] .splide__text.text1 {
  transition-delay: 0.1s;
}

.splide__slide[class*=-active] .splide__text.text2 {
  transition-delay: 0.5s;
}

.splide__img {
  width: 100%;
  height: 800px;
}

.splide__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

.splide__content_box {
  position: absolute;
  top: 0;
  left: 0;
  height: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(
    90deg,
    rgba(var(--alt-overlay)) 0%,
    rgba(var(--alt-overlay)) 38%,
    rgba(255, 255, 255, 0.15) 55%,
    rgba(255, 255, 255, 0) 72%
  );
}

.splide__text {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: linear;
  max-width: 500px;
}

.banner_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.18);
  box-shadow: 0 -20px 60px rgba(255,255,255,0.08);
}

.border-waves {
  display: none;
}

.splide__arrow {
  background-color: var(--PrimaryColor);
  opacity: 1 !important;
  width: 50px;
  height: 50px;
}

.splide__arrow:hover {
  background-color: rgb(14, 57, 81);
}

.splide__arrow svg {
  fill: white;
}

@media(max-width:992px) {
  .splide__content_box {
    background: rgb(224 243 253 / 82%);
  }

  .banner-main {
    height: 550px;
  }

  .splide__img {
    width: 100%;
    height: 550px;
  }

  .splide__content_box {
    height: 550px;
  }
}

@media(max-width:767px) {
  .splide__arrow--prev {
    display: none;
  }

  .splide__arrow--next {
    display: none;
  }

  .splide__content_box {
    background: linear-gradient(90deg, rgba(var(--alt-overlay)) 0%, rgba(var(--alt-overlay)) 50%, rgba(0, 212, 255, 0) 100%);
  }

  .banner-main {
    height: 500px;
  }

  .splide__img {
    width: 100%;
    height: 500px;
  }

  .splide__content_box {
    height: 500px;
  }
}

@media(max-width:575px) {
  .banner-main {
    height: 400px;
  }

  .splide__img {
    width: 100%;
    height: 400px;
  }

  .splide__content_box {
    height: 400px;
  }
}

/* ==================
    5. About-1, About-2 Page & Sections Styles 
  ================== */

.grid-wrapper {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 150px;
  grid-auto-flow: dense;
  position: relative;
  z-index: 1;
}

.grid-wrapper .tall {
  grid-row: span 2;
}

.grid-wrapper img {
  height: 100%;
  object-fit: cover;
}

@media(max-width:1199px) {
  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
  }
}

@media(max-width:991px) {
  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 150px;
  }
}

@media(max-width:767px) {
  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-rows: 150px;
    grid-gap: 15px;
  }
}

@media(max-width:400px) {
  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 120px;
    grid-gap: 15px;
  }
}

/* grid extra options*/
.grid-wrapper .wide {
  grid-column: span 2;
}

.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

.about-net-1 {
  right: -5px;
  top: -20px;
}

.about-net-2 {
  left: -5px;
  bottom: -30px;
}

@media(max-width:767px) {
  .about-net-1 {
    right: 0;
  }

  .about-net-2 {
    left: 0;
  }
}

.why-choose-box {
  background-color: var(--PrimaryColor);
  padding: 30px;
  text-align: center;
  transition: all 0.5s ease-out;
}

.why-choose-box .item-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  font-size: 20px;
  color: var(--whiteColor);
  margin: 0 auto 30px;
  transition: all 0.3s ease-out;
}

.why-choose-box:hover {
  transform: translateY(-10px);
}

.whyus_main {
  padding-top: 100px;
}

.icon-set {
  font-size: 3rem;
  color: var(--secondary-color);
  margin-bottom: 1rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.icon-set:hover {
  color: var(--secondary-color);
  transform: scale(1.1);
}

.mission-card {
  text-align: center;
  padding: 30px;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* What We Do Section */
.services-card {
  text-align: center;
  background-color: var(--card-color);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.services-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

/* Award Card Styling */
.award-card {
  max-height: 300px;
  height: 100%;
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
}

.award-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

/* Award Icon Styling */
.award-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.award-icon i {
  font-size: 36px;
  color: #fff;
  transition: transform 0.3s ease;
}

.award-card:hover .award-icon {
  transform: scale(1.1);
}

.award-card:hover .award-icon i {
  transform: rotate(15deg);
}

.about-image {
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.about-image:hover {
  transform: scale(1.05);
}

.cta-button {
  background-color: var(--PrimaryColor);
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: var(--secondary-color);
}

/* ==================
   5. Service-1, service-2 Page & Sections Styles 
================== */

.cust_card_icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid var(--PrimaryColor);
  background-color: var(--card-color);
  color: var(--PrimaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 2;
}

.cust_card_body {
  margin-top: -40px;
  /* min-height: 230px; */
  box-shadow: var(--box-shadow) !important;
}

.cust_card_body:hover {
  background-color: var(--PrimaryColor) !important;
  transition: 0.3s ease-in;
}


.clinox-service-feed-content .service-item-2 {
  margin-bottom: 30px;
}

.service-item-2 {
  padding: 30px 20px;
  background-color: var(--card-color);
  border: 1px solid var(--secondary-color);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  box-shadow: var(--box-shadow) !important;
}

.service-item-2 .inner-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 100%;
  background-color: var(--secondary-color);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0.3s;
}

.service-item-2 .inner-text h3 {
  color: var(--dark-text);
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}

.service-item-2 .inner-text p {
  padding-bottom: 30px;
  transition: 500ms all ease;
}

.service-item-2 .inner-text .read-more {
  height: 50px;
  width: 170px;
  color: var(--dark-text);
  margin: 0 auto;
  font-weight: 500;
  border-radius: 30px;
  background-color: var(--alt-color);
  border: 1px solid var(--secondary-color);
}

.read-more:hover {
  background-color: var(--secondary-color) !important;
}

.service-item-2:hover .inner-icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-item-2:hover {
  background-color: var(--PrimaryColor);
  border: 1px solid var(--secondary-color);
}

.service-item-2:hover .inner-text h3,
.service-item-2:hover .inner-text p {
  color: var(--white-text) !important;
}

.service-benifit-text-wrap {
  max-width: 540px;
  padding-top: 40px;
}

.service-benifit-text-wrap .service-benifit-feature li {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.service-benifit-text-wrap {
  max-width: 540px;
  padding-top: 40px;
}

.service-benifit-text-wrap .service-benifit-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.service-benifit-text-wrap .service-benifit-feature li {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.service-benifit-text-wrap .service-benifit-feature li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--secondary-color);
}

@media (max-width: 450px) {
  .service-benifit-text-wrap {
    padding-top: 20px;
  }

  .service-benifit-text-wrap .service-benifit-feature li {
    width: 100%;
    padding-left: 20px;
  }

  .service-benifit-text-wrap .service-benifit-feature li:before {
    width: 8px;
    height: 8px;
  }
}

.service-offer-item .inner-serial {
  color: var(--white-text);
  width: 60px;
  height: 60px;
  font-size: 22px;
  font-weight: 700;
  margin-right: 15px;
  border-radius: 50%;
  background-color: var(--PrimaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-offer-item .inner-text {
  width: 100%;
  max-width: 260px;
}

@media (max-width: 991.98px) {
  .service-offer-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .service-offer-item .inner-serial {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .service-offer-item .inner-text {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .service-offer-item .inner-serial {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

.service-heading-text:hover {
  color: var(--secondary-color) !important;
}

.service-list .nav-link.active {
  background-color: var(--PrimaryColor);
  color: var(--secondary-color);
  font-weight: normal;
}

.service-list .nav-link {
  background-color: var(--card-color);
  color: var(--dark-text);
  padding: 15px 0 15px 22px;
  font-weight: normal;
}

/*---------------------------------------------------- */
/*Promo area*/
/*----------------------------------------------------*/
.promo-section {
  padding: 120px 0px;
}

.promo-section {
  background: linear-gradient(0deg, rgba(var(--primary-color-overlay), 0.6), rgba(var(--primary-color-overlay), 0.9)),
    url(../../assets/images/banner_img/banner-image_01.webp) no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
}

.promo-content {
  max-width: 690px;
}

/* ==================
    6. Project Styles
================== */

.filter {
  justify-content: center;
  border: 0;
  gap: 10px;
}

.filter .nav-link {
  color: var(--PrimaryColor);
  border: 0px;
  border-radius: 5px;
}

.filter .nav-link:hover {
  color: var(--whiteColor) !important;
  background-color: var(--PrimaryColor);
}

.filter .nav-link.active {
  color: var(--whiteColor);
  border: 0px;
  background-color: var(--PrimaryColor);
}

.gallery .tab-pane img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.gallery-image {
  position: relative;
  width: 33%;
  overflow: hidden;
}

@media(max-width:662px) {
  .gallery-image {
    width: 50%;
  }

  .filter {
    gap: 5px;
  }
}

@media(max-width:440px) {
  .gallery-image {
    width: 100%;
    height: 250px;
  }
}

.gallery-img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: rgba(20, 86, 123, 0.6);
  color: white;
  font-size: 18px;
  padding: 15px;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.gallery-img-overlay:hover {
  opacity: 1;
}

.gallery-img-overlay .overlay-content {
  width: 100%;
  text-align: start;
}

.gallery-image:hover .gallery-img-overlay {
  opacity: 1;
}

.gallery-img-overlay span:hover {
  color: var(--secondary-color);
  transition: 0.4s ease-in-out;
}

/* ==================
   Project-1, Project-2 Page 
================== */

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.project-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.project-card:hover img {
  transform: scale(1.1);
  filter: brightness(0.4);
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.project-card img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.project-card:hover img {
  transform: scale(1.1);
}

.project-card a.project-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: var(--card-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  color: var(--dark-text);
  padding: 10px;
  z-index: 2;
  transition: transform 0.3s ease, background 0.3s ease;
}


.project-card a.project-info:hover{
  transform: translateY(-5px);
  color: var(--white-text)!important;
  background: var(--secondary-color);
}

.project-card a.project-info .arrow-btn i {
  font-size: 1.2rem;
  transition: transform 0.3s ease-in;
}

.project-card a.project-info:hover .arrow-btn i {
  transform: translateX(5px);
}


.widget-project-info {
  background-color: var(--alt-color);
  padding: 20px 20px;
  border-radius: 4px;
}

.heading-layout4 {
  margin-bottom: 26px;
  position: relative;
}

.heading-layout4 h3,
.heading-layout4 h4 {
  font-weight: 600;
  padding-left: 20px;
}

.heading-layout4:after {
  content: "";
  height: 24px;
  width: 3px;
  background-color: var(--secondary-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.project-details {
  padding-left: 20px;
}

.widget-project-info .project-details>ul>li {
  display: flex;
  margin-bottom: 18px;
  color: var(--para-text);
}

.widget-project-info .project-details>ul>li span {
  font-size: 18px;
  font-weight: 500;
  color: var(--PrimaryColor);
  min-width: 100px;
  display: inline-block;
  margin-right: 18px;
  position: relative;
}

.widget-project-info .project-details>ul>li span:after {
  content: ":";
  font-size: 18px;
  color: var(--para-text);
  font-weight: 500;
  position: absolute;
  top: -1px;
  right: 0;
}

.widget-project-info .project-details>ul>li .item-rating li {
  display: inline-block;
}

.widget-banner {
  padding: 10px;
  text-align: center;
}

/* ==================
   Project-2 Page 
================== */

.project-details-text4 {
  margin-top: 60px;
  padding: 34px 40px 40px;
}

@media only screen and (max-width: 767px) {
  .project-details-text4-single {
    margin-top: 20px;
  }

  .project-details-text4 {
    margin-top: 3px;
    padding: 20px 20px 20px;
  }
}

/* ==================
  7. FAQ Section Styles
================== */

.accordion-item {
  border: none;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: var(--box-shadow)
}

.accordion-button:not(.collapsed) {
  color: var(--PrimaryColor);
  font-weight: bold;
  box-shadow: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: none;
}

.accordion-item {
  background-color: var(--card-color);
}

.accordion-button:not(.collapsed)::after {
  content: '\f077';
  font-family: 'FontAwesome';
  background-image: unset;
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  content: '\f078';
  font-family: 'FontAwesome';
  background-image: unset;
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button {
  background-color: var(--card-color);
}

.accordion-button:not(.collapsed) {
  background-color: var(--alt-color);
  box-shadow: none;
}

.accordion-button:focus {
  border-color: unset;
  outline: 0;
  box-shadow: none;
}

.accordion-button .faq-button:hover {
  background-color: var(--primary-text) !important;
}

.accordion_wrapper .accordion-body {
  padding: 26px;
  padding-right: 28px;
  padding-top: 0;
  background-color: var(--card-color);
  font-size: 16px;
  line-height: 1.75;
}

.checklist-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(var(--primary-rgba-color), 0.2);
}

/* ==================
    8. Counter Styles
   ================== */

.side-border {
  background-color: var(--whiteColor);
  color: var(--whiteColor);
  width: 2px;
  padding: 40px 0;
}

@media(max-width:991px) {
  .side-border {
    display: none;
  }
}

/* ==================
  9. Team Member Section Styles
================== */

.pbmit-element-posts-wrapper .pbmit-team-style-1 {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.pbmit-team-style-1 .pbminfotech-post-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--alt-color);
}

.pbmit-team-style-1 .pbminfotech-box-content {
  position: relative;
  padding: 20px
}

.pbminfotech-box-team-position::before {
  content: '/';
  padding-right: 5px;
  display: inline-block;
}

.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pbmit-team-style-1 .pbmit-featured-wrapper img {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  transition: all .3s ease-out;
}

.pbmit-social-icons {
  position: absolute;
  top: 0%;
  right: -50px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.pbmit-social-icons ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pbmit-social-icons ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s;
}

.pbmit-social-icons ul li a:hover {
  background-color: var(--PrimaryColor);
  transform: scale(1.1);
}

.pbminfotech-post-item:hover .pbmit-social-icons {
  opacity: 1;
  visibility: visible;
  right: 10px;

}

.pbminfotech-box-content {
  position: relative;
}

/* ==================
  10. Contact Section Styles
  ================== */

.form-select {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: var(--bs-border-width) solid var(--bs-border-color);
  background-image: unset;

}

.form-select-wrapper {
  position: relative;
}

.form-select-wrapper::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 68%;
  right: 1rem;
  transform: translateY(-50%);
}

.form-select-wrapper::after {
  color: var(--form-input-text)
}

/* ==================
  11. Testimonials Styles
  ================== */

.emoji-main {
  width: 40px;
  height: 40px;
}

.testimonials .card {
  border: 1px solid var(--PrimaryColor);
}

.testimonial_main {
  background-size: cover;
  background-color: var(--alt-color);
  min-height: 600px;
}

.testimonials .splide__pagination {
  bottom: -40px;
  gap: 5px;
}

.splide__pagination__page {
  width: 14px;
  height: 14px;
  opacity: 1;
}

.splide__pagination__page.is-active {
  background-color: var(--SuccessColor);
  border: 2px solid white;
}

.cust_card_body2:hover {
  background-color: var(--SuccessColor) !important;
  border-color: var(--SuccessColor) !important;
}

.cust_card_body:hover h5,
.cust_card_body:hover p {
  color: var(--whiteColor) !important;
}

.card-img {
  position: relative;
  overflow: hidden;
}

.testimonials_cust_card_img img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid var(--PrimaryColor);
  background-color: var(--card-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  object-fit: cover;
  z-index: 99;
}

/* ==================
   13. Footer Styles 
================== */

.footer-link {
  color: var(--white-text) !important;
}

.footer-link:hover {
  color: var(--secondary-color) !important;
  transition: 0.3s ease-in;
}

.footer_main {
  margin-top: 90px !important;
}

.footer_main input::placeholder {
  color: white;
}

.newsletter_main {
  top: -70px;
  left: 0;
}

@media(max-width:767px) {
  .newsletter_main {
    position: unset !important;
    margin-bottom: 30px;
  }

  .footer-body {
    padding: 0px !important;
  }

  .footer_main {
    margin-top: 0px !important;
  }

  .footer_main .container-lg {
    padding: 15px;
  }
}

.footer-body {
  padding: 130px 0 15px 0;
}

.footer-hr {
  width: 45px;
  opacity: 1;
  border: 0.5px solid var(--SuccessColor);
}

.footer-copy {
  background-color: rgb(12, 54, 79);
  ;
}

#newsletter .error:not(.form-control) {
  position: absolute;
  top: 100%;
  background-color: unset;
  color: var(--danger-text);
  background-color: var(--card-color);
  font-weight: 600;
}

/* ==================
     14. Back to top Styles
    ================== */

#backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  width: 50px !important;
  height: 50px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backtotop:hover {
  cursor: pointer;
}

#backtotop.show {
  opacity: 1;
  visibility: visible;
}

.animate {
  transform: translate(-50%, -50%);
  animation: bounce 3s ease-in-out infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* ==================
   15. Preloader Styles
================== */

.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  background-color: var(--PrimaryColor);
}

.preloader-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top-header-optional li a {
  width: 30px;
  height: 30px;
  transition: 0.2s ease-in-out;
}

.border-waves {
  height: 60px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 100%, 15, 50% 100%, 100, from(var(--wave-color)), color-stop(0.49, var(--wave-color)), color-stop(0.51, transparent), to(transparent));
  -webkit-background-size: 100px 100%;
  position: absolute;
  top: 100px;
  z-index: 1;
}

@media(max-width:576px) {
  .border-waves {
    height: 86px;
    top: 100px;
  }
}

.top-header-optional li a {
  width: 30px;
  height: 30px;
  transition: 0.2s ease-in-out;
}

.top-header-optional li a:hover {
  background-color: var(--secondary-color) !important;
  transform: translateY(-5px);
}

.social-btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-btn:hover {
  background-color: var(--PrimaryColor) !important;
  transition: 0.3s;
  color: var(--whiteColor) !important;
}

.form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-check-input {
  background-color: var(--form-input-bg);
}

/* ==================
   404 Error Page
================== */

.error-page__pattern {
  background: var(--bg-image) no-repeat center center / cover;
  color: var(--white-text);
  min-height: 100vh;
  display: flex
;
  justify-content: center;
  align-items: center;

}

.error-404 {
  font-size: 10rem;
  color: var(--PrimaryColor);
  text-shadow: var(--text-shadow);
}

.error-404 span.rotating {
  display: inline-block;
  animation: rotateAnimation 3s infinite linear;
  color: var(--secondary-color)
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.floating {
  animation: floatAnimation 4s ease-in-out infinite;
  filter: drop-shadow(149, 152, 200, .2) !important;
}

@keyframes floatAnimation {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* ==================
   Coming Soon Page
================== */

.countdown-section {
  background: var(--bg-image) no-repeat center center/cover;
  color: var(--white-text);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.countdown-frame {
  text-align: center;
  background: var(--dark-color);
  padding: 50px;
  border-radius: 15px;
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--box-shadow) !important;
  animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.countdown div {
  font-size: 2rem;
  text-align: center;
}

.countdown span {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
  color: var(--white-text);
}

.email-form {
  margin: auto;
}

.email-form .emailbox {
  position: relative;
}

@media(min-width:576px) {
  .email-form {
    max-width: 500px;
  }

  .email-form .emailbox {
    width: 70%;
    position: relative;
  }
}

@media(max-width:575px) {
  .email-form input {
    margin-bottom: 20px;
  }

  .email-form button {
    width: 100%;
  }
}

.email-form .emailbox input {
  padding: 9px;
}

.email-form button {
  padding: 10px 20px;
  border: none;
  background: var(--PrimaryColor);
  color: var(--white-text);
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
  border: 1px solid var(--primary-color);
}

.email-form button:hover {
  background: var(--secondary-color);
}

.countdown-item span {
  display: block;
  font-size: 1rem;
  color: #838b92;
}

@media (max-width: 767px) {
  .countdown-item span {
    font-size: 0.9rem;
  }

  .email-form input {
    width: 100%;
  }

}

.email-form .form-control,
.form-select {
  /* height: 50px; */
  color: var(--form-input-text);
  border: 1px solid #d4d4d4;
  background-color: var(--form-input-bg);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
}

.email-form .form-control::placeholder {
  color: var(--form-input-text);
}

.email-form .form-control:focus,
.form-select:focus {
  color: var(--dark-text);
  background-color: var(--alt-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--secondary-color);
}

.email-form .form-control:hover:focus,
.form-control:focus {
  box-shadow: unset
}

/* ==================
   Under Construction Page
================== */

.section-construction {
  background: var(--bg-image) no-repeat center center / cover;
  color: var(--white-text);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


.container-construction {
  text-align: center;
  background: var(--dark-color);
  padding: 50px;
  border-radius: 15px;
  width: 90%;
  max-width: 600px;
  margin: auto;
}

.progress-container {
  margin: 30px 0;
}

.progress-bar {
  background-color: var(--secondary-color);
  animation: progress 3s infinite;
}

@keyframes progress {
  0% {
    width: 0%;
  }

  50% {
    width: 75%;
  }

  100% {
    width: 0%;
  }
}

/* ==================
   Team-1 Page 
================== */

.team-section h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--dark-text);
}

.team-card {
  position: relative;
  background: var(--card-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow) !important;
  transition: transform 0.3s, box-shadow 0.3s;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--box-shadow) !important;
}

.team-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.team-card:hover img {
  transform: scale(1.1);
}

.team-info {
  padding: 20px;
  text-align: center;
}

.team-social-icons {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  transition: bottom 0.4s ease;
  opacity: 0;
}

.team-social-icons a {
  color: var(--white-text);
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--PrimaryColor);
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s;
}

.team-social-icons a:hover {
  background: var(--secondary-color);
  transform: scale(1.2);
}

.team-card:hover .team-social-icons {
  bottom: 115px;
  opacity: 1;
}

.page-section-padding {
  padding: 120px 0px;
}

.pricing-item .price-header-icon-value {
  margin-bottom: 25px;
}

.pricing-item .price-header-icon-value h3 {
  color: var(--PrimaryColor);
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 28px;
}

.pricing-item .price-header-icon-value .price-icon {
  padding-bottom: 28px;
}

.pricing-item .price-feature {
  margin-bottom: 25px;
}

.pricing-item .price-feature li {
  text-align: left;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}

.pricing-item .price-feature li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.pricing-item .price-feature li:before {
  top: 0;
  left: 0;
  content: "\f00c";
  font-weight: 900;
  color: var(--secondary-color);
  position: absolute;
  font-family: "Font Awesome 6 Free";
}

.pricing-table .item {
  background-color: var(--card-color);
  box-shadow: var(--box-shadow);
  padding: 30px;
  overflow: hidden;
  position: relative; 
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 16px;
  text-align: center;
  color: var(--white-text);
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: var(--secondary-color);
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}

/* .pricing-item.highlight {
  transform: scale(1.1); 

} */

/* ==================
   FAQ Page 
================== */
.faq-contact-area .faq-contact-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto
}

.faq-contact-area .faq-contact-form form .form-control {
  border: none;
  height: 57px;
}

.faq-contact-area .faq-contact-form form .form-control:focus {
  border: 1px solid var(--secondary-color)
}

.faq-contact-area .faq-contact-form form .form-group {
  margin-bottom: 30px
}

.faq-contact-area .faq-contact-form form .row {
  margin-left: -7px;
  margin-right: -7px
}

.faq-contact-area .faq-contact-form form .row .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px
}

.faq-contact-area .faq-contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px
}

.faq-contact-area .faq-contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px
}

.faq-contact-area .form-control {
  height: 50px;
  color: var(--form-input-text);
  border: 1px solid #d4d4d4;
  background-color: var(--alt-color);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
}

.faq-contact-area .form-control:focus {
  color: var(--dark-text);
  background-color: var(--alt-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--secondary-color);
}

.faq-contact-area .form-control::placeholder {
  color: var(--form-input-text);
}

.faq-contact-area .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px
}

.faq-contact-area .contact-info ul li {
  position: relative;
  padding-left: 95px;
  margin-bottom: 35px
}

.faq-contact-area .contact-info ul li .icon {
  border: 1px dashed var(--PrimaryColor);
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: var(--white-text);
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background-color: var(--PrimaryColor);
}

.faq-contact-area .contact-info ul li .icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--primary-color);
  border-radius: 50%;
  margin: 6px;
  -webkit-box-shadow: 0 1px 3px 1px var(--PrimaryColor);
  z-index: -1
}

.faq-contact-area .contact-info ul li a:hover {
  color: var(--PrimaryColor);
}

/* ==================
   Blog Page 
================== */

.blog-box {
  box-shadow: var(--box-shadow)
}

.blog-box:hover .item-img img {
  transform: scale(1.1);
}

.blog-box .item-img img {
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}

.blog-box .item-img {
  overflow: hidden;
}

.blog-box .item-content {
  padding: 20px;
}

.blog-box .item-title a:hover {
  color: var(--secondary-color);
  transition: 0.3s ease-in-out;
}

.blog-box .item-content .item-author {
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
}

.blog-box .item-content .item-author:after {
  content: "";
  height: 2px;
  width: 19px;
  background-color: var(--PrimaryColor);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blog-box .item-content .entry-meta {
  border-top: 1px solid var(--border-color);
  padding-top: 12px;
}

.pagination-layout1 ul li .nav-item.active {
  background-color: var(--PrimaryColor);
  color: var(--white-text);
}

.pagination-layout1 ul li .nav-item {
  display: inline-block;
  background-color: var(--alt-color);
  font-size: 20px;
  font-weight: 500;
  color: var(--para-text);
  padding: 10px 20px;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.pagination-layout1 ul li .nav-item:hover {
  background-color: var(--PrimaryColor);
  color: var(--white-text);
}

.widget-search-box .stylish-input-group {
  height: 60px;
  background-color: var(--card-color)
}

.widget-search-box .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  height: 60px;
  padding: 10px 20px;
}

.widget-search-box .stylish-input-group .form-control {
  color: var(--form-input-text);
}

.widget-search-box .stylish-input-group .form-control:focus {
  color: var(--dark-text);
  box-shadow: unset;
  outline: 0;
}

.stylish-input-group .form-control::placeholder {
  color: var(--form-input-text);
}

.widget-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none !important;
}

.widget-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0;
}

.widget-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: var(--PrimaryColor);
  color: var(--white-text);
  border: 0;
  padding: 0 20px;
  transition: all 0.3s ease-out;
}

.widget-search-box .stylish-input-group .input-group-addon button:hover {
  background-color: var(--secondary-color);
}

.widget-search-box .stylish-input-group .input-group-addon button span {
  color: var(--white-text);
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
  transition: all 0.3s ease-out;
}

.widget-category .category-list ul li {
  background-color: var(--card-color);
  margin-bottom: 2px;
}

.widget-category .category-list ul li a {
  position: relative;
  display: block;
  color: var(--dark-text);
  padding: 15px 0 15px 22px;
  transition: all 0.3s ease-out;
}

.widget-category .category-list ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.widget-category .category-list ul li a i:before {
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease-out;
}

.widget-category .category-list ul li a:hover {
  color: var(--secondary-color);
  padding-left: 30px;
}

.widget-recent-post .recent-post-list li {
  background-color: var(--card-color);
  padding: 16px 20px 20px;
  margin-bottom: 2px;
}

.widget-padding {
  padding: 30px 30px;
}

.widget-newsletter .item-content .form-box .form-group .form-control {
  border: none;
  padding: 10px;
}

.widget-newsletter .item-content .form-box .form-control {
  height: 60px;
  color: var(--form-input-text);
  border: 1px solid #d4d4d4;
  background-color: var(--form-input-bg);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
}

.widget-newsletter .item-content .form-box .form-control:focus {
  color: var(--dark-text);
  background-color: var(--form-input-bg);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--secondary-color);
}

.widget-newsletter .item-content .form-box .form-control::placeholder {
  color: var(--form-input-text);
}

.widget-newsletter .item-content .form-box .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px
}

.widget-newsletter .item-content .form-box .contact-info ul li {
  position: relative;
  padding-left: 95px;
  margin-bottom: 35px
}

.widget-newsletter .item-content .form-box .contact-info ul li .icon {
  border: 1px dashed var(--PrimaryColor);
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: var(--white-text);
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background-color: var(--PrimaryColor);
}

.form-group .form-control {
  font-size: 16px;
  padding: 10px 15px;
  border: none;
}

.widget-newsletter .item-content .form-box .form-group .item-btn {
  width: 100%;
  border: none;
  background-color: var(--secondary-color);
  border-radius: 4px;
  font-weight: 500;
  padding: 15px;
  transition: all 0.3s ease-out;
}

.widget-tag .tag-list li {
  display: inline-block;
  margin: 1px -1px;
}

.widget-tag .tag-list li a {
  font-size: 14px;
  display: block;
  background-color: var(--card-color);
  color: var(--para-text);
  padding: 10px 18px;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.widget-tag .tag-list li a:hover {
  background-color: var(--PrimaryColor);
  color: var(--white-text);
}

.single-blog-box-layout1 .item-details .entry-meta {
  margin-bottom: 25px;
  border-bottom: 1px solid #d4d4d4;
}

.single-blog-box-layout1 .item-details .entry-meta ul .item-author {
  position: relative;
  padding-left: 25px;
}

.single-blog-box-layout1 .item-details .entry-meta ul li {
  display: inline-block;
  margin-right: 25px;
  font-size: 15px;
  margin-bottom: 12px;
}

.single-blog-box-layout1 .item-details .entry-meta ul .item-author:after {
  content: "";
  height: 2px;
  width: 18px;
  background-color: var(--PrimaryColor);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.single-blog-box-layout1 .quates-text {
  padding: 38px 42px 34px;
  font-style: italic;
  line-height: 1.7;
  margin: 35px 40px;
}

@media(max-width:767px) {
  .single-blog-box-layout1 .item-details .quates-text {
    padding: 15px 30px 15px
  }
}

.single-blog-box-layout1 .item-details .quates-text .post-author {
  position: relative;
}

.single-blog-box-layout1 .item-details .quates-text .post-author:after {
  content: "";
  height: 2px;
  width: 18px;
  background-color: var(--PrimaryColor);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.comments-area {
  padding: 25px;
  margin-top: 30px;
  box-shadow: var(--box-shadow) !important;
  background-color: var(--white-color);
}

.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
  font-weight: 600
}

.comments-area .comments-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: var(--primary-color);
  top: 50%;
  transform: translateY(-50%)
}

.comments-area .comment-body {
  border-bottom: 1px solid #d4d4d4;
  padding-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: var(--dark-text);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600
}

.comments-area .comment-body .reply a:hover {
  color: var(--white-text);
  background-color: var(--PrimaryColor);
  border-color: var(--PrimaryColor);
  transition: 0.3s ease-in;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: .4em;
  position: relative;
  z-index: 2
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  border-radius: 50%
}

.comments-area .comment-author .fn {
  font-weight: 600;
  color: var(--PrimaryColor);
}

#commentForm .form-control {
  color: var(--form-input-text);
  border: 1px solid #d4d4d4;
  background-color: var(--alt-color);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
}

#commentForm .form-control:focus {
  color: var(--dark-text);
  background-color: var(--alt-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--secondary-color);
}

#commentForm .form-control::placeholder {
  color: var(--form-input-text);
}

#commentForm.contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px
}

/* ==================
   Contact Page Details
================== */

footer.footer_main.cfooter {
  margin-top: 0px !important;
}

.contact-area .form-control {
  height: 50px;
  color: var(--form-input-text);
  border: 1px solid #d4d4d4;
  background-color: var(--alt-color);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
}

.contact-area .form-control:focus {
  color: var(--dark-text);
  background-color: var(--alt-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--secondary-color);
}

.contact-area .form-control::placeholder {
  color: var(--form-input-text);
}

.contact-area .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px
}

.contact-area .contact-info ul li {
  position: relative;
  padding-left: 95px;
  margin-bottom: 35px
}

.contact-area .contact-info ul li .icon {
  border: 2px dashed var(--PrimaryColor);
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: var(--white-text);
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.contact-area .contact-info ul li .icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--PrimaryColor);
  border-radius: 50%;
  margin: 6px;
  z-index: -1
}

#contactform .form-control,
.form-select {
  height: 50px;
  color: var(--form-input-text);
  border: 1px solid #d4d4d4;
  background-color: var(--form-input-bg)!important;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
}

#contactform .form-control::placeholder {
  color: var(--form-input-text);
}

#contactform .form-control:focus,
.form-select:focus {
  color: var(--dark-text);
  background-color: var(--alt-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--secondary-color);
}

#contactform .form-control:hover:focus,
.form-control:focus {
  box-shadow: unset
}

#search .error:not(.form-control) {
  position: absolute;
  top: 100%;
}

.btn-close-custom {
  background: transparent;
  border: none;
  color: var(--dark-text);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.btn-close-custom:hover {
  color: var(--secondary-color);
}

.contact_map iframe {
  width: 100%;
  height: 100%;
}

.contact_map {
  height: 500px;
}

.project-big-img {
  max-height: 550px;
  overflow: hidden;
}

.project-big-img img {
  height: auto;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.custom-close-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.grid-wrapper img {
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: brightness(0.92) contrast(1.05);
}

.grid-wrapper img:hover {
  transform: scale(1.03);
  filter: brightness(1) contrast(1.08);
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  background: rgba(255,255,255,0.04);
  padding: 14px;
  border-radius: 24px;
}

.registration_bonus_section {
  background:
    radial-gradient(circle at top left, rgba(24, 95, 140, 0.28), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 212, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #07131c 0%, #0b1d2a 48%, #10283a 100%);
  position: relative;
}

.registration_bonus_wrap {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.bonus-highlight {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(21, 100, 143, 0.96) 0%, rgba(10, 48, 72, 0.96) 100%);
  position: relative;
}

.bonus-highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 30%);
  pointer-events: none;
}

.bonus-eyebrow {
  color: #b9dff4;
  letter-spacing: 1.8px;
  font-size: 14px;
  font-weight: 600;
}

.bonus-main {
  font-size: 26px;
  line-height: 1.5;
}

.bonus-main span {
  color: #ffffff;
  font-weight: 800;
}

.bonus-description {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.steps-side {
  background: transparent;
}

.steps-side .para-text {
  color: #8ecae6;
  letter-spacing: 1.6px;
}

/* UPDATED CARD STYLE */

.step-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.04) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  padding: 38px 28px;
  min-height: 320px;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
  border-color: rgba(142, 202, 230, 0.4);
}

/* ICON */

.step-card .item-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 16px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(173,216,230,0.55),
    rgba(142,202,230,0.45)
  );
  border: 1px solid rgba(173,216,230,0.6);
  box-shadow:
    inset 0 10px 30px rgba(255,255,255,0.15),
    0 12px 30px rgba(0,0,0,0.35);
}


.step-card .item-icon i {
  font-size: 64px;
  color: #d7f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.step-card .item-icon svg {
  width: 56px !important;
  height: 56px !important;
}

.step-card .item-icon i svg {
  width: 56px !important;
  height: 56px !important;
}
/* NUMBER */

.step-number {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #8ecae6;
  margin-bottom: 10px;
}

/* TITLE */

.step-card h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
}

/* TEXT */

.step-card p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

/* BUTTON */

.registration_bonus_section .primary-btn {
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(21, 100, 143, 0.35);
}

/* TABLET */

@media (max-width: 991px) {

  .bonus-highlight {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .bonus-main {
    font-size: 22px;
  }

  .step-card {
    min-height: auto;
  }

  .step-card h4 {
    font-size: 22px;
  }

}

/* MOBILE */

@media (max-width: 767px) {

  .registration_bonus_wrap {
    border-radius: 18px;
  }

  .bonus-highlight,
  .steps-side {
    padding: 28px 22px !important;
  }

  .bonus-main {
    font-size: 20px;
  }

  .bonus-description,
  .step-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .step-card {
    padding: 28px 22px;
  }

}

/* ==========================
   Top Games Section
========================== */

.top_games_section {
  background:
    radial-gradient(circle at top left, rgba(24, 95, 140, 0.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(0, 212, 255, 0.12), transparent 24%),
    linear-gradient(135deg, #07131c 0%, #0b1d2a 48%, #10283a 100%);
  position: relative;
}

.top-games-subtitle {
  color: #8ecae6;
  letter-spacing: 1.8px;
  font-size: 14px;
  font-weight: 600;
}

.top-games-title {
  color: #ffffff;
  font-size: 44px;
  font-weight: 800;
  margin: 0;
}

.top-games-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.game-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.30);
  border-color: rgba(142, 202, 230, 0.35);
}

.game-card img {
  width: 100%;
  aspect-ratio: 3 / 4.4;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.game-card:hover img {
  transform: scale(1.05);
  filter: brightness(0.72);
}

.game-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 19, 28, 0.05) 0%,
    rgba(7, 19, 28, 0.25) 45%,
    rgba(7, 19, 28, 0.78) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.game-card:hover .game-card-overlay {
  opacity: 1;
}

.game-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 14px 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1f7cb3 0%, #0f5e8b 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  box-shadow: 0 10px 30px rgba(21, 100, 143, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.game-card:hover .game-play-btn {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(21, 100, 143, 0.45);
}

.game-play-btn:hover {
  background: linear-gradient(135deg, #2492d0 0%, #15648f 100%);
  color: #ffffff;
}

/* Large tablets */
@media (max-width: 1199px) {
  .top-games-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .top-games-title {
    font-size: 38px;
  }
}

/* Tablets */
@media (max-width: 991px) {
  .top-games-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .top-games-title {
    font-size: 34px;
  }

  .game-play-btn {
    min-width: 128px;
    padding: 12px 20px;
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .top_games_section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .top-games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .top-games-title {
    font-size: 28px;
    line-height: 1.25;
  }

  .game-card {
    border-radius: 16px;
  }

  .game-play-btn {
    min-width: 112px;
    padding: 11px 16px;
    font-size: 14px;
    border-radius: 12px;
  }

  .game-card-overlay {
    opacity: 1;
    background: linear-gradient(
      180deg,
      rgba(7, 19, 28, 0.02) 0%,
      rgba(7, 19, 28, 0.18) 50%,
      rgba(7, 19, 28, 0.62) 100%
    );
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .top-games-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .top-games-title {
    font-size: 24px;
  }

  .top-games-subtitle {
    font-size: 12px;
  }

  .game-play-btn {
    min-width: 100px;
    padding: 10px 14px;
    font-size: 13px;
  }
}

.top-games{
margin-top:-40px;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;

  padding: 18px;
  border-radius: 28px;

  background: #ffffff;

  box-shadow: 
  0 20px 60px rgba(0,0,0,0.18),
  0 8px 20px rgba(0,0,0,0.08);
}

.grid-wrapper img{
  border-radius: 16px;
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: brightness(0.94) contrast(1.05);
}

.grid-wrapper img:hover{
  transform: scale(1.03);
  filter: brightness(1) contrast(1.08);
}

.services-main .card-color{
transition: all .3s ease;
}

.services-main .card-color:hover{
transform: translateY(-8px);
box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

p, .description {
text-transform: none !important;
}

/* ==========================
   The Star Bonus Section
========================== */

.star-bonus-section {
  background: linear-gradient(180deg, #eef7fc 0%, #e2f1fb 52%, #d8ebf8 100%);
  position: relative;
  overflow: hidden;
}

.star-bonus-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21,100,143,0.14) 0%, rgba(21,100,143,0) 70%);
  pointer-events: none;
}

.star-bonus-section::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 189, 214, 0.16) 0%, rgba(24, 189, 214, 0) 70%);
  pointer-events: none;
}

.star-bonus-heading {
  max-width: 980px;
  margin: 0 auto;
}

.star-bonus-kicker {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(21,100,143,0.10);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.star-bonus-title {
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 18px;
}

.star-bonus-lead {
  font-size: 18px;
  line-height: 1.8;
  color: #5d6a75;
  margin: 0 auto;
  max-width: 900px;
}

.star-bonus-panel {
  border-radius: 30px;
  padding: 34px;
  position: relative;
  height: 100%;
}

.star-bonus-panel-main {
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  border: 1px solid rgba(21,100,143,0.10);
  box-shadow: 0 20px 60px rgba(20, 57, 86, 0.10);
}

.star-bonus-panel-light {
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,252,255,0.96) 100%);
  border: 1px solid rgba(21,100,143,0.10);
  box-shadow: 0 20px 60px rgba(20, 57, 86, 0.10);
}

.star-bonus-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #15648f 0%, #1a80b6 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .6px;
  margin-bottom: 18px;
  box-shadow: 0 10px 24px rgba(21,100,143,0.20);
}

.star-panel-title {
  font-size: 32px;
  line-height: 1.2;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 16px;
}

.star-panel-text {
  font-size: 16px;
  line-height: 1.85;
  color: #5c6872;
  margin-bottom: 22px;
}

.star-benefit-list {
  display: grid;
  gap: 18px;
  margin-top: 10px;
}

.star-benefit-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 18px 18px 16px;
  border-radius: 20px;
  background: rgba(21,100,143,0.04);
  border: 1px solid rgba(21,100,143,0.08);
}

.star-benefit-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1dcad3 0%, #15648f 100%);
  margin-top: 8px;
  flex: 0 0 12px;
  box-shadow: 0 0 0 6px rgba(29,202,211,0.12);
}

.star-benefit-item h4 {
  font-size: 19px;
  line-height: 1.3;
  color: #16384d;
  margin-bottom: 8px;
  font-weight: 700;
}

.star-benefit-item p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin: 0;
}

.star-club-note {
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(21,100,143,0.06) 0%, rgba(29,202,211,0.06) 100%);
  border: 1px solid rgba(21,100,143,0.08);
}

.star-mini-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e6f5ff;
  color: #15648f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-club-note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5d6a75;
}

.star-offer-hero {
  margin-bottom: 28px;
}

.star-offer-topline {
  display: inline-block;
  margin-bottom: 10px;
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.star-offer-title {
  font-size: 34px;
  line-height: 1.2;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 18px;
}

.star-welcome-box {
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #15648f 0%, #1b7cab 55%, #20a8c2 100%);
  box-shadow: 0 18px 40px rgba(21,100,143,0.22);
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.star-welcome-box::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
}

.star-welcome-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .9px;
}

.star-welcome-value {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
  max-width: 760px;
}

.star-promos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.star-promo-card {
  position: relative;
  padding: 22px 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  box-shadow: 0 12px 30px rgba(23, 62, 94, 0.08);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.star-promo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(23, 62, 94, 0.12);
  border-color: rgba(21,100,143,0.18);
}

.star-promo-card.featured {
  background: linear-gradient(180deg, #f6fbff 0%, #ecf8ff 100%);
  border-color: rgba(21,100,143,0.14);
}

.star-promo-card.featured-soft {
  background: linear-gradient(180deg, #fbfdff 0%, #f1f9ff 100%);
}

.promo-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(21,100,143,0.10);
  color: #15648f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-promo-card h4 {
  font-size: 22px;
  line-height: 1.25;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 10px;
}

.promo-value {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  color: #1a80b6;
  margin-bottom: 10px;
}

.promo-copy {
  font-size: 15px;
  line-height: 1.75;
  color: #61707b;
  margin: 0;
}

.star-bonus-footer {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(21,100,143,0.08);
}

.star-bonus-footer p {
  font-size: 15px;
  line-height: 1.85;
  color: #5d6a75;
  margin: 0;
}

@media (max-width: 1199px) {
  .star-bonus-title {
    font-size: 40px;
  }

  .star-offer-title,
  .star-panel-title {
    font-size: 30px;
  }

  .star-welcome-value {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .star-bonus-title {
    font-size: 34px;
  }

  .star-promos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .star-bonus-panel {
    padding: 28px;
  }
}

@media (max-width: 767px) {
  .star-bonus-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .star-bonus-title {
    font-size: 28px;
  }

  .star-bonus-lead {
    font-size: 16px;
    line-height: 1.75;
  }

  .star-panel-title,
  .star-offer-title {
    font-size: 25px;
  }

  .star-welcome-value {
    font-size: 22px;
  }

  .star-promos-grid {
    grid-template-columns: 1fr;
  }

  .star-bonus-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .star-benefit-item,
  .star-promo-card,
  .star-club-note,
  .star-welcome-box {
    border-radius: 18px;
  }
}

@media (max-width: 480px) {
  .star-bonus-title {
    font-size: 24px;
  }

  .star-bonus-kicker,
  .promo-badge,
  .star-mini-badge,
  .star-welcome-label {
    font-size: 11px;
  }

  .star-promo-card h4 {
    font-size: 20px;
  }

  .promo-value {
    font-size: 21px;
  }
}

.star-rewards-box {
  margin-top: 24px;
  padding: 22px 22px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fcff 0%, #eef7fd 100%);
  border: 1px solid rgba(21,100,143,0.10);
  box-shadow: 0 12px 30px rgba(23,62,94,0.08);
}

.star-rewards-title {
  font-size: 22px;
  line-height: 1.3;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 10px;
}

.star-rewards-text {
  font-size: 15px;
  line-height: 1.8;
  color: #5d6a75;
  margin-bottom: 16px;
}

.star-rewards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.star-reward-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  color: #3f4f5b;
  font-size: 14px;
  font-weight: 600;
}

.star-reward-pill i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(21,100,143,0.10);
  color: #15648f;
  font-size: 13px;
  flex: 0 0 30px;
}

.star-rewards-note {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(21,100,143,0.06);
  border: 1px solid rgba(21,100,143,0.08);
  font-size: 14px;
  line-height: 1.75;
  color: #5d6a75;
}

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

  .star-rewards-title {
    font-size: 20px;
  }
}

.star-parallax-banner{
padding:120px 0;
position:relative;
overflow:hidden;
}

.star-banner-overlay{
position:absolute;
inset:0;
background:linear-gradient(
90deg,
rgba(10,41,61,0.75) 0%,
rgba(10,41,61,0.55) 40%,
rgba(10,41,61,0.20) 100%
);
}

.star-banner-content{
position:relative;
z-index:2;
max-width:700px;
color:#fff;
}

.star-banner-badge{
display:inline-block;
padding:8px 16px;
border-radius:999px;
background:rgba(255,255,255,0.15);
border:1px solid rgba(255,255,255,0.25);
font-size:13px;
font-weight:700;
letter-spacing:1px;
margin-bottom:18px;
}

.star-banner-title{
font-size:54px;
font-weight:800;
line-height:1.1;
margin-bottom:16px;
}

.star-banner-bonus{
font-size:30px;
font-weight:800;
color:#8fdcff;
margin-bottom:18px;
}

.star-banner-text{
font-size:18px;
line-height:1.8;
margin-bottom:28px;
color:rgba(255,255,255,0.9);
}

.star-banner-btn{
padding:16px 32px;
font-size:17px;
border-radius:12px;
}

@media(max-width:991px){

.star-parallax-banner{
background-attachment:scroll;
padding:100px 0;
}

.star-banner-title{
font-size:40px;
}

.star-banner-bonus{
font-size:24px;
}

}

@media(max-width:767px){

.star-banner-title{
font-size:32px;
}

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

}

/* ==========================
   Star Gaming Experience
========================== */

.star-gaming-experience {
  background: linear-gradient(180deg, #eef7fc 0%, #e3f1fb 52%, #d9ebf7 100%);
  position: relative;
  overflow: hidden;
}

.star-gaming-experience::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21,100,143,0.14) 0%, rgba(21,100,143,0) 70%);
  pointer-events: none;
}

.star-gaming-experience::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,202,211,0.14) 0%, rgba(29,202,211,0) 70%);
  pointer-events: none;
}

.star-gaming-heading {
  max-width: 960px;
  margin: 0 auto;
}

.star-gaming-kicker {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(21,100,143,0.10);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.star-gaming-title {
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 16px;
}

.star-gaming-lead {
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #5d6a75;
}

.star-gaming-panel {
  border-radius: 30px;
  padding: 32px;
  height: 100%;
  position: relative;
  border: 1px solid rgba(21,100,143,0.10);
  box-shadow: 0 20px 60px rgba(20,57,86,0.10);
}

.star-gaming-panel-land {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.star-gaming-panel-online {
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(246,251,255,0.96) 100%);
}

.star-panel-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

.star-panel-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.star-panel-badge.land {
  background: linear-gradient(135deg, #15648f 0%, #1a80b6 100%);
}

.star-panel-badge.online {
  background: linear-gradient(135deg, #18b8c6 0%, #1691ba 100%);
}

.star-panel-label {
  color: #64808f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-panel-heading {
  font-size: 32px;
  line-height: 1.2;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 16px;
}

.star-panel-copy {
  font-size: 16px;
  line-height: 1.9;
  color: #5d6a75;
  margin-bottom: 22px;
}

.star-highlight-box {
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(21,100,143,0.06) 0%, rgba(29,202,211,0.06) 100%);
  border: 1px solid rgba(21,100,143,0.08);
  margin-bottom: 22px;
}

.star-highlight-box h4 {
  font-size: 22px;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 10px;
}

.star-highlight-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin: 0;
}

.star-feature-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.star-feature-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 20px;
  background: rgba(21,100,143,0.04);
  border: 1px solid rgba(21,100,143,0.08);
}

.feature-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(21,100,143,0.14), rgba(29,202,211,0.16));
  color: #15648f;
  font-size: 18px;
}

.star-feature-card h5 {
  font-size: 19px;
  font-weight: 700;
  color: #16384d;
  margin-bottom: 8px;
}

.star-feature-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin: 0;
}

.star-games-list-wrap {
  padding: 20px 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  box-shadow: 0 10px 24px rgba(20,57,86,0.05);
}

.star-games-list-title {
  font-size: 18px;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 14px;
}

.star-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.star-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(21,100,143,0.08);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
}

.star-online-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.star-online-card {
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  box-shadow: 0 10px 24px rgba(20,57,86,0.05);
  transition: transform .3s ease, box-shadow .3s ease;
}

.star-online-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(20,57,86,0.08);
}

.star-online-card.featured {
  background: linear-gradient(180deg, #f6fbff 0%, #edf8ff 100%);
  border-color: rgba(21,100,143,0.12);
}

.online-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(24,184,198,0.10);
  color: #1691ba;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-online-card h4 {
  font-size: 22px;
  line-height: 1.25;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 10px;
}

.star-online-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin: 0;
}

.star-online-bottom {
  margin-top: 22px;
}

.star-mini-note {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(21,100,143,0.06) 0%, rgba(29,202,211,0.06) 100%);
  border: 1px solid rgba(21,100,143,0.08);
  font-size: 15px;
  line-height: 1.85;
  color: #5d6a75;
}

@media (max-width: 1199px) {
  .star-gaming-title {
    font-size: 40px;
  }

  .star-panel-heading {
    font-size: 29px;
  }
}

@media (max-width: 991px) {
  .star-gaming-title {
    font-size: 34px;
  }

  .star-online-categories {
    grid-template-columns: 1fr 1fr;
  }

  .star-gaming-panel {
    padding: 26px;
  }
}

@media (max-width: 767px) {
  .star-gaming-experience {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .star-gaming-title {
    font-size: 28px;
  }

  .star-gaming-lead {
    font-size: 16px;
    line-height: 1.75;
  }

  .star-panel-heading {
    font-size: 24px;
  }

  .star-gaming-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .star-online-categories {
    grid-template-columns: 1fr;
  }

  .star-feature-card,
  .star-highlight-box,
  .star-online-card,
  .star-games-list-wrap {
    border-radius: 18px;
  }
}

/* ==============================
Table Games & Live Casino Block
============================== */

.star-table-live{
background:#f4f9fd;
}

.star-table-live-kicker{
display:inline-block;
padding:6px 16px;
border-radius:30px;
background:#dff2ff;
color:#15648f;
font-size:13px;
font-weight:700;
letter-spacing:1px;
margin-bottom:15px;
}

.star-table-live-title{
font-size:44px;
font-weight:800;
color:#16384d;
margin-bottom:15px;
}

.star-table-live-lead{
max-width:820px;
margin:auto;
font-size:18px;
line-height:1.8;
color:#61707b;
}

/* PANELS */

.table-live-panel{
border-radius:28px;
padding:30px;
height:100%;
background:white;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
border:1px solid rgba(21,100,143,0.08);
}

.panel-header h3{
font-size:28px;
font-weight:800;
color:#16384d;
margin-top:10px;
}

.panel-badge{
padding:6px 12px;
border-radius:20px;
font-size:12px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
}

.panel-badge.land{
background:#15648f;
color:#fff;
}

.panel-badge.online{
background:#1dcad3;
color:#fff;
}

.panel-text{
font-size:16px;
line-height:1.9;
color:#61707b;
margin:18px 0 25px;
}

/* TABLE GAME GRID */

.table-game-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
margin-bottom:25px;
}

.table-game{
display:flex;
align-items:center;
gap:10px;
padding:12px 14px;
border-radius:14px;
background:#f3f9fd;
font-weight:600;
color:#16384d;
}

.table-game i{
color:#15648f;
font-size:16px;
}

/* PREMIUM BOX */

.table-highlight{
background:linear-gradient(135deg,#e8f6ff,#f4fbff);
border-radius:16px;
padding:18px;
border:1px solid rgba(21,100,143,0.12);
}

.table-highlight span{
font-weight:700;
color:#15648f;
}

/* LIVE CASINO */

.live-casino-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:16px;
margin-bottom:20px;
}

.live-card{
padding:18px;
border-radius:18px;
background:#f9fcff;
border:1px solid rgba(21,100,143,0.08);
transition:.3s;
}

.live-card:hover{
transform:translateY(-4px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.live-card h4{
font-size:20px;
font-weight:700;
color:#16384d;
margin-bottom:8px;
}

.live-card p{
font-size:15px;
line-height:1.7;
color:#61707b;
}

.live-note{
background:#eef7ff;
padding:16px;
border-radius:14px;
font-size:15px;
color:#5f6c75;
border:1px solid rgba(21,100,143,0.08);
}

/* MOBILE */

@media(max-width:768px){

.star-table-live-title{
font-size:30px;
}

.table-live-panel{
padding:22px;
}

.live-casino-grid{
grid-template-columns:1fr;
}

.table-game-grid{
grid-template-columns:1fr;
}

}

/* ==========================
   Star Slots & Pokies
========================== */

.star-slots-section {
  background: linear-gradient(180deg, #eef7fc 0%, #e4f1fb 52%, #dbeaf7 100%);
  position: relative;
  overflow: hidden;
}

.star-slots-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21,100,143,0.12) 0%, rgba(21,100,143,0) 70%);
  pointer-events: none;
}

.star-slots-section::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,202,211,0.14) 0%, rgba(29,202,211,0) 70%);
  pointer-events: none;
}

.star-slots-heading {
  max-width: 980px;
  margin: 0 auto;
}

.star-slots-kicker {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(21,100,143,0.10);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.star-slots-title {
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 16px;
}

.star-slots-lead {
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #5d6a75;
}

.star-slots-panel {
  border-radius: 30px;
  padding: 32px;
  height: 100%;
  position: relative;
  border: 1px solid rgba(21,100,143,0.10);
  box-shadow: 0 20px 60px rgba(20,57,86,0.10);
}

.star-slots-panel-land {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.star-slots-panel-online {
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(246,251,255,0.96) 100%);
}

.star-slots-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.star-slots-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.star-slots-badge.land {
  background: linear-gradient(135deg, #15648f 0%, #1a80b6 100%);
}

.star-slots-badge.online {
  background: linear-gradient(135deg, #18b8c6 0%, #1691ba 100%);
}

.star-slots-label {
  color: #64808f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-slots-panel-title {
  font-size: 32px;
  line-height: 1.2;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 16px;
}

.star-slots-copy {
  font-size: 16px;
  line-height: 1.9;
  color: #5d6a75;
  margin-bottom: 22px;
}

.star-slots-highlight {
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(21,100,143,0.06) 0%, rgba(29,202,211,0.06) 100%);
  border: 1px solid rgba(21,100,143,0.08);
  margin-bottom: 22px;
}

.star-slots-highlight h4 {
  font-size: 22px;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 10px;
}

.star-slots-highlight p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin: 0;
}

.star-slots-feature-list {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.star-slot-feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 20px;
  background: rgba(21,100,143,0.04);
  border: 1px solid rgba(21,100,143,0.08);
}

.star-slot-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(21,100,143,0.14), rgba(29,202,211,0.16));
  color: #15648f;
  font-size: 17px;
}

.star-slot-feature-item h5 {
  font-size: 19px;
  font-weight: 700;
  color: #16384d;
  margin-bottom: 8px;
}

.star-slot-feature-item p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin: 0;
}

.star-slots-chip-box {
  padding: 20px 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  box-shadow: 0 10px 24px rgba(20,57,86,0.05);
}

.star-chip-box-title {
  font-size: 18px;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 14px;
}

.star-slot-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.star-slot-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(21,100,143,0.08);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
}

.star-online-slots-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 22px;
}

.star-online-slot-card {
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  box-shadow: 0 10px 24px rgba(20,57,86,0.05);
  transition: transform .3s ease, box-shadow .3s ease;
}

.star-online-slot-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(20,57,86,0.08);
}

.star-online-slot-card.featured {
  background: linear-gradient(180deg, #f6fbff 0%, #edf8ff 100%);
  border-color: rgba(21,100,143,0.12);
}

.online-slot-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(24,184,198,0.10);
  color: #1691ba;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-online-slot-card h4 {
  font-size: 22px;
  line-height: 1.25;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 10px;
}

.star-online-slot-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin: 0;
}

.star-slots-example-box {
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(21,100,143,0.06) 0%, rgba(29,202,211,0.06) 100%);
  border: 1px solid rgba(21,100,143,0.08);
  margin-bottom: 20px;
}

.star-slots-example-box h4 {
  font-size: 20px;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 14px;
}

.star-slots-example-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.star-slots-example-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
}

.star-slots-note {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(21,100,143,0.06) 0%, rgba(29,202,211,0.06) 100%);
  border: 1px solid rgba(21,100,143,0.08);
  font-size: 15px;
  line-height: 1.85;
  color: #5d6a75;
}

@media (max-width: 1199px) {
  .star-slots-title {
    font-size: 40px;
  }

  .star-slots-panel-title {
    font-size: 29px;
  }
}

@media (max-width: 991px) {
  .star-slots-title {
    font-size: 34px;
  }

  .star-slots-panel {
    padding: 26px;
  }

  .star-online-slots-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .star-slots-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .star-slots-title {
    font-size: 28px;
  }

  .star-slots-lead {
    font-size: 16px;
    line-height: 1.75;
  }

  .star-slots-panel-title {
    font-size: 24px;
  }

  .star-slots-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .star-online-slots-grid {
    grid-template-columns: 1fr;
  }

  .star-slots-highlight,
  .star-slot-feature-item,
  .star-online-slot-card,
  .star-slots-chip-box,
  .star-slots-example-box {
    border-radius: 18px;
  }
}

.sportsbook-section .rounded-4 {
  box-shadow: 0 20px 60px rgba(0,0,0,0.14);
}

.sportsbook-section img {
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: brightness(0.95) contrast(1.04);
}

.sportsbook-section img:hover {
  transform: scale(1.03);
  filter: brightness(1) contrast(1.08);
}

/* ==========================
   Visitor Information & Online Access
========================== */

.star-visitor-section {
  background: linear-gradient(180deg, #eef7fc 0%, #e3f1fb 52%, #d9ebf7 100%);
  position: relative;
  overflow: hidden;
}

.star-visitor-section::before {
  content: "";
  position: absolute;
  top: -110px;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21,100,143,0.12) 0%, rgba(21,100,143,0) 70%);
  pointer-events: none;
}

.star-visitor-section::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,202,211,0.14) 0%, rgba(29,202,211,0) 70%);
  pointer-events: none;
}

.star-visitor-heading {
  max-width: 980px;
  margin: 0 auto;
}

.star-visitor-kicker {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(21,100,143,0.10);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.star-visitor-title {
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 16px;
}

.star-visitor-lead {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #5d6a75;
}

.star-visitor-panel {
  border-radius: 30px;
  padding: 32px;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21,100,143,0.10);
  box-shadow: 0 20px 60px rgba(20,57,86,0.10);
}

.star-visitor-panel.online-panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(246,251,255,0.97) 100%);
}

.star-visitor-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.star-visitor-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #15648f 0%, #1a80b6 100%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.star-visitor-badge.online {
  background: linear-gradient(135deg, #18b8c6 0%, #1691ba 100%);
}

.star-visitor-label {
  color: #64808f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-visitor-panel-title {
  font-size: 32px;
  line-height: 1.2;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 16px;
}

.star-visitor-copy {
  font-size: 16px;
  line-height: 1.9;
  color: #5d6a75;
  margin-bottom: 22px;
}

.star-visitor-rule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 22px;
}

.star-visitor-card {
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  box-shadow: 0 10px 24px rgba(20,57,86,0.05);
  transition: transform .3s ease, box-shadow .3s ease;
}

.star-visitor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(20,57,86,0.08);
}

.star-visitor-card.featured {
  background: linear-gradient(180deg, #f6fbff 0%, #edf8ff 100%);
  border-color: rgba(21,100,143,0.12);
}

.star-visitor-mini-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(21,100,143,0.10);
  color: #15648f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-visitor-card h4 {
  font-size: 22px;
  line-height: 1.25;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 10px;
}

.star-visitor-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin: 0;
}

.star-visitor-note-box {
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(21,100,143,0.06) 0%, rgba(29,202,211,0.06) 100%);
  border: 1px solid rgba(21,100,143,0.08);
}

.star-visitor-note-box h4 {
  font-size: 20px;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 10px;
}

.star-visitor-note-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
}

.star-online-steps {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
}

.star-online-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 22px;
  background: rgba(21,100,143,0.04);
  border: 1px solid rgba(21,100,143,0.08);
}

.step-no {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #15648f 0%, #1a80b6 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.star-online-step h4 {
  font-size: 20px;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 8px;
}

.star-online-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
}

.star-password-box {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f6fbff 0%, #edf8ff 100%);
  border: 1px solid rgba(21,100,143,0.10);
  box-shadow: 0 10px 24px rgba(20,57,86,0.05);
  margin-bottom: 20px;
}

.star-password-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(24,184,198,0.10);
  color: #1691ba;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-password-box h4 {
  font-size: 24px;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 10px;
}

.star-password-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin-bottom: 14px;
}

.star-password-list {
  margin: 0;
  padding-left: 18px;
  color: #5d6a75;
}

.star-password-list li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.star-online-help-box {
  padding: 20px 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  box-shadow: 0 10px 24px rgba(20,57,86,0.05);
}

.star-online-help-box h4 {
  font-size: 20px;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 14px;
}

.star-help-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.star-help-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(21,100,143,0.08);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .star-visitor-title {
    font-size: 40px;
  }

  .star-visitor-panel-title {
    font-size: 29px;
  }
}

@media (max-width: 991px) {
  .star-visitor-title {
    font-size: 34px;
  }

  .star-visitor-panel {
    padding: 26px;
  }

  .star-visitor-rule-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .star-visitor-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .star-visitor-title {
    font-size: 28px;
  }

  .star-visitor-lead {
    font-size: 16px;
    line-height: 1.75;
  }

  .star-visitor-panel-title {
    font-size: 24px;
  }

  .star-visitor-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .star-visitor-rule-grid {
    grid-template-columns: 1fr;
  }

  .star-visitor-card,
  .star-online-step,
  .star-password-box,
  .star-online-help-box,
  .star-visitor-note-box {
    border-radius: 18px;
  }
}

/* ==========================
   STAR CASINO BRISBANE APP
========================== */

.star-app-section{
background: linear-gradient(180deg,#eef7fc 0%,#e6f2fb 50%,#dcecf7 100%);
position: relative;
overflow: hidden;
}

.star-app-heading{
max-width:900px;
margin:auto;
}

.star-app-kicker{
display:inline-block;
padding:8px 16px;
border-radius:999px;
background:rgba(21,100,143,0.1);
color:#15648f;
font-size:13px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom:14px;
}

.star-app-title{
font-size:44px;
font-weight:800;
color:#16384d;
margin-bottom:16px;
}

.star-app-lead{
font-size:18px;
line-height:1.8;
color:#5d6a75;
}

/* IMAGE */

.star-app-image-box{
text-align:center;
margin-bottom:25px;
}

.star-app-image{
max-width:620px;
box-shadow:0 20px 60px rgba(0,0,0,0.15);
transition:transform .4s ease;
}

.star-app-image:hover{
transform:scale(1.03);
}

.star-app-image-text h3{
font-size:28px;
font-weight:800;
color:#16384d;
margin-bottom:12px;
}

.star-app-image-text p{
color:#5d6a75;
line-height:1.8;
}

/* FEATURES */

.star-app-features{
display:flex;
flex-direction:column;
gap:24px;
}

.star-app-feature{
display:flex;
gap:18px;
align-items:flex-start;
background:#ffffff;
padding:18px;
border-radius:18px;
box-shadow:0 10px 25px rgba(0,0,0,0.06);
border:1px solid rgba(21,100,143,0.08);
}

.star-app-feature i{
font-size:28px;
color:#15648f;
margin-top:4px;
}

.star-app-feature h4{
font-size:20px;
font-weight:700;
margin-bottom:6px;
color:#16384d;
}

.star-app-feature p{
font-size:15px;
line-height:1.7;
color:#5d6a75;
margin:0;
}

/* INSTALL */

.star-app-install{
background:#ffffff;
padding:22px;
border-radius:20px;
border:1px solid rgba(21,100,143,0.08);
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.star-app-install h4{
font-weight:800;
color:#16384d;
margin-bottom:10px;
}

.star-app-install p{
color:#5d6a75;
line-height:1.8;
margin-bottom:18px;
}

.star-app-download{
display:flex;
gap:16px;
flex-wrap:wrap;
}

.star-app-store{
height:55px;
transition:transform .3s ease;
}

.star-app-store:hover{
transform:scale(1.05);
}

/* MOBILE */

@media(max-width:991px){

.star-app-title{
font-size:32px;
}

.star-app-image{
max-width:320px;
}

}

@media(max-width:767px){

.star-app-feature{
flex-direction:row;
}

.star-app-download{
justify-content:center;
}

}

/* ==========================
   Payment Methods Section
========================== */

.star-payments-section {
  background: linear-gradient(180deg, #eef7fc 0%, #e4f1fb 52%, #dbeaf7 100%);
  position: relative;
  overflow: hidden;
}

.star-payments-section::before {
  content: "";
  position: absolute;
  top: -110px;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21,100,143,0.12) 0%, rgba(21,100,143,0) 70%);
  pointer-events: none;
}

.star-payments-section::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,202,211,0.14) 0%, rgba(29,202,211,0) 70%);
  pointer-events: none;
}

.star-payments-heading {
  max-width: 980px;
  margin: 0 auto;
}

.star-payments-kicker {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(21,100,143,0.10);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.star-payments-title {
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 16px;
}

.star-payments-lead {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #5d6a75;
}

.star-payments-info-card {
  border-radius: 30px;
  padding: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21,100,143,0.10);
  box-shadow: 0 20px 60px rgba(20,57,86,0.10);
}

.star-payments-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #15648f 0%, #1a80b6 100%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.star-payments-badge.online {
  background: linear-gradient(135deg, #18b8c6 0%, #1691ba 100%);
}

.star-payments-info-card h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 14px;
}

.star-payments-info-card p {
  font-size: 16px;
  line-height: 1.85;
  color: #5d6a75;
}

.star-payments-points {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.star-payments-point {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(21,100,143,0.05);
  border: 1px solid rgba(21,100,143,0.08);
  color: #40505c;
  font-size: 15px;
  font-weight: 600;
}

.star-payments-point i {
  color: #15648f;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

/* TABLE WRAP */

.star-payments-table-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(21, 100, 143, 0.96) 0%, rgba(10, 48, 72, 0.96) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
}
.star-payments-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.star-payment-tab {
  min-width: 140px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .7px;
  cursor: pointer;
  transition: all .25s ease;
}

.star-payment-tab.active,
.star-payment-tab:hover {
  background: linear-gradient(135deg, #c8a56b 0%, #e0bd86 100%);
  color: #2a1e1d;
  border-color: transparent;
}

.star-payment-table {
  display: none;
}

.star-payment-table.active {
  display: block;
}

.star-payment-table-head {
  display: grid;
  grid-template-columns: 1.8fr 1fr 0.9fr;
  gap: 16px;
  padding: 0 12px 12px;
  color: rgba(255,255,255,0.70);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-payment-row {
  display: grid;
  grid-template-columns: 1.8fr 1fr 0.9fr;
  gap: 16px;
  align-items: center;
  min-height: 78px;
  padding: 12px 14px;
  margin-bottom: 10px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.star-method-cell {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.star-type-cell,
.star-limit-cell {
  color: rgba(255,255,255,0.82);
  font-size: 14px;
}

.star-limit-cell {
  text-align: right;
  font-weight: 700;
}

.star-payment-icon {
  width: 56px;
  height: 36px;
  min-width: 56px;
  min-height: 36px;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 4px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
}

/* AFTER TABLE */

.star-payment-benefit-box {
  border-radius: 24px;
  padding: 26px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21,100,143,0.10);
  box-shadow: 0 16px 40px rgba(20,57,86,0.08);
  text-align: center;
}

.star-benefit-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(21,100,143,0.12), rgba(29,202,211,0.14));
  color: #15648f;
  font-size: 22px;
}

.star-payment-benefit-box h4 {
  font-size: 22px;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 10px;
}

.star-payment-benefit-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5d6a75;
}

/* MOBILE */

@media (max-width: 1199px) {
  .star-payments-title {
    font-size: 40px;
  }

  .star-payments-info-card h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .star-payments-title {
    font-size: 34px;
  }

  .star-payments-info-card {
    padding: 26px;
  }

  .star-payments-table-wrap {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .star-payments-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .star-payments-title {
    font-size: 28px;
  }

  .star-payments-lead {
    font-size: 16px;
    line-height: 1.75;
  }

  .star-payments-info-card h3 {
    font-size: 24px;
  }

  .star-payments-info-card {
    padding: 20px;
    border-radius: 22px;
  }

  .star-payments-table-wrap {
    border-radius: 22px;
    padding: 16px;
  }

  .star-payment-table-head {
    display: none;
  }

  .star-payment-row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: flex-start;
  }

  .star-method-cell {
    font-size: 14px;
  }

  .star-type-cell,
  .star-limit-cell {
    font-size: 13px;
    padding-left: 70px;
  }

  .star-limit-cell {
    text-align: left;
  }

  .star-payment-tab {
    min-width: 120px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .star-payment-benefit-box {
    border-radius: 20px;
  }
}

/* ==========================
   The Star Brisbane Complex
========================== */

.star-complex-section {
  background: linear-gradient(180deg, #eef7fc 0%, #e4f1fb 52%, #dbeaf7 100%);
  position: relative;
  overflow: hidden;
}

.star-complex-section::before {
  content: "";
  position: absolute;
  top: -110px;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21,100,143,0.12) 0%, rgba(21,100,143,0) 70%);
  pointer-events: none;
}

.star-complex-section::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,202,211,0.14) 0%, rgba(29,202,211,0) 70%);
  pointer-events: none;
}

.star-complex-heading {
  max-width: 980px;
  margin: 0 auto;
}

.star-complex-kicker {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(21,100,143,0.10);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.star-complex-title {
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 16px;
}

.star-complex-lead {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #5d6a75;
}

.star-complex-panel {
  border-radius: 30px;
  padding: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21,100,143,0.10);
  box-shadow: 0 20px 60px rgba(20,57,86,0.10);
  height: 100%;
}

.star-complex-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.star-complex-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #15648f 0%, #1a80b6 100%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.star-complex-label {
  color: #64808f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-complex-panel-title {
  font-size: 32px;
  line-height: 1.2;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 16px;
}

.star-complex-copy {
  font-size: 16px;
  line-height: 1.9;
  color: #5d6a75;
  margin-bottom: 22px;
}

.star-complex-feature-list {
  display: grid;
  gap: 16px;
}

.star-complex-feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 20px;
  background: rgba(21,100,143,0.04);
  border: 1px solid rgba(21,100,143,0.08);
}

.star-complex-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(21,100,143,0.14), rgba(29,202,211,0.16));
  color: #15648f;
  font-size: 18px;
}

.star-complex-feature-item h4 {
  font-size: 19px;
  line-height: 1.3;
  color: #16384d;
  margin-bottom: 8px;
  font-weight: 700;
}

.star-complex-feature-item p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin: 0;
}

.star-complex-highlight-box {
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(21,100,143,0.06) 0%, rgba(29,202,211,0.06) 100%);
  border: 1px solid rgba(21,100,143,0.08);
  margin-bottom: 22px;
}

.star-highlight-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(24,184,198,0.10);
  color: #1691ba;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-complex-highlight-box h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 10px;
}

.star-complex-highlight-box p {
  font-size: 15px;
  line-height: 1.85;
  color: #61707b;
  margin: 0;
}

.star-complex-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 22px;
}

.star-complex-card {
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  box-shadow: 0 10px 24px rgba(20,57,86,0.05);
  transition: transform .3s ease, box-shadow .3s ease;
}

.star-complex-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(20,57,86,0.08);
}

.star-complex-card.featured {
  background: linear-gradient(180deg, #f6fbff 0%, #edf8ff 100%);
  border-color: rgba(21,100,143,0.12);
}

.star-complex-card h4 {
  font-size: 22px;
  line-height: 1.25;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 10px;
}

.star-complex-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin: 0;
}

.star-complex-chip-box {
  padding: 20px 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  box-shadow: 0 10px 24px rgba(20,57,86,0.05);
  margin-bottom: 20px;
}

.star-chip-box-title {
  font-size: 18px;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 14px;
}

.star-complex-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.star-complex-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(21,100,143,0.08);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
}

.star-complex-note {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(21,100,143,0.06) 0%, rgba(29,202,211,0.06) 100%);
  border: 1px solid rgba(21,100,143,0.08);
  font-size: 15px;
  line-height: 1.85;
  color: #5d6a75;
}

@media (max-width: 1199px) {
  .star-complex-title {
    font-size: 40px;
  }

  .star-complex-panel-title,
  .star-complex-highlight-box h3 {
    font-size: 29px;
  }
}

@media (max-width: 991px) {
  .star-complex-title {
    font-size: 34px;
  }

  .star-complex-panel {
    padding: 26px;
  }

  .star-complex-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .star-complex-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .star-complex-title {
    font-size: 28px;
  }

  .star-complex-lead {
    font-size: 16px;
    line-height: 1.75;
  }

  .star-complex-panel-title,
  .star-complex-highlight-box h3 {
    font-size: 24px;
  }

  .star-complex-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .star-complex-grid {
    grid-template-columns: 1fr;
  }

  .star-complex-feature-item,
  .star-complex-card,
  .star-complex-chip-box,
  .star-complex-highlight-box {
    border-radius: 18px;
  }
}

/* EXTRA COMPLEX BLOCK */

.star-complex-extra-box{
margin-top:26px;
padding:22px;
border-radius:22px;
background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
border:1px solid rgba(21,100,143,0.10);
box-shadow:0 12px 30px rgba(20,57,86,0.06);
}

.star-complex-extra-title{
font-size:22px;
font-weight:800;
color:#16384d;
margin-bottom:10px;
}

.star-complex-extra-text{
font-size:15px;
line-height:1.85;
color:#5d6a75;
margin-bottom:16px;
}

.star-complex-extra-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
}

.star-extra-item{
display:flex;
align-items:center;
gap:10px;
padding:12px 14px;
border-radius:14px;
background:rgba(21,100,143,0.05);
border:1px solid rgba(21,100,143,0.08);
font-size:14px;
font-weight:600;
color:#40505c;
}

.star-extra-item i{
color:#15648f;
font-size:14px;
width:18px;
text-align:center;
}

/* MOBILE */

@media(max-width:767px){

.star-complex-extra-grid{
grid-template-columns:1fr;
}

}

/* ==========================
   Trust, Safety & Player Protection
========================== */

.star-trust-section {
  background: linear-gradient(180deg, #eef7fc 0%, #e4f1fb 52%, #dbeaf7 100%);
  position: relative;
  overflow: hidden;
}

.star-trust-section::before {
  content: "";
  position: absolute;
  top: -110px;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21,100,143,0.12) 0%, rgba(21,100,143,0) 70%);
  pointer-events: none;
}

.star-trust-section::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,202,211,0.14) 0%, rgba(29,202,211,0) 70%);
  pointer-events: none;
}

.star-trust-heading {
  max-width: 980px;
  margin: 0 auto;
}

.star-trust-kicker {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(21,100,143,0.10);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.star-trust-title {
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  color: #16384d;
  margin-bottom: 16px;
}

.star-trust-lead {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #5d6a75;
}

.star-trust-panel {
  border-radius: 30px;
  padding: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21,100,143,0.10);
  box-shadow: 0 20px 60px rgba(20,57,86,0.10);
  height: 100%;
}

.star-trust-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.star-trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #15648f 0%, #1a80b6 100%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.star-trust-badge.online {
  background: linear-gradient(135deg, #18b8c6 0%, #1691ba 100%);
}

.star-trust-label {
  color: #64808f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-trust-panel-title {
  font-size: 32px;
  line-height: 1.2;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 16px;
}

.star-trust-copy {
  font-size: 16px;
  line-height: 1.9;
  color: #5d6a75;
  margin-bottom: 22px;
}

.star-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 22px;
}

.star-trust-card {
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  box-shadow: 0 10px 24px rgba(20,57,86,0.05);
  transition: transform .3s ease, box-shadow .3s ease;
}

.star-trust-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(20,57,86,0.08);
}

.star-trust-card.featured {
  background: linear-gradient(180deg, #f6fbff 0%, #edf8ff 100%);
  border-color: rgba(21,100,143,0.12);
}

.trust-mini-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(21,100,143,0.10);
  color: #15648f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.star-trust-card h4 {
  font-size: 22px;
  line-height: 1.25;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 10px;
}

.star-trust-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin: 0;
}

.star-trust-rule-box,
.star-provider-box,
.star-online-trust-note {
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(21,100,143,0.06) 0%, rgba(29,202,211,0.06) 100%);
  border: 1px solid rgba(21,100,143,0.08);
}

.star-trust-rule-box h4,
.star-provider-box h4,
.star-online-trust-note h4 {
  font-size: 24px;
  line-height: 1.25;
  color: #16384d;
  font-weight: 800;
  margin-bottom: 10px;
}

.star-trust-rule-box p,
.star-provider-box p,
.star-online-trust-note p {
  font-size: 15px;
  line-height: 1.85;
  color: #61707b;
  margin: 0;
}

.star-provider-box {
  margin-bottom: 22px;
}

.star-provider-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.star-provider-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(21,100,143,0.08);
  color: #15648f;
  font-size: 13px;
  font-weight: 700;
}

.star-support-steps {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
}

.star-support-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 20px;
  background: rgba(21,100,143,0.04);
  border: 1px solid rgba(21,100,143,0.08);
}

.support-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(21,100,143,0.14), rgba(29,202,211,0.16));
  color: #15648f;
  font-size: 18px;
}

.star-support-step h4 {
  font-size: 19px;
  line-height: 1.3;
  color: #16384d;
  margin-bottom: 8px;
  font-weight: 700;
}

.star-support-step p {
  font-size: 15px;
  line-height: 1.8;
  color: #61707b;
  margin: 0;
}

@media (max-width: 1199px) {
  .star-trust-title {
    font-size: 40px;
  }

  .star-trust-panel-title,
  .star-trust-rule-box h4,
  .star-provider-box h4,
  .star-online-trust-note h4 {
    font-size: 29px;
  }
}

@media (max-width: 991px) {
  .star-trust-title {
    font-size: 34px;
  }

  .star-trust-panel {
    padding: 26px;
  }

  .star-trust-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .star-trust-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .star-trust-title {
    font-size: 28px;
  }

  .star-trust-lead {
    font-size: 16px;
    line-height: 1.75;
  }

  .star-trust-panel-title,
  .star-trust-rule-box h4,
  .star-provider-box h4,
  .star-online-trust-note h4 {
    font-size: 24px;
  }

  .star-trust-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .star-trust-grid {
    grid-template-columns: 1fr;
  }

  .star-trust-card,
  .star-trust-rule-box,
  .star-provider-box,
  .star-online-trust-note,
  .star-support-step {
    border-radius: 18px;
  }
}

/* FAQ SECTION */

.star-faq-section{
background:linear-gradient(180deg,#eef7fc 0%,#e6f1fb 60%,#eaf5ff 100%);
}

.star-faq-heading{
max-width:900px;
margin:auto;
}

.star-faq-kicker{
display:inline-block;
padding:8px 16px;
border-radius:999px;
background:rgba(21,100,143,0.10);
color:#15648f;
font-weight:700;
font-size:13px;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom:16px;
}

.star-faq-title{
font-size:44px;
font-weight:800;
color:#16384d;
margin-bottom:16px;
}

.star-faq-lead{
font-size:18px;
color:#5d6a75;
line-height:1.8;
}

.star-faq-accordion .accordion-item{
border:none;
border-radius:18px;
margin-bottom:14px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.star-faq-accordion .accordion-button{
font-weight:700;
font-size:17px;
color:#16384d;
background:#ffffff;
padding:18px 20px;
}

.star-faq-accordion .accordion-button:not(.collapsed){
background:linear-gradient(180deg,#f6fbff,#edf8ff);
color:#15648f;
}

.star-faq-accordion .accordion-button:focus{
box-shadow:none;
}

.star-faq-accordion .accordion-body{
font-size:15px;
line-height:1.8;
color:#5d6a75;
background:#ffffff;
padding:18px 20px;
}

@media(max-width:991px){

.star-faq-title{
font-size:32px;
}

}

@media(max-width:767px){

.star-faq-title{
font-size:28px;
}

.star-faq-lead{
font-size:16px;
}

}

.footer-main{
background:#0b1d2a;
padding-top:70px;
color:#ffffff;
}

.footer-description{
color:#c3d5df;
line-height:1.8;
font-size:15px;
}

.footer-title{
font-weight:700;
margin-bottom:18px;
font-size:16px;
}

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

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

.footer-links a{
color:#c3d5df;
text-decoration:none;
font-size:14px;
transition:.3s;
}

.footer-links a:hover{
color:#ffffff;
padding-left:4px;
}

.footer-social a{
display:inline-flex;
align-items:center;
justify-content:center;
width:36px;
height:36px;
border-radius:50%;
background:#15648f;
margin-right:8px;
color:#fff;
transition:.3s;
}

.footer-social a:hover{
background:#1aa1c0;
}

.footer-trust{
margin-top:20px;
display:flex;
flex-wrap:wrap;
gap:10px;
}

.footer-trust-badge{
background:rgba(255,255,255,0.08);
padding:6px 12px;
border-radius:20px;
font-size:13px;
}

.footer-trust-badge i{
margin-right:6px;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,0.08);
margin-top:40px;
padding-top:20px;
color:#a9c2cf;
font-size:14px;
}