.site-header,
header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
  position: sticky;
  z-index: 1000;
  top: 0
}

.social a,
nav a {
  font-size: 18px;
  text-decoration: none
}

.kicker,
.opp-wrap {
  text-align: center
}

.loc-modal,
.rrr-overlay,
.select-icon {
  pointer-events: none
}

.loc-title,
.opp-title {
  text-transform: uppercase
}

.loc-card,
.loc-copy {
  align-content: center
}

.next,
.prev,
.select-icon {
  transform: translateY(-50%)
}

.dropdown-content a,
.footer-link,
.loc-close,
.opp-title .opp-link,
.rate1-btn,
.rate11-btn,
.social a,
nav a {
  text-decoration: none
}

.hero,
.info-inner,
.loc-photo,
.rate11-us,
.sliders,
.sr-only {
  overflow: hidden
}

html {
  scroll-behavior: smooth
}

#location,
section {
  scroll-margin-top: 150px
}

body {
  margin: 0;
  font-family: Ubuntu, "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif
}

@font-face {
  font-family: Ubuntu;
  src: url('fonts/Ubuntu-Regular.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

.optional-text {
  color: #888;
  font-size: .9em;
  font-weight: 400
}

.site-header {
  width: 100%
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative
}

#navMenu,
.social {
  padding: 10px
}

.logo img {
  height: 100px;
  display: block
}

.social,
.social a,
nav {
  display: flex
}

.right-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.social {
  gap: 15px;
  margin-bottom: 8px
}

.social a {
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: transform .3s
}

.hero,
.rate-inner {
  align-items: center
}

.emoji1:hover,
.social a:hover {
  transform: scale(1.1)
}

.linkedin {
  background: #0077b5
}

.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.facebook {
  background: #0668e9
}

nav {
  gap: 35px
}

nav a {
  color: #555;
  font-weight: 600;
  transition: color .3s
}

nav a:hover {
  color: #07f
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  background: 0 0;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px
}

.hero {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  justify-content: center;
  background: #f5f7fb
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.rrr-overlay {
  position: absolute;
  top: 20%;
  left: 18%;
  width: 38%;
  min-width: 120px;
  height: auto;
  z-index: 2
}

.info-inner,
.info.overlap,
.opp-card {
  position: relative
}

.info.overlap {
  z-index: 3;
  margin-top: clamp(-130px, -16vw, -190px);
  padding-block: clamp(28px, 5vw, 60px);
  background: 0 0
}

.info-inner {
  max-width: 1100px;
  margin-inline: auto;
  background: #eaf6ff;
  padding: clamp(24px, 4.5vw, 52px) clamp(18px, 4vw, 56px)
}

.info-inner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 16px;
  background: url("/img1/Group.webp") 0 0/cover
}

.info-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -3px);
  height: 14px;
  width: min(200px, 22%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .05)
}

.kicker {
  font-weight: 800;
  letter-spacing: .02em;
  color: #8a1d7a;
  font-size: clamp(26px, 3.2vw, 36px);
  margin: 18px 0 10px
}

.info-inner p,
.lead {
  text-align: center;
  margin: 0 auto clamp(14px, 2.4vw, 22px);
  max-width: 78ch;
  color: #050505;
  line-height: 1.7;
  font-size: 18px
}

.opp-wrap {
  max-width: 980px;
  width: 100%;
  margin: -40px auto 0
}

.opportunities {
  width: 100%;
  max-width: 1100px;
  margin: 24px auto 0;
  padding: 0 16px
}

.opp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 0;
  background: #e9f6fb00
}

.opp-card {
  padding: 28px 32px 24px;
  text-align: left;
  min-height: 190px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  row-gap: 10px
}

.opp-icon-img {
  height: 54px;
  display: block
}

.opp-title {
  margin: 6px 0 0;
  font: 700 22px/1.05 Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  letter-spacing: .5px;
  color: #111322
}

.opp-title .opp-link {
  color: inherit;
  cursor: pointer;
  display: inline-block
}

.opp-title .opp-link:focus-visible {
  outline: #1C9CD8 solid 2px;
  outline-offset: 2px
}

