@font-face {
  font-family: 'Quicksand';
  src: url('fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  /* Variable font weight range */
  font-style: normal;
}

body {
  font-family: 'Quicksand', sans-serif !important;
  margin: 0;
  background: #f7f7f7;
  color: #222;
  font-size: 16px;
  color: #4b4a4a;
  font-weight: 500;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  flex: 1;
}

.insurance_polacies {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.insurance_polacies img {
  border-radius: 10px;
  border: 1px solid #ddd;
}

.rto_details h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
}

.highlight {
  color: #1abc75;
  font-weight: bold;
}

.input-container {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.input_style {
  width: 64%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

.button_vehicle_details {
  background-color: #ff5f38;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.button_vehicle_details:hover {
  background-color: #e14b2f;
}

.font_size_medium {
  font-size: 1.5rem;
}

.clear_both {
  clear: both;
}

.floating_image img {
  width: 400px;
  float: right;
  border-radius: 10px;
}

.heighlighted_box {
  border-radius: 10px;
  padding: 20px;
  background: #f0f1ff;
}

.heighlighted_box h4 {
  font-size: 18px;
  margin: 0;
}

.heighlighted_box ol {
  margin: 0;
}

.heighlighted_box p {
  margin: 0;
}

.trafic_signs_page table tr td img {
  width: 40px;
  border-radius: 4px;
  margin-right: 10px;
}

.trafic_signs_page h3 {
  background-color: #fff4d9;
  padding: 8px 16px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  font-size: 20px;
  border: 1px solid #00000078
}

.trafic_signs_page table tr td {
  font-weight: 500;
  color: #4c4c4c;
  padding: 8px;
  border: 1px solid #00000078;
}

.trafic_signs_page table tr:nth-child(odd) {
  background-color: #cbf3e0;
}

.trafic_signs_page table tr:nth-child(even) {
  background-color: #ffece9;
}

.color_table tr th {
  background: #38b6ff;
  border: 1px solid #000000;
}

.color_table tr td {
  border: 1px solid #000000;
  padding: 6px;
  text-align: left;
  background: #fec925;
  font-weight: 600;
}

.color_table tr th strong,
.color_table tr th {
  color: #fff;
}

.desc_title p {
  font-size: 10px;
}

.desc_title h1 {
  font-size: 18px;
}

.error_section {
  padding: 4rem 2rem;
  text-align: center;
}

.error_section .error {
  font-size: 150px;
  color: #008B62;
  text-shadow:
    1px 1px 1px #00593E,
    2px 2px 1px #00593E,
    3px 3px 1px #00593E,
    4px 4px 1px #00593E,
    5px 5px 1px #00593E,
    6px 6px 1px #00593E,
    7px 7px 1px #00593E,
    8px 8px 1px #00593E,
    25px 25px 8px rgba(0, 0, 0, 0.2);
}

.error_section_page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.error_section_page_back_home {
  display: inline-block;
  border: 2px solid #03a9f4;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem 0.6rem;
  transition: all 0.2s linear;
  background: #03a9f4;
  border-radius: 6px;
}

.back-home:hover {
  background: #222;
  color: #ddd;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

#HTML2 {
  margin-left: -16px;
}

.centered-top-container.sticky,
.sticky .centered-top {
  background: #00BCD4;
  padding: 0 0px;
}

.sticky .centered-top .blog-name {
  width: 100%
}

.centered-top .return_link {
  display: none;
}

.sticky .centered-top .Header h1,
.centered-top .Header h1 {
  font-size: 23px;
  margin: 6px 0;
  color: #fff;
}

.w3-light-grey {
  color: #fff !important;
  background-color: transparent !important;
  border-radius: 0px 0 0px 0px;
}

.centered-top {
  border-radius: 10px;
  margin-top: 0px;
  padding-top: 0px;
  background: #00BCD4;
}

.centered-top .top-nav {
  margin-top: 0px;
}

.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block;
  z-index: 50;
}

.search {
  position: absolute;
  top: 24px;
  right: 0;
}

.item-view .post-share-buttons {
  margin-bottom: 20px;
}

table {
  width: 100%;
}

table tr td,
table tr th {
  border: 1px solid #eee;
  padding: 4px;
  text-align: left;
}

table tr th {
  background: #d6ecff
}

.button_bg {
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 18px;
  display: inline-block;
}

.button_bg_active {
  background: #0076d7;
  border: 1px solid #0076d7;
  border-radius: 6px;
  padding: 8px 12px;
  color: #fff !important;
  font-size: 18px;
  display: inline-block;
}

.button_div {
  margin-bottom: 20px;
  clear: both;
}

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

ul.driving_school_list li p {
  margin: 2px 0;
}

ul.driving_school_list li {
  background: linear-gradient(96.07deg, rgba(201, 240, 255, .6) -38.66%, rgba(225, 206, 255, .6) 129.48%);
  margin: 10px 0;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#PageList2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#PageList2 ul li {
  float: left;
}

#PageList2 ul li+li {
  margin-left: 10px;
}

.footer {
  padding: 0 40px;
  font-size: 13px;
}

#footer .blogger {
  display: none !important;
}

