
.form-control {
    height: 53px;
    border-radius: 7px;
}
.form-control::placeholder{
  
    color: #858585;
}

.pagination ul {
    display: flex;
    margin: auto;
    padding: 0;
    align-items: center;
}
.pagination ul li {
    margin: 8px;
    list-style: none;
    font-size: 19px;
    color: #9D9D9D;
    font-weight: 500;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/******modifiy old css ****/

.pagination {
    justify-content: center;
    padding: 15px;
}
.pagination .page-link {
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: #0c759f;
    font-weight: 500;
    padding: 5px;
}
.pagination .page-item.active .page-link {
    z-index: 1;
    color: #257ba1;
    background-color: transparent;
    border-color: #0c759f;
}
.pagination .page-item{
    padding: 0 8px;
    align-items: center;
    display: flex;
}
.pagination .page-item span {
    border: 2px solid #383838;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 300;
    color: #393939;
}
.pagination .page-item .previous span {
    border: 2px solid #939395;
    color: #939395;
}

.pagination {
	border-radius:4px
}
.pagination>li {
	display:inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 15px;
    line-height: 1.42857143;
    color: #E11B2A;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index:2;
    color: #E11B2A;
    background-color: #fff;
	border-color:#ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index:3;
	color:#fff;
	cursor:default;
	background-color:#E11B2A;
	border-color:#E11B2A
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color:#777;
	cursor:not-allowed;
	background-color:transparent;
	border-color:#ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius:6px;
	border-bottom-left-radius:6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius:6px;
	border-bottom-right-radius:6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding:5px 10px;
	font-size:12px;
	line-height:1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}


    .btn-quote {
      background: #E11B2A;
      color: #071F52;
      font-weight: 700;
      font-size: 13.5px;
      padding: 10px 20px;
      border-radius: 999px;
      transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }

    .btn-quote:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(0, 184, 151, .35);
      filter: brightness(1.06);
    }


    .hero-bottom-row {
      width: 100%;
    }

     .tag-trending{
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background:#fff0bb;
      color:#1d201f;
      font-size: 12px;
      font-weight: 700;
      padding: 6px 14px;
      border-radius: 999px;
      letter-spacing: 0.5px;
     margin-right:12px;
    }