.opp-sub,
.opp-sub1 {
  margin: 8px 0 0;
  font: 600 12.5px/1.2 Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color: #2b2f3a;
  opacity: .75
}

.opportunities .opp-sub {
  text-align: left;
  margin: 0;
  max-width: none;
  color: #000;
  line-height: 1.7;
  font-weight: 700;
  font-size: 16px
}

.opp-card:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 0;
  width: 1px;
  background: #000
}

.opp-card:nth-child(n+4)::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: #000
}

@media (max-width:900px) {
  .opp-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .opp-card::after {
    display: none
  }

  .opp-card:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    right: 0;
    width: 1px;
    background: #000
  }

  .opp-card:nth-child(n+3)::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 1px;
    background: #000
  }
}

@media (max-width:560px) {
  .opp-grid {
    grid-template-columns: 1fr
  }

  .opp-card::after {
    display: none
  }

  .opp-card:nth-child(n+2)::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 1px;
    background: #000
  }

  .opp-card {
    min-height: unset
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.rate-art,
.rate-content,
.select-wrap,
.slider {
  position: relative
}

.rate-us,
.rate1-us {
  position: relative;
  padding: 56px 20px;
  margin: 56px auto 0;
  max-width: 1200px;
  background: linear-gradient(135deg, #6a0d91 0, #8a1d7a 30%, #c6007e 65%, #d4145a 100%);
  color: #fff;
  overflow: hidden
}

.rate-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 24px
}

.rate-art {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center
}

.rate-art img {
  width: min(260px, 60%);
  height: auto;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .25))
}

.rate-content {
  z-index: 1
}

.rate-title {
  font-size: 32px;
  letter-spacing: 1px;
  margin: 0 0 8px;
  font-weight: 800
}

.rate-copy {
  margin: 0 0 18px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .9)
}

.rate-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 520px
}

@media (max-width:768px) {
  .rate-inner {
    grid-template-columns: 1fr 1fr;
    gap: 12px
  }

  .rate-title {
    font-size: 20px
  }

  .rate-copy {
    font-size: 14px
  }

  .rate-art img {
    width: 160px
  }
}

.select-wrap select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(255, 255, 255, .15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 6px;
  padding: 12px 44px 12px 14px;
  font-size: 15px;
  line-height: 1.2;
  outline: 0;
  transition: border-color .2s, box-shadow .2s, background-color .2s
}

.select-wrap select:focus {
  border-color: #ffd44d;
  box-shadow: 0 0 0 3px rgba(255, 212, 77, .3);
  background-color: rgba(255, 255, 255, .18)
}

.select-wrap select option {
  color: #111
}

.select-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='white'><path d='M7 10l5 5 5-5z'/></svg>");
  opacity: .9
}

.rate-btn {
  display: inline-block;
  width: max-content;
  padding: 12px 18px;
  border-radius: 6px;
  border: none;
  font-weight: 700;
  letter-spacing: .2px;
  cursor: pointer;
  background: #ffd44d;
  color: #1d1147;
  transition: transform .05s, box-shadow .2s, background-color .2s
}

.rate-btn:hover {
  background: #ffcc2e;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .25)
}

.rate-btn:active {
  transform: translateY(1px)
}

.rate1-btn:hover,
.rate11-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

@media (max-width:600px) {
  .rate-container {
    flex-direction: column;
    text-align: center
  }

  .rate-logo img {
    width: 70px
  }
}

.site-footer {
  background: linear-gradient(180deg, #eaf6ff 0, #fff 60%, #fff 100%)
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 24px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: start;
  justify-items: stretch
}

.footer-left {
  justify-self: start;
  margin-left: clamp(0px, 3vw, 40px);
  margin-top: 20px
}

.footer-brand {
  width: clamp(220px, 28vw, 280px);
  height: auto;
  display: block;
  max-width: 100%
}

.footer-right {
  color: #212121;
  font-weight: 600;
  justify-self: end;
  text-align: left;
  max-width: 520px;
  margin-top: 20px
}

.footer-right .org-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px
}

