


/* Main navbar styling */
.custom-navbar {
    background-color: #353535;
    padding: 12px 0;
    border-bottom: 5px solid #383434;
}

/* Logo */
.logo-text {
  font-size: 28px;
  font-weight: bold;
  color: #ffd700;
  text-shadow: 2px 2px #003366;
}
.bg-yellow{
  background-color: #b48120 !important;
}
/* Navigation links */
.navbar-nav .nav-link {
  color: white;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #eec982;
}

/* Underline under active item */
.nav-underline {
  display: block;
  height: 3px;
  width: 30px;
  background-color:#eec982;
  margin: 2px auto 0;
}

/* WhatsApp button */
.whatsapp-btn {
background-color: #ae7e31;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}
.whatsapp-btn1 {
background-color: #ae7e31;
    color: #ffffff;
    padding: 8px 20px;
   
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}
.whatsapp-btn1:hover {
  background-color: #ae7e31;
  color: #fff;
}
.whatsapp-btn:hover {
  background-color: #ae7e31;
  color: #fff;
}


/* Only show underline on large screens */
.nav-underline {
  display: none;
}

@media (min-width: 992px) {
  .nav-underline {
    display: block;
    height: 3px;
    width: 30px;
    background-color: #f6c700;
    margin: 2px auto 0;
  }
}



/* Hero Section */
.hero-section {
    background-color: transparent;
    background-image: linear-gradient(180deg, #353535 0%, #3C6E71 100%);

   
}

.backimag{
	background: url('https://matchexch9.co.in/wp-content/themes/matchexch9/images/Media.jpg');
	border-radius: 30px 30px 30px 30px;
	background-color:#353535;
	padding-left:20px;

}
.backimag-id{
	background: url('https://matchexch9.co.in/wp-content/themes/matchexch9/images/Media.jpg');

}
.hero-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffffde;
}
.text-light{
   color: #ffffffde !important;  
}

.hero-subtext {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.about-btn {
  background:linear-gradient(to right, #363e3f, #ae7e31);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 10px;
  transition: 0.3s;
}

.about-btn:hover {
  opacity: 0.9;
  transform: scale(1.03);
}

.hero-right {
 
  background-size: cover;
  min-height: 500px;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}

.hero-logo {
  width: 120px;
  height: auto;
}

.login-card {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 16px;
}

.btn-login {
  background: #004d2a;
  color: #fff;
  border: none;
  transition: 0.3s;
}

.btn-login:hover {
  background: #006c3a;
}






.img-shape {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 20px;
}

.btn-custom {
background-color: transparent;
background-image: linear-gradient(180deg, #353535 0%, #3C6E71 100%);
  color: #fff;
  padding: 10px 24px;
  border-radius: 0px 20px 0px 0px;
  border: none;
  transition: 0.3s ease;
}

.btn-custom:hover {
  opacity: 0.9;
  transform: scale(1.02);
}


.portcu{

background-color: transparent;
background-image: linear-gradient(180deg, #81bda9 0%, #e52626 100%);
    border-radius: 70px 0px 0px 0px;
	padding-top:50px;
}



.cricbet-steps {
background-color: transparent;
background-image: linear-gradient(180deg, #353535 0%, #3C6E71B3 100%);
  color: #fff;
}

.step-card {
  background: linear-gradient(to bottom, #143f2a, #0f2f21);
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.step-card.white-bg {
  background: #fff;
  color: #000;
}

.step-image {
  position: relative;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}



.step-content {
  padding: 20px;
}

.step-content h5 {
  color: #ffc107;
  font-weight: 700;
  font-size: 1.1rem;
}

.step-content p {
  font-size: 14px;
  margin-bottom: 0;
  color: #ccc;
}

.step-card.white-bg .step-content p {
  color: #333;
}

.step-card.white-bg .step-content h5 {
  color: #d19b02;
}

.step-card.with-circle {
  position: relative;
  background: linear-gradient(to bottom, #3C6E71D9, #353535);
  border-radius: 100px 0px 0 0;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  color: #fff;
}

.step-card .step-image {
  position: relative;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.step-card .icon-img {
  width: 100%;
  min-height: 280;
  z-index: 2;
}

.step-card .step-content {
  padding: 20px;
  position: relative;
  z-index: 2;
}

.step-card h5 {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 16px;
  margin-bottom: 0;
  color: #ccc;
}

/* Yellow Circle Styling */
.circle-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color:#ffc107c7;
  border-bottom-left-radius: 100%;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Hover effect: expand yellow circle into content */
.step-card:hover .circle-expand {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 30px;
}

/* Optional: Text color changes on hover */
.step-card:hover h5,
.step-card:hover p {
  color: #000;
}


.play9pr {

background-color: transparent;
background-image: linear-gradient(180deg, #353535 0%, #3C6E71 100%);
  background-size: cover;
  background-position: center;
  border-top-left-radius: 100px;
  color: #fdd835;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  overflow: hidden;
}

.play9pr .stat-value {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.play9pr .stat-label {
  font-size: 1rem;
  margin: 0;
}



.play9pr-guide {
background-color: transparent;
background-image: linear-gradient(180deg, #353535 0%, #3C6E71B3 100%);
  color: #fdd835;
  font-family: 'Segoe UI', sans-serif;
  margin-top:30px;
}

.play9pr-guide .guide-title {
  font-size: 2rem;
  font-weight: 700;
}

.step-card1 {
  background: linear-gradient(to top, #000000cc, #00000000);
  padding: 20px;
  border-radius: 40px 40px 0 0;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.step-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.step-desc {
  font-size: 0.95rem;
  color: #ddd;
}

.topra{
	border-radius:30px 30px 0px 0px;
}


.play9pr-sports {
  background:
    linear-gradient(173deg, rgba(2, 0, 36, 0.85) 0%, rgba(9, 9, 121, 0.85) 35%, rgba(0, 212, 255, 0.85) 100%),
    url('../img/curency-back.png') no-repeat center center;
  background-size: cover;
  color: #004e32;
  font-family: 'Segoe UI', sans-serif;
  border-top-left-radius: 120px;
  margin-top: 50px;
  margin-left: 40px;
}
.text-start {
    text-align: left !important;
    padding-left: 10%;
}

.play9pr-sports .section-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}

.play9pr-sports .section-subtitle {
  font-size: 1rem;
  color: #fff;
}

.sport-image {
  width: 250px;
  height: 290px;
  object-fit: cover;
  border-radius: 30px;
  transition: transform 0.3s ease;
}

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #004e32;
  border-radius: 50%;
  padding: 10px;
}

.carousel-indicators [data-bs-target] {
  background-color: #004e32;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}



.play9pr-news {
  background: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}
.play9pr-news a{
    color: #494949;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
}
#sidebar ul{
  list-style: none;
}
.news-subtitle {
  color: #a36c00;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.news-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #353535;
  border-bottom: 2px solid #353535;
  display: inline-block;
  padding-bottom: 5px;
}

.news-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.news-heading {
  font-weight: 700;
  font-size: 1.1rem;
  color: #353535E6;
}

.news-desc {
  font-size: 0.95rem;
  color: #444;
  margin-top: 10px;
  line-height: 1.5;
}
.play9pr-faq {
  background-color: #353535E6;
  background-repeat: no-repeat;
  background-size: 300px;
  font-family: 'Segoe UI', sans-serif;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

@media (max-width: 576px) {
  .faq-title {
    text-align: center;
  }
}

.faq-divider {
  width: 100px;
  height: 2px;
  background: #fff;
  border: none;
  margin: 10px 0 30px;
}

.accordion-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.accordion-button {
  background-color: transparent;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.accordion-body {
  color: #ffffff;
  font-size: 0.95rem;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.padtopbo{
	padding-top:50px;
	padding-bottom:50px;
}


.cricbet-footer {
  background-color: #000;
  color: #fff;
  padding: 50px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-logo {
  width: 160px;
  margin-bottom: 15px;
}

.footer-description {
  font-size: 14px;
  line-height: 1.6;
  max-width: 350px;
}

.footer-social a {
  display: inline-block;
  margin-right: 15px;
}

.footer-social img {
  width: 40px;
  height: 40px;
  background: #ffcc00;
  border-radius: 50%;
  padding: 10px;
}

.footer-links h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

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

.footer-links ul li {
  margin: 5px 0;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-icons img {
  width: 60px;
  margin-bottom: 15px;
  display: block;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}


.social-circle {
  display: inline-block;
  background-color: #fff; /* Yellow background */
  color: #353535;              /* White icon */
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 8px;
  transition: 0.3s ease;
  text-decoration: none;
}

.social-circle:hover {
  background-color: #ffc107; /* Slightly darker yellow on hover */
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 13px;
}

.footer-bottom p {
  margin: 5px 0;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}




    .sportscroll-section {
      background: #fdd835;
      padding: 60px 30px;
      overflow: hidden;
      position: relative;
    }

    .sportscroll-title {
      font-size: 36px;
      font-weight: bold;
      color: #004e32;
      margin-bottom: 10px;
    }

    .sportscroll-subtitle {
      font-size: 16px;
      margin-bottom: 30px;
      color: #333;
    }

    .sportscroll-container {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 20px;
      padding-bottom: 20px;
    }

    .sportscroll-container::-webkit-scrollbar {
      display: none;
    }

    .sportscroll-card {
      flex: 0 0 auto;
      width: 250px;
      height: 200px;
      border-radius: 20px;
      overflow: hidden;
    }

    .sportscroll-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
    }

    .sportscroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #004e32;
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 10;
      border-radius: 50%;
      font-size: 18px;
    }

    .sportscroll-btn.left {
      left: 10px;
    }

    .sportscroll-btn.right {
      right: 10px;
    }

    .sportscroll-dots {
      text-align: center;
      margin-top: 10px;
    }

    .sportscroll-dot {
      height: 10px;
      width: 10px;
      margin: 0 5px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
    }

    .sportscroll-dot.active {
      background-color: #004e32;
    }
	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
	
	
	
	/* Default (mobile) â€” no padding */
.custom-padding {
  padding: 5px 15px; /* Or 0 if you want completely removed */
}

/* Desktop only (min-width 768px or higher) */
@media (min-width: 992px) {
  .custom-padding {
    padding: 5px 250px;
  }
}
#whatsapp {
  position: fixed;
  bottom: 15%;
  right: 10px;
  z-index: 99999;
}
#whatsapp img {
  height: 55px;
  transition: transform 0.3s ease;
}
#whatsapp img:hover {
  transform: scale(1.1);
}
.stat-value p{
	    margin-bottom: 0.1em;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgb(137 25 25) !important;
}
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
.btn-primary {
    background-color:#353535 !important;
    color: #fff;
    border-color:#353535E6 !important;
    border-radius:unset;
}
.wd-40{
  width: 40%;
}
#comment{
  width: 100%;
}
#sidebar{
      border: 1px solid #0000006b;
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 10px;
      padding-right: 10px;

}
.submit{
    background: linear-gradient(to right, #363e3f, #ae7e31);
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 10px;
    transition: 0.3s;
}
#searchsubmit{
    background: linear-gradient(to right, #363e3f, #ae7e31);
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 10px;
    transition: 0.3s;

}

#commentform input{
  width: 100%;
}
#sidebar
a{
  text-decoration: none;
  color: #000;
}
.card-title a{
       color: #010101;
    text-decoration: none;
    font-weight: 600;
  }
  .bg-dark-blog{
        background-color: #21252978 !important;
  }
  .screen-reader-text{
   display:none;
  }
  .form-submit{
    width: 20%;
  }
  #s{
    height: 40px;
  }