.dropdown_heading {
  padding: 0 0px 0px 16px;
  margin: 0;
  opacity: .6;
}

.questions_bg ol {
  margin: 0;
  padding: 0;
}

.questions_bg ol li {
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.questions_bg ol li:nth-child(odd) {
  background: #e1e9fc;
}

.questions_bg ol li:nth-child(even) {
  background: #cbf3e0;
}

.questions_bg ol p {
  margin: 0;
}

.text_center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.m_0 {
  margin: 0;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_25 {
  padding-top: 25px;
}

.pt_30 {
  padding-top: 30px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pb_30 {
  padding-bottom: 30px;
}

.color_default {
  color: #4b4a4a;
}

.searh_background {
  background: linear-gradient(96.07deg, rgba(201, 240, 255, .6) -38.66%, rgba(225, 206, 255, .6) 129.48%);
  padding: 2rem 2rem;
  border-radius: 20px;
}

.search_form {
  width: 450px;
  margin: 0 auto;
  display: flex
}

.search_form input[type=text] {
  padding: 10px 20px;
  font-size: 17px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  border-radius: 20px 0px 0px 20px;
}

.search_form input[type=text]:focus,
.search_form input[type=text]:focus-visible {
  border: 1px solid #0b7dda !important;
}

.search_form button {
  padding: 10px 20px;
  background: #2196F3;
  color: #fff;
  font-size: 17px;
  border: 1px solid #2196F3;
  border-left: none;
  cursor: pointer;
  border-radius: 0px 20px 20px 0px;
  white-space: nowrap;
}

.search_form button:hover {
  background: #0b7dda;
}

.search_form::after {
  content: "";
  clear: both;
  display: table;
}

/* our_services */
.our_services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.our_services_card {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
}

.our_services_card p {
  margin: 0
}

.our_services_card p .fa {
  font-size: 30px;
  width: 50px;
  height: 70px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  line-height: 63px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, .2);

}

.pos_r {
  position: relative
}

.stretched_link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.blue_card {
  background: #456dff
}

.green_card {
  background: #08a975;
}

.yellow_card {
  background: #febb36;
}

.red_card {
  background: #eb6262;
}

.our_services_t {
  margin-bottom: 50px
}

.our_services_t h3 {
  text-align: center;
  padding: 0;
  margin: 0 1rem;
}

.left_line {
  background: linear-gradient(280deg, #a8b5fd 30%, hsla(0, 0%, 100%, 0));
  display: inline-block;
  height: 1px;
  width: 150px;
}

.right_line {
  background: linear-gradient(90deg, #a8b5fd 30%, hsla(0, 0%, 100%, 0));
  display: inline-block;
  height: 1px;
  width: 150px;
}

.title_center_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  margin-top: 34px;
  text-align: center;
}

.font_size_14 {
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0px;
}

.PopularPosts .post+.post {
  padding-top: .5em;
}

.PopularPosts .post-title {
  margin: 0 0 0;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.PopularPosts h3.title {
  margin-bottom: 16px !important;
}

.PopularPosts .post {
  margin: 0px 0px;
}

.post-956429895291096717 .post-title,
.post-956429895291096717 .post-share-buttons {
  display: none;
}

.inputGroup {
  background: linear-gradient(96.07deg, rgba(201, 240, 255, .6) -38.66%, rgba(225, 206, 255, .6) 129.48%);
  display: block;
  margin: 10px 0;
  position: relative;
  border-radius: 4px;
}

.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  border-radius: 4px;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #5562eb;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked~label {
  color: #fff;
}

.inputGroup input:checked~label:before {
  transform: translate(-100%, -100%) scale3d(106, 106, 1);
  opacity: 1;
}

.inputGroup input:checked~label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}

.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-100%);
  cursor: pointer;
  visibility: hidden;
}

