body {
    font-family: "Noto Sans", serif;
    padding-top: 70px;
    
}
p{
  font-family: "Didact Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
a{
  font-family: "Didact Gothic", serif;
  font-style: normal;    
}
li,ol{
  font-family: "Didact Gothic", serif;
  font-style: normal;
}
div,span{
  font-family: "Didact Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Sirin Stencil", serif;
  font-weight: 400;
  font-style: normal;
}
.card-body {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 15px;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.sidebar {
    position: fixed;
    top: 60px;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
}

.content {
    margin-top: 20px;
    height: calc(100vh - 70px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffec0b #2a2a2a;
    background: #343a40;
    color: white;
    padding: 20px 30px 25px 50px;
}
.parimatch_blog_content h1{
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
}
.parimatch_blog_content h2{
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
}
.parimatch_blog_content h3{
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
}
.special-heading{
    background: #000876;
    width: 100%;
    color: white;
    padding: 10px;
    border-radius: 0px;
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
    text-align: center;
}

.nav-item a, .nav-link a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

#parimatch_button_y {
    background-color: #f2f740;
    color: #000000 !important;
    border-radius: 25px;
    margin: 0 5px 0 0;
    width: 80px;
    text-align: center;
    padding: 6px;
}

#parimatch_button_y:hover {
    background-color: #e1f038;
}

#parimatch_button_w {
    background-color: #ffffff;
    color: #000000 !important;
    border-radius: 25px;
    margin: 0 10px;
    width: 75px;
    text-align: center;
}

#parimatch_button_w:hover {
    background-color: #efede9;
}

.nav-link i {
    margin: 0 5px;
}
.parimatch_content .button{
    background: #f2f740;
    border-radius: 10px;
    padding: 3px 10px 3px 10px;
    margin: 20px;
    border: 3px solid #dfda38;
    color: black;
    text-decoration: solid;
}

.parimatch_content h1, .parimatch_content h2, .parimatch_content h3, .parimatch_content h4, 
.parimatch_content h5, .parimatch_content h6 {
    font-size: 16px !important;
}

.parimatch_content p {
    font-size: 14px !important;
}
.parimatch_content a {
    font-size: 12px;
}
.parimatch_content ol{
    font-size: 14px !important;
}

.parimatch_content hr {
    margin: 0 !important;
}

.nav-side img {
    width: 25px;
    margin: 0 5px 5px 0;
}

.nav-side {
    border-bottom: 2px solid #9e9e9e;
}

/* Carousel Styles */
.item-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.casino-card img {
    height: 325px !important;
    object-fit: cover;
    object-position: 10px 10px;
}
.copy{
    margin: 0 10px 10px 10px;
}

.carousel-inner {
    /* display: flex; */
    flex-wrap: nowrap; /* Prevents wrapping of items in carousel */
}

.carousel-item {
    display: flex;
    justify-content: space-around; /* Evenly spaces cards */
}

.carousel-control-prev, .carousel-control-next {
    background: #ffffff00; /* Transparent */
    border: none; /* Remove border */
}

/* Fix for sidebar layout */
.container-fluid {
    overflow-x: hidden;
}

.sidebar.fixed-left,
.sidebar.fixed-right {
    height: 100vh;
    width: 240px; /* Fixed sidebar width */
    position: fixed;
    top: 0;
}


footer{
  background: #343a40;
  padding: 20px;
  text-align: center;
  color: white;
  margin-top: 50px;
}
.social-icons a{
    margin: 10px;
}


#quotes ol{
	counter-reset:li;
}
#quotes ol > li {
	position:relative; 
    margin:0 0 25px 2em;
    padding:4px 8px;
    list-style:none;
    border-top:2px solid #ede0e0;
    background:#141414;
    height: 100px;
	align-content: center;
	background: linear-gradient(135deg, rgb(28 135 119) 0%, rgb(24 177 124) 50%, rgb(0 163 108) 100%);
	color: black;
}
#quotes ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    margin-right:8px;
    padding:10px;
    border-top:2px solid #dad9d9;
    color:#fff;
    background:#666;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
    height: 100px;
    align-items: center;
    display: flex;
}
#quotes li:hover:before {
	color: #f1f10f;
}
#quotes ol > li:after {
   content: '';
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url('https://parimatchin.in/images/w_copy_clipboard.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: filter 0.3s ease;
	bottom:  1px;
}
#quotes ul{
	counter-reset:li;
}
#quotes ul > li {
	position:relative; 
    margin:0 0 25px 2em;
    padding:4px 8px;
    list-style:none;
    border-top:2px solid #ede0e0;
    background:#141414;
    height: 90px;
	align-content: center;
	background: linear-gradient(135deg, rgb(28 135 119) 0%, rgb(24 177 124) 50%, rgb(0 163 108) 100%);
	color: black;
}
#quotes ul > li:before {
    content: "◐"; /* Use the counter as content */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    margin-right:8px;
    padding:10px;
    border-top:2px solid #dad9d9;
    color:#fff;
    background:#666;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
    height: 100px;
    align-items: center;
    display: flex;
}
#quotes ul > li:before {
    
}