.tag-trending i{color:#EB7F00;}
    .tag-rating {
      color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background:#ffffff14;
      backdrop-filter: blur(10px);
      padding:6px .875rem;
      border-radius: 999px;
      border: 1px solid #e5e7eb;
    }

    .tag-rating i {
      color: #fff;
    }
 .tag-rating svg {
      color: #fff;width:18px;
    }
    

    .btn-callback {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: #fff;
      color: #000;
      font-weight: 700;
      font-size: 14.5px;
      padding:10px 26px;
      border-radius:12px;
      border: none;
      cursor: pointer;
      /*box-shadow: 0 8px 20px rgba(225, 27, 42, 0.4);*/
      transition: transform .25s ease, box-shadow .25s ease, background .25s ease;margin-top:1rem;
    }

    .btn-callback:hover {
      
      /*box-shadow: 0 12px 25px rgba(225, 27, 42, 0.6);*/
      background: #C4151B;color:#fff;
    }
    .btn-callback:hover i{color:#fff;}
    .btn-callback i{color:#000;}

    /* ---------------- INTRO TEXT ---------------- */
    .intro {
      max-width: 1240px;
      margin: 26px auto 0;
      padding: 0 0px;
    }

    .intro h3 {
      font-size: 16.5px;
      margin: 0 0 8px;
    }

    .intro p {
      font-size: 13.8px;
      color:#000;
      line-height: 1.7;
      margin: 0;
    }

    /*.intro .read-more {
      color:#2196f3;
      font-weight: 700;
      font-size: 13px;
      white-space: nowrap;display:flex;justify-content:flex-end;
      transition: color .2s ease;
    }

    .intro .read-more:hover {
      color: #071F52;
    }*/
    .show-more-text {
    display: none;
}

.full-description {
    width: 100%;
}.ReadSmallText {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;font-size:13px;color:#111;
}

.read-more {
    margin-left: auto;
    color: #1689f5;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;display:flex;justify-content:flex-end;
}

.read-more:hover {
    text-decoration: underline;
}

/* Read Less sticky */
.read-less-sticky {
    position: sticky;
    bottom: 0;
    width: 100%;
    
    display: flex;
    justify-content: flex-end !important;
    
    padding:8px 0;
    
    background:#F8FAFC;
    z-index: 10;
}

.read-more,
.read-less {
    color: #1689f5;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;font-size:14px;
    white-space: nowrap;
}



    /* ---------------- PACKAGES SECTION ---------------- */
    /*.packages-section {
      background: #F0F4FD;
      margin-top: 26px;
      padding: 36px 0 44px;
    }

    .package-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      align-items: start;
    }

    .package-grid .callback-cta {
      grid-column: 1 / -1;
    }*/.packages-section {
    background: #F0F4FD;
    margin-top: 26px;
    padding: 36px 0 44px;overflow:hidden;
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: start;
}

/* Important */
.package-item {
    display: contents;
}

/* Callback */
.callback-cta {
    grid-column: 1 / -1;
    width: 100%;

    background: #004331;
    border-radius: 4px;

    padding: 16px;

    display: block !important;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    margin: 0;
}


    .package-card .p-image {
      position: relative;
      overflow: hidden;
      height: 340px;
    }

    .package-card .p-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .6s ease;
    }

    .package-card:hover .p-image img {
      transform: scale(1.07);
    }

    .package-card .p-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(6, 10, 9, .55) 100%);
      opacity: 0;
      transition: opacity .35s ease;
    }

    .package-card:hover .p-image::after {
      opacity: 1;
    }

    .p-badge {
      position: absolute;
      top: 18px;
      left: 18px;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #E11B2A;
      color: #fff;
      font-size: 11.5px;
      font-weight: 800;
      padding: 6px 14px;
      border-radius: 999px;
   
    }
    .p-badge svg{width:16px;    }
    .p-content {
      padding: 22px 26px 20px;
    }

    .p-info h4 {
      font-size: 19px;
      margin: 0 0 10px;
      line-height: 1.3;
      color: #071F52;
    }

    .p-nights {
      font-size: 13px;
      color: #0F172A;
      margin-bottom: 13px;
    }

    .p-nights b {
      font-weight: 700;
    }

    .p-nights .city-sep {
      color: #071F52;
      font-weight: 700;
      margin: 0 4px;
    }

    .p-nights .more-cities {
      color: #071F52;
      font-weight: 700;
    }

    .p-features {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 0;
    }

    .p-features span {
      font-size: 12.5px;
      color: #0F172A;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }

    .p-features i.fa-check {
      color: #0A2F7A;
    }

    .p-features svg {
      fill: #FFD166;width:14px;
      font-size: 10px;
    }

    .p-bottom-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-top: 18px;
      padding-top:9px;
      border-top: 1px solid #E2E8F0;
    }

    .p-price-block {
      text-align: left;
    }

    .p-price-block .price {
      font-size: 22px;
      font-weight: 800;
      margin-bottom:0px;
      color: #E11B2A;
    }

    .p-price-block .per {
      font-size: 11.5px;
      color: #64748B;
    }

    .btn-view {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      flex: none;
      background: linear-gradient(135deg, #0A2F7A 0%, #071F52 100%);
      color: #fff;
      font-weight: 700;
      font-size: 13px;
      padding:13px 22px;
      border-radius: 11px;
      white-space: nowrap;
      border: none;
      cursor: pointer;
      transition: transform .25s ease, box-shadow .25s ease, filter .25s ease, gap .25s ease;
    }

    .btn-view:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 28px rgba(225, 27, 42, .35);
      background: #E11B2A;
      gap: 11px;
    }
    .btn-view:hover i{color:#fff;}
   
    .callback-cta {
      background: #071F52;
      border-radius: 18px;
      padding: 30px 32px;
      margin: 26px 0;
      color: #fff;
      display: flex;
      align-items: center;
      gap: 26px;
      flex-wrap: wrap;
      position: relative;
      overflow: hidden;
    }

    .callback-cta::after {
      content: "";
      position: absolute;
      top: -40px;
      right: -40px;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(225, 27, 42, .25), transparent 70%);
    }

    .callback-text {
      flex: 1;
      min-width: 220px;
      position: relative;
      margin-bottom:15px;
    }

    .callback-text h4 {
      margin: 0 0 6px;font-weight:600;
      font-size:18px;
    }

    .callback-text p {
      margin: 0;
      font-size: 15px;
      color: #CBD5E1;
    }

    .callback-form {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      position: relative;
      flex: 2;
      min-width: 340px;
    }

    .callback-form input {
      border: 1.5px solid rgba(255, 255, 255, .18);
      background: rgba(255, 255, 255, .06);
      color: #fff;
      border-radius: 9px;
      padding: 11px 14px;
      font-size: 13px;
      flex: 1;
      min-width: 110px;
      transition: border-color .2s ease, background .2s ease;
    }

    .callback-form input::placeholder {
      color: #CBD5E1;
    }

    .callback-form input:focus {
      outline: none;
      border-color: #E11B2A;
      background: rgba(255, 255, 255, .1);
    }

    .callback-form .code-input {
      max-width: 64px;
      flex: none;
    }

    .btn-getcallback {
      background: #E11B2A;
      color: #fff;
      font-weight: 700;
      font-size: 13.5px;
      padding: 11px 22px;
      border-radius: 9px;
      border: none;
      cursor: pointer;
      white-space: nowrap;
      transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }

    .btn-getcallback:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 22px rgba(225, 27, 42, .35);
      filter: brightness(1.05);
    }

    /* ---------------- PAGINATION ---------------- */
    .pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-top: 18px;
    }

    .pagination button {
      width: 34px;
      height: 34px;
      border-radius: 9px;
      border: 1px solid #E2E8F0;
      background: #fff;
      color: #0F172A;
      font-size: 13px;
      font-weight: 600;
      cursor: pointer;
      transition: all .2s ease;
    }

    .pagination button.active {
      background: #E11B2A;
      color: #fff;
      border-color: transparent;
    }

    .pagination button:hover:not(.active) {
      border-color: #0A2F7A;
      color: #0A2F7A;
      transform: translateY(-2px);
    }

    .pagination .arrow {
      background: transparent;
      border: none;
      color: #64748B;
    }

    .pagination .arrow:hover {
      color: #0A2F7A;
      transform: translateY(-2px);
    }

    /* ---------------- ALSO VIEWED ---------------- */
    .also-viewed {
      max-width: 1080px;
      margin: 34px auto;
      padding: 0 32px;
    }

    .also-viewed-box {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
      border: 1.5px solid rgba(10, 47, 122, .2);
      border-radius: 14px;
      padding: 18px 26px;
      box-shadow: 0 0 0 6px rgba(10, 47, 122, .04);
      font-size: 13.5px;
      font-weight: 600;
    }

    .chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1.5px solid #E2E8F0;
      border-radius: 999px;
      padding: 7px 16px;
      font-weight: 700;
      font-size: 13px;
      color: #0F172A;
      transition: border-color .2s ease, background .2s ease, transform .2s ease;
    }

    .chip:hover {
      border-color: #0A2F7A;
      background: rgba(10, 47, 122, .06);
      transform: translateY(-2px);
    }

    .chip i {
      color: #071F52;
    }

    /* ---------------- REVIEWS ---------------- */
    .reviews-section {
      background: #F7F8FA;
      padding: 48px 0;
      overflow:hidden;
    }

    .reviews-section h3 {
      font-size: 19px;
      margin: 0 0 22px;
      color: #071F52;
    }

    .review-item {
      display: flex;
      gap: 16px;
      padding: 20px 0;
      border-bottom: 1px solid #E2E8F0;
    }

   

    .review-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      object-fit: cover;
      flex: none;
    }

    .review-avatar-fallback {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      flex: none;
      background: #0A2F7A;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 800;
      font-size: 16px;
    }

    .review-body h5 {
      margin: 0 0 4px;
      font-size: 14.5px;
      color: #071F52;
    }

    .review-meta {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      color: #64748B;
      margin-bottom: 8px;
    }

    .review-meta .stars svg {
      fill: #FFD166;
      font-size: 11px;
      width:15px;
    }

    .review-body p {
      margin: 0;
      font-size: 13.3px;
      color: #0F172A;
      line-height: 1.6;
    }

    .review-body p a {
      color: #071F52;
      font-weight: 700;
    }

    .btn-seemore {
      display: block;
      margin: 26px auto 0;
      width: fit-content;
      background: transparent;
      color: #0A2F7A;
      border: 1.5px solid #0A2F7A;
      font-weight: 700;
      font-size: 13.5px;
      padding: 11px 26px;
      border-radius: 999px;
      transition: background .2s ease, color .2s ease;
      cursor: pointer;
    }

    .btn-seemore:hover {
      background: #E11B2A;
      border-color: transparent;
      color: #fff;
    }

    /* ---------------- FAQ ---------------- */
    .faq-section {
      padding: 48px 0;
      max-width: 900px;
      margin: 0 auto;
    }

    .faq-section h3 {
      font-size: 19px;
      margin: 0 0 20px;
      padding: 0 32px;
      color: #071F52;
    }

    details {
      border-bottom: 1px solid #E2E8F0;
      padding: 16px 32px;
    }

    summary {
      cursor: pointer;
      font-weight: 700;
      font-size: 14.5px;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #0F172A;
    }

    summary::-webkit-details-marker {
      display: none;
    }

    summary::after {
      content: "\002B";
      font-size: 18px;
      color: #0A2F7A;
      transition: transform .25s ease;
    }

    details[open] summary::after {
      content: "\2212";
    }

    details p {
      font-size: 13.5px;
      color: #64748B;
      line-height: 1.7;
      margin: 12px 0 4px;
    }

    details a {
      color: #071F52;
      font-weight: 700;
    }

    /* ---------------- FOOTER LINK DIRECTORY ---------------- */
    .link-directory {
      background: #F0F4FD;
      padding: 44px 0;
    }

    .link-directory .container {
      display: flex;
      flex-direction: column;
      gap: 26px;
    }

    .link-group h6 {
      font-size: 14px;
      margin: 0 0 14px;
      color: #071F52;
      font-weight: 700;
    }

    .link-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px 24px;
    }

    .link-grid a {
      font-size: 13px;
      color: #0A2F7A;
      font-weight: 600;
      transition: color .2s ease, padding-left .2s ease;
    }

    .link-grid a:hover {
      color: #E11B2A;
      padding-left: 4px;
    }

    .link-divider {
      border: none;
      border-top: 1px solid rgba(10, 47, 122, .15);
      margin: 4px 0;
    }