.form {
  padding: 0 16px;
  max-width: 100%;
  margin: 50px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}


code {
  background-color: #9AA3AC;
  padding: 0 8px;
}

.hidden {
  display: none;
}

.green_submit {
  background: #0d6efd;
  padding: 14px 18px;
  border-radius: 6px;
  border: 1px solid #0d6efd;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.error {
  font-size: 13px;
  color: red;
}

#examresult {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  height: 100%;
}

.result_div {
  height: calc(100vh - 195px);
  overflow: auto;
  margin: 0 auto;
}

.total_result {
  overflow: auto;
  margin: 0 auto;
}

.total_result_height {
  /* height: 100vh; */
  overflow: auto;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.key_result {
  border-bottom: 1px solid #cdc6c6;
  padding: 4px;
  margin-bottom: 6px;
  line-height: 24px;
  font-size: 13px;
}

.exam_links_a {
  text-align: center;
}

.exam_links_a a {
  background: #2196f3;
  padding: 10px 18px;
  border-radius: 6px;
  border: 1px solid #2196f3;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
}

.close_exam_result {
  background: #e9e5e5;
  border: 0;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #000000a6;
}

#state_result {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;

}

#state_result .state {
  border: 1px solid #00968838;
  border-radius: 50px;
  padding: 5px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  text-align: left;


}

#state_result .state p {
  margin: 0;
}

#state_result .state .state_short_name {
  background: #009688;
  padding: 5px;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  line-height: 23px;
  font-weight: 600;
  font-size: 14px;
}

#state_result .state:hover {
  background: #FFF4A3;
}

.stretched_link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.icon-container_1 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin-top: 1.2rem;
}

.icon-box_1 {
  text-align: center;
  padding: 15px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.icon-box_1 svg {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  fill: #1abc75;
}

.icon-box_1 p {
  font-size: 14px;
  color: #333;
  margin: 0;
  font-weight: bold;
  line-height: 1.6;
}

.our_features {
  margin-top: 50px;
}

.our_features .title_center_flex {
  margin: 0 !important;
}

.popular-posts-widget {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.popular-posts-widget li {
  align-items: center;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 20px;
}

.popular-posts-widget img {
  width: 250px;
  border-radius: 20px;
  display: block;
}

.popular-posts-widget span {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  display: block;
  margin-top: 5px;
}

#popular-posts {
  margin-top: -10px;
}

.traffic_rules_pan {
  padding: 20px;
  border-radius: 10px;
  background: #f5f5f5;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.traffic_rules_pan select {
  border: 1px solid #ddd;
  border-radius: 27px;
  padding: 10px 12px;
  outline: none;
  width: 250px;
}

.driving_tip_container {
  display: grid;
  grid-auto-flow: column;
  /* Arrange horizontally */
  grid-auto-columns: calc(100% / 3);
  /* 3 cards visible */
  gap: 16px;
  overflow-x: auto;
  /* Horizontal scroll */
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  /* Optional smooth snap */
}

.driving_tip_container .card {
  padding: 16px;
  text-align: left;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  flex-direction: row-reverse;
  gap: 16px;
}

.driving_tip_container .card:nth-child(1) {
  background-color: #e6f7ff;
}

.driving_tip_container .card:nth-child(2) {
  background-color: #fce4d6;
}

.driving_tip_container .card:nth-child(3) {
  background-color: #ffe6cc;
}

.driving_tip_container .card:nth-child(4) {
  background-color: #d9f7be;
}

.driving_tip_container .card:nth-child(5) {
  background-color: #cce7f0;
}

.driving_tip_container .card:nth-child(6) {
  background-color: #f9d6ca;
}

.driving_tip_container .card:nth-child(7) {
  background-color: #e6ccff;
}

.driving_tip_container .card:nth-child(8) {
  background-color: #ffd9e6;
}

.driving_tip_container .card:nth-child(9) {
  background-color: #d3e8e2;
}

.driving_tip_container .card:nth-child(10) {
  background-color: #fff0b3;
}

.driving_tip_container .card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.driving_tip_container .card h3 {
  color: #333;
  margin: 0px 0;
  font-size: 16px;
}

.driving_tip_container .lightbulb {
  font-size: 24px;
  color: #ffcc00;
}

.driving_tip_container .driving_tip_card img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 100px;
}