.footer-right .footer-divider {
  width: 100%;
  height: 2px;
  border: 0;
  margin: 0;
  background: #b79a56
}

.footer-path-logo {
  width: clamp(100px, 12vw, 150px);
  height: auto;
  margin-bottom: 8px;
  display: block;
  max-width: 100%
}

.footer-divider {
  height: 2px;
  border: 0;
  background: linear-gradient(90deg, #b79a56 0, #b79a56 60%, transparent 60%);
  margin: 6px 0 12px
}

.footer-address {
  font-style: normal;
  font-size: clamp(15px, 1.1rem, 16px);
  line-height: 2;
  color: #2b2b2b
}

.footer-link {
  color: inherit;
  border-bottom: 1px dotted rgba(0, 0, 0, .25)
}

.loc-card,
.loc-topbar {
  color: #fff;
  display: grid
}

.footer-link:focus-visible,
.footer-link:hover {
  color: #000;
  border-bottom-color: rgba(0, 0, 0, .5);
  outline: 0
}

@media (max-width:64em) {
  .footer-inner {
    grid-template-columns: 1.1fr 1fr;
    gap: 24px
  }

  .footer-left {
    margin-left: clamp(0px, 2vw, 24px)
  }
}

@media (max-width:42.5em) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1px;
    justify-items: start;
    padding: 28px 16px 0
  }

  .footer-right {
    justify-self: start;
    text-align: left;
    max-width: 100%
  }

  .footer-left {
    margin-left: 0;
    margin-top: 8px
  }

  .footer-path-logo {
    display: none
  }

  .footer-brand {
    width: clamp(180px, 50vw, 240px)
  }

  .footer-address {
    font-size: clamp(14px, 3.8vw, 15px);
    line-height: 1.55
  }

  .footer-divider {
    margin: 6px 0 10px
  }
}

.container2,
.loc-card,
.loc-copy,
.loc-topbar,
.rate-title1,
h2 {
  text-align: center
}

@media (max-width:480px) {
  .rrr-overlay {
    top: 20%;
    left: 6%;
    width: min(100vw, 320px)
  }

  .opp-img {
    height: 200px
  }

  #loc-delhi-mumbai .loc-topbar,
  #loc-eastern-peripheral-expressway .loc-topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    font-size: 1.05rem;
    padding: 12px 16px;
    background: #0077b5;
    color: #fff;
    font-weight: 600;
    position: relative
  }

  #loc-baran-shivpuri-highway .loc-topbar .loc-topbar-icon,
  #loc-bilaspur-korba-nagpur-hyd .loc-topbar .loc-topbar-icon,
  #loc-delhi-mumbai .loc-topbar .loc-topbar-icon,
  #loc-eastern-peripheral-expressway .loc-topbar .loc-topbar-icon,
  #loc-jhansi-kanpur .loc-topbar .loc-topbar-icon,
  #loc-kanpur-prayagraj .loc-topbar .loc-topbar-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: left;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem
  }

  #loc-baran-shivpuri-highway .loc-topbar,
  #loc-bilaspur-korba-nagpur-hyd .loc-topbar,
  #loc-jhansi-kanpur .loc-topbar,
  #loc-kanpur-prayagraj .loc-topbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 1.05rem;
    padding: 12px 16px;
    background: #0077b5;
    color: #fff;
    font-weight: 600;
    position: relative
  }
}

.loc-sheet,
.loc-topbar {
  width: min(1100px, 96vw)
}

#loc-baran-shivpuri-highway>.loc-topbar+.loc-sheet,
#loc-bilaspur-korba-nagpur-hyd>.loc-topbar+.loc-sheet,
#loc-delhi-mumbai>.loc-topbar+.loc-sheet,
#loc-eastern-peripheral-expressway>.loc-topbar+.loc-sheet,
#loc-jhansi-kanpur>.loc-topbar+.loc-sheet,
#loc-kanpur-prayagraj>.loc-topbar+.loc-sheet,
main {
  margin-top: 0
}