@media (max-width: 1300px) {.intro{max-width:95%}
}
    /* ---------------- RESPONSIVE BREAKPOINTS ---------------- */
    @media (max-width: 992px) {
      .package-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
      .link-grid { grid-template-columns: repeat(2, 1fr); }
      .hero-image { height: 360px; }
    }
    @media (max-width: 768px) {.ReadSmallText{display:block;}
      .container, .hero, .also-viewed { padding: 0 0px; }
      .hero-image { height: 300px; }
      .hero-content { left: 20px; right: 20px; bottom: 20px; }
      .hero-content h1 { font-size: 26px; margin-bottom: 10px; }
      .btn-callback { padding: 10px 16px; font-size: 13px; }
      .callback-cta { padding: 20px 18px; flex-direction: column; align-items: flex-start; gap: 16px; }
      .callback-form { width: 100%; min-width: 100%; }
    }
    @media (max-width: 600px) {
      .package-grid { grid-template-columns: 1fr; }
      .package-card .p-image { height: 240px; }
      .link-grid { grid-template-columns: 1fr; }
    }

 

    .ribbon-badge {
      position: absolute;
      top: 0;
      right: 56px;
      z-index: 5;
      background: #E11B2A;
      color: #fff;
      padding: 16px 18px 26px;
      width: 110px;
      text-align: center;
      font-size: 12.5px;
      font-weight: 800;
      line-height: 1.35;
      clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
      box-shadow: 0 10px 22px rgba(225, 27, 42, .3);
      transition: transform .25s ease;
    }

    .ribbon-badge:hover {
      transform: translateY(3px);
    }

    .ribbon-badge i {
      display: block;
      margin-top: 6px;
      font-size: 15px;
      color: #fff;
    }

  

   

    .stats-bar {
      background: #071F52;
      color: #fff;
    }

    .stats-bar-inner {
      max-width: 1240px;
      margin: 0 auto;
      padding:1rem 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }

    .stats-left {
      display: flex;
      gap: 44px;
      flex-wrap: wrap;
    }

    .stat-label {
      font-size:.75rem;
      font-weight:500;
      letter-spacing: .5px;
      color: #E11B2A;
      
      text-transform: uppercase;
    }

    .stat-value {
      font-size: 16px;
      font-weight: 700;
      color: #fff;
    }
    .stats-bar svg{fill:rgb(255, 175, 26);width:18px;}
    .stars-inline i {
      color:rgb(255, 175, 26);
      font-size: 14px;
      margin-right: 2px;
    }

    .stars-inline span {
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      margin-left: 6px;
    }

    .breadcrumb {
      max-width: 1240px;
      margin: 0 auto;
      padding: 18px 32px;
      font-size: 13px;
      color: #64748B;
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
      background: #F0F4FD;
    }

    .breadcrumb a {
      color: #64748B;
      font-weight: 600;
      transition: color .2s ease;
    }

    .breadcrumb a:hover {
      color: #071F52;
    }

    .breadcrumb .current {
      color: #071F52;
      font-weight: 700;
    }

    .breadcrumb i {
      font-size: 10px;
      color: #B7C4BF;
    }

    @media(max-width:900px) {

  
      .hero-wrap {
        height: 420px;
      }

      .ribbon-badge {
        right: 20px;
        width: 88px;
        font-size: 11px;
        padding: 12px 12px 20px;
      }
    }

    .intro p {
    font-size: 13.8px;
    color: #111;
    line-height: 1.7;
    margin: 0;
    margin-bottom: 14px;
}
    .intro h2, .intro h3, .intro h4 {
    font-size: 16px;
    margin-bottom: 14px;
    color:#000;
    margin: 0 0 8px;
}
    .intro ul {
    margin: 0 20px 10px 20px;
    padding-left: 0px;
}
    .intro li {
    font-size: 13.8px;
    color: #111;
    line-height: 1.7;
    margin: 0;
}


    /* =====================================================
   MOBILE / TABLET BOTTOM ACTION BAR
===================================================== */