.driving_tip_container {
  margin-top: 20px;
}

.driving_tip_container p {
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
}

.icon-box_1 a {
  text-decoration: none;
}

.card-custom {
  border-radius: 1.25rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.card-custom:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.2);
}

.card-img-top {
  height: 220px;
  object-fit: cover;
}

.card-body {
  padding: 1rem;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.card-text {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.card {
  border-radius: 24px !important;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.nav-link {
  color: #fff !important;
  font-weight: 600;
}

.method-card {
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  overflow: hidden;
}

.method-header-strip {
  background: linear-gradient(90deg, #0d6efd, #6610f2);
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.method-body {
  padding: 1.5rem;
}

.step-list li {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  line-height: 1.5;
}

.external-link {
  font-weight: 500;
  color: #0d6efd;
  text-decoration: none;
}

.external-link:hover {
  text-decoration: underline;
  color: #0a58ca;
}

.step-bullet::before {
  content: "🔹";
  margin-right: 0.5rem;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #183153;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #555;
  font-size: 15px;
  margin-bottom: 40px;
}

.service-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 123, 255, 0.1);
}

.service-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #eaf2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #0d6efd;
  margin-right: 20px;
}

.service-content {
  flex-grow: 1;
}

.service-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.service-desc {
  font-size: 14px;
  color: #555;
}


.bg_black {
  background-color: #111827;
}

.glass-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  backdrop-filter: blur(10px);
  padding: 30px 20px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #f3f4f6;
}

.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.glass-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: invert(1);
}

.glass-card .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.glass-card .desc {
  font-size: 14px;
  color: #d1d5db;
}

.card-custom {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  height: 100%;
  padding: 1.5rem;
  position: relative;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}

.card-custom:hover {
  transform: translateY(-5px);
}

.card-content h5 {
  font-weight: 600;
  color: #0d0d0d;
  margin-bottom: 0.75rem;
}

.card-content p,
.card-content ul {
  margin: 0;
  color: #333;
  font-size: 0.95rem;
}

.card-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  background-color: #dde5ff;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.card-custom:hover .card-icon {
  transform: translateY(20px);
  opacity: 0;
}

.note {
  background: #e9f5ff;
  padding: 1rem;
  border-left: 5px solid #0d6efd;
  border-radius: 0.5rem;
}

a.card-link {
  text-decoration: underline;
  font-weight: 500;
  color: #0d6efd;
}

.green_bg_ {
  border: none;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 2rem 1.5rem 4rem;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease;
  height: 100%;
}

.green_bg_:hover {
  transform: translateY(-5px);
}

.green_bg_section .card-content h5 {
  color: #2e7d32;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.card-content p {
  font-size: 0.95rem;
  color: #424242;
  margin: 0;
}

.green_bg_section .card-icon {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  background-color: #388e3c;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 10px rgba(56, 142, 60, 0.4);
}

.green_bg_:hover .card-icon {
  opacity: 0;
  transform: translate(-50%, 20px);
}

.note-box {
  background: #c8e6c9;
  padding: 1rem;
  border-left: 5px solid #2e7d32;
  border-radius: 0.5rem;
  margin-top: 2rem;
  color: #1b5e20;
}

a.official-link {
  color: #1b5e20;
  font-weight: 500;
  text-decoration: underline;
}