@media (max-width:992px) {
  .logo img {
    height: 85px;
    margin-bottom: 10px;
    margin-top: 15px
  }

  nav {
    gap: 15px
  }

  nav a {
    font-size: 16px
  }

  .social a {
    width: 30px;
    height: 30px;
    font-size: 14px
  }
}

.loc-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: opacity .25s
}

.emoji1,
.emoji2 {
  transition: transform .2s;
  cursor: pointer
}

.loc-modal:target {
  opacity: 1;
  pointer-events: auto
}

.loc-sheet {
  margin: 4vh auto;
  background: #fff;
  display: grid;
  grid-template-columns: 238px 1fr 280px;
  min-height: 340px;
  position: relative;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .25)
}

.loc-topbar {
  margin: 0 auto;
  background-color: #0077b5;
  padding: 20px;
  font-weight: 700;
  font-size: 35px
}

#loc-baran-shivpuri-highway .loc-topbar,
#loc-bilaspur-korba-nagpur-hyd .loc-topbar,
#loc-delhi-mumbai .loc-topbar,
#loc-eastern-peripheral-expressway .loc-topbar,
#loc-jhansi-kanpur .loc-topbar,
#loc-kanpur-prayagraj .loc-topbar {
  position: relative;
  width: min(1100px, 96vw);
  margin: 0 auto;
  background: #0090d0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 1px;
  display: grid
}

#loc-baran-shivpuri-highway .loc-topbar .loc-topbar-icon,
#loc-bilaspur-korba-nagpur-hyd .loc-topbar .loc-topbar-icon,
#loc-delhi-mumbai .loc-topbar .loc-topbar-icon,
#loc-eastern-peripheral-expressway .loc-topbar .loc-topbar-icon,
#loc-jhansi-kanpur .loc-topbar .loc-topbar-icon,
#loc-kanpur-prayagraj .loc-topbar .loc-topbar-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

#loc-baran-shivpuri-highway>.loc-sheet:last-child,
#loc-bilaspur-korba-nagpur-hyd>.loc-sheet:last-child,
#loc-delhi-mumbai>.loc-sheet:last-child,
#loc-eastern-peripheral-expressway>.loc-sheet:last-child,
#loc-jhansi-kanpur>.loc-sheet:last-child,
#loc-kanpur-prayagraj>.loc-sheet:last-child {
  margin-bottom: 0
}

#loc-baran-shivpuri-highway,
#loc-bilaspur-korba-nagpur-hyd,
#loc-delhi-mumbai,
#loc-jhansi-kanpur,
#loc-kanpur-prayagraj {
  padding-top: .05px;
  padding-bottom: .05px
}

.loc-card {
  justify-items: center;
  gap: 10px;
  padding: 40px 24px
}

.loc-underline {
  display: block;
  width: 60px;
  height: 5px;
  background: #fc0
}

.loc-pink {
  background: linear-gradient(180deg, #67267f, #c4007a)
}

.loc-blue {
  background: linear-gradient(180deg, #1f5ca5, #009de0, #009891)
}

.loc-green {
  background: linear-gradient(180deg, #ffec00, #158162)
}

.loc-pin {
  width: 50px;
  height: auto
}

.loc-title {
  margin: 8px 0 4px;
  font: 800 30px/1.2 Inter, system-ui, sans-serif
}

.loc-km {
  font: 700 20px/1.4 Inter, system-ui, sans-serif
}

.loc-photo {
  margin: 0
}

.loc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.loc-copy {
  background: #f6e0ef;
  padding: 28px 24px;
  display: grid;
  gap: 18px;
  color: #15202b
}

.loc-copy p {
  margin: 0 auto;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  max-width: 400px
}

.loc-cta {
  width: -webkit-fill-available;
  color: inherit;
  font: 800 25px/1 Inter, system-ui, sans-serif;
  align-items: center
}

.loc-cta:hover {
  opacity: .85
}

.loc-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 34px;
  line-height: 1
}

@media (max-width:980px) {
  .loc-sheet {
    grid-template-columns: 1fr
  }

  .loc-close {
    color: #111
  }
}

html.detail-open #main-view {
  display: none !important
}

html.detail-open .detail-view {
  display: none
}

.dropdown:hover .dropdown-content,
html.detail-open .detail-view.is-open {
  display: block
}

.modal-overlay1,
.modal2 {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .35);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 1000
}

