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

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.bg_color {
  background-color: #0b080c;
}

.header_sub {
  background-color: #1a3a42;
  border-radius: 15px;
  margin: 10px 0;
  text-align: center;
}

.images_logo {
  padding: 10px 15px;
  text-align: center;
  display: inline-block;
}

.images_logo img {
  height: 60px;
}

.game_image {
  position: relative;
  overflow: hidden;
  margin: 8px;
  border-radius: 12px;
}

.game_sec {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.game_sec .game_celss {
  width: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background: #1a3a42;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  border: 1px solid rgba(239, 174, 29, 0.2);
}

.game_image img {
  width: 100%;
  transition: transform 0.2s;
  /* Animation */
}

.game_list_cells {
  padding: 60px 0;
}

.game_details {
  padding: 0px 8px 15px 8px;
}

.game_details h4 {
  font-size: 16px;
  color: #EFAE1D;
}

.game_celss:hover .game_image img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1);
}

.game_celss:hover {
  box-shadow: 0 0 15px rgba(239, 174, 29, 0.6);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  transform: translateY(-5px);
}

.welcome_cells {
  text-align: center;
  padding: 20px 15px;
  background-color: #1a3a42;
  border-radius: 26px;
  margin-top: 50px;
  border: 1px solid rgba(239, 174, 29, 0.2);
  box-shadow: 0 0 15px rgba(239, 174, 29, 0.1);
}

.welcome_cells h2 {
  color: #EFAE1D;
  margin-bottom: 10px;
  font-size: 30px;
}