#quotes ul:hover:before {
	color: #f1f10f;
}
#quotes ul > li:after {
   content: '';
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url('https://parimatchin.in/images/w_copy_clipboard.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: filter 0.3s ease;
	bottom:  1px;
}
.headline {
  left: 50px;
} 
.clipped {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}
#banner_section{
    text-align: center;
    margin: 100px 0px 45px 0px;
}
#games_section{
    text-align: center;
    margin: 100px 0px 45px 0px;
}
#feature_section{
    text-align: center;
    margin: 100px 0px 45px 0px;
}
#step_section{
    text-align: center;
    margin: 100px 0px 45px 0px;
}
#payment_section{
    text-align: center;
    margin: 100px 0px 45px 0px;
}
#cta_section{
    text-align: center;
    margin: 100px 0px 45px 0px;
}
#faq_section{
    margin: 100px 0px 45px 0px;
}
#blog_section{
    text-align: center;
    margin: 100px 0px 45px 0px;
}
#intro_section{
    text-align: center;
    margin: 0px 0px 45px 0px;
}
.feature-box{
    padding: 20px 20px;
    text-align: center;
    min-height: 350px;
    border-top: 1px solid #f8f8f8;
    background: #f8f8f8;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px 0px;
}
.feature-box a{
    text-decoration: initial;
}
.feature-box:hover{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
    cursor: pointer;
    border-radius: 5px;
    
}
.copy{
    text-decoration-line: inherit;
}
.circle{
    background: #8f2626;
    padding: 10px;
    border-radius: 10px;
    width: 85px;
    height: 85px;
    align-content: center;
}
.client-logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}
.client-container {
    margin: 20px 0;
}
.client_logo{
    display: flex;
    padding: 19px;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
    height: 130px;
    border: 1px solid #d6eaff;  
}
        .cta-container {
            position: relative;
            width: 100%;
            height: 400px;
            background: url('https://parimatchin.in/images/batting_bat.webp') no-repeat center center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .cta-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text visibility */
        }
        .cta-content {
            position: relative;
            z-index: 2;
            color: #fff;
            text-align: center;
        }
        .cta-title {
            font-size: 2rem;
            font-weight: bold;
        }
        .cta-button {
            margin-top: 20px;
            background-color: #f2f740;
            color: black;
            border: 1px solid #b3a20d;
        }
        
       .step-box {
            text-align: center;
            background: #f8f9fa;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }
        .step-number {
            font-size: 2.5rem;
            font-weight: bold;
            color: #ff9900;
        }
        .step-title {
            font-size: 1.5rem;
            margin-top: 10px;
            font-weight: 600;
        }
        .step-description {
            font-size: 1rem;
            color: #555;
            margin-top: 10px;
        }


/* Button Styling */
#cta_button {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(0deg, rgb(248 255 19) 0%, rgb(170 175 11) 100%);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  perspective: 230px;
}

/* Click Text (Initially Hidden) */
#cta_button::before {
  content: "Win Daily";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 40px;
  background: linear-gradient(0deg, rgb(28 37 40) 0%, rgb(33 37 41) 100%);
  transform: rotateX(90deg);
  transform-origin: bottom;
  transition: transform 0.3s ease-in-out;
}

/* Read More (Initially Visible) */
#cta_button::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 40px;
  background: transparent;
  transform-origin: bottom;
  transition: transform 0.3s ease-in-out;
}

/* Hover Effect - Flipping */
#cta_button:hover::before {
  transform: rotateX(0deg);
}

#cta_button:hover::after {
  transform: rotateX(-90deg);
  color: transparent;
}
        