.green_bg_section {
  background-color: #e8f5e9;
}

.permanent-wrapper {
  padding: 60px 20px;
}

.permanent-scroll-container {
  overflow-x: auto;
  /* overflow-y: hidden; */
  /* white-space: nowrap; */
  padding-bottom: 20px;
}

.permanent-scroll-row {
  display: inline-flex;
  gap: 1rem;
  justify-content: center;
  width: 100%;
  align-items: stretch;
  /* ✅ Ensures children match height */
  overflow-x: auto;
  /* ✅ Enables horizontal scrolling */
  scroll-behavior: smooth;
  padding: 1rem 0;
}

.permanent-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  position: relative;
  padding: 20px 20px 30px;
  text-align: center;
  width: 220px;
  flex: 0 0 auto;
  transition: all 0.3s ease;

  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

.permanent-card-icon {
  width: 80px;
  height: 80px;
  background-color: #198754;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 15px;
  transition: transform 0.3s ease;
}

.permanent-card:hover .permanent-card-icon {
  transform: translateY(-15px);
}

.permanent-card-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.permanent-card-text {
  font-size: 15px;
  color: #ccc;
}

.permanent-scroll-container::-webkit-scrollbar {
  height: 8px;
}

.permanent-scroll-container::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 10px;
}

.permanent-scroll-container::-webkit-scrollbar-track {
  background: #111;
}

.permanent-wrapper h2.section-title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 32px;
}

.driving_licence_status_section {
  background-color: #ffffff;
  padding: 60px 0;
}

.driving_licence_title {
  color: #1f2937;
  font-weight: 700;
}

.driving_licence_card {
  background: #f3f4f6;
  border: none;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.driving_licence_card:hover {
  transform: translateY(-5px);
  background-color: #e5e7eb;
}

.driving_licence_icon {
  font-size: 2rem;
  color: #2563eb;
  margin-bottom: 1rem;
}

.driving_licence_step_number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #2563eb;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.driving_licence_links a {
  color: #2563eb;
  text-decoration: none;
}

.driving_licence_links a:hover {
  text-decoration: underline;
}

.driving_licence_download_section {
  background-color: #111827;
  color: #f9fafb;
}

.driving_licence_download_section {
  padding: 60px 15px;
}

