 /* Default CSS  */
 :root {
     --white-color: #ffffff;
     --black-color: #000000;

     --navbar-bg: #143D60;
     --navbar-link-color: #ffffff;
     --dropdown-link-color: #000000;
     --navbar-link-active-bg: #fcdb19;
     --navbar-link-active-color: #000000;
     --navbar-link-hover-bg: #fcdb19;
     --navbar-link-hover-color: #000000;
     --navbar-link-border: 1px solid rgba(255, 255, 255, 0.5);
     --navbar-color-responsive: #000000;
     --navbar-link-hover-color-responsive: #ea3323;
     --navbar-link-active-color-responsive: #ea3323;
     --toggler-color: #ffffff;
     --toggler-hover: #fcdb19;

     --button-bg: #fcdb19;
     --button-color: #017b5b;
     --button-hover-bg: #e4002b;
     --button-hover-color: #ffffff;
     --button-hover-bg-2: #000000;
     --button-hover-color-2: #ffffff;

     --banner-active-bg: #ffffff;
     --banner-title-color-1: #ffffff;
     --banner-paragraph-color-1: rgba(255, 255, 255, 0.5);

     --chart-bg: linear-gradient(to bottom, #112B4A, #0B1C34, #061120);
     --category-bg: #f2f2f2;
     --newsContents-bg: #ffffff;
     --allSports-bg: #f2f2f2;
     --sport-item-bg: #ffffff;
     --casino-bg: #ffffff;
     --blog-bg: linear-gradient(135deg, #1a1a2e, #16213e);
     --blog-item-bg: rgba(255, 255, 255, 0.05);
     --blog-border-1: rgba(255, 255, 255, 0.1);
     --blog-border-2: rgba(255, 215, 0, 0.5);
     --brands-section-bg: #ffffff;
     --features-section-bg: #2b1932;
     --features-item-bg: #167b20;
     --features-text-color: #ffffff;
     --certificate-section-bg: linear-gradient(135deg, #1a0033 0%, #000428 50%, #004e92 100%);
     --tab-buttons-bg: #167b20;
     --faq-section-bg: #167b20;
     --faq-item-bg: #fcdb19;
     --faq-item-color: #167b20;
     --faq-item-active-bg: #4b441b;
     --faq-item-active-color: #ffffff;
     --customer-support-bg: #167b20;
     --contact-section-bg: #ffffff;
     --contact-section-color: #000000;
     --paragraph-color-1: #ffffff;
     --paragraph-color-2: #000000;
     --termsCondition-bg: #f2f2f2;
     --termsCondition-color-1: #000000;
     --termsCondition-color-2: #086703;
     --privacyPolicy-bg: #f2f2f2;
     --privacyPolicy-color-1: #000000;
     --privacyPolicy-color-2: #086703;
     --productDetails-bg: #ffffff;
     --softwareBlog-bg-1: #f2f2f2;
     --softwareBlog-bg-2: #ffffff;
     --platform-section-bg: #143d60;
     --gambling-section-bg: #f2f2f2;
     --apiDetails-bg: #ffffff;
     --plan-section-bg: #f2f2f2;


     --title-color-1: #ffffff;
     --title-color-2: #086703;
     --title-color-3: #000000;

     --social-icon-bg: #11131f;
     --social-icon-color: #ffffff;
     --social-icon-hover-bg: #086703;



     --border-1: #ffffff;
     --border-2: #dddddd;

     --footer-bg: #11131f;
     --footer-color-1: #ffffff;
     --footer-color-2: #ffc107;

     --footer-menu-bg: #143D60;
     --footer-menu-color: #ffffff;
 }

 html {
     scroll-behavior: smooth;
 }

 *,
 ::after,
 ::before {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 body {
     font-family: 'Source Sans Pro', sans-serif;
 }

 ul {
     list-style-type: none;
     padding-left: 0 !important;
 }

 dl,
 ol,
 ul {
     margin-bottom: 0;
 }

 a {
     text-decoration: none;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     line-height: normal;
 }

 p {
     font-size: 17px;
 }

 img {
     max-width: 100%;
 }

 .font-weight-400 {
     font-weight: 400 !important;
 }

 .myContainer {
     width: 100%;
     max-width: 1140px;
     margin: auto;
     padding: 0 20px;
 }

 .button-container a,
 .button-container button {
     font-size: 18px;
     font-weight: 600;
     color: var(--button-color);
     background: var(--button-bg);
     text-align: center;
     padding: 8px 20px;
     transition: all 0.4s ease-in-out;
     text-transform: uppercase;
     border-radius: 5px;
 }

 .button-container a:hover,
 .button-container button:hover {
     background: var(--button-hover-bg);
     color: var(--button-hover-color) !important;
     /* transform: translateX(10px); */
 }

 span.heading_divider {
     background: rgba(0, 0, 0, 10);
     background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(240, 220, 0, 1) 50%, rgba(0, 0, 0, 0.7) 100%);
     width: 30%;
     height: 2px;
     display: block;
     margin: 10px auto;
     border-radius: 50%;
 }

 span.divider {
     display: block;
     width: 100px;
     height: 3px;
     background: #e4002b;
     border-radius: 4px;
 }

 .desktopShow {
     display: block;
 }

 .mobileShow {
     display: none;
 }

 .main-title {
     font-size: 30px;
     font-weight: 700;
     text-align: center;
     color: var(--title-color-2);
     text-transform: uppercase;
     margin: 10px 0;
     line-height: normal;
 }

 .title-description {
     width: 100%;
     max-width: 900px;
     margin: auto;
     color: var(--paragraph-color-2);
     text-align: center;
 }

 @media screen and (max-width: 768px) {
     .hideFooter {
         display: none;
     }

     .desktopShow {
         display: none;
     }

     .footer-right {
         height: 40px;
     }

     .button-container a,
     .button-container button {
         font-size: 15px;
         padding: 7px 13px;
     }

     .main-title {
         font-size: 30px;
     }
 }

 @media screen and (max-width: 560px) {
     .main-title {
         font-size: 27px;
     }

 }

 @media screen and (max-width: 425px) {
     .main-title {
         font-size: 25px;
     }

 }

 @media screen and (max-width: 368px) {
     .main-title {
         font-size: 20px;
     }

 }

 /* Header Navigation */
 .header {
     position: sticky;
     position: -webkit-sticky;
     top: 0;
     width: 100%;
     z-index: 999;
 }

 .header .navbar-brand img {
     max-height: 44px;
 }

 .header .navbar-toggler {
     color: var(--toggler-color);
     font-size: 30px;
     transition: all 0.3s ease-in-out;
 }

 .header .navbar-toggler:hover {
     color: var(--toggler-hover);
 }

 .header .navbar-toggler:focus {
     outline: 0;
     box-shadow: none;
 }

 .header .button-container a {
     font-size: 16px;
     font-weight: normal;
     color: var(--black-color);
 }

 /* Desktop Menu */
 .header .navbar {
     background: var(--navbar-bg);
     padding: 16px 38px;
 }

 .header .navbar .nav-item {
     padding: 0 5px;
 }

 .header .navbar .nav-link {
     color: var(--navbar-link-color);
     padding: 6px 20px;
     font-size: 14px;
     text-transform: uppercase;
     font-weight: normal;
     line-height: normal;
     letter-spacing: normal;
     transition: all 0.3s;
     display: flex;
     align-items: center;
 }

 .header .navbar .nav-link:hover {
     background: var(--navbar-link-hover-bg);
     color: var(--navbar-link-hover-color);
     border-radius: 20px;
 }

 .header .navbar .nav-link.active {
     background: var(--navbar-link-active-bg);
     color: var(--navbar-link-active-color);
     border-radius: 20px;
 }

 /* Desktop Dropdown Menu */
 .header .dropdown-toggle::after {
     border: none;
     content: "\f078";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     padding-left: 5px;
     font-size: 12px;
 }

 .header .dropdown-toggle.show::after {
     transform: rotate(180deg);
     padding-right: 5px;
 }

 .header .navbar .nav-dropdown ul.dropdown-menu.show {
     background: var(--navbar-bg);
 }

 .header .navbar .dropdown-menu li {
     margin: 8px 0;
 }

 /* .header .navbar .dropdown-menu li {
     padding: 8px 0;
     border-bottom: 1px solid var(--border-2);
     font-size: 15px;
     color: var(--navbar-link-color);
     text-transform: uppercase;
 }

 .header .navbar .dropdown-menu li:last-child {
     border-bottom: none;
 } */
 .header .navbar .nav-dropdown .dropdown-item {
     color: var(--navbar-link-color);
     font-size: 15px;
     font-weight: normal;
     text-transform: uppercase;
     transition: all 0.3s ease-in-out;
 }

 .header .navbar .nav-dropdown .dropdown-item:hover {
     background: var(--navbar-link-hover-bg);
     color: var(--navbar-link-hover-color);
     border-radius: 20px;
     font-weight: 600;
 }

 .header .navbar .nav-dropdown .dropdown-item.active {
     background: var(--navbar-link-hover-bg);
     color: var(--navbar-link-hover-color);
     border-radius: 20px;
     font-weight: 600;
 }


 /* Mobile Menu Styles */
 .header .mobile-menu-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     z-index: 1040;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s ease;
 }

 .header .mobile-menu-overlay.show {
     opacity: 1;
     visibility: visible;
 }

 .header .mobile-menu {
     position: fixed;
     top: 0;
     left: -100%;
     width: 100%;
     max-width: 595px;
     height: 100vh;
     background: var(--navbar-bg);
     z-index: 1050;
     transition: left 0.3s ease;
     box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
     overflow-y: auto;
 }

 .header .mobile-menu.show {
     left: 0;
 }

 /* MObile Menu Header */
 .header .mobile-menu-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 20px 10px;
     background: var(--navbar-bg);
 }

 .header .mobile-menu .close-btn {
     background: none;
     border: none;
     color: var(--toggler-color);
     transition: all 0.3s ease-in-out;
     cursor: pointer;
     border: 1px solid white;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     width: 35px;
     height: 35px;
 }

 .header .mobile-menu .close-btn svg {
     width: 18px;
     fill: var(--toggler-color);
 }

 .header .mobile-nav-item {
     display: block;
     padding: 0.75rem 1.5rem;
     color: #212529;
     text-decoration: none;
     border-bottom: 1px solid #f8f9fa;
     transition: background-color 0.2s ease;
 }

 /* Mobile Menu Link */
 .header .mobile-menu li {
     border-bottom: 1px solid var(--border-2) !important;

 }

 .header .mobile-menu li:last-child {
     border-bottom: none !important;

 }

 .header .mobile-menu .nav-link {
     color: var(--navbar-link-color);
     font-size: 20px;
     padding: 15px;
     text-transform: uppercase;
     font-weight: 600;
     line-height: normal;
     letter-spacing: normal;
     transition: all 0.3s;
     display: flex;
     justify-content: left;
     align-items: center;
     gap: 10px;
 }

 .header .mobile-menu .nav-link .nav-icon {
     display: none;
 }

 .header .mobile-menu .nav-link .nav-icon img {
     width: 20px;
     height: 20px;
 }

 .header .mobile-menu .nav-link.active {
     background: var(--navbar-link-active-bg);
     color: var(--navbar-link-active-color);
     font-weight: 600;
     border-radius: 20px;
     border-bottom: none;
 }

 /* Styled Mobile Dropdown */
 .header .mobile-menu .dropdown-toggle {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .header .mobile-menu .nav-dropdown .dropdown-name {
     display: flex;
     justify-content: left;
     align-items: center;
     gap: 10px;
 }

 .header .mobile-menu .styled-dropdown {
     display: none;
     overflow: hidden;
     transition: all 0.4s ease-in-out;
     margin: 10px;
     border-radius: 7px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
 }

 .header .mobile-menu .styled-dropdown.show {
     display: block;
 }

 .header .mobile-menu .nav-dropdown .dropdown-toggle::after {
     font-size: 20px;
     padding: 0;
 }

 .header .mobile-menu .nav-dropdown .dropdown-item {
     font-size: 20px;
     color: var(--navbar-link-color);
     font-weight: 600;
     text-transform: uppercase;
     padding: 15px;
     display: flex;
     justify-content: left;
     align-items: center;
     gap: 10px;
 }

 .header .mobile-menu .nav-dropdown .dropdown-item.active {
     background: var(--navbar-link-active-bg);
     color: var(--navbar-link-active-color);
 }


 .header .mobile-menu .nav-dropdown .dropdown-item .nav-icon {
     display: none;
 }

 .header .mobile-menu .nav-dropdown .dropdown-item .nav-icon img {
     width: 20px;
     height: 20px;
 }

 .header .mobile-menu .nav-dropdown .dropdown-section li {
     border-bottom: 1px solid var(--border-2);
 }

 .header .mobile-menu .nav-dropdown .dropdown-section li:last-child {
     border-bottom: none;
 }

 /* Header Navigation Section Responsive  */
 @media (max-width: 1400px) {
     .header .navbar .nav-link {
         color: var(--navbar-link-color);
         padding: 6px 10px;
         font-size: 12px;
     }

     .header .navbar .dropdown-menu .dropdown-item {
         font-size: 12px;
     }
 }

 @media (max-width: 1168px) {
     .header .navbar .nav-item {
         padding: 0;
     }

     .header .navbar {
         padding: 20px 0;
     }
 }

 @media (max-width: 1068px) {
     .header .navbar .nav-link {
         padding: 6px 10px;
         font-size: 12px;
     }

     .header .navbar .dropdown-menu .dropdown-item {
         font-size: 12px;
     }
 }

 @media (max-width: 1030px) {
     .header .navbar .nav-link {
         font-size: 12px;
     }
 }


 @media (max-width: 991.98px) {
     .header .header-collapse {
         display: none !important;
     }

     .header .mobileShow {
         display: flex;
         align-items: center;
         justify-content: right;
     }

     .header .navbar {
         padding: 10px 0;
     }
 }

 @media (min-width: 992px) {

     .header .header .mobile-menu-overlay,
     .header .mobile-menu {
         display: none !important;
     }
 }

 @media (max-width: 768px) {

     .header .button-container a,
     .button-container button {
         padding: 5px 10px;
     }

     .header .mobile-menu {
         background: var(--white-color);
     }

     .header .mobile-menu .nav-link {
         font-size: 20px;
         background: transparent;
         color: var(--navbar-color-responsive);
         border-bottom: 0;
     }

     .header .mobile-menu .nav-link.border-bottom {
         border-bottom: var(--navbar-link-border);

     }

     .header .mobile-menu .nav-link:hover {
         background: transparent;
         color: var(--navbar-color-responsive);
         border-radius: 0;
     }

     .header .mobile-menu .nav-link.active {
         background: transparent;
         color: var(--navbar-link-active-color-responsive);
         border-radius: 0;
     }

     .header .mobile-menu .nav-link:hover {
         color: var(--navbar-link-hover-color-responsive);
     }

     .header .mobile-menu .nav-link .nav-icon {
         display: block;
     }

     .header .mobile-menu .nav-dropdown .dropdown-item .nav-icon {
         display: block;
     }


     .header .mobile-menu .nav-dropdown .dropdown-toggle::after {
         font-size: 20px;
     }

     .header .mobile-menu .nav-dropdown ul.dropdown-menu.show {
         width: 100%;
         border-radius: 0;
     }

     .header .mobile-menu .styled-dropdown {
         margin: 10px 0;
     }

     .header .mobile-menu .nav-dropdown .dropdown-item {
         font-size: 20px;
         color: var(--navbar-color-responsive);
         font-weight: 600;
         text-transform: uppercase;
         padding: 15px;
         border-bottom: 1px solid var(--border-2) !important;
     }

     .header .mobile-menu .nav-dropdown .dropdown-item.active {
         background: transparent;
         color: var(--navbar-link-active-color-responsive);
     }

     .header .dropdown-item:last-child {
         border-bottom: none;
     }

     .header .dropdown-menu {
         border-top: none;
     }

     .header .visibility-768 {
         display: block;
     }
 }

 @media (max-width: 568px) {
     .header .mobile-menu .nav-link {
         font-size: 18px;
     }

     .header .nav-dropdown .dropdown-item {
         font-size: 18px;
     }

     .header .mobile-menu .nav-dropdown .dropdown-toggle::after {
         font-size: 18px;
         padding-right: 0;
         padding-left: 0;
     }
 }


 @media (max-width: 350px) {
     .header .navbar-brand img {
         height: 35px;
     }
 }




 /* Banner Section */
 .banner .carousel-caption {
     top: 15px;
     left: 10%;
     right: 0;
     text-align: left;
     display: flex;
     justify-content: center;
     align-items: flex-start;
     flex-direction: column;
 }

 .banner .carousel-item:nth-child(6) .carousel-caption {
     justify-content: flex-start;
 }

 .banner .banner-heading h4 {
     margin: 0;
     font-size: 80px;
     line-height: 1.2 !important;
     line-height: normal;
     font-weight: 700;
     color: var(--banner-title-color-1);
     display: contents;
 }

 .banner .banner-heading h4 span.subtitle {
     font-weight: 500;
     font-size: 72px;
 }

 .banner .banner-text {
     font-size: 20px;
     width: 100%;
     margin-top: 20px;
     color: var(--banner-paragraph-color-1);
 }

 .banner .button-container {
     margin-top: 40px;
 }

 .banner .button-container span {
     color: var(--button-color);
     background: var(--button-bg);
     font-weight: 600;
     border-radius: 20px;
     font-size: 18px;
     color: #017b5b;
     padding: 13px 30px;
     transition: all 0.4s ease-in-out;
     text-transform: uppercase;
 }

 .banner .button-container span:hover {
     background: var(--button-hover-bg);
     color: var(--button-hover-color) !important;
 }

 .banner .carousel-control-next,
 .banner .carousel-control-prev {
     width: auto;
 }

 .banner .carousel-control-next i,
 .banner .carousel-control-prev i {
     width: 40px;
     height: 40px;
     line-height: 40px;
     font-size: 20px;
     background: rgba(0, 0, 0, 0.5);
 }

 .banner .carousel-indicators [data-bs-target] {
     width: 10px;
     height: 10px;
     border-radius: 50%;
     border: 1px solid var(--border-1);
     background: transparent;
 }

 .banner .carousel-indicators .active {
     background: var(--banner-active-bg);
 }

 /* Banner Section Responsive */
 @media screen and (min-width: 768px) {
     .banner {
         margin-top: -30px;
     }
 }

 @media screen and (min-device-width: 1024px) and (max-device-width: 1220px) {
     .banner .banner-heading h4 {
         font-size: 55px;
     }

     .banner .banner-heading h4 span.subtitle {
         font-size: 55px;
     }

     .banner .banner-text {
         font-size: 14px;
     }

     .banner .button-container span {
         font-size: 14px;
         padding: 7px 10px;
     }
 }


 @media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
     .banner .banner-heading h4 {
         font-size: 48px;
         font-weight: 500;
     }

     .banner .banner-heading h4 span.subtitle {
         font-size: 42px;
     }

     .banner .banner-text {
         font-size: 12px;
     }

     .banner .button-container span {
         padding: 10px 20px;
         font-size: 14px;
     }
 }

 @media screen and (max-width: 768px) {
     .banner .carousel-caption {
         top: 0;
         bottom: 0;
     }

     .banner .banner-heading h4 {
         font-size: 36px;
     }

     .banner .banner-heading h4 span.subtitle {
         font-size: 32px;
     }

     .banner .banner-text {
         font-size: 12px;
         margin-top: 10px;
     }

     .banner .button-container {
         margin-top: 24px;
     }

     .banner .button-container span {
         padding: 7px 10px;
         font-size: 12px;
     }

     .banner .carousel-control-next i,
     .banner .carousel-control-prev i {
         width: 20px;
         height: 20px;
         line-height: 20px;
         font-size: 10px;
     }
 }

 @media screen and (max-width: 550px) {
     .banner {
         margin-top: -10px;
     }

     .banner .carousel-caption {
         justify-content: space-around;
     }

     .banner .banner-heading h4 {
         font-size: 30px;
     }

     .banner .banner-heading h4 span.subtitle {
         font-size: 28px;
     }

     .banner .banner-text {
         margin-top: 0;
     }

     .banner .button-container {
         margin-top: 10px;
     }
 }

 @media screen and (max-width: 480px) {
     .banner .carousel-caption {
         top: 20px;
         justify-content: flex-start;
     }

     .banner .banner-heading h4 {
         font-size: 16px;
         font-weight: 600;
     }

     .banner .banner-heading h4 span.subtitle {
         font-size: 14px;
     }

     .banner .banner-text {
         display: none;
     }

     .banner .button-container {
         margin-top: 7px;
     }

     .banner .button-container span {
         padding: 3px 8px;
         font-size: 8px;
     }
 }

 @media screen and (max-width: 384px) {
     .banner .carousel-caption {
         top: 0;
     }
 }


 /* Inner Banner Section */
 .inner-banner {
     position: relative;
     height: 511px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-top: -140px;
     min-height: 660px;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .inner-banner .innerBanner-bg {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 .inner-banner .inner-image {
     width: 100%;
     height: 100%;
     -o-object-fit: contain;
     object-fit: cover;
     object-position: center;
 }

 .inner-banner .desktop-image {
     display: block;
 }

 .inner-banner .mobile-image {
     display: none;
 }


 .inner-banner .container {
     margin: 0;
 }

 .inner-banner .innerBanner-container {
     position: relative;
 }

 .inner-banner .innerBanner-heading h1 {
     text-align: left;
     color: var(--banner-title-color-1);
     font-size: 80px;
     font-weight: 700;
 }

 .inner-banner .innerBanner-container p {
     margin-bottom: 0;
     font-size: 16px;
     color: var(--paragraph-color-1);
 }

 /* Inner Banner Section Responsive */
 @media screen and (max-width: 1220px) {
     .inner-banner {
         min-height: 450px;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         height: 450px;
         margin-top: -76px;
     }

     .inner-banner .innerBanner-heading h1 {
         font-size: 65px;
         margin-top: 0rem;
     }
 }

 @media screen and (min-device-width: 1024px) and (max-device-width: 1220px) {
     .inner-banner .innerBanner-heading h1 {
         font-size: 55px;
     }
 }

 @media screen and (max-width: 768px) {
     .inner-banner {
         min-height: 300px;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         height: 300px;
         margin-top: 0;
     }

     .inner-banner .innerBanner-heading h1 {
         font-size: 50px;
     }
 }

 @media screen and (max-width: 592px) {
     .inner-banner {
         height: 450px;
         min-height: 450px;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         margin-top: -140px;
     }

     .inner-banner .desktop-image {
         display: none;
     }

     .inner-banner .mobile-image {
         display: block;
         object-fit: cover !important;
         padding-top: 140px;
     }

     .inner-banner .innerBanner-container {
         display: none;
     }
 }

 /* Inner Banner With Details */
 @media screen and (max-width: 992px) {
     .inner-banner.with-banner-details .innerBanner-heading h1 {
         font-size: 54px;
     }
 }

 @media screen and (max-width: 768px) {
     .inner-banner.with-banner-details .innerBanner-heading h1 {
         font-size: 40px;
     }
 }

 @media screen and (max-width: 592px) {
     .inner-banner.with-banner-details {
         margin-top: -38px;
         height: 330px;
         min-height: 330px;
     }

     .inner-banner.with-banner-details .innerBanner-container {
         display: block;
     }

     .inner-banner.with-banner-details .innerBanner-heading h1 {
         font-size: 30px;
     }

     .inner-banner.with-banner-details .innerBanner-container p {
         display: none;
     }
 }

 @media screen and (max-width: 450px) {
     .inner-banner.with-banner-details {
         margin-top: -38px;
         height: 265px;
         min-height: 265px;
     }

     .inner-banner.with-banner-details .innerBanner-heading h1 {
         font-size: 25px;
     }
 }

 @media screen and (max-width: 450px) {
     .inner-banner.with-banner-details {
         margin-top: -8px;
         height: 202px;
         min-height: 222px;
     }

     .inner-banner.with-banner-details .innerBanner-heading h1 {
         font-size: 23px;
     }
 }



 /* Title Banner */
 .title-banner {
     padding: 7rem 0;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }

 .title-banner .banner-container {
     position: relative;
     z-index: 7;
 }

 .title-banner .main-title {
     font-size: 60px;
     font-weight: 700;
     text-align: left;
 }

 .title-banner p {
     width: 100%;
     max-width: 700px;
 }

 /* Title Banner Section Responsive */
 @media screen and (max-width: 768px) {
     .title-banner {
         padding: 4rem 0;
         background-position: right !important;
     }

     .title-banner .main-title {
         font-size: 40px;
     }
 }

 @media screen and (max-width: 480px) {
     .title-banner {
         padding: 2rem 0;
     }

     .title-banner .main-title {
         font-size: 27px;
     }
 }


 /* Details Banner */
 .details-banner {
     background: url(../images/Odds-api-banner.webp);
     padding: 30px 0;
     color: #fff;
     display: flex;
     align-items: end;
     font-size: 30px;
     background-size: cover;
     align-items: center;
     justify-content: center;
     text-shadow: 1px 1px black;
     text-transform: uppercase;
 }

 .details-banner h4 {
     font-size: 40px;
     text-align: center;
     font-weight: 600;
     text-transform: uppercase;
 }

 /* Details Banner Responsive */
 @media (min-width: 1200px) {
     .details-banner h4 {
         font-size: 37px;
     }
 }

 @media (max-width: 768px) {
     .details-banner h4 {
         font-size: 20px;
     }
 }



 /* Chart Section */
 .chart-section {
     padding: 60px 0;
     background: var(--chart-bg);
 }

 .chart-container {
     text-align: center;
 }

 .chart-container .chart-title {
     font-style: normal;
     font-weight: 900;
     font-size: 30px;
     line-height: 45px;
     letter-spacing: 0.04em;
     background: linear-gradient(270.8deg, #40abcb 14.21%, #fce778 77.49%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     text-fill-color: transparent;
     text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
     text-align: center;
 }

 .chart-container .chart-title p {
     line-height: 1.5em;
     font-size: 26px;
     padding: 0 30px;
     margin: 0;
 }

 .chart-container .button-container {
     margin-top: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
 }

 .chart-container .button-container a {
     width: 150px;
     font-size: 16px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
 }

 .chart-container .button-container a i {
     font-size: 18px;
 }

 /* Chart Section Responsive */
 @media screen and (max-width: 768px) {
     .chart-container video {
         width: 90% !important;
     }

     .chart-container .chart-title p {
         line-height: 20px;
         font-size: 18px;
         padding: 0;
         margin: 20px 0;
         font-weight: 700;
     }

     .chart-container .chart-description p {
         margin-bottom: 0;
     }
 }

 /* Category Section */
 .category-section {
     padding: 10px 0;
     background: var(--category-bg);
 }

 .category-container {
     display: flex;
     gap: 10px;
     margin: 20px auto;
     justify-content: center;
 }

 .category-container .category-item {
     background-color: white;
     border-radius: 10px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     text-align: center;
     padding: 15px;
     width: 100%;
     cursor: pointer;
     transition: transform 0.2s, box-shadow 0.2s;
 }

 .category-container .category-item img {
     width: 90px;
     height: auto;
     margin-bottom: 10px;
 }

 .category-container .category-item p {
     margin: 0;
     font-size: 14px;
     font-weight: bold;
     color: #333;
 }


 /* Category Section Responsive */
 @media (max-width: 1220px) {
     .category-container .category-item p {
         font-size: 13px;
     }
 }

 @media (max-width: 767px) {
     .category-container {
         display: grid;
         gap: 10px;
         grid-template-columns: repeat(3, 1fr);
         margin: 20px auto;
     }

     .category-container .category-item {
         background-color: white;
         border-radius: 10px;
         box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
         text-align: center;
         padding: 5px;
         width: 100%;
         cursor: pointer;
         transition: transform 0.2s, box-shadow 0.2s;
     }

     .category-container .category-item img {
         width: 75px;
         height: auto;
         margin: 10px auto 5px;
     }

     .category-container .category-item p {
         margin: 0;
         font-size: 14px;
         font-weight: bold;
         color: #333;
     }
 }



 /* News Contents Section */
 .news-contents {
     padding: 30px 0;
     background: var(--newsContents-bg);
 }

 .news-contents .news-features {
     margin-top: 30px;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     column-gap: 30px;
     row-gap: 30px;
 }

 .news-contents .news-item {
     box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     overflow: hidden;
     position: relative;
     background-position: center top;
     background-repeat: no-repeat;
     transition: all .3s ease-in-out;
     background-size: cover;
     display: flex;
     align-items: flex-end;
     justify-content: flex-end;
     transition: transform .3s ease-in-out;
 }

 .news-contents .news-item:hover {
     transform: translateY(-9px);
 }

 .news-contents .news-item .news-details {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     padding: 10px 20px;
     width: 100%;
     background: #00000096;
     text-align: left;
     justify-content: space-around;
     height: 100%;
 }

 .news-features .news-name {
     font-weight: 700;
     font-size: 27px;
     color: #f8f9fa;
     line-height: 120%;
     margin-top: 10px;
 }

 .news-features p {
     margin-bottom: 0;
     color: var(--paragraph-color-1);
 }

 .news-features .news-btns {
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     gap: 10px;
     margin-top: 20px;
 }

 .news-features .news-btns a {
     font-size: 14px;
     display: flex;
     font-weight: 600;
     align-items: center;
     text-align: center;
     text-transform: uppercase;
     color: #fff;
     padding: 6px 24px 5px;
     margin-top: auto;
     border: 1px solid #bbb;
 }

 .news-contents .button-container {
     text-align: center;
     margin-top: 20px;
 }

 .news-contents .button-container a:hover {
     background: var(--button-hover-bg-2);
     color: var(--button-hover-color-2);
 }

 /* News Contents Section Responsive */
 @media screen and (max-width: 1220px) {
     .news-contents .news-features {
         grid-template-columns: repeat(3, 1fr);
         column-gap: 20px;
         row-gap: 20px;
     }
 }

 @media screen and (max-width: 992px) {
     .news-contents .news-features {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media screen and (max-width: 768px) {
     .news-contents .news-features {
         grid-template-columns: repeat(1, 1fr);
     }
 }




 /* Sports Section */
 .sports-section {
     background: url(../images/sportsBg.webp);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     animation: gradient 10s ease infinite;
     padding: 40px 0;
 }

 @keyframes gradient {
     0% {
         background-position: 0% 50%;
     }

     50% {
         background-position: 100% 50%;
     }

     100% {
         background-position: 10% 50%;
     }
 }

 .sport-item {
     background: var(--sport-item-bg);
     border-radius: 4px;
     transition: all 0.3s;
     -webkit-transition: all 0.3s;
 }

 .sport-item img {
     width: 100%;
     border-radius: 4px 4px 0 0;
 }

 .sport-details {
     padding: 7px 20px 35px 20px;
     min-height: 255px;
     display: flex;
     justify-content: space-between;
     flex-direction: column;
 }

 .sport-item .sport-name {
     font-size: 24px;
     text-align: center;
     color: var(--title-color-3);
     margin: 10px 0;
     font-weight: 700;
 }

 .sport-item .sport-description {
     margin-bottom: 0;
     color: var(--paragraph-color-2);
     text-align: center;
 }

 .sport-item .button-container {
     text-align: center;
     margin-top: 15px;
 }

 .sport-item .button-container a:hover {
     background: var(--button-bg);
     transform: translateY(-9px) !important;
 }

 /* All Sports Section */
 .allSports-section {
     padding: 40px 0;
     background: var(--allSports-bg);
 }

 .allSports-container {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 20px;
 }

 .allSports-container .sport-details {
     height: auto;
 }

 /* Sports Section Responsive */
 @media screen and (max-width: 1024px) {
     .allSports-container {
         grid-template-columns: repeat(3, 1fr);
     }
 }

 @media screen and (max-width: 768px) {
     .allSports-container {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media screen and (max-width: 767px) {
     .sport-details {
         padding: 7px 25px 20px;
     }
 }

 @media screen and (max-width: 550px) {
     .allSports-container {
         grid-template-columns: repeat(1, 1fr);
     }
 }


 /* Casino Section */
 .casino-section {
     padding: 40px 0;
     background: var(--casino-bg);
 }

 .casino-container {
     margin-top: 30px;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
 }

 .casino-container .casino-item .slot {
     position: relative;
     display: block;
     transition: width .3s cubic-bezier(0.23, 1, .32, 1);
 }

 .casino-container .casino-item .slot:hover,
 .casino-container .casino-item .slot:focus .slot-details {
     opacity: .8 !important;
     color: #fff;
 }

 .casino-container .casino-item .slot img {
     width: 100%;
     height: 100%;
 }

 .casino-container .casino-item .slot-details {
     position: absolute;
     z-index: 2;
     bottom: 0;
     left: 0;
     padding: 45px 45px 0px 10px;
     width: 100%;
     color: var(--title-color-1);
     transition: ease .5s;
 }

 .casino-container .casino-item .slot:hover .slot-details,
 .slot-description {
     opacity: .8;
     transform: translateY(-13px);
 }

 .casino-container .casino-item .slot-details .slot-heading {
     padding-bottom: 20px;
     text-transform: uppercase;
     font-size: 18px;
     font-weight: 700;
     max-width: 50%;
     letter-spacing: .07em;
 }

 .casino-container .casino-item .slot-details .slot-name {
     padding-bottom: 15px;
     display: block;
     font-size: 30px;
     font-weight: 700;
 }

 .casino-container .casino-item .slot-details .slot-description {
     display: block;
     transition: opacity .8s cubic-bezier(0.23, 1, .32, 1), max-height .8s cubic-bezier(0.23, 1, .32, 1), padding .8s cubic-bezier(0.23, 1, .32, 1);
     color: var(--paragraph-color-1);
     overflow: hidden;
     padding-bottom: 0;
     font-size: 14px;
 }


 /* Casino Section Responsive */
 @media screen and (max-width: 1220px) {
     .casino-container {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media screen and (max-width: 768px) {
     .casino-container {
         grid-template-columns: repeat(1, 1fr);
     }

     .casino-container .casino-item .slot-details {
         position: absolute;
         bottom: 12px;
         padding: 45px 45px 0px 15px;
     }

     .casino-container .casino-item .slot-details .slot-description {
         width: 58%;
     }
 }

 @media screen and (max-width: 480px) {
     .casino-container .casino-item .slot {
         height: 265px;
     }
 }

 /* About Section */
 .about-section .about-item {
     background: url(../images/about-bg.webp);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: bottom left;
     padding: 40px 0;
 }


 .about-container .about-title {
     font-size: 40px;
     color: var(--title-color-2);
     font-size: 30px;
     font-weight: 600;
     text-transform: uppercase;
 }

 .about-container .about-lists p {
     margin-bottom: 10px;
     position: relative;
     font-size: 17px;
     font-weight: normal;
     line-height: 1.39;
     padding-left: 25px;
     list-style: none;
     color: var(--paragraph-color-1);
 }

 .about-container .about-lists p::before {
     position: absolute;
     content: "";
     height: 8px;
     width: 8px;
     background: #fcdb19;
     border-radius: 50%;
     font-size: 150%;
     top: 9px;
     font-weight: 700;
     color: #017b5b;
     left: 0.5px;
     -webkit-transform: translateY(-15%);
     transform: translateY(-15%);
 }

 /* About Section Responsive */
 @media screen and (max-width: 768px) {
     .about-container .about-title {
         font-size: 20px;
     }
 }


 /* Blog Section */
 .blog-section {
     padding: 40px 0;
     background: var(--blog-bg);
 }

 .blog-container {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 2rem;
     margin-top: 30px;
 }

 .blog-container .blog-item {
     background: var(--blog-item-bg);
     border: 1px solid var(--blog-border-1);
     border-radius: 10px;
     transition: all 0.3s ease;
 }

 .blog-container .blog-item:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
     border-color: var(--blog-border-2);
 }

 .blog-container .blog-image img {
     width: 100%;
     border-radius: 10px 10px 0 0;
 }

 .blog-container .blog-details {
     padding: 10px;
     color: white;
     display: flex;
     justify-content: space-between;
     flex-direction: column;
 }

 .blog-container .blog-name {
     font-size: 23px;
     font-weight: bold;
     color: #ffffff;
     line-height: normal;
 }

 .blog-container .blog-author {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding-top: 10px;
     border-top: 1px solid rgba(255, 255, 255, 0.1);
 }

 .blog-container .author-name {
     color: #ffd700;
     font-weight: bold;
     font-size: 0.9rem;
 }

 .blog-container .publish-date {
     color: rgba(255, 255, 255, 0.7);
     font-size: 0.9rem;
 }

 /* Blog Section Responsive */
 @media (max-width: 992px) {
     .blog-container {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media (max-width: 768px) {
     .blog-container {
         grid-template-columns: 1fr;
         gap: 1.5rem;
     }
 }



 /* Blog More */
 .blog-more {
     padding: 20px 0;
     background: #ffffff;
 }

 .blog-more .main-title {
     font-size: 44px;
     font-weight: 900;
     line-height: 1.14;
     letter-spacing: normal;
     color: var(--title-color-2);
 }

 .blog-more .blog-main-photo {
     position: relative;
 }

 .blog-more .blog-main-photo img {
     width: 100%;
     border-radius: 10px;
 }

 .blog-more .blog-details__date {
     position: absolute;
     bottom: 0;
     left: 0;
     background: linear-gradient(45deg, #013800, #007818);
     text-align: center;
     padding: 21px 24px 20px;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     border-bottom-right-radius: 10px;
     border-top-right-radius: 10px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
 }

 .blog-details__date .day {
     font-size: 18px;
     color: #fff;
     line-height: 20px;
 }

 .blog-details__date .month {
     position: relative;
     display: block;
     font-size: 14px;
     color: #fff;
     line-height: 16px;
     text-transform: uppercase;
 }


 .blog-more .blog-post {
     background: #143d60;
     position: relative;
     display: block;
     padding: 46px 30px 30px;
     color: #000;
     border-radius: 10px;
     overflow: hidden;
     z-index: 1;
 }

 .blog-more .blog-post .sidebar-title {
     margin: 0;
     font-size: 20px;
     margin-bottom: 5px;
     font-weight: 700;
 }

 .blog-more .blog-post .sidebar-lists li {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 16px 20px 17px;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .blog-more .blog-post .sidebar-lists .sidebar-post-image {
     margin-right: 20px;
     -webkit-box-flex: 70px;
     -ms-flex: 70px 0 0px;
     flex: 70px 0 0;
 }

 .blog-more .blog-post .sidebar-lists .sidebar-post-image img {
     width: 80px;
     border-radius: 10px;
 }

 .blog-more .blog-post .sidebar-lists .sidebar-post-content {
     position: relative;
     top: -3px;
 }

 .blog-more .blog-post .sidebar-lists .sidebar-post-content h3 {
     font-size: 18px;
     color: #ffffff;
 }

 .blog-more .blog-post .sidebar-lists .sidebar-post-content h3 span {
     font-size: 14px;
     font-weight: 500;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .blog-more .blog-post .sidebar-lists .sidebar-post-content h3 a {
     color: #ffffff;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
     display: block;
     font-size: 16px;
     font-weight: 700;
     line-height: 24px;
 }

 .blog-batch {
     position: fixed;
     z-index: 2;
     bottom: 43px;
     left: 5px;
     z-index: 99;
 }

 @media screen and (max-width: 768px) {
     .blog-batch img {
         width: 125px;
     }
 }



 /* Brands Section */
 .brand-section {
     padding: 40px 0;
     background: var(--brands-section-bg);
 }

 .brand-carousel-wrapper .brand-carousel-slider {
     position: relative;
     height: 500px;
     overflow: hidden;
 }

 .brand-carousel-slides-container {
     position: relative;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .brand-carousel-wrapper .brand-carousel-slide {
     position: absolute;
     width: 100%;
     max-width: 300px;
     height: auto;
     transition: all 0.8s ease;
     transform-origin: center center;
     opacity: 0;
     pointer-events: none;
 }

 .brand-carousel-wrapper .brand-carousel-slide img {
     width: 100%;
     height: auto;
     opacity: 1;
     transition: opacity 400ms;
     transition-delay: 0ms;
     border-radius: 30px;
 }

 .brand-carousel-wrapper .brand-carousel-slide.bc-center {
     transform: translateX(0) scale(1) rotate(0deg);
     opacity: 1;
     z-index: 3;
     pointer-events: auto;
 }

 .brand-carousel-wrapper .brand-carousel-slide.bc-left {
     transform: translateX(-250px) scale(0.9) rotateY(15deg);
     opacity: 1;
     z-index: 2;
 }

 .brand-carousel-wrapper .brand-carousel-slide.bc-right {
     transform: translateX(250px) scale(0.9) rotateX(-15deg);
     opacity: 1;
     z-index: 2;
 }

 .brand-carousel-wrapper .brand-carousel-slide.bc-hidden-left {
     transform: translateX(-400px) scale(0.85) rotateY(5deg);
     opacity: 1;
     z-index: 1;
 }

 .brand-carousel-wrapper .brand-carousel-slide.bc-hidden-right {
     transform: translateX(400px) scale(0.85) rotateY(-5deg);
     opacity: 1;
     z-index: 1;
 }

 .brand-carousel-wrapper .brand-carousel-controls {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
     max-width: 80%;
     margin: 0 auto;
 }

 .brand-carousel-wrapper .bc-prev-btn,
 .brand-carousel-wrapper .bc-next-btn {
     background-color: var(--button-bg);
     border-radius: 50%;
     width: 40px;
     height: 40px;
     color: var(--button-color);
     font-size: 18px;
     font-weight: 800;
     text-align: center;
     line-height: 40px;
     cursor: pointer;
     border: none;
     outline: none;
     user-select: none;
 }

 .brand-carousel-wrapper .bc-prev-btn:hover,
 .brand-carousel-wrapper .bc-next-btn:hover {
     background: var(--button-hover-bg);
     transform: scale(1.1);
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
 }

 .brand-carousel-wrapper .bc-dots-container {
     text-align: center;
     display: inline-block;
     background: #11131f;
     padding: 5px 40px;
     border-radius: 30px;
 }

 .brand-carousel-wrapper .bc-dot {
     display: inline-block;
     width: 14px;
     height: 14px;
     margin: 0 5px;
     border-radius: 50%;
     background-color: #ffd700;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .brand-carousel-wrapper .bc-dot.bc-active {
     background-color: #e4002b;
     width: 40px;
     border-radius: 20px;
 }

 .brand-carousel-wrapper .bc-dot:hover {
     background: #e4002b;
     transform: scale(1.1);
 }

 /*Brands Section Responsive Design */
 @media (max-width: 768px) {
     .brand-carousel-wrapper .bc-dots-container {
         display: none;
     }
 }

 @media (max-width: 480px) {

     .brand-carousel-wrapper .brand-carousel-slide.bc-hidden-left,
     .brand-carousel-wrapper .brand-carousel-slide.bc-hidden-right {
         opacity: 1.5;
     }
 }

 /* Loading animation */
 .brand-carousel-wrapper .brand-carousel-slide img {
     background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
     background-size: 200% 100%;
     animation: bc-loading 1.5s infinite;
 }

 .brand-carousel-wrapper .brand-carousel-slide img.bc-loaded {
     animation: none;
 }

 @keyframes bc-loading {
     0% {
         background-position: 200% 0;
     }

     100% {
         background-position: -200% 0;
     }
 }



 /* Features Section */
 .features-section {
     padding: 40px 0;
     background: var(--features-section-bg);
 }

 .features-container {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 20px;
     margin-top: 30px;
 }

 .feature-item {
     background: var(--features-item-bg);
     position: relative;
     padding: 0 30px;
     margin: 25px 0;
     border-radius: 8px;
 }

 .feature-item:after {
     background: #57c785;
     background: linear-gradient(90deg, rgb(222, 61, 8) 0%, rgb(150, 197, 22) 100%);
     display: block;
     width: 60%;
     margin: 0 auto;
     height: 6px;
     content: "";
     border-radius: 4px;
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
 }

 .feature-item .feature-icon {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: -30px;
 }

 .feature-item .feature-icon img {
     width: 120px;
     height: 120px;
 }

 .feature-item .feature-details {
     padding-bottom: 40px;
     text-align: center;
     padding-top: 15px;
 }

 .feature-item .feature-name {
     position: relative;
     display: block;
     font-size: 18px;
     text-align: center;
     color: var(--features-text-color);
     padding: 10px 0;
     font-weight: 600;
 }

 .feature-item p {
     color: var(--features-text-color);
     margin-bottom: 0;
     font-size: 15px;
 }

 /* Features Section Responsive */
 @media screen and (max-width: 1200px) {
     .features-container {
         grid-template-columns: repeat(3, 1fr);
     }
 }

 @media screen and (max-width: 992px) {
     .features-container {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media screen and (max-width: 650px) {
     .feature-item {
         padding: 0 10px;
     }

     .feature-item .feature-icon img {
         width: 80px;
         height: 80px;
     }
 }

 @media screen and (max-width: 318px) {
     .features-container {
         grid-template-columns: repeat(1, 1fr);
     }
 }




 /* Certificate Section */
 .certificate-section {
     padding: 40px 0;
     background: var(--certificate-section-bg);
 }

 .certification-container {
     border: 1px solid #ffffff;
     padding: 30px;
     border-radius: 15px;
 }

 .certification-container .all-certificates {
     background: #017b5b;
     padding: 20px 10px;
     backdrop-filter: blur(20px);
     border-radius: 15px;
     width: 100%;
     text-align: center;
     box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
 }

 .certification-container .logos-container {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 40px;
     flex-wrap: wrap;
     margin-top: 20px;
 }

 .certification-container .logos-container img {
     width: 200px;
 }

 /* Certificate Section Responsive */
 @media screen and (max-width: 992px) {
     .certification-container {
         padding: 20px;
     }
 }

 @media screen and (max-width: 768px) {
     .certification-container .logos-container img {
         width: 100px;
     }

     .certification-container .logos-container {
         gap: 20px;
     }
 }


 /* Faq Section */
 .faq-section {
     background: var(--faq-section-bg);
     padding: 40px 0;
 }

 .faq-container {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 30px;
 }

 .accordion {
     display: flex;
     flex-direction: column;
     gap: 15px;
 }

 .accordion-item {
     background: var(--faq-item-bg);
     border: 1px solid rgba(255, 255, 255, 0.1);
     border-radius: 15px;
     overflow: hidden;
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     backdrop-filter: blur(10px);
 }

 .accordion-item:first-of-type {
     border-top-left-radius: 15px;
     border-top-right-radius: 15px;
 }

 .accordion-item:last-of-type {
     border-bottom-left-radius: 15px;
     border-bottom-right-radius: 15px;
 }

 .accordion-item:hover {
     transform: translateY(-2px);
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
     border-color: rgba(102, 126, 234, 0.3);
 }

 .accordion-item.active {
     background: var(--faq-item-active-bg);
     color: var(--faq-item-active-color);
     border-color: rgba(102, 126, 234, 0.4);
 }

 .accordion-header {
     width: 100%;
     padding: 10px 25px;
     background: none;
     border: none;
     color: var(--faq-item-color);
     font-size: 18px;
     font-weight: 600;
     text-align: left;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
     align-items: center;
     transition: all 0.3s ease;
     position: relative;
 }

 .accordion-header:hover {
     background: rgba(255, 255, 255, 0.05);
 }

 .accordion-item.active .accordion-header {
     color: var(--faq-item-active-color);
 }

 .accordion-header span:first-child {
     flex: 1;
     padding-right: 20px;
     line-height: 1.4;
 }

 .accordion-header .icon {
     font-size: 18px;
     font-weight: 300;
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     color: var(--faq-item-color);
     width: 30px;
     height: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     background: rgba(102, 126, 234, 0.1);
 }

 .accordion-header .icon::before {
     content: '\2b';
     font-family: "Font Awesome 5 Free";
     font-weight: 600;
     font-size: 18px;
     transition: all 0.3s ease;
 }

 .accordion-item.active .icon {
     background: rgba(102, 126, 234, 0.2);
     color: var(--faq-item-active-color);
 }

 .accordion-item.active .icon::before {
     content: '\f068';
     font-family: "Font Awesome 5 Free";
     font-weight: 600;
 }

 .accordion-body {
     max-height: 0;
     overflow: hidden;
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     background: rgba(0, 0, 0, 0.1);
     padding: 0;
 }

 .accordion-body.active {
     max-height: 300px;
     padding: 25px;
 }

 .accordion-body p {
     color: var(--paragraph-color-1);
     line-height: 1.6;
     font-size: 17px;
     margin: 0;
     opacity: 0;
     transform: translateY(10px);
     transition: all 0.3s ease 0.1s;
 }

 .accordion-body.active p {
     opacity: 1;
     transform: translateY(0);
 }

 /* Focus styles for accessibility */
 .accordion-header:focus {
     outline: 2px solid #667eea;
     outline-offset: 2px;
 }

 /* Animation for page load */
 .accordion-item {
     opacity: 0;
     transform: translateY(20px);
     animation: fadeInUp 0.6s ease forwards;
 }

 .accordion-item:nth-child(1) {
     animation-delay: 0.1s;
 }

 .accordion-item:nth-child(2) {
     animation-delay: 0.2s;
 }

 .accordion-item:nth-child(3) {
     animation-delay: 0.3s;
 }

 @keyframes fadeInUp {
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 /*Faq Section Responsive Design */
 @media (max-width: 768px) {
     .faq-container {
         grid-template-columns: 1fr;
         gap: 20px;
     }

     .accordion-header {
         padding: 18px 20px;
         font-size: 1rem;
     }

     .accordion-body.active {
         padding: 20px;
     }
 }

 @media (max-width: 480px) {
     .accordion-header {
         padding: 15px 18px;
         font-size: 0.95rem;
     }

     .accordion-header span:first-child {
         padding-right: 15px;
     }

     .accordion-header .icon {
         width: 25px;
         height: 25px;
         font-size: 1.3rem;
     }
 }

 /* Join Lists Section */
 .joinList-section {
     padding: 40px 0;
     background-image: url(../images/join-item-bg.webp);
     background-size: cover;
     background-position: top;
     padding: 70px 0px 90px 0;
     background-color: #11131f;
     background-position-y: 21%;
 }

 #join .join_lists {
     display: flex;
     align-items: flex-start;
     margin-top: 30px;
 }

 .join_item {
     text-align: center;
     position: relative;
 }

 .join_step_holder img {
     width: auto;
     height: 80px;
 }

 .join_step_number {
     margin-top: 30px;
     color: var(--title-color-1);
 }

 .join_title p {
     font-size: 14px;
     line-height: 1.5;
     padding: 0 30px;
     color: var(--paragraph-color-1);
 }

 .join_title p a {
     color: #ffd700;
 }

 .join_item:nth-child(1)::after {
     content: "";
     position: absolute;
     background-image: url(../images/arrow.png);
     background-size: contain;
     top: 14%;
     right: -15%;
     width: 150px;
     background-repeat: no-repeat;
     display: block;
     height: 35px;
     animation: slideInLeft;
     animation-duration: 0.8s;
 }

 .join_item:nth-child(2)::after {
     content: "";
     position: absolute;
     background-image: url(../images/arrow_flip.png);
     background-size: contain;
     top: 14%;
     right: -25%;
     width: 150px;
     background-repeat: no-repeat;
     display: block;
     height: 35px;
     animation: slideInLeft;
     animation-duration: 0.9s;
 }

 /* Join Lists Section Responsive */
 @media screen and (max-width: 768px) {
     #join .join_lists {
         display: flex;

         align-items: flex-start;

         flex-direction: column;
     }

     .join_item:nth-child(1)::after,
     .join_item:nth-child(2)::after {
         display: none;
     }

 }



 /* Customer Support Section */
 .customer-support {
     padding: 40px 0;
     background: var(--customer-support-bg);
 }

 .customer-support .support-container {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     column-gap: 60px;
     row-gap: 30px;
     align-items: center;
 }

 .customer-support .support-container .support-photo {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
 }

 .customer-support .support-container .support-photo img {
     width: 100%;
     max-width: 420px;
 }

 /* Customer Support Section Responsive */
 @media screen and (max-width: 768px) {
     .customer-support .support-container {
         grid-template-columns: 1fr;
     }

     .customer-support .support-container .support-photo img {
         max-width: 250px;
     }
 }



 /* About Page */
 /* Facts Section */
 .facts-section {
     background: linear-gradient(135deg, #e8f5f0 0%, #d4f1e4 100%);
     padding: 40px 0;
 }

 .facts-container {
     width: 100%;
     max-width: 1024px;
     margin: 0 0 0 auto;
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 4rem;
     align-items: center;
 }


 .facts-list {
     list-style: none;
 }

 .facts-list li {
     display: flex;
     align-items: flex-start;
     color: #4a5568;
     font-size: 17px;
 }

 .facts-list li::before {
     content: "—";
     color: #68d391;
     font-weight: bold;
     margin-right: 1rem;
     font-size: 17px;
 }

 .facts-item .title {
     font-size: 22px;
     color: var(--title-color-3);
     font-weight: 700;
     padding: 10px 0;
     text-align: center;
 }

 .facts-item .button-container a {
     width: 100%;
     display: block;
     font-size: 20px;
 }

 /* Facts Section Responsive */
 @media screen and (max-width: 767px) {
     .facts-container {
         grid-template-columns: 1fr;
         gap: 20px;
     }
 }


 /* B2C Page */
 /* Package Section */
 .package-section {
     padding: 40px 0;
     background: #ffffff;
 }

 .package-container {
     margin-top: 30px;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 20px;
 }

 .package-card {
     background-color: #143d60;
     padding: 20px;
     border-radius: 10px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     color: var(--white-color);
     text-align: start;
     transition: all 0.3s ease-in-out;
 }

 .package-card:hover {
     transform: translateY(-5px);
     background-color: #175489;
 }

 .package-card img.icon {
     width: 45px;
     max-width: 100px;
     margin-bottom: 15px;
     margin-right: 5px;
 }

 .package-card h3 {
     font-size: 20px;
     font-weight: 700;
 }

 .package-card p {
     text-align: center;
     margin-bottom: 0;
     margin-top: 12px;
 }

 /* Package Section Responsive */
 @media screen and (max-width: 1200px) {
     .package-container {
         grid-template-columns: repeat(3, 1fr);
     }
 }

 @media screen and (max-width: 992px) {
     .package-container {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media screen and (max-width: 768px) {
     .package-container {
         grid-template-columns: repeat(1, 1fr);
     }
 }


 /* Platforms Section */
 .platforms-section {
     padding: 40px 0;
     background: var(--platform-section-bg);
 }

 .platforms-section .platform-item img {
     display: block;
     width: 100%;
     height: 600px;
     width: auto !important;
     margin: 0 auto;
 }

 /* Platforms Section Responsive */
 @media (max-width: 956px) {
     .platforms-section .platform-item img {
         height: 500px;
         width: auto !important;
         margin: 0 auto;
     }
 }

 /* Step Package Features */
 .package-section.package-features .package-container {
     gap: 10px;
 }

 /* Package steps */
 .package-section.package-steps .package-container {
     gap: 10px;
     display: grid;
     grid-template-columns: repeat(5, 1fr);
 }

 .package-section.package-steps .package-card .step-number {
     background: #1e8734;
     border-radius: 50%;
     width: 45px;
     display: flex;
     height: 45px;
     justify-content: center;
     align-items: center;
     margin-bottom: 15px;
     font-weight: 700;
     font-size: 22px;
     color: var(--white-color);
 }

 .package-section.package-steps .package-card h3 {
     font-size: 28px;
 }

 .package-section.package-steps .package-card i {
     font-size: 28px;
     color: #fcdb19;
 }

 /* Step Package Section Responsive */
 @media screen and (max-width: 1400px) {
     .package-section.package-steps .package-card h3 {
         font-size: 24px;
     }
 }

 @media screen and (max-width: 1200px) {
     .package-section.package-steps .package-container {
         grid-template-columns: repeat(3, 1fr);
     }
 }

 @media screen and (max-width: 768px) {
     .package-section.package-steps .package-container {
         grid-template-columns: repeat(1, 1fr);
     }

     .package-section.package-steps .package-card h3 {
         font-size: 28px;
     }
 }

 /* Casino Game Page */
 /* Casino Game About */
 .casino-about {
     background: var(--white-color);
     padding-bottom: 40px;
 }

 .casino-about a {
     align-self: end;
     position: relative;
     display: inline-block;
     padding: 8px 15px;
     font-size: 17px;
     font-weight: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #017b5b;
     background: transparent;
     text-decoration: none !important;
     border: 1px solid;
     border-color: transparent;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }

 .casino-about a::before {
     position: absolute;
     display: block;
     content: "";
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #fcdb19;
     -webkit-transform-origin: left;
     transform-origin: left;
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
     -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     -webkit-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     -moz-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
 }

 .casino-about a span,
 .casino-about a svg {
     position: relative;
     z-index: 1;
 }

 .casino-about a svg {
     margin-left: 10px;
     fill: #017b5b;
 }

 .casino-about a svg g {
     fill: #017b5b;
 }

 .casino-about a:hover svg g {
     fill: #fcdb19;
 }

 .casino-about a:hover {
     color: #fcdb19;
     border-color: #017b5b;
     background: #017b5b;
 }

 .casino-about a:hover::before {
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transform-origin: right;
     transform-origin: right;
 }

 /* Gambling Section */
 .gambling-section {
     background: var(--gambling -section-bg);
     padding: 40px 0;
 }

 .gambling-container {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 30px;
 }

 .gambling-item {
     display: flex;
     flex-direction: column;
     height: 100%;
     background: #ffffff;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
 }

 .gambling-item img {
     width: 100%;
     aspect-ratio: 16/9;
     object-fit: cover;
     display: block;
 }

 .gambling-item .gambling-details {
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

 .gambling-item .gambling-details .gambling-content {
     padding: 15px;
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .gambling-item .gambling-details .name {
     color: var(--title-color-3);
     font-size: 25px;
     margin: 0 0 8px;
     font-weight: 700;
     text-transform: capitalize;
     text-align: center;
 }

 .gambling-item .gambling-details p {
     margin: 0;
     text-align: center;
     flex: none;
 }

 .gambling-item .gambling-details .gambling-bottom {
     display: flex;
 }

 .gambling-item .gambling-details .gambling-bottom .currency {
     flex: 1;
     text-align: center;
     background: #ecffe0;
     display: flex;
     flex-direction: column;
     padding: 5px 4px;
     line-height: 20px;
     color: #000;
     gap: 2px;
 }

 .gambling-item .gambling-details .gambling-bottom .currency span {
     font-weight: 700;
     font-size: 16px;
 }

 .gambling-item .gambling-details .gambling-bottom .currency .bold-font {
     font-size: 20px;
 }


 /* Gambling Section Responsive */
 @media screen and (max-width: 1024px) {
     .gambling-container {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media screen and (max-width: 768px) {
     .gambling-container {
         grid-template-columns: repeat(1, 1fr);
     }
 }


 /* Casino Features Section */
 .casino-features {
     background: url(../images/casino-features-bg.webp);
     background-repeat: no-repeat;
     background-size: cover;
     padding: 40px 0;
 }

 .casino-features .feature-content {
     display: flex;
     align-items: center;
     gap: 40px;
     margin-top: 20px;
     padding: 28px;
 }

 .casino-features .feature-content img {
     width: 100px;
 }

 .casino-features .feature-content p {
     margin-bottom: 0;
     color: var(--paragraph-color-1);
 }

 /* Casino Features Section Responsive */
 @media screen and (max-width: 767px) {
     .casino-features .feature-content {
         flex-direction: column;
         align-items: flex-start;
         gap: 10px;
         margin-top: 30px;
         padding: 0;
     }
 }

 /* Software Provider Page */
 /* Software Blog Section */
 .software-blog {
     padding: 40px 0;
     background: var(--softwareBlog-bg-1);
 }

 .softwareBlog-container {
     margin-top: 40px;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 20px;
 }

 .softwareBlog-item {
     background: #013800;
 }

 .softwareBlog-item .blog-content {
     height: 100%;
     display: flex;
     justify-content: space-between;
     flex-direction: column;
     flex-grow: 1;
     padding: 50px 35px 35px 35px;
 }

 .softwareBlog-item .blog-content .name {
     font-size: 30px;
     text-align: left;
     color: var(--title-color-1);
     text-transform: uppercase;
     font-weight: 700;
 }

 .softwareBlog-item .blog-content p {
     width: 100%;
     max-width: 270px;
     color: var(--paragraph-color-1);
 }

 .softwareBlog-item .blog-content a {
     align-self: end;
     position: relative;
     display: inline-block;
     padding: 8px 15px;
     font-size: 17px;
     font-weight: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #017b5b;
     background: transparent;
     text-decoration: none !important;
     border: 1px solid;
     border-color: transparent;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }

 .softwareBlog-item .blog-content a::before {
     position: absolute;
     display: block;
     content: "";
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #fcdb19;
     -webkit-transform-origin: left;
     transform-origin: left;
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
     -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     -webkit-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     -moz-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
 }

 .softwareBlog-item .blog-content a span,
 .softwareBlog-item .blog-content a svg {
     position: relative;
     z-index: 1;
 }

 .softwareBlog-item .blog-content a svg {
     margin-left: 10px;
     fill: #017b5b;
 }

 .softwareBlog-item .blog-content a svg g {
     fill: #017b5b;
 }

 .softwareBlog-item .blog-content a:hover svg g {
     fill: #fcdb19;
 }

 .softwareBlog-item .blog-content a:hover {
     color: #fcdb19;
     border-color: #017b5b;
     background: #017b5b;
 }

 .softwareBlog-item .blog-content a:hover::before {
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transform-origin: right;
     transform-origin: right;
 }


 /* Software Blog Section */
 @media screen and (max-width: 992px) {
     .softwareBlog-container {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media screen and (max-width: 768px) {
     .softwareBlog-container {
         grid-template-columns: repeat(1, 1fr);
     }
 }

 /*Software Provider Page Sports Section */
 .softwarePage-sports .allSports-container {
     grid-template-columns: repeat(3, 1fr);
 }

 .softwarePage-sports .myContainer {
     width: 100%;
     max-width: 1240px;
 }

 /* Software Provider Page Sports Section  */
 @media screen and (max-width: 992px) {
     .softwarePage-sports .allSports-container {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media screen and (max-width: 768px) {
     .softwarePage-sports .allSports-container {
         grid-template-columns: repeat(1, 1fr);
     }
 }

 /* Product Details */
 .product-details {
     padding: 40px 0;
     background: var(--productDetails-bg);
 }

 .product-details .main-title {
     position: relative;
     margin-bottom: 15px;
 }

 .product-details .main-title:after {
     content: '';
     position: absolute;
     width: 100px;
     height: 3px;
     background: #e4002b;
     border-radius: 4px;
     top: 45px;
     left: 2px;
 }

 .product-details .photo {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
 }

 .product-details .photo img {
     width: 100%;
     max-width: 410px;
 }


 /* Privacy Policy */
 .privacy-policy {
     padding: 40px 0;
     background: var(--privacyPolicy-bg);
 }

 .privacy-policy .main-title {
     text-align: left;
 }

 .privacy-policy p {
     font-size: 20px;
     color: var(--privacyPolicy-color-1);
 }

 .privacy-policy p a {
     color: var(--privacyPolicy-color-2);
     transition: all 0.3s ease-in-out;
 }

 .privacy-policy p a:hover {
     text-decoration: underline;
 }

 /* Privacy Policy Responsive */
 @media screen and (max-width: 768px) {
     .privacy-policy p {
         font-size: 18px;
     }
 }

 @media screen and (max-width: 480px) {
     .privacy-policy p {
         font-size: 17px;
     }
 }



 /* Terms And Condition */
 .terms-condition {
     padding: 40px 0;
     background: var(--termsCondition-bg);
 }

 .terms-condition .main-title {
     text-align: left;
 }

 .terms-condition p {
     font-size: 20px;
     color: var(--termsCondition-color-1);
 }

 .terms-condition p a {
     color: var(--termsCondition-color-2);
     transition: all 0.3s ease-in-out;
 }

 .terms-condition p a:hover {
     text-decoration: underline;
 }

 /* Terms Condition Responsive */
 @media screen and (max-width: 768px) {
     .terms-condition p {
         font-size: 18px;
     }
 }

 @media screen and (max-width: 480px) {
     .terms-condition p {
         font-size: 17px;
     }
 }



 /* Contact Section */
 .contact-section {
     padding: 60px 0;
     background: var(--contact-section-bg);
 }

 .contact-section .title {
     font-size: 26px;
     color: var(--contact-section-color);
     margin-bottom: 12px;
 }

 .social-icon {
     margin-bottom: 1rem;
     display: flex;
     align-items: center;
     color: #167b20;
     font-size: 20px;
     gap: 15px;
 }

 .social-icon a {
     color: #167b20;
     font-size: 20px;
     font-weight: 700;
 }

 .social-icon i {
     width: 40px;
     height: 40px;
     display: block;
     line-height: 40px;
     border-radius: 40px;
     text-align: center;
     background: var(--social-icon-bg);
     transition: all 0.3s ease-in-out;
     color: var(--social-icon-color);
 }

 .social-icon a i {
     font-size: 20px;
 }

 .social-icon a:hover {
     color: #000000;
 }


 /* Contact Section Responsive */
 @media screen and (max-width: 768px) {
     .contact-section .title {
         font-size: 20px;
     }
 }



 /* Sub Pages Section */
 /* Api Details */
 .api-details {
     padding: 40px 0;
     background: var(--apiDetails-bg);
 }

 .apiLists-description p {
     margin-bottom: 10px;
     position: relative;
     font-size: 17px;
     font-weight: normal;
     line-height: 1.39;
     padding-left: 25px;
     list-style: none;
     color: var(--paragraph-color-2);
 }

 .apiLists-description p::before {
     position: absolute;
     content: "";
     height: 8px;
     width: 8px;
     background: #fcdb19;
     border-radius: 50%;
     font-size: 150%;
     top: 9px;
     font-weight: 700;
     color: #017b5b;
     left: 0.5px;
     -webkit-transform: translateY(-15%);
     transform: translateY(-15%);
 }

 .api-details .photo {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
 }

 .api-details .odds-mobile-img {
     height: 415px;
 }

 .api-details .api-description {
     margin-top: 40px;
 }

 .api-details .api-description p b.boldtag {
     color: #143d60;
 }

 /* Api Details Section Responsive */
 @media screen and (max-width: 768px) {
     .api-details .odds-mobile-img {
         height: auto;
     }
 }

 /* Plan Section */
 .plan-section {
     background: var(--plan-section-bg);
     padding: 40px 0;
 }

 .plan-container {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 20px;
 }

 .plan-container .plan-item {
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     padding: 30px 20px;
     border-radius: 12px;
     text-align: center;
     margin-bottom: 2rem;
     background: #ffffff;
 }

 .plan-container .plan-item .plan-name {
     font-size: 22px;
     font-weight: bold;
     letter-spacing: normal;
     color: var(--title-color-3);
 }

 .plan-container .plan-item .plan-point {
     font-size: 20px;
     color: #848080;
 }

 .plan-container .plan-item ul li {
     font-weight: 700;
     border-bottom: 1px solid #e8eae8;
     padding: 10px;
     color: #007818;
 }

 .plan-container .plan-item .main-point {
     font-size: 20px;
     font-weight: 700;
     color: #007818;
 }

 .plan-container .plan-price {
     font-weight: 700;
     border-bottom: 1px solid #e8eae8;
     padding: 10px;
 }

 .plan-container .plan-price span {
     font-size: 18px;
 }

 /* Plan Section Responsive */
 @media screen and (max-width: 992px) {
     .plan-container {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media screen and (max-width: 768px) {
     .plan-container {
         grid-template-columns: repeat(1, 1fr);
     }
 }



 /* About Api Section */
 .about-api {
     background: #ffffff;
     padding: 40px 0;
 }

 .about-api a {
     align-self: end;
     position: relative;
     display: inline-block;
     padding: 8px 15px;
     font-size: 17px;
     font-weight: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #017b5b;
     background: transparent;
     text-decoration: none !important;
     border: 1px solid;
     border-color: transparent;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }

 .about-api a::before {
     position: absolute;
     display: block;
     content: "";
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #fcdb19;
     -webkit-transform-origin: left;
     transform-origin: left;
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
     -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     -webkit-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     -moz-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
 }

 .about-api a span,
 .about-api a svg {
     position: relative;
     z-index: 1;
 }

 .about-api a svg {
     margin-left: 10px;
     fill: #017b5b;
 }

 .about-api a svg g {
     fill: #017b5b;
 }

 .about-api a:hover svg g {
     fill: #fcdb19;
 }

 .about-api a:hover {
     color: #fcdb19;
     border-color: #017b5b;
     background: #017b5b;
 }

 .about-api a:hover::before {
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transform-origin: right;
     transform-origin: right;
 }

 /* About Api Section Responsive */
 @media screen and (max-width: 767px) {
     .about-api .photo {
         margin-top: 20px;
     }
 }


 /* Footer Section */
 .footer-top {
     background: var(--footer-bg);
     text-align: center;
     padding-top: 40px;
 }

 .footer-top .title1 {
     font-family: 48px;
     line-height: normal;
     margin-bottom: 0;
     color: var(--footer-color-2);
     font-weight: 900;
     text-transform: uppercase;
 }

 .footer-top .title2 {
     font-size: 100px;
     line-height: normal;
     margin-bottom: 0;
     color: var(--footer-color-1);
     font-weight: 900;
     text-transform: uppercase;
 }

 .footer-top .title3 {
     font-size: 42px;
     line-height: normal;
     margin-bottom: 0;
     font-weight: normal;
     color: var(--footer-color-1);
     text-transform: uppercase;
 }


 .footer .footer-center {
     background: var(--footer-bg);
     padding: 40px 0;
 }

 .footer .footer-center::before {
     background: url(../images/footer_top_section.png);
     width: 100%;
     height: 115px;
     content: "";
     display: block;
     position: relative;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .footer .footer-center .logo {
     padding-top: 40px;
     padding-bottom: 20px;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
 }

 .footer .footer-center .logo img {
     width: 100%;
     max-width: 250px;
 }

 .footer .footer-bottom {
     background: var(--footer-bg);
 }

 .footer .footer-bottom::before {
     background-image: url(../images/top_secion_bg.png);
     display: block;
     content: "";
     width: 100%;
     height: 100px;
     background-size: cover;
     background-repeat: no-repeat;
     z-index: 1;
 }

 .footer-bottom-content {
     width: 100%;
     color: var(--footer-color-1);
     padding: 15px 30px;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     font-size: 14px;
 }

 .footer-left {
     display: flex;
     align-items: center;
     gap: 30px;
 }

 .footer-right {
     display: flex;
     gap: 30px;
 }

 .footer-bottom-content a {
     color: white;
     text-decoration: none;
     transition: opacity 0.3s ease;
 }

 .footer-bottom-content a:hover {
     color: #ffd700;
 }

 .company-name {
     font-weight: normal;
 }

 .footer-links {
     padding: 15px 20px;
 }

 .footer-links ul {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     list-style: none;
     margin: 0;
     padding: 0;
 }

 .footer-links ul li {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .footer-links ul li:not(:last-child)::after {
     content: "";
     background: #7f8c8d;
     margin: 0 10px;
     width: 1px;
     height: 12px;
     font-weight: normal;
 }

 .footer-links a {
     color: #ecf0f1;
     text-decoration: none;
     font-size: 16px;
     font-weight: 400;
     transition: color 0.3s ease;
     white-space: nowrap;
 }

 .footer-links a:hover {
     color: #ffd700;
 }

 /* Footer Section Responsive */
 @media screen and (max-width: 768px) {
     .footer .footer-top img {
         height: 186px;
         object-fit: cover;
     }

     .footer .footer-center {
         padding: 0;
     }

     .footer .footer-center .logo {
         padding-top: 0;
         padding-bottom: 0;
         margin-top: -40px;
     }

     .footer .footer-center::before {
         background-size: contain;
         height: 100px;
     }

     .footer .footer-bottom::before {
         background-size: contain;
     }

     .footer-links a {
         font-size: 14px;
     }

     .footer-bottom-content {
         flex-direction: column;
         text-align: center;
         padding: 20px 0;
         margin-top: -60px;
     }

     .footer-left,
     .footer-right {
         flex-direction: column;
         gap: 5px;
     }

     .footer-right {
         margin-top: 20px;
     }
 }


 @media screen and (max-width: 700px) {
     .footer-top .title1 {
         font-family: 38px;
     }

     .footer-top .title2 {
         font-size: 90px;
     }

     .footer-top .title3 {
         font-size: 32px;
     }
 }

 @media screen and (max-width: 540px) {
     .footer-top .title1 {
         font-family: 28px;
     }

     .footer-top .title2 {
         font-size: 80px;
     }

     .footer-top .title3 {
         font-size: 22px;
     }

     .footer .footer-center .logo {
         margin-top: -56px;
     }

     .footer-bottom-content {
         margin-top: -80px;
     }
 }

 @media screen and (max-width: 480px) {
     .footer-links ul li:not(:last-child)::after {
         margin: 0 7px;
     }
 }

 @media screen and (max-width: 450px) {
     .footer-top .title1 {
         font-family: 22px;
     }

     .footer-top .title2 {
         font-size: 75px;
     }

     .footer-top .title3 {
         font-size: 20px;
     }
 }

 @media screen and (max-width: 390px) {
     .footer-top .title1 {
         font-family: 16px;
     }

     .footer-top .title2 {
         font-size: 48px;
     }

     .footer-top .title3 {
         font-size: 16px;
     }
 }



 /* Footer Menu Hide Desktop */
 .footer-menu {
     background: var(--footer-menu-bg);
     padding: 10px 20px;
     position: fixed;
     bottom: 0;
     width: 100%;
     z-index: 999999;
     box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
     display: none;
 }

 .footerMenu-container {
     display: flex;
     justify-content: space-between;
     align-items: center;
     gap: 10px;
 }

 .footerMenu-container a {
     display: block;
 }

 .footerMenu-container a img {
     width: 40px;
 }

 @media screen and (max-width: 768px) {
     .footer-menu {
         display: block;
     }
 }

 .whatsapp {
     position: fixed;
     z-index: 2;
     bottom: 43px;
     right: 5px;
     z-index: 99;
     width: 70px !important;
     margin-bottom: 20px;
     margin-left: 10px;
     cursor: pointer;
     animation: shadowEffect 3s infinite linear;
 }

 @keyframes shadowEffect {
     0% {
         filter: drop-shadow(0px 0px 0px rgba(30, 255, 0));
     }

     25% {
         filter: drop-shadow(0px 0px 10px rgb(30, 255, 0));
     }

     50% {
         filter: drop-shadow(0px 0px 20px rgb(30, 255, 0));
     }

     75% {
         filter: drop-shadow(0px 0px 10px rgba(30, 255, 0));
     }

     100% {
         filter: drop-shadow(0px 0px 0px rgb(30, 255, 0));
     }
 }