/* =====================================================
   DESKTOP - HIDDEN
===================================================== */

.travel-action-bar {
    display: none !important;
}


/* =====================================================
   TABLET + MOBILE
===================================================== */

@media (max-width: 991px) {

    .travel-action-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;

        width: 100%;
        height: 90px;

        display: flex !important;
        align-items: center;

        gap: 18px;

        padding: 10px 24px;

        background: #ffffff;

        z-index: 99999;

        box-sizing: border-box;

        box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.08);

        /* Initially hidden */
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);

        transition:
            opacity 0.3s ease,
            visibility 0.3s ease,
            transform 0.3s ease;
    }

    /* Scroll ke baad show */
    .travel-action-bar.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }


    /* =================================================
       FILTER
    ================================================= */

    .filter-action {
        width: 66px;
        height: 66px;

        flex: 0 0 66px;

        border: none;
        border-radius: 50%;

        background: #eef0f7;

        color: #4d5565;

        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 22px;

        cursor: pointer;

        padding: 0;

        transition: all 0.25s ease;
    }

    .filter-action:hover {
        background: #e5e8f1;
    }

    .filter-action.moblie_filters i {
        color: #071f52;
    }


    /* =================================================
       CALL US
    ================================================= */

    .call-us-action {
        height: 66px;

        min-width:215px;

        padding: 0 22px;

        flex: 0 0 auto;

        border: 2px solid #053785;
        border-radius: 14px;

        background: #ffffff;

        color: #053785;

        display: flex;
        align-items: center;
        justify-content: center;

        gap: 10px;

        text-decoration: none;

        font-size: 21px;
        font-weight: 600;

        white-space: nowrap;

        box-sizing: border-box;

        transition: all 0.25s ease;
    }

    .call-us-action i {
        font-size: 20px;
        color:#053785;
    }

    .call-us-action:hover {
        background: #08b66a;
        color: #ffffff;
        border-color:#fff;
    }

    .call-us-action:hover i {
        color: #ffffff;
    }


    /* =================================================
       REQUEST CALLBACK
    ================================================= */

    .callback-action {
        height: 66px;

        flex: 1 1 auto;

        min-width: 0;

        border: none;
        border-radius: 14px;

        background: #E11B2A;

        color: #ffffff;

        display: flex;
        align-items: center;
        justify-content: center;

        gap: 14px;

        padding: 0 20px;

        font-size: 21px;
        font-weight: 600;

        white-space: nowrap;

        cursor: pointer;

        box-sizing: border-box;

        transition: all 0.25s ease;
    }

    .callback-action i {
        font-size: 18px;
        color: #ffffff;
    }

    .callback-action:hover {
        background: #079d5d;
    }


    /* =================================================
       BODY SPACE
    ================================================= */

    body {
        padding-bottom: 90px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 575px) {

    .travel-action-bar {
        height: 76px;

        gap: 10px;

        padding: 8px 12px;
    }


    /* ---------------------------------------------
       FILTER
    --------------------------------------------- */

    .filter-action {
        width: 52px;
        height: 52px;

        flex: 0 0 52px;

        font-size: 18px;
    }


    /* ---------------------------------------------
       CALL US
    --------------------------------------------- */

    .call-us-action {
        height: 52px;

        min-width: 165px;

        padding: 0 12px;

        border-radius: 12px;

        gap: 7px;

        font-size: 16px;
    }

    .call-us-action i {
        font-size: 17px;
    }


    /* ---------------------------------------------
       REQUEST CALLBACK
    --------------------------------------------- */

    .callback-action {
        height: 52px;

        border-radius: 12px;

        padding: 0 10px;

        gap: 8px;

        font-size: 16px;
    }

    .callback-action i {
        font-size: 16px;
    }


    /* ---------------------------------------------
       BODY SPACE
    --------------------------------------------- */

    body {
        padding-bottom: 76px;
    }
}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 380px) {

    .travel-action-bar {
        height: 70px;

        gap: 7px;

        padding: 7px 8px;
    }


    /* Filter */

    .filter-action {
        width: 48px;
        height: 48px;

        flex-basis: 48px;

        font-size: 17px;
    }


    /* Call Us */

    .call-us-action {
        height: 48px;

        min-width: 95px;

        padding: 0 9px;

        font-size: 14px;

        gap: 5px;
    }

    .call-us-action i {
        font-size: 15px;
    }


    /* Request Callback */

    .callback-action {
        height: 48px;

        padding: 0 8px;

        font-size: 14px;

        gap: 5px;
    }

    .callback-action i {
        font-size: 14px;
    }


    /* Body */

    body {
        padding-bottom: 70px;
    }
}
/* =====================================================
   CALLBACK CTA
===================================================== */