.logo1,
.rate1-inner {
  align-items: center;
  display: flex
}

.container1 {
  background: #fff;
  border-radius: 15px;
  max-width: 500px;
  width: 90%;
  padding: 20px;
  animation: .4s popIn;
  position: relative
}

.close-btn1,
.close-btn2 {
  position: absolute;
  top: 10px;
  right: 15px;
  background: 0 0;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer
}

.logo1 {
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 5px
}

.logo1 img {
  width: 150px;
  height: auto
}

.logo1 h1 {
  font-size: 1.5rem;
  color: #000;
  margin: 0;
  font-weight: 700
}

h2 {
  font-size: 1.3rem;
  margin-bottom: 25px
}

.rating-box1 {
  border: 2px solid #004e9eff;
  border-radius: 25px;
  padding: 20px;
  margin-top: 10px
}

.rate-title1 {
  background-color: #004e9eff;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  border-radius: 20px 20px 0 0;
  margin: -20px -20px 30px;
  font-weight: 700
}

.rating-section1 {
  margin-bottom: 20px
}

.rating-section1 h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333
}

.emojis1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.emoji1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 22%;
  font-size: 14px
}

.emoji1 img {
  width: 70%
}

.emoji1 span {
  font-size: .9rem;
  margin-top: 5px;
  color: #000
}

.selected1,
.selected2 {
  border: .1px solid #004e9eff;
  border-radius: 10px;
  padding: 5px;
  background: #f6f8fa;
  position: relative
}

.selected1::after,
.selected2::after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-image: url('/img1/checkmark.webp');
  background-size: contain;
  background-repeat: no-repeat
}

@keyframes popIn {
  from {
    transform: scale(.8);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

.container2 {
  background: #fff;
  border-radius: 15px;
  max-width: 500px;
  width: 100%;
  padding: 0 30px 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  position: relative
}

.logo2 {
  text-align: left
}

.logo2 img {
  width: 200px
}

h1 {
  font-weight: 300
}

.rate-button2 {
  background-color: #e5e5e5;
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: 50px;
  line-height: 1.3;
  padding: 20px 0;
  border-radius: 10px;
  margin: 20px auto;
  width: 89%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  letter-spacing: 1px
}

.emoji-container2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px
}

.emoji2 {
  flex: 1;
  margin: 0 5px;
  text-align: center
}

.emoji2 img {
  width: 60px;
  height: 60px
}

.emoji2 span {
  display: block;
  margin-top: 8px;
  font-weight: 500
}

.input-group2 {
  margin-bottom: 20px;
  text-align: left
}

.input-pair2 {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap
}

.input-pair2 .input-group2 {
  flex: 1
}

.input-group2 label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500
}

.input-group2 input,
.input-group2 textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem
}

.submit-btn2 {
  background-color: #004e9eff;
  color: #fff;
  font-size: 1.2rem;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0
}

.submit-btn2:hover {
  background-color: #0056b3
}

@media (max-width:500px) {
  .logo1 img {
    width: 100px
  }

  .logo1 h1,
  .rate-button2,
  h2 {
    font-size: 1.1rem
  }

  .rate-title1 {
    font-size: 1.3rem
  }

  .emoji1 img {
    max-width: 60px
  }

  .emoji1 span,
  .input-group2 input,
  .input-group2 textarea {
    font-size: .7rem
  }

  .container2,
  .rate-button2 {
    width: 100%;
    box-sizing: border-box
  }

  .container2 {
    padding: 10px
  }

  h1 {
    font-size: 1.5rem;
    margin-bottom: 10px
  }

  h2 {
    margin-bottom: 8px
  }

  .logo2 {
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px
  }

  .logo2 img {
    float: left;
    display: block;
    margin: 0 auto 15px;
    width: 100px
  }

  .input-group2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
  }

  .input-group2 label {
    font-size: .8rem;
    margin-bottom: 5px
  }

  .input-pair2 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 5px
  }

  .input-pair2 .input-group2 {
    flex: 1
  }

  .rate-button2 {
    padding: 12px
  }

  .emoji-container2 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap
  }

  .emoji2 span {
    font-size: .8rem
  }

  .emoji2 img {
    width: 50px
  }
}