.vote-btn {
    font-family: inherit;
    font-size: 16px;
    align-items: center;
    gap: 8px; /* Space between icon & text */
    padding: 10px 15px;
    border: none;
    background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.vote-btn i {
    font-size: 18px;
    color: white;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.vote-btn.voted i {
    transform: scale(1.2);
    opacity: 0.8;
    color: #FFD700; /* Gold color when voted */
}

/* Fake vote animation effect */
.vote-btn::after {
    content: "✔ Voted!";
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background: rgba(0, 255, 0, 0.9);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.4s, transform 0.4s;
}

.vote-btn.voted::after {
    opacity: 1;
    transform: translateX(-50%) translateY(10px);
}        



/* General Table Style */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Table Header */
table thead {
  background-color: #343a40;
  color: white;
}

table thead th {
  padding: 12px 16px;
  text-align: left;
}

/* Table Rows */
table tbody tr {
  border-bottom: 1px solid #ddd;
}

table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table tbody td {
  padding: 12px 16px;
}

/* Hover Effect */
table tbody tr:hover {
  background-color: #f1f1f1;
}

/* Responsive Scroll for Mobile */
@media screen and (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}




/* Responsive Styles */
@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
    
    .col-md-8 {
        margin: 0 !important;
        width: 100% !important;
    }
    
    .carousel-item {
        display: block;
        text-align: center;
    }
    .headline {
    left: 20px;
    } 
    .clipped {
        clip-path: none;
        max-height: 300px !important;
     }
}



    textarea {
    resize: none;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}
.social_channels{
    margin: 50px 0px 30px 0px;
}

@charset "UTF-8";

.svg-inline--fa {
  vertical-align: -0.200em;
}

.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-tiktok, .fa-youtube, .fa-instagram {
  font-size: 25px;
}
/*
.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}
*/
.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}
/*
.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}
*/
.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}
/*
.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}
*/
/*
.rounded-social-buttons .social-button.tiktok {
  background: #000000;
}
*/
.rounded-social-buttons .social-button.tiktok:hover, .rounded-social-buttons .social-button.tiktok:focus {
  color: #000000;
  background: #fefefe;
  border-color: #000000;
}
/*
.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}
*/
.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}
/*
.rounded-social-buttons .social-button.instagram {
  background: #125688;
}
*/
.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

fieldset {
  font-size: 1em;
  border-radius: 0.5em;
}

legend {
  color: #fff;
  background: transparent;
  //padding: 0.25em 1em;
  border-radius: 0.5em;
}

.site-footer {
  background-color: #111;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 60%;
  margin: auto;
}

.footer-section {
  flex: 1 1 100px;
  text-align: left;
}

.footer-section h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffcc00;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 8px 0;
}

.footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #333;
  padding-top: 15px;
}
.latest_match a{
    color: #c3c3c3;
    text-decoration: none;
    margin: 0 7px 0px 0px;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}


  .wh-btn {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(180deg, #25D366 0%, #128C7E 100%);
    display: inline-grid;
    place-items: center;
    box-shadow: 0 8px 20px rgba(18, 140, 126, 0.18);
    border: none;
    cursor: pointer;
    z-index: 9999;
    transition: transform 160ms ease, box-shadow 160ms ease;
    animation: float-bob 2.6s ease-in-out infinite,
               pulse-shadow 2.6s ease-in-out infinite;
  }

  .wh-btn:focus { outline: 3px solid rgba(37, 211, 102, 0.25); outline-offset: 4px; }

  .wh-icon {
    width: 34px;
    height: 34px;
    fill: white;
    pointer-events: none;
  }

  @keyframes float-bob {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }
  @keyframes pulse-shadow {
    0%   { box-shadow: 0 8px 20px rgba(18,140,126,0.18), 0 0 0 0 rgba(37,211,102,0.18); }
    70%  { box-shadow: 0 12px 28px rgba(18,140,126,0.22), 0 0 0 18px rgba(37,211,102,0.06); }
    100% { box-shadow: 0 8px 20px rgba(18,140,126,0.18), 0 0 0 0 rgba(37,211,102,0.00); }
  }

  .wh-btn:hover { transform: scale(1.06); }
  .wh-btn:active { transform: scale(.98) translateY(2px); }

  @media (max-width: 480px) {
    .wh-btn { width: 56px; height: 56px; }
    .wh-icon { width: 30px; height: 30px; }
  }