/* =====================================================
   CALLBACK CTA
===================================================== */

.callback-cta {
    position: relative;
    width: 100%;

    margin: 24px 0;
    padding: 28px 40px;

    border-radius: 22px;

    background:
        radial-gradient(
            circle at 96% 25%,
            rgba(237, 27, 47, 0.20),
            transparent 120px
        ),
        #0b255d;

    color: #ffffff;

    box-sizing: border-box;
    overflow: visible;
}


/* =====================================================
   CALLBACK TEXT
===================================================== */

.callback-text {
    margin-bottom: 20px;
}

.callback-text h4 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.callback-text p {
    margin: 0;
    max-width: 800px;

    color: #d8e3f7;

    font-size: 15px;
    line-height: 1.5;
}


/* =====================================================
   CALLBACK FORM - DESKTOP
===================================================== */

.callback-form {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(180px, 1.1fr)
        minmax(190px, 1.1fr)
        138px
        minmax(180px, 1fr)
        160px;

    gap: 12px;

    align-items: center;

    box-sizing: border-box;
}


/* =====================================================
   INPUT
===================================================== */

.callback-input {
    width: 100%;
    height: 57px;
}

.callback-input input {
    width: 100%;
    height: 57px;

    padding: 0 17px;

    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 12px;

    outline: none;

    background: rgba(255, 255, 255, 0.07);

    color: #ffffff;

    font-family: inherit;
    font-size: 16px;

    box-sizing: border-box;

    transition: all 0.25s ease;
}