.rate11-us {
  position: relative;
  padding: 56px 20px;
  margin: 56px auto 0;
  background: url('/img1/rateus.webp') center center/cover no-repeat;
  height: 300px;
  max-width: 1200px;
  color: #fff
}

.rate1-inner {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px
}

.rate11-inner {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px
}

.rate11-action {
  max-width: 600px;
  margin: 0 auto
}

.rate11-form {
  margin-top: 160px;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%
}

.rate11-select-wrap {
  width: 100%
}

.btn-container {
  margin-top: 25px;
  width: 100%
}

.button {
  width: 100%;
  text-align: center
}

.rate11-btn {
  background-color: #fff200
}

.rate11-btn:hover {
  background-color: #e6d800
}

.rate11-action {
  flex: 2;
  justify-content: flex-end;
  width: 50%;
  float: right;
  margin-right: 30px
}

@media screen and (max-width:1024px) {
  .rate11-us {
    height: 280px;
    padding: 40px 20px;
    margin: 40px auto
  }

  .rate11-form {
    margin-top: 140px
  }

  .rate11-action {
    max-width: 500px
  }
}

@media screen and (max-width:767px) {
  .rate11-us {
    height: auto;
    min-height: 280px;
    padding: 30px 15px;
    margin: 30px auto
  }

  .rate11-form {
    margin-top: 100px
  }

  .rate11-select-wrap select {
    padding: 10px 12px;
    font-size: 13px
  }

  .rate11-btn {
    padding: 12px 25px;
    font-size: 14px
  }

  .btn-container {
    margin-top: 20px
  }

  .rate11-inner {
    gap: 30px
  }
}

@media screen and (max-width:480px) {
  .rate11-us {
    height: auto;
    min-height: 320px;
    margin: 20px 10px;
    border-radius: 0;
    background: url('');
    display: flex;
    flex-direction: column
  }

  .rate11-form {
    display: flex;
    flex-direction: column;
    width: 100%
  }

  .rate11-action {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    float: none
  }

  .rate11-select-wrap select {
    padding: 10px;
    font-size: 12px
  }

  .rate11-btn {
    padding: 12px 20px;
    font-size: 13px;
    width: 100%
  }

  .btn-container {
    margin-top: 15px
  }

  .rate11-inner {
    gap: 20px
  }
}

@media screen and (max-width:360px) {
  .rate11-us {
    padding: 20px 10px;
    min-height: 300px
  }

  .rate11-form {
    margin-top: 60px;
    gap: 10px
  }

  .rate11-select-wrap select {
    padding: 8px;
    font-size: 11px
  }

  .rate11-btn {
    padding: 10px 15px;
    font-size: 12px
  }
}

@media screen and (max-width:767px) and (max-height:400px) and (orientation:landscape) {
  .rate11-us {
    min-height: 180px !important;
    padding: 10px 15px !important
  }

  .rate11-form {
    margin-top: 30px !important;
    gap: 6px !important
  }
}

.rate1-art img {
  width: 100%;
  max-width: 250px;
  height: auto;
  opacity: .9
}

.rate1-content {
  flex: 2;
  color: #fff;
  text-align: left
}

.rate1-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 100px;
  margin-left: -100px;
  margin-bottom: -10px
}

.rate1-copy {
  font-size: 1rem;
  color: #eaeaea;
  margin-left: -100px
}

.rate1-action {
  flex: 2;
  justify-content: flex-end
}

.rate1-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%
}

.rate1-select-wrap select {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: .95rem;
  color: #333;
  background-color: #fff;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l7 7 7-7' stroke='%23333' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  cursor: pointer
}