.BTN_2 {
  background: linear-gradient(to right, #EFAE1D, #e08e43);
  color: #ffffff;
  border: none;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 600;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
  box-shadow: 0 2px 5px rgba(239, 174, 29, 0.3);
}

.BTN_2:hover {
  background: linear-gradient(to right, #ffc235, #f09e53);
  transform: scale(1.05);
  /* Slight zoom effect */
  box-shadow: 0 4px 8px rgba(239, 174, 29, 0.5);
}

.BTN_2:active {
  transform: scale(0.95);
}


.BTN_2:hover,
.BTN:hover {
  background-color: #ffc235;
}

.BTN {
  background: #EFAE1D;
  color: #ffffff;
  border: 0;
  width: 100%;
  padding: 10px 10px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.5s all;
  box-shadow: 0 2px 5px rgba(239, 174, 29, 0.3);
}

.welcome_cells p {
  font-size: 18px;
  color: #ffffff;
}

.game_details_sec {
  margin-top: 50px;
}

.game_details_banner {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 600px;
}

.game_details_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game_details_banner::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.game_details_sec h2 {
  color: #EFAE1D;
  padding-bottom: 20px;
}

.game_details_sec {}

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

.logo_images {
  height: 60px;
  width: 60px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.logo_images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.play_online_Des h4 {
  color: #EFAE1D;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
}

.play_online_Des {
  background-color: #1a3a42;
  border-radius: 16px;
  margin: 20px 0;
  padding: 15px;
  border: 1px solid rgba(239, 174, 29, 0.2);
  box-shadow: 0 0 15px rgba(239, 174, 29, 0.1);
}

.ss_des p {
  color: #ffffff;
}

/* Mobiles CSS */

@media (min-width: 0px) and (max-width: 767px) {
  .game_sec {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .welcome_cells h2 {
    font-size: 18px;
  }

  .welcome_cells {
    margin-top: 20px;
  }


  .game_list_cells {
    padding: 40px 0;
  }

  .welcome_cells {
    border-radius: 16px;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .game_details_banner {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    height: auto;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .game_sec {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }


  .welcome_cells h2 {
    font-size: 18px;
  }

  .game_list_cells {
    padding: 40px 0;
  }

  .welcome_cells {
    border-radius: 16px;
  }
}

@media (min-width: 1025px) and (max-width: 1170px) {
  .game_sec {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

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

/* Make sure the whole page takes full height */
html,
body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Ensure the main content expands while keeping the footer at the bottom */
.main-content {
  flex: 1;
}


/*---------------------------------------- contact style start-  ------------------------------------ */


/* Contact Section - Matching Theme */
.contact-section {
  /* Darker shade matching theme */
  color: #fff;
  padding: 50px 0;
}

/* Contact Card */
.contact-card {
  background: rgba(255, 255, 255, 0.08);
  /* Slight transparent effect */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin: auto;
}

/* Input Fields */
.contact-card input,
.contact-card textarea {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  color: white;
}

/* Input Focus Effect */
.contact-card input:focus,
.contact-card textarea:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Submit Button */
.btn-submit {
  background: linear-gradient(to right, #EFAE1D, #e08e43);
  /* Button color matching theme */
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(239, 174, 29, 0.3);
}

.btn-submit:hover {
  background: linear-gradient(to right, #ffc235, #f09e53);
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(239, 174, 29, 0.5);
}

/* Footer */
.footer {
  background: linear-gradient(to right, #0b080c, #1a3a42);
  color: #fff;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  border-top: 3px solid #EFAE1D;
  box-shadow: 0 -2px 10px rgba(239, 174, 29, 0.2);
}

/* Social Icons */
.social-icons a {
  font-size: 20px;
  margin: 0 10px;
  color: #EFAE1D;
  transition: transform 0.3s, color 0.3s, text-shadow 0.3s;
  text-shadow: 0 0 2px rgba(239, 174, 29, 0.3);
}

.social-icons a:hover {
  transform: scale(1.2);
  color: #ffc235;
  text-shadow: 0 0 8px rgba(239, 174, 29, 0.6);
}

/*---------------------------------------- contact style end ------------------------------------ */

/*---------------------------------------- footer style start-  ------------------------------------ */
/* Footer Styling */
.footer {
  background: linear-gradient(to right, #0b080c, #1a3a42);
  color: #fff;
  text-align: center;
  padding: 40px 0;
  width: 100%;
  font-family: 'Arial', sans-serif;
  border-top: 3px solid #EFAE1D;
  box-shadow: 0 -2px 10px rgba(239, 174, 29, 0.2);
}

/* Footer Column Styling */
.footer-column {
  text-align: left;
  /* Aligns text to the left for better structure */
}

/* Footer Titles */
.footer-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #EFAE1D;
}

/* Footer Divider */
.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 20px auto;
  width: 80%;
}

/* Footer Navigation & Contact List */
.footer-nav,
.footer-contact {
  list-style: none;
  padding: 0;
}

/* Ensures Each List Item Starts at the Same Position */
.footer-nav li,
.footer-contact li {
  padding-left: 0;
  margin-bottom: 8px;
}

.footer-nav li a,
.footer-contact li a {
  color: #EFAE1D;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
  display: inline-block;
  text-shadow: 0 0 1px rgba(239, 174, 29, 0.2);
}

.footer-nav li a:hover,
.footer-contact li a:hover {
  color: #ffc235;
  text-decoration: underline;
  transform: translateX(5px);
  text-shadow: 0 0 3px rgba(239, 174, 29, 0.4);
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 15px;
  /* Space between icons */
}

.social-link {
  font-size: 22px;
  color: #EFAE1D;
  transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
  text-shadow: 0 0 2px rgba(239, 174, 29, 0.3);
}

.social-link:hover {
  transform: scale(1.2);
  color: #ffc235;
  text-shadow: 0 0 8px rgba(239, 174, 29, 0.6);
}

/* Responsive Styling */
@media (max-width: 768px) {
  .footer .row {
    text-align: center;
  }

  .footer-column {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-nav,
  .footer-contact {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}



/*---------------------------------------- footer style end-  ------------------------------------ */


/*---------------------------------------- header style start-  ------------------------------------ */

/* Sticky Header */
.ss_header {
  background: linear-gradient(to right, #0b080c, #1a3a42);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid #EFAE1D;
  box-shadow: 0 2px 10px rgba(239, 174, 29, 0.2);
}

/* Logo */
.logo {
  max-width: 150px;
}

/* Navigation Bar */
.nav {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-item {
  padding: 5px 10px;
}

.nav-link {
  color: #EFAE1D;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease-in-out, transform 0.2s ease-in-out;
  text-shadow: 0 0 1px rgba(239, 174, 29, 0.2);
}

.nav-link:hover {
  color: #ffc235;
  transform: scale(1.1);
  text-shadow: 0 0 5px rgba(239, 174, 29, 0.4);
}

.nav-link.active {
  color: #ffd700;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(239, 174, 29, 0.5);
}

/* Mobile Menu */
.menu-toggle {
  font-size: 24px;
  color: #EFAE1D;
  cursor: pointer;
  display: inline-block;
  text-shadow: 0 0 5px rgba(239, 174, 29, 0.3);
}

/* Mobile Navigation */
.mobile-menu {
  background: linear-gradient(to bottom, #0b080c, #1a3a42);
  padding: 20px;
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #EFAE1D;
  box-shadow: 0 5px 15px rgba(239, 174, 29, 0.2);
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu ul li {
  margin: 10px 0;
}

.mobile-menu ul li a {
  color: #EFAE1D;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
  display: inline-block;
  text-shadow: 0 0 2px rgba(239, 174, 29, 0.2);
}

.mobile-menu ul li a:hover {
  color: #ffc235;
  transform: translateX(5px);
  text-shadow: 0 0 5px rgba(239, 174, 29, 0.4);
}

/* Show Menu on Toggle */
.menu-open .mobile-menu {
  display: block;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .nav {
    display: none;
  }
}


/*---------------------------------------- header style end-  ------------------------------------ */

/*-------------------- about <section class="container-fluid about-section"> style start-  ---------------------------- */

/* About Section Styling */
.about-section {
  background: url("images/gaming-bg.jpg") no-repeat center center/cover;
  position: relative;
  padding: 100px 0;
  color: #fff;
}

/* Dark Overlay for Readability */
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
}

/* About Image */
.about-image {
  text-align: center;
  margin-bottom: 40px;
}

.about-image img {
  width: 100%;
  max-width: 800px;
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(110, 195, 214, 0.3);
  animation: fadeInDown 1.2s ease-in-out;
}

/* Content Styling */
.about-content {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

/* Animated Heading */
.animated-heading {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  animation: fadeIn 1.5s ease-in-out;
  text-shadow: 3px 3px 10px rgba(110, 195, 214, 0.7);
  color: #EFAE1D;
}

/* Highlight Text */
.highlight {
  color: #ffc235;
  text-shadow: 0 0 3px rgba(239, 174, 29, 0.3);
}

/* Mission Box */
.mission-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0px 0px 20px rgba(198, 122, 141, 0.3);
  animation: fadeInUp 1s ease-in-out;
}

/* Features Grid */
.features-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.feature-card {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  flex: 1;
  margin: 0 10px;
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease-in-out;
}

.feature-card:hover {
  transform: scale(1.05);
}

.feature-card i {
  font-size: 40px;
  color: #C67A8D;
  margin-bottom: 10px;
}

.feature-card h4 {
  font-size: 20px;
  color: #fff;
}

/* Feature List */
.feature-list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 600px;
  margin: 30px auto;
  font-size: 18px;
}

.feature-list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.feature-list li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  color: #ffc235;
  font-size: 20px;
  text-shadow: 0 0 3px rgba(239, 174, 29, 0.3);
}

/* Call-to-Action Box */
.cta-box {
  margin-top: 40px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  animation: fadeInUp 1.2s ease-in-out;
}

/* CTA Button */
.cta-button {
  background: linear-gradient(to right, #EFAE1D, #e08e43);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.3s ease;
  border: none;
  margin-top: 10px;
  box-shadow: 0 2px 5px rgba(239, 174, 29, 0.3);
}

.cta-button:hover {
  background: linear-gradient(to right, #ffc235, #f09e53);
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(239, 174, 29, 0.5);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Styling */
@media (max-width: 768px) {
  .animated-heading {
    font-size: 30px;
  }

  .features-grid {
    flex-direction: column;
    align-items: center;
  }

  .feature-card {
    margin-bottom: 20px;
    width: 100%;
  }

  .feature-list {
    font-size: 16px;
  }
}



/*-------------------- about <section class="container-fluid about-section"> style end-  ---------------------------- */

/*-------------------- developer style start-  ---------------------------- */
/* Developer Section Styling */
.developer-section {
  /* background: rgba(0, 0, 0, 0.7); */
  position: relative;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

/* Developer Image */
.developer-image {
  text-align: center;
  margin-bottom: 40px;
}

.developer-image img {
  width: 100%;
  max-width: 900px;
  border-radius: 15px;
  box-shadow: 0px 0px 25px rgba(110, 195, 214, 0.5);
  animation: fadeInDown 1s ease-in-out;
}

/* Developer Content */
.developer-content {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  z-index: 2;
}

/* Animated Heading */
.animated-heading {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  animation: fadeIn 1.5s ease-in-out;
  text-shadow: 4px 4px 10px rgba(110, 195, 214, 0.9);
  color: #6EC3D6;
}

/* Highlight Text */
.highlight {
  color: #C67A8D;
}

/* Features Grid */
.features-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.feature-card {
  background: rgba(0, 0, 0, 0.9);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  flex: 1;
  margin: 0 15px;
  box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.feature-card:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 30px rgba(198, 122, 141, 0.5);
}

.feature-card i {
  font-size: 45px;
  color: #6EC3D6;
  margin-bottom: 10px;
}

.feature-card h4 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

/* Call-to-Action Box */
.cta-box {
  margin-top: 50px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  animation: fadeInUp 1.2s ease-in-out;
  box-shadow: 0px 0px 15px rgba(110, 195, 214, 0.5);
}

/* CTA Button */
.cta-button {
  background: #6EC3D6;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding: 14px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
  border: none;
  margin-top: 10px;
}

.cta-button:hover {
  background: #C67A8D;
  transform: scale(1.1);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Styling */
@media (max-width: 768px) {
  .animated-heading {
    font-size: 34px;
  }

  .features-grid {
    flex-direction: column;
    align-items: center;
  }

  .feature-card {
    margin-bottom: 20px;
    width: 100%;
  }

  .cta-button {
    font-size: 20px;
  }
}


/*-------------------- developer style end-  ---------------------------- */

/*-------------------- affiliate style start-  ---------------------------- */
/* Affiliate Section Styling */
.affiliate-section {
  /* background: rgba(0, 0, 0, 0.7); */
  position: relative;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.section-title {
  margin-top: 30px;
}

/* Affiliate Image */
.affiliate-image {
  text-align: center;
  margin-bottom: 40px;
}

.affiliate-image img {
  width: 100%;
  max-width: 900px;
  border-radius: 15px;
  box-shadow: 0px 0px 25px rgba(110, 195, 214, 0.5);
  animation: fadeInDown 1s ease-in-out;
}

/* Affiliate Content */
.affiliate-content {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  z-index: 2;
}

/* Animated Heading */
.animated-heading {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  animation: fadeIn 1.5s ease-in-out;
  text-shadow: 4px 4px 10px rgba(110, 195, 214, 0.9);
  color: #6EC3D6;
}

/* Highlight Text */
.highlight {
  color: #C67A8D;
}

/* Features Grid */
.features-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.feature-card {
  background: rgba(0, 0, 0, 0.9);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  flex: 1;
  margin: 0 15px;
  box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.feature-card:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 30px rgba(255, 204, 0, 0.5);
}

/* Call-to-Action Box */
.cta-box {
  margin-top: 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  animation: fadeInUp 1.2s ease-in-out;
  box-shadow: 0px 0px 15px rgba(198, 122, 141, 0.5);
}

/* CTA Button */
.cta-button {
  background: #6EC3D6;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding: 14px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
  border: none;
  margin-top: 10px;
}

.cta-button:hover {
  background: #C67A8D;
  transform: scale(1.1);
}

/*-------------------- affiliate style end-  ---------------------------- */


/*-------------------- privacy policy style end-  ---------------------------- */
/* Privacy Policy Section */
.privacy-section {
  /* Dark blue gradient */
  padding: 60px 0;
  color: #ffffff;
  text-align: center;
}

.privacy-section h2 {
  font-size: 36px;
  font-weight: bold;
  color: #EFAE1D;
  /* Gold color for emphasis */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.privacy-section h3 {
  font-size: 24px;
  font-weight: bold;
  color: #6EC3D6;
  margin-top: 30px;
  border-bottom: 2px solid #6EC3D6;
  display: inline-block;
  padding-bottom: 5px;
}

.privacy-section p,
.privacy-section ul {
  font-size: 18px;
  color: #f1f1f1;
  line-height: 1.8;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.privacy-section ul {
  padding-left: 20px;
}

.privacy-section ul li {
  margin-bottom: 10px;
  list-style-type: "✔️ ";
  color: #f1f1f1;
}

/* Image Styling */
.privacy-section img {
  max-width: 350px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  filter: drop-shadow(5px 8px 10px rgba(0, 0, 0, 0.3));
  border-radius: 10px;
}

/* Links */
.privacy-section a {
  color: #C67A8D;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.privacy-section a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Footer Styling */
.footer {
  background: #101820;
  color: #ffffff;
  padding: 40px 0;
  text-align: center;
}

.footer .footer-title {
  font-size: 20px;
  color: #EFAE1D;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer a {
  color: #6EC3D6;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #C67A8D;
  text-decoration: underline;
}

/* Social Media Icons */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.social-icons img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .privacy-section h2 {
    font-size: 28px;
  }

  .privacy-section h3 {
    font-size: 20px;
  }

  .privacy-section p,
  .privacy-section ul {
    font-size: 16px;
  }

  .social-icons img {
    width: 35px;
    height: 35px;
  }
}


/*-------------------- privacy policy style end-  ---------------------------- */


/*-------------------- ad container style start-  ---------------------------- */
/* Ad Container Styling */
.ad-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px auto;
}

#gpt-passback {
  margin: 0 auto;
}

/*-------------------- ad container style end-  ---------------------------- */



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