.callback-input input::placeholder {
    color: #d2ddf1;
    opacity: 1;
}

.callback-input input:focus {
    border-color: #4d77c4;

    background: rgba(255, 255, 255, 0.10);

    box-shadow:
        0 0 0 3px rgba(77, 119, 196, 0.15);
}


/* =====================================================
   COUNTRY CODE
===================================================== */

.callback-country {
    position: relative;

    width: 100%;
    height: 57px;
}

.callback-country-btn {
    width: 100%;
    height: 57px;

    padding: 0 16px;

    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.07);

    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-family: inherit;
    font-size: 16px;

    cursor: pointer;
    outline: none;

    transition: all 0.25s ease;
}

.callback-country-btn:hover,
.callback-country-btn.active {
    border-color: #4d77c4;

    background: rgba(255, 255, 255, 0.10);
}

.callback-country-btn i {
    color: #cbd8ed;
    font-size: 11px;

    transition: transform 0.25s ease;
}

.callback-country-btn.active i {
    transform: rotate(180deg);
}


/* =====================================================
   COUNTRY DROPDOWN
===================================================== */

.callback-country-dropdown {
    position: absolute;

    top: calc(100% + 8px);
    left: 0;
    right: 0;

    width: 100%;

    padding: 6px;

    background: #ffffff;

    border-radius: 12px;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.20);

    opacity: 0;
    visibility: hidden;

    transform: translateY(-8px);

    transition:
        opacity 0.20s ease,
        visibility 0.20s ease,
        transform 0.20s ease;

    z-index: 999999;

    box-sizing: border-box;
}