.driving_licence_download_title {
  color: #facc15;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}

.driving_licence_download_card {
  background-color: #1f2937;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.driving_licence_download_card:hover {
  background-color: #374151;
  transform: translateY(-5px);
}

.driving_licence_download_icon {
  font-size: 2rem;
  background-color: #facc15;
  color: #1f2937;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.driving_licence_download_card h5 {
  font-weight: 600;
  color: #fff;
}

.driving_licence_download_card p {
  color: #d1d5db;
}

.driving_licence_download_alert {
  background-color: #facc15;
  color: #1f2937;
  font-size: 0.95rem;
}

.driving_licence_download_links a {
  color: #fff;
  text-decoration: underline;
}

.driving_licence_download_links a:hover {
  text-decoration: none;
}

.driving_licence_download_step {
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 5rem;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.09;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.driving_licence_fee_section {
  background-color: #f2faff;
  padding: 60px 20px;
}

.driving_licence_fee_heading {
  text-align: left;
  margin-bottom: 10px;
}

.driving_licence_fee_table {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dee2e6;
}

.driving_licence_fee_table th,
.driving_licence_fee_table td {
  border: 1px solid #dee2e6;
  padding: 12px 16px;
}

.driving_licence_fee_table thead th {
  background-color: #f8f9fa;
}

.driving_licence_fee_alert a {
  text-decoration: underline;
}

.renewal_duplicate_section {
  background-color: #121212;
  color: #f1f1f1;
}

.renewal_duplicate_section {
  padding: 60px 20px;
}

.renewal_duplicate_table {
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.renewal_duplicate_table th,
.renewal_duplicate_table td {
  border-color: #333;
  padding: 14px;
}

.renewal_duplicate_table thead {
  background-color: #1f1f1f;
}

.renewal_duplicate_alert a {
  text-decoration: underline;
}

.renewal_duplicate_img {
  border-radius: 10px;
  max-width: 100%;
  margin-top: 20px;
  border: 2px solid #444;
}

.renewal_duplicate_section ul {
  padding-left: 1.2rem;
}

.form_section {
  margin-top: 2rem;
  text-align: center;
}

.form_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  border: 2px solid transparent;
  background: linear-gradient(to right, #1d4ed8, #22c55e) border-box;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.form_btn:hover {
  background: #1e293b;
  border-color: #38bdf8;
  transform: translateY(-5px);
}

.form_btn i {
  font-size: 1.4rem;
}

.form_btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.Challan_status_section {
  background-color: #ffffff;
  padding: 60px 20px;
}

.Challan_status_table th,
.Challan_status_table td {
  vertical-align: middle;
}

.Challan_status_table {
  border-radius: 12px;
  overflow: hidden;
}

.Challan_status_alert {
  border-left: 5px solid #0d6efd;
  background-color: #f8f9fa;
}

.Challan_status_table th {
  background-color: #0d6efd;
  color: #fff;
}

.Challan_status_useful a {
  text-decoration: none;
  color: #0d6efd;
  font-weight: 500;
}

.violation {
  position: absolute;
  top: 15px;
  right: 20px;

}

.region-card {
  text-align: center;
  margin-bottom: 30px;
}

.region-card a {
  display: inline-block;
  text-decoration: none;
}

.region-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #198754;
  padding: 8px;
  background-color: #fff;
  transition: transform 0.3s ease;
  display: block;
  margin: 0 auto;
}

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

.region-card p {
  margin-top: 10px;
  font-weight: 600;
  color: #198754;
}

.region-card_left {
  padding: 16px 20px;
  display: flex;
  background-color: #19875422;
  align-items: center;
  border-radius: 12px;
  margin-bottom: 16px;
}

.region-card_left img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #198754;
  padding: 1px;
  background-color: #fff;
  transition: transform 0.3s ease;
  display: inline-block;
  margin: 0 auto;
}

.color_table_pk tr th {
  background: #198754;
  border: 1px solid #000000;
}

.color_table_pk tr td {
  border: 1px solid #000000;
  padding: 6px;
  text-align: left;
  background: #19875422;
  font-weight: 600;
}

.color_table_pk tr th strong,
.color_table_pk tr th {
  color: #fff;
}

.region-card_left a {
  text-decoration: none;
}

.region-card_left p {
  font-weight: 600;
  color: #198754;
  display: inline-block;
  margin-left: 20px;
}

.benefit-card {
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.benefit-card:hover {
  background-color: #f8f9fa;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.benefit-icon {
  font-size: 28px;
  color: #198754;
}

.tip-card {
  transition: all 0.3s ease-in-out;
}

.tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.tip-card h5 {
  color: #198754;
}

.tip-icon {
  font-size: 1.2rem;
  color: #198754;
  font-weight: bold;
}

.height_of_image {
  height: 300px;
}

.rto-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.rto-item {
  padding: 16px;
  background: rgb(178, 255, 255);
  box-shadow: inset hsla(250, 3%, 0%, 0.05) 0 0 0 1px;
  border-radius: 10px;
  font-weight: 600;
  position: relative;
}

#viewAllBtn {
  margin-top: 15px;
  padding: 8px 16px;
  cursor: pointer;
}

.line_camp_2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.linst_inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
 :root {
    --bs-scroll-height: 500px;
  }
@media (max-width: 768px) {


  .service-card {
    flex-direction: column;
    text-align: center;
  }

  .service-icon {
    margin: 0 0 15px 0;
  }

  .icon-container_1 {
    grid-template-columns: repeat(2, 1fr);
    /* Adjust for smaller screens */
  }

  .our_services {

    grid-template-columns: repeat(2, 1fr);
    /* Single column for smaller screens */
  }

  .w-75 {
    width: 100% !important;
    /* Full width on smaller screens */
  }

  .rto_details h1 {
    font-size: 20px;
  }

  #state_result {
    grid-template-columns: repeat(2, 1fr);
  }

  .navbar-nav-scroll {
    height: var(--bs-scroll-height) !important;
  }
}