.rate1-btn {
  display: inline-block;
  background: linear-gradient(90deg, #ffea00 0, #c6f000 100%);
  color: #000;
  text-align: center;
  font-weight: 700;
  padding: 12px;
  border-radius: 6px;
  transition: .3s
}

@media (max-width:900px) {
  .rate-inner {
    grid-template-columns: 0fr;
    gap: 20px
  }

  .rate-art {
    min-height: 140px
  }

  .rate-art img {
    width: 180px
  }

  .rate-title {
    font-size: 28px
  }

  .rate1-inner {
    flex-direction: column;
    text-align: center
  }

  .rate1-art img {
    margin: 0 auto 20px
  }

  .rate1-content {
    text-align: center;
    margin-top: -30%;
    margin-left: 24%
  }

  .rate1-action {
    justify-content: center
  }

  .rate1-form {
    max-width: 100%;
    align-items: center;
    margin-left: -30px
  }
}

body,
html {
  scrollbar-width: none
}

::-webkit-scrollbar {
  width: 0;
  height: 0
}

.slides {
  display: flex;
  transition: transform .6s
}

.slides img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  flex-shrink: 0
}

.next,
.prev {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, .5);
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 50%;
  z-index: 2
}

.prev {
  left: 10px
}

.next {
  right: 10px
}

.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, .8)
}

.dropdown {
  position: relative;
  display: inline-block
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
  border-radius: 6px;
  z-index: 100;
  top: 100%;
  left: 0
}

.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  display: block;
  font-weight: 500
}

.dropdown-content a:hover {
  background-color: #f2f2f2;
  color: #007bff
}

.dropbtn .arrow {
  margin-left: 5px;
  font-size: .7em
}

.rate11-select-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.rate11-select-wrap {
  flex: 1;
  min-width: 180px
}

.rate11-select-wrap select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  font-weight: 700
}

.rate11-btn {
  display: inline-block;
  background: linear-gradient(90deg, #ffea00 0, #c6f000 100%);
  color: #000;
  text-align: center;
  font-weight: 700;
  padding: 12px;
  border-radius: 6px;
  transition: .3s;
  width: 60%
}

.sliders {
  position: relative;
  width: 90%;
  margin: auto
}

.slide-track {
  display: flex;
  width: calc(250px * 10);
  animation: 20s linear infinite scroll
}

.slide {
  width: 550px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin: 15px;
  transition: transform .3s
}

.slide:hover {
  transform: scale(1.05)
}

.slide img {
  width: 70%;
  height: auto;
  object-fit: contain
}

@keyframes scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(calc(-250px * 5))
  }
}

.reverse .slide-track {
  animation: 20s linear infinite scroll-reverse
}

@keyframes scroll-reverse {
  0% {
    transform: translateX(calc(-250px * 5))
  }

  100% {
    transform: translateX(0)
  }
}

@media (max-width:768px) {
  .header-container {
    flex-direction: row;
    align-items: center
  }

  .right-section {
    align-items: flex-end
  }

  nav {
    display: none;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    position: absolute;
    top: 70px;
    right: 20px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 8px
  }

  nav.active {
    display: flex
  }

  .menu-toggle {
    display: block;
    margin-top: 12px
  }

  .social {
    display: none
  }

  .logo img {
    height: 70px;
    margin-bottom: 0;
    margin-top: 0
  }

  .slide {
    width: 180px;
    height: 110px
  }

  .slide-track {
    width: calc(180px * 10);
    animation: 16s linear infinite scroll
  }

  .reverse .slide-track {
    animation: 16s linear infinite scroll-reverse
  }
}

@media (max-width:480px) {
  .rate1-art img {
    height: 200px
  }

  .slide {
    width: 150px;
    height: 100px
  }

  .slide-track {
    width: calc(150px * 10);
    animation: 12s linear infinite scroll
  }

  .reverse .slide-track {
    animation: 12s linear infinite scroll-reverse
  }
}

.video-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.video-thumb:hover {
  transform: scale(1.03);
}

.video-thumb img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* Visible title styling */
.video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 8px 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: background 0.3s ease;
}