.callback-country-dropdown.show {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}


/* =====================================================
   COUNTRY OPTION
===================================================== */

.callback-country-option {
    width: 100%;
    height: 40px;

    padding: 0 10px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 8px;

    color: #263554;

    font-size: 14px;

    cursor: pointer;

    box-sizing: border-box;

    transition: background 0.20s ease;
}

.callback-country-option:hover {
    background: #f1f5fb;
}

.callback-country-option span {
    display: flex;
    align-items: center;

    gap: 7px;
}

.callback-country-option strong {
    color: #0b255d;
    font-weight: 600;
}


/* =====================================================
   GET CALLBACK BUTTON
===================================================== */

.btn-getcallback {
    width: 100%;
    height: 57px;

    padding: 0 18px;

    border: none;
    border-radius: 12px;

    background: #ed1b2f;

    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: inherit;
    font-size: 16px;
    font-weight: 700;

    cursor: pointer;

    box-sizing: border-box;

    transition: all 0.25s ease;
}

.btn-getcallback:hover {
    background: #d91024;

    transform: translateY(-2px);

    box-shadow:
        0 8px 18px rgba(237, 27, 47, 0.25);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {

    .callback-cta {
        padding: 28px 30px;
    }

    .callback-form {
        grid-template-columns:
            1fr 1fr
            120px
            1fr
            150px;
    }
}


/* =====================================================
   SMALL TABLET
===================================================== */

@media (max-width: 850px) {

    .callback-cta {
        padding: 26px 24px;
    }

    .callback-form {
        grid-template-columns: 1fr 1fr;
    }

    .callback-country {
        width: 100%;
    }

    .callback-mobile {
        width: 100%;
    }

    .btn-getcallback {
        width: 100%;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 575px) {

    .callback-cta {
        width: 100%;

        margin: 18px 0;

        padding: 28px 18px;

        border-radius: 18px;

        background:
            radial-gradient(
                circle at 95% 10%,
                rgba(237, 27, 47, 0.16),
                transparent 100px
            ),
            #0b255d;

        box-sizing: border-box;
    }


    /* -----------------------------------------------
       TEXT
    ------------------------------------------------ */

    .callback-text {
        margin-bottom: 20px;
    }

    .callback-text h4 {
        margin: 0 0 8px;

        color: #ffffff;

        font-size: 20px;
        line-height: 1.3;

        font-weight: 700;
    }

    .callback-text p {
        margin: 0;

        color: #d8e3f7;

        font-size: 14px;
        line-height: 1.55;
    }


    /* -----------------------------------------------
       FORM

       96px = Country Code
       remaining width = Mobile
    ------------------------------------------------ */

    .callback-form {
        width: 100%;

        display: grid;

        grid-template-columns: 96px 1fr;

        gap: 10px;

        box-sizing: border-box;
    }


    /* -----------------------------------------------
       GIVEN NAME - FULL WIDTH
    ------------------------------------------------ */

    .callback-form .callback-input:nth-child(1) {
        grid-column: 1 / -1;
    }


    /* -----------------------------------------------
       EMAIL - FULL WIDTH
    ------------------------------------------------ */

    .callback-form .callback-input:nth-child(2) {
        grid-column: 1 / -1;
    }


    /* -----------------------------------------------
       NORMAL INPUT
    ------------------------------------------------ */

    .callback-input {
        width: 100%;
        height: 52px;
    }

    .callback-input input {
        width: 100%;
        height: 52px;

        padding: 0 13px;

        border-radius: 10px;

        background: rgba(255, 255, 255, 0.07);

        border: 1px solid rgba(255, 255, 255, 0.20);

        color: #ffffff;

        font-size: 15px;

        box-sizing: border-box;
    }

    .callback-input input::placeholder {
        color: #d2ddf1;
    }


    /* -----------------------------------------------
       COUNTRY CODE - EXACT 96px
    ------------------------------------------------ */

    .callback-country {
        width: 96px;
        height: 52px;
    }

    .callback-country-btn {
        width: 96px;
        height: 52px;

        padding: 0 12px;

        border-radius: 10px;

        background: rgba(255, 255, 255, 0.07);

        border: 1px solid rgba(255, 255, 255, 0.20);

        color: #ffffff;

        font-size: 15px;

        box-sizing: border-box;
    }


    /* -----------------------------------------------
       MOBILE NUMBER
    ------------------------------------------------ */

    .callback-mobile {
        width: 100%;
        height: 52px;
    }

    .callback-mobile input {
        width: 100%;
        height: 52px;
    }


    /* -----------------------------------------------
       CALLBACK BUTTON - FULL WIDTH
    ------------------------------------------------ */

    .btn-getcallback {
        grid-column: 1 / -1;

        width: 100%;
        height: 52px;

        margin-top: 5px;

        padding: 0 15px;

        border: none;
        border-radius: 10px;

        background: #ed1b2f;

        color: #ffffff;

        font-size: 16px;
        font-weight: 700;

        box-sizing: border-box;
    }

    .btn-getcallback:hover {
        background: #d91024;

        transform: none;

        box-shadow: none;
    }


    /* -----------------------------------------------
       COUNTRY DROPDOWN
    ------------------------------------------------ */

    .callback-country-dropdown {
        top: calc(100% + 7px);

        width: 96px;

        max-height: 210px;

        overflow-y: auto;

        border-radius: 10px;
    }

    .callback-country-option {
        height: 40px;

        padding: 0 8px;

        font-size: 13px;
    }

}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 380px) {

    .callback-cta {
        margin: 15px 0;

        padding: 24px 14px;

        border-radius: 16px;
    }


    .callback-text {
        margin-bottom: 16px;
    }

    .callback-text h4 {
        font-size: 18px;
    }

    .callback-text p {
        font-size: 13px;
    }


    .callback-form {
        grid-template-columns: 96px 1fr;

        gap: 8px;
    }


    .callback-input,
    .callback-input input,
    .callback-country,
    .callback-country-btn {
        height: 49px;
    }


    .callback-input input,
    .callback-country-btn {
        font-size: 14px;

        padding-left: 11px;
        padding-right: 11px;
    }


    .callback-country {
        width: 96px;
    }

    .callback-country-btn {
        width: 96px;
    }


    .btn-getcallback {
        height: 49px;

        margin-top: 3px;

        font-size: 15px;
    }


    .callback-country-dropdown {
        width: 96px;
    }

    .callback-country-option {
        height: 38px;

        font-size: 13px;
    }
}
.hero-tags{display:flex;align-items:center;}
.hero-tags .tag-rating svg{width:16px;}
.review-meta .stars{margin:0;}
.hero-wrap.new_wrap{height:100vh;}
.hero-wrap.new_wrap .tag-rating{font-size:9px;padding:1px .45rem;border:unset;}
.hero-wrap.new_wrap .tag-rating svg{width:11px;}
.hero-wrap.new_wrap .tag-trending{margin-right:0px;font-size:10px;padding:1px .65rem;}
.hero-content.new_hero_content h1{margin:0;}
.hero-content.new_hero_content .hero-tags{margin-bottom: 1.5rem;margin-top: 1rem;gap: .5rem;}
.hero-content.new_hero_content .btn-callback{margin:0;}
.hero-content.new_hero_content{bottom:0;}
.callback-error {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 4px;
}

.input-error {
    border-color: #dc3545 !important;
}

.callback-message {
    margin-top: 10px;
    font-size: 14px;
}

.callback-message.success {
    color: #198754;
}

.callback-message.error {
    color: #dc3545;
}

#btnGetCallback:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.callback-country-dropdown {
    display: none;
}

.callback-country-dropdown.show {
    display: block;
}
