@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montez&display=swap"); 


 a{
  text-decoration:none;
 }
 p{
     text-align:justify;
 }
img{
  max-width: 100%;
}
 body {
      background: #f6fafe;
      font-family: "Manrope", sans-serif;
      color: #243046;
    }
    .navbar {
      background: #262626;
      box-shadow: 0 1px 10px rgba(66,120,201,0.035);
    }
    .navbar-brand {
      font-weight: bold;
      letter-spacing: -1px;
      display: flex;
      align-items: center;
    }
    
    .colorBannerText{
      color: #206fff;
    }
    .nav-link {
          font-weight: 600;
      font-size: 1rem;
      color: #fff !important;
      transition: color .2s;
    }
    .nav-link:hover, .nav-link.active {
      color: #d0d0d0 !important;
    }
    .btn-main {
      background: #198754;
      color: #fff;
      border-radius: 1rem;
      font-weight: 600;
      letter-spacing: .5px;
          padding: 6px 23px;
      box-shadow: 0 2px 12px rgba(66,120,201,0.09);
      transition: background .15s;
    }
    .btn-main:hover, .btn-main:focus {
      background: #113b7d;
      color: #fff;
    }
    .btn-alt {
      background: #34c570;
      color: #fff;
      border-radius: 1rem;
      font-weight: 600;
         padding: 6px 21px;
    }
    .btn-alt:hover {
      background: #21965a;
      color: #fff;
    }
    .hero-section {
      background:white;
      padding: 64px 0 32px 0;
    }
    .hero-title {
      font-size: 2.4rem;
      line-height: 1.16;
      font-weight: 800;
      color: #000;
      letter-spacing: -1px;
    }
    .hero-subtitle {
      font-size: 15px;
      color: #3e4d69;
    }
    .rounded-xxl { border-radius: 2rem !important; }
    .service-card {
      transition: box-shadow .14s,transform .11s;
      border-radius: 1.25rem !important;
      box-shadow: 0 2px 14px rgba(80,120,180,.10);
      margin-bottom: 1.5rem;
      min-height: 180px;
    }
    .service-card h4{
      color: black;
    font-size: 24px;
    font-weight: 700;
    }
    .service-card:hover {
      box-shadow: 0 4px 24px 0 rgba(33,119,245,0.16);
      transform: translateY(-2px) scale(1.01);
    }
    .service-card h3 {
         font-size: 18px;
      font-weight: 700;
      color: #000;
    }
    .service-card p {
         font-size: 14px;
      
    }
    .tour-img {
      min-height:150px;
      width:100%;
      
      border-radius: 1.1rem 1.1rem 0 0;
      background: #e2ecfa;
          height: 216px;
    object-fit: cover;
    }
    .tour-card {
      border-radius: 1.25rem !important;
      transition: box-shadow .17s,transform .11s;
      margin-bottom: 1.5rem;
      box-shadow: 0 2px 9px 0 rgba(33,119,245,0.07);
    }
    .tour-card:hover {
      box-shadow: 0 4px 22px 0 rgba(66,120,201,.19);
      transform: translateY(-2px) scale(1.012);
    }
    .blog-card {
      border-radius: 1.15rem !important;
      transition: box-shadow .17s,transform .12s;
      box-shadow: 0 2px 15px 0 rgba(54,90,190,.1);
    }
    .blog-card:hover {
      box-shadow: 0 4px 28px 0 rgba(22,92,255,.11);
      transform: translateY(-2px) scale(1.008);
    }
    .feature-icon {
      font-size: 24px;
      background: #e7f1ff;
      color: #046ae4;
      border-radius: 50%;
      width: 44px;
      height: 44px;
      display: inline-grid;
      place-items: center;
      margin-right:10px;
    }
    .faq-question {
      background: #f7fbff;
      border-radius: 1rem;
      padding: 20px 28px;
      margin-bottom: 16px;
      box-shadow: 0 1px 5px 0 rgba(80,120,180,.07);
    }
    .footer-bg {
      background: white;
    }
    .footer-title {
      font-weight:700;
      color:#000000;
    }
    @media (max-width: 991.98px) {
      .hero-title { font-size:2rem; }
    }
    @media (max-width: 768px) {
      .hero-section { padding:36px 0 12px 0; }
      .hero-title { font-size: 1.4rem; }
      .service-card, .tour-card, .blog-card { margin-bottom: 1rem;}
      .faq-question { padding:12px 14px;}
    }
    @media (max-width: 480px) {
      .navbar-brand span { font-size: 1.1rem; }
      .footer-title { font-size:1.1rem;}
    }

    /*govt*/
    .govt_links .site-header {
      background:#206fff;
      border-bottom: 1px solid #e3eaf3;
      box-shadow: 0 2px 12px rgba(96,110,140,0.06);
      padding-top: 2.2rem;
      padding-bottom: 2.2rem;
      margin-bottom:60px;
      border-radius: 10px;
    }
    .govt_links .main-title {
      font-size: 2.15rem;
      font-weight: 700;
      letter-spacing: -1px;
      color:#ffffff;
      display: flex;
      align-items: center;
      gap: 0.8rem;
      flex-wrap: wrap;
      
    }

    .govt_links .main-title span{
      color:#ffc107;
    }

    .govt_links .main-title i {
      color: #fff;
      font-size: 2.3rem;
    }
    .govt_links .lead {
      font-size: 15px;
    color: #fff;
    font-weight: 400;
    }
    .govt_links .gov-section {
      background: #fff;
      border-radius: 1.35rem;
      box-shadow: 0 2px 18px 0 rgba(79, 114, 205, 0.10);
      border: 1px solid #e5eefa;
      margin-bottom: 2rem;
      transition: box-shadow .14s,transform .11s;
      position: relative;
      overflow: hidden;
    }
    .govt_links .gov-section:hover {
      box-shadow: 0 6px 26px 0 rgba(79,114,205,.16);
      transform: translateY(-1px) scale(1.011);
    }
    .govt_links .country-flag {
      font-size: 2rem;
      margin-right: 0.65rem;
      vertical-align: middle;
    }
    .govt_links .gov-links li {
      margin-bottom: 0.25rem;
    }
    .govt_links .gov-links a {
      color: #1060c4;
      text-decoration: underline;
      word-break: break-all;
      transition: color .13s;
    }
    .govt_links .gov-links a:hover {
      color: #2052d3;
    }
    .govt_links .gov-img {
      min-width: 64px;
      max-width: 92px;
      min-height: 92px;
      background: #e5efef;
      border-radius: 1.1rem;
      object-fit: cover;
      margin-right: 1.25rem;
      box-shadow: 0 1px 6px #c3dbe6a6;
      border: 2px solid #e5eefa;
    }
    .govt_links .hint {
      background: linear-gradient(97deg, #e7f2fa 48%, #f6fafd 100%);
      border-left: 4px solid #3498ff;
      font-size: 14px;
      color: #000000;
      border-radius: 0.75rem;
      padding: 0.95rem 1.2rem;
      margin-top: 1.2rem;
      font-weight: 400;
    }
    .govt_links .assistance-section {
      background:linear-gradient(97deg, #ddf2d9 48%, #dccbcb 100%);
      border-radius: 1.3rem;
      border: 1px solid #daecfa;
      box-shadow: 0 3px 12px 0 rgba(79, 114, 205, 0.06);
      margin-top: 2.8rem;
      margin-bottom:2.5rem;
      padding:2rem 2.2rem;
      text-align: center;
    }
    .govt_links .assistance-section h2 {
      font-size: 1.22rem;
      color: #185694;
      font-weight: 700;
    }
    .govt_links .assistance-section .btn {
      margin-top: 1.2rem;
      min-width: 150px;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 1.2rem;
      padding: .7rem 1.3rem;
    }
    .govt_links .footer-link-title {
      font-weight: 700;
      font-size: 1.06rem;
      color: #185694;
    }
    .govt_links .main-footer {
      background: #fff;
      border-top: 1.5px solid #e3eaf3;
      margin-top: 2rem;
      font-size: .98rem;
    }
    @media (max-width: 900px) {
      .govt_links .main-title { font-size:1.6rem; }
      .govt_links .country-flag { font-size:1.4rem;}
      .govt_links .gov-section { padding: 1rem;}
      .govt_links .gov-img { min-width:48px; max-width:68px; min-height:68px; }
    }
    @media (max-width: 600px) {
      .govt_links .main-title { font-size:1.25rem; gap:.2rem; }
      .govt_links .container, .govt_links .main-footer .container { padding-left:12px!important; padding-right:12px!important;}
    }
    @media (max-width: 480px) {
      .govt_links .gov-section { padding:1rem 0.7rem; }
      .govt_links .gov-img { display:none; }
    }


    /*immi services*/
    .immigration_services .service-box {
      background: #fff;
      border-radius: 1.3rem;
      box-shadow: 0 2px 18px 0 rgba(80,110,180,.08);
      margin-bottom: 1.7rem;
    
      transition: box-shadow .15s;
      overflow: hidden;
    }
    .immigration_services .service-box .content{
       padding: 10px 28px;
    }
    .immigration_services .service-box h4 {
          font-weight: 700;
        color: #000000;
        margin-bottom: 0.45rem;
        background: #f4dc94;
        padding: 10px 28px;
        font-size: 18px;
    }
    .immigration_services .service-box ul {
      padding-left: 1.2rem;
      margin-bottom: 0;
    }
    .immigration_services .service-list-title {
      font-size: 1.27rem;
      margin-bottom: .4rem;
      color: #232f45;
      font-weight: 700;
    }
    .immigration_services .sidebar-section {
      background: #f0fcd4;
      border-radius: 1.3rem;
      padding: 2.1rem 1.5rem;
      margin-bottom: 1.5rem;
      box-shadow: 0 2px 14px 0 rgba(100,120,160,.05);
    }
    .immigration_services .sidebar-section h5 {
      font-size: 1.18rem;
      color: #1968cf;
      font-weight: 700;
      margin-bottom:1rem;
    }
    .immigration_services .highlighted {
      background: #eaf8f8;
      border-left: 4px solid #34c570;
      border-radius: .8rem;
      padding: 1.4rem 1.2rem 1.1rem 1.5rem;
      margin-bottom:2rem;
    }
    @media(max-width:991px) {
      .immigration_services .col-lg-8,.immigration_services  .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
      }
      .immigration_services .sidebar-section {padding:1.5rem 1rem;}
    }
.immigration_services{
  margin-top: 100px;
}

.note_box{
  border:1px solid #dcb27b;
  font-size: 14px;
    background: antiquewhite;
}

.hero_right_head{
  font-size: 17px;
    font-weight: 700;
    color: black;
}

/*faq*/
.faq-section {
  background: #f9fbff;
  margin-top: 0px;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.accordion-button {
  background-color: #fff;
  font-weight: 600;
  font-size: 1.05rem;
  color: #333;
  padding: 1rem 1.25rem;
  border: none;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #83e5ad;
  color: #000;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  font-size: 16px;
}
.accordion-button:not(.collapsed)::after{
  filter: unset!important;
}
.accordion-button::after {
  filter: invert(40%) sepia(20%) saturate(400%) hue-rotate(190deg) brightness(90%);
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  background-color: #fff;
  padding: 1rem 1.25rem;
  font-size:14px;
  color: #555;
  line-height: 1.6;
}
.faq-section h2{
      font-size: 22px;
    color: black;
    text-align: center;
    font-weight: 800;
}
.bg-yellow{
      background: #fff0c4;
}

.trans_head{
    font-size: 33px;
    line-height: 1.16;
    font-weight: 700;
    color: #000000;
    letter-spacing: -1px;
}

.trans_desc{
       font-weight: 500;
    color: #141414;
    font-size: 16px;
}

.bg-red{
    background: #f4f8df;
     
}

.book_head{
    font-size: 33px;
    line-height: 1.16;
    font-weight: 700;
    color: #000000;
    letter-spacing: -1px;
}

.book_desc{
       font-weight: 500;
    color: #141414;
    font-size: 16px;
}
/*blog*/

.blog_detail_page {
  background: #f8f9fa;
  margin: 100px 0px;
}
.blog-article h1 {
  font-size: 1.9rem;
  line-height: 1.4;
}
.blog-article p {
  font-size: 1rem;
  line-height: 1.7;
}
.blog-article img {
  max-height: 400px;
  object-fit: cover;
}
.sidebar h5 {
  font-size: 1.1rem;
}
.related-posts ul li a:hover {
  color: #0d6efd;
}
.related-posts img {
  object-fit: cover;
}
.consult-box {
  border-left: 4px solid #0d6efd;
}
@media (max-width: 768px) {
  .blog-article h1 {
    font-size: 1.5rem;
  }
}

 
/*contact*/
   .page-header {
    padding: 27px 41px;
    background: #83e5ad;
    box-shadow: 0 1px 10px rgb(66 120 201 / 10%);
 
    }
    .page-header h1 {
 font-weight: 800;
    font-size: 34px;
    margin-bottom: 0.5rem;
    color: #000000;
    letter-spacing: -1.2px;
    }
    .page-header p {
     font-size: 18px;
    color: #000000;
    
    margin: 0 auto;
    }
    .contact_page .contact-info {
      background: #ffffff;
      border-radius: 1.25rem;
      box-shadow: 0 6px 18px rgb(33 110 255 / 0.09);
      padding: 3rem 2.5rem;
      margin-bottom: 2.5rem;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }
    .contact_page .contact-info h2 {
      font-weight: 800;
      color: #000000;
      margin-bottom: 1.8rem;
      font-size: 24px;
    }
    .contact_page .contact-info .info-item {
      margin-bottom: 1.6rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      font-size: 1.1rem;
      color: #32415a;
    }
    .contact_page .contact-info .info-item i {
          font-size: 18px;
        color: #000000;
        min-width: 28px;
        text-align: center;
    }
    .contact_page .contact-form-wrapper {
      background: #ffffff;
      border-radius: 1.25rem;
      box-shadow: 0 6px 18px rgb(33 110 255 / 0.09);
      padding: 3rem 2.5rem;
 
      margin: 0 auto 4rem;
    }
    .contact_page .contact-form-wrapper h2{
          font-weight: 800;
        color: #000000;
        margin-bottom: 1.8rem;
        font-size: 24px;
    }
    .contact_page .contact-form-wrapper form > * {
      margin-bottom: 1.5rem;
    }
    .contact_page .contact-form-wrapper label {
          font-weight: 700;
    color: #000000;
    font-size: 16px;
    }
    .contact_page .form-control {
      border-radius: 0.6rem;
      border: 1.5px solid #d9e1ef;
      padding: 0.75rem 1rem;
      font-size: 1rem;
      transition: border-color 0.25s ease;
    }
    .contact_page .form-control:focus {
      border-color: #3d79e4;
      box-shadow: 0 0 8px rgb(61 121 228 / 40%);
    }
    .contact_page .btn-submit {
      background-color: #206fff;
      color: #fff;
      border-radius: 1.1rem;
      font-weight: 700;
      font-size: 1.15rem;
      padding: 0.75rem 3.2rem;
      border: none;
      transition: background-color 0.3s ease;
      width: 100%;
    }
    .contact_page .btn-submit:hover, .btn-submit:focus {
      background-color: #114bad;
      color: #fff;
    }
    @media (min-width: 768px) {
      .contact_page .contact-wrapper {
 
   
       
        margin: 3rem auto 5rem;
      }
      .contact_page .contact-info, .contact-form-wrapper {
        flex: 1;
        margin: 0 !important;
      }
      .contact_page .btn-submit {
        width: auto;
      }
    }


    .contact_page{
      margin-top: 77px;
    }



/*faqpage*/
.faq_page  {
        margin-top: 77px;
      
    }

    .faq_page .faq-title {
      text-align: center;
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 40px;
      color: #222;
    }

    .faq_page .accordion-button {
      font-weight: 600;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease-in-out;
    }

    .faq_page .accordion-button:not(.collapsed) {
      background-color:#83e5ad;
      color: #000;
      box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    }

    .faq_page .accordion-body {
      background: #fff;
      border-left: 3px solid #83e5ad;
      border-radius: 0 0 8px 8px;
      padding: 15px 20px;
      line-height: 1.6;
    }

    @media (max-width: 768px) {
      .faq_page .faq-title {
        font-size: 1.6rem;
      }
    }

.blog h5{
  font-weight: 700;
    font-size: 18px;
    color: #000;
}
.blog a{
  color: #198754;
      font-weight: 700;
}
.blog img{
  width: 100%;
    margin-bottom: 10px;
    border-radius: 13px;
    height: 150px;
    object-fit: cover;
    object-position: top;
}

/*blogpage*/
.blog_page{
  padding-top:70px;
}
.blog_page .blog-section {
      padding: 60px 0;
    }
    .blog_page .blog-header h2 {
      font-weight: 700;
      color: #fff;
    }
    .blog_page .blog-header p {
      color: #fff;
    }
    .blog_page .blog-card {
      border: none;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      transition: transform 0.2s, box-shadow 0.2s;
      background: #fff;
    }
    .blog_page .blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    }
    .blog_page .blog-card img {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      height: 200px;
      object-fit: cover;
    }
    .blog_page .blog-card .card-body h5 {
      font-weight: 600;
      color: #0f172a;
    }
    .blog_page .blog-card .card-body p {
      color: #64748b;
      font-size: 0.95rem;
    }
    .blog_page .read-more {
      font-weight: 600;
      color: #2563eb;
      text-decoration: none;
    }
    .blog_page .read-more:hover {
      text-decoration: underline;
    }
    @media (max-width: 767px) {
      .blog_page .blog-card img {
        height: 160px;
      } 
    }

  
 .blog_page .nav-link.active{
  color: #fff !important;
}

.blog_page_header {
  background: #206fff;
    padding: 25px 20px;
    box-shadow: 0px 0px 4px -2px;
    border-radius: 10px;
}
.immi_header{
  padding: 25px 20px;
  background: #206fff;
  border-radius: 10px;
}
.immi_header h1{
      font-size: 30px;
    font-weight: 700;
    color: white;
}

.immi_header p{
        font-size: 16px;
    font-weight: 400;
     color: white;
}

.sticky-top{
  top:100px;
}

#check_requirement .req_box img{
    width: 53px;
    border: 1px solid #cbcbcb;
    border-radius: 61px;
    padding: 6px;
    background: aliceblue;

}
#check_requirement .req_box ul li p{
    margin: 0px 0px 2px 0px;
    font-size: 14px;
    font-weight: 400;
}

#check_requirement .req_box{
    border: 1px solid #bcbcbc;
    border-radius: 11px;
    padding: 17px 12px;
        margin-bottom: 20px;
  }
#check_requirement .req_box h6{
font-size: 17px;
    font-weight: 700;
    color: #003c95;
  }
 /* hide by default*/

/* .tours .content-div { 
  display: none; 
}*/




  .tours .tour-card {
      background: #fff;
      border-radius: 1.3rem;
      box-shadow: 0 4px 24px 0 rgba(80,120,190,.09);
      border: 1.5px solid #eaf1fb;
      transition: box-shadow .17s, transform .1s;
      overflow: hidden;
      padding: 0;
      margin-bottom: 1.5rem;
    }
    .tours .tour-card:hover {
      box-shadow: 0 8px 35px 0 rgba(58,120,255,.13);
      transform: translateY(-2px) scale(1.012);
    }
    .tours .tour-img {
      width: 100%;
      height: 175px;
      object-fit: cover;
      background: #e8eef6;
      border-top-left-radius: 1.3rem;
      border-top-right-radius: 1.3rem;
      display: block;
    }
    .tours .tour-content {
      padding: 1.4rem 1.4rem 1.3rem 1.4rem;
    }
    .tours .tour-title {
      font-size: 1.18rem;
      font-weight: 700;
      color: #1260db;
      margin-bottom: 0.4rem;
    }
    .tours .tour-amount {
      font-size: 1.13rem;
      color: #21965a;
      font-weight: 600;
    }
    .tours .tour-rating {
      margin: .6rem 0 .4rem 0;
      font-size: 1rem;
      color: #ffc107;
    }
    .tours .tour-rating .rating-text {
      color: #556789;
      font-size: 0.97rem;
      margin-left: 4px;
      vertical-align: middle;
    }
    .tours .btn-detail {
          background:#21965f;
      color: #fff;
      border-radius: 1rem;
      padding: 5px 10px;
      font-weight: 600;
      transition: background .17s;
      letter-spacing: 0.2px;
      box-shadow: 0 2px 11px rgba(33, 110, 255, .07);
   
      font-size: 13px;
    }
    .tours .btn-detail:hover, .tours .btn-detail:focus {
      background: #114bad;
      color: #fff;
    }


.travel_visa_services{
  margin-top:100px;
}

.travel_visa_services .parent_box{
  background: white;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 25px;
}

.travel_visa_services .parent_box h4{
    padding: 10px 23px;
    background: #f4dc94;
    font-size: 18px;
    font-weight: 700;
}


.travel_visa_services .parent_box .service-box{
  padding: 12px 23px;
}
.sidebar-section{
  background: white;
    padding: 25px 22px;
    border-radius: 12px;
    border: 1px solid #a8cafc;
    margin-bottom: 27px;
}
.sidebar-section.why_choose{
    background: #fff3c1;
    padding: 23px 22px;
    border-radius: 10px;
}


/*consultation*/
.consult-page {
  background: #f6faff;
  padding-top: 100px;
}
.consult-page .consult-header {
  background: #206fff;
  border-radius: 1.4rem;
  box-shadow: 0 2px 16px 0 rgba(80,120,190,.08);
  
  margin: 3rem auto 2.5rem;
 
  padding:27px 10px;
}
.consult-page .consult-header h1 {
    font-size: 28px;
    letter-spacing: -.5px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.7rem;
}
.consult-page .consult-header p {
  color: #fff;
  font-size: 1.15rem;
  margin: 0 auto;
 
}

.consult-page .consult-section {
 
  margin: 0 auto 4rem auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 992px) {
  .consult-page .consult-section {
    flex-direction: row;
    align-items: flex-start;
  }
}
.consult-page .consult-form-box {
  background: #fff;
  border-radius: 1.3rem;
  box-shadow: 0 4px 18px 0 rgba(80,120,190,.10);
  padding: 2.2rem 2rem;
  flex: 1.3;
  min-width: 0;
}
.consult-page .consult-form-box h2 {
  font-size: 1.23rem;
  color: #185ac5;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.consult-page .consult-form label {
  font-weight: 600;
  color: #2359a1;
  margin-bottom: .4rem;
}
.consult-page .consult-form .form-control {
  border-radius: 0.7rem;
  border: 1.4px solid #d9e1ef;
  padding: 0.8rem 1rem;
  margin-bottom: 1.3rem;
  font-size: 1rem;
  box-shadow: 0 1px 3px #eef3ff38;
}
.consult-page .consult-form .form-control:focus {
  border-color: #2474e0;
  box-shadow: 0 0 8px #a3c5ff4d;
}
.consult-page .consult-form .btn-submit {
  background: #2077ff;
  color: #fff;
  font-weight: 700;
  font-size: 1.11rem;
  padding: 0.8rem 0;
  border-radius: 1.2rem;
  width: 100%;
  margin-top: .3rem;
  box-shadow: 0 2px 9px rgba(33,110,255,.07);
  border: none;
  transition: background .18s;
}
.consult-page .consult-form .btn-submit:hover,.consult-page .consult-form .btn-submit:focus {
  background: #1551b2;
}
@media (min-width:450px) {
  .consult-page .consult-form .btn-submit { width: auto; min-width: 220px;}
}
.consult-page .consultant-box {
  background: #f8fbfe;
  border-radius: 1.3rem;
  box-shadow: 0 2px 11px 0 rgba(80,120,190,.07);
  margin-bottom: 1.8rem;
  padding: 2.2rem 2rem;
  flex: 1;
  min-width: 0;
}
.consult-page .consultant-title {
  color: #196dcf;
  font-size: 1.19rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  letter-spacing: -.2px;
}
.consult-page .consultant-grid {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.consult-page .consultant-profile {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 8px 0 rgba(50,90,200,0.07);
  padding: 1.1rem 1.2rem 1.2rem 1.2rem;
  text-align: center;
  min-width: 140px;
  flex: 1 0 140px;
  max-width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.consult-page .consultant-img {
  border-radius: 1rem;
  width: 68px;
  height: 68px;
  object-fit: cover;
  margin-bottom: .7rem;
  box-shadow: 0 2px 12px #1a79cb13;
  border: 3px solid #e2ebf6;
}
.consult-page .consultant-profile h6 {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: .1rem;
  color: #205584;
  letter-spacing: -.4px;
}
.consult-page .consultant-profile small {
  color: #5274a5;
  font-size: .93rem;
}
.consult-page .consultant-rating {
  color: #ffc208;
  margin-bottom: 0.1rem;
  font-size: 0.97rem;
}

@media (max-width:991px) {
  .consult-page .consult-section { flex-direction: column;}
  .consult-page .consult-form-box,.consult-page .consultant-box {width:100%; max-width:100%; min-width:0;}
}
@media (max-width:600px) {
  .consult-header {padding: 2rem 1rem 1rem 1rem;}
  .consult-form-box, .consultant-box {padding: 1.2rem;}
}

.consult-page .sidebar-section {
  background: #f5f8fa;
  border-radius: 1.15rem;
  padding: 1.7rem 1.3rem;
  box-shadow: 0 1px 7px rgba(100,120,160,.03);
  margin-bottom: 1.5rem;
}
.consult-page .sidebar-section h5 {
  color: #1a6090;
  font-size: 1.09rem;
  font-weight: 600;
}

.consult-page .highlighted {
  background: #eaf8f8;
  border-left: 4px solid #34c570;
  border-radius: .7rem;
  padding: 1.3rem 1.15rem 1rem 1.3rem;
}
.trusted-partners{
      background: antiquewhite;
    padding: 17px 0px;
}
.trusted-partners h2 {
  font-size: 25px;
  color: black;
}
.trusted-partners h2 span{
  color: #206fff;
}
.trusted-partners p {
 
  margin: 0 auto;
}
.partner-card {
  background: #fff;
  padding: 6px 10px;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.partner-card img {
       height: 31px;
    object-fit: contain;
    width: 45px;
}
.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}


.service-card {
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 16px rgba(0,0,0,0.1);
}
.card-title {
  font-weight: 600;
  display: flex;
  align-items: center;
}


.core_service h2{
      display: flex;
    justify-content: space-between;
    align-items: center;
}

.core_service h2 a{
      font-size: 16px;
    text-decoration: underline;
    color: #206fff;
}


/*tour detail*/
 
   .tour_detail .main-card {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(20px);
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      overflow: hidden;
      position: relative;
    }

    .tour_detail .main-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(135deg, #0f3460 0%, #085078 50%, #85d8ce 100%);
      z-index: 1;
    }

    .tour_detail .tour-header {
      border-bottom: none;
      margin-bottom: 30px;
      padding: 30px 30px 20px;
      background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
      border-radius: 20px 20px 0 0;
      position: relative;
    }

    .tour_detail .tour-title {
          font-size: 25px;
      font-weight: 700;
     color: black;
      margin-bottom: 15px;
       
    }

    .tour_detail .price-tag {
         color: green;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    }

    .tour_detail .rating {
      color: #ffc107;
      font-size: 1.4rem;
      text-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
    }

    .tour_detail .sidebar-card {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(15px);
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      margin-bottom: 25px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      overflow: hidden;
      transform: translateY(0);
    }

    .tour_detail .sidebar-card:hover {
      transform: translateY(-5px);
      box-shadow:  0 20px 40px rgba(0,0,0,0.15);
    }

    .tour_detail .book-btn {
          width: 100%;
        font-size: 14px;
        padding: 9px 10px;
        background: #ffc107;
        border: none;
        border-radius: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
         
        position: relative;
        overflow: hidden;
        color: black;
    }

    .tour_detail .book-btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
      transition: left 0.5s;
    }

    .tour_detail .book-btn:hover::before {
      left: 100%;
    }

    .tour_detail .book-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(79, 172, 254, 0.6);
    }

    .tour_detail .highlight-list {
      list-style: none;
      padding-left: 0;
    }

    .tour_detail .highlight-list li {
      background: rgba(40, 167, 69, 0.1);
      margin: 8px 0;
      padding: 12px 15px;
      border-radius: 8px;
      border-left: 4px solid #28a745;
      position: relative;
    }

    .tour_detail .highlight-list li::before {
      content: "✨";
      color: #28a745;
      font-weight: bold;
      margin-right: 10px;
      font-size: 1.1rem;
    }

    .tour_detail .content-section {
      padding: 0 30px 30px;
    }
    .tour_detail .content-section .lead{
            font-size: 16px;
    font-weight: 400;
    }
    .tour_detail .content-section h4 {
      color: #2c3e50;
      font-weight: 600;
      margin-bottom: 20px;
     
      position: relative;
      padding-bottom: 10px;
    }

    .tour_detail .content-section h4::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 3px;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      border-radius: 2px;
    }

    .tour_detail .list-group-item {
      background: transparent;
      border: none;
      padding: 12px 0;
      border-bottom: 1px solid rgba(0,0,0,0.1);
      font-weight: 500;
    }

    .tour_detail .list-group-item:last-child {
      border-bottom: none;
    }

    .tour_detail .contact-btn {
      background: #206fff;
      border: none;
      border-radius: 8px;
      font-weight: 500;
      padding: 12px;
      box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    }

    .tour_detail .contact-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
    }

    .tour_detail .sidebar-card h5 {
      color: #2c3e50;
      font-weight: 600;
 
      margin-bottom: 20px;
    }

    .tour_detail .itinerary-day {
      background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
      padding: 15px;
      margin: 10px 0;
      border-radius: 10px;
      border-left: 4px solid #667eea;
    }

    .tour_detail .itinerary-day strong {
      color: #667eea;
      font-weight: 600;
    }

    /* Floating animation for decorative elements */
    @keyframes float {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-10px); }
    }

    .floating {
      animation: float 3s ease-in-out infinite;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .tour_detail .tour-title {
        font-size: 2rem;
      }
      
      .tour_detail .tour-header,.tour_detail .content-section {
        padding: 20px;
      }
      
      .tour_detail .price-tag {
        font-size: 1.5rem;
      }
    }
 
    /* Pulse animation for important elements */
    @keyframes pulse {
      0% { box-shadow: 0 0 0 0 rgba(79, 172, 254, 0.7); }
      70% { box-shadow: 0 0 0 10px rgba(79, 172, 254, 0); }
      100% { box-shadow: 0 0 0 0 rgba(79, 172, 254, 0); }
    }

    .book-btn {
      animation: pulse 2s infinite;
    }


    .tour_detail .hero-section {
          position: relative;
        /* height: 60vh; */
        min-height: 400px;
        overflow: hidden;
        margin-top: 68px;
        padding-top: 27px;
       
    }

    .tour_detail .hero-carousel {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .tour_detail .hero-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 2s ease-in-out;
    }

    .tour_detail .hero-slide.active {
      opacity: 1;
    }

    .tour_detail .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        135deg, 
        rgba(102, 126, 234, 0.7) 0%, 
        rgba(118, 75, 162, 0.7) 50%,
        rgba(0, 0, 0, 0.5) 100%
      );
      z-index: 2;
    }

    .tour_detail .hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: white;
      z-index: 3;
      max-width: 800px;
      padding: 0 20px;
    }

    .tour_detail .hero-title {
      font-size: 3.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
      animation: fadeInUp 1s ease-out;
    }

    .tour_detail .hero-subtitle {
      font-size: 1.3rem;
      margin-bottom: 2rem;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
      animation: fadeInUp 1s ease-out 0.3s both;
    }

    .tour_detail .hero-breadcrumb {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
    }

    .tour_detail .breadcrumb {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border-radius: 25px;
      padding: 10px 20px;
    }

    .tour_detail .breadcrumb-item a {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .tour_detail .breadcrumb-item a:hover {
      color: white;
    }

    .tour_detail .breadcrumb-item.active {
      color: white;
    }

    .tour_detail .image-gallery {
      display: none;
      position: absolute;
      bottom: 20px;
      right: 20px;
      z-index: 3;
    }

    .tour_detail .gallery-thumbnails {
      display: flex;
      gap: 10px;
    }

    .tour_detail .gallery-thumb {
      width: 60px;
      height: 40px;
      border-radius: 8px;
      cursor: pointer;
      opacity: 0.7;
      transition: all 0.3s ease;
      border: 2px solid transparent;
    }

    .tour_detail .gallery-thumb:hover,
    .tour_detail .gallery-thumb.active {
      opacity: 1;
      border-color: white;
      transform: scale(1.1);
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .tour_detail .hero-title {
        font-size: 2.5rem;
      }
      
      .tour_detail .hero-subtitle {
        font-size: 1.1rem;
      }
      
      .tour_detail .hero-section {
        height: 50vh;
        min-height: 300px;
      }
    }


/*book consult*/
.consult-header {
    background: linear-gradient(135deg, #4a90e2, #357ab8);
    color: #ffffff;
    text-align: center;
    padding: 80px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  }

  .consult-content {
    max-width: 700px;
    margin: 0 auto;
  }

  .consult-header h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }

  .consult-header p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 35px;
    opacity: 0.95;
  }

  .consult-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #ffc107;
    color: black;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .consult-btn:hover {
    background: #f4f4f4;
    color: #2b5d90;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }



/**/
/* Gradient Headline */
.text-gradient {
  background: linear-gradient(90deg, #2366cc, #4dd0e1 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-section {
  background: linear-gradient(115deg, #d6e7dd 65%, #f8fafc 100%);
}
.services-section .service-card {
  border-radius: 1.5rem;
  transition: transform .22s, box-shadow .22s;
  background: rgba(255,255,255, 0.96);
}
.services-section .service-card:hover {
  transform: translateY(-8px) scale(1.025);
  box-shadow: 0 12px 32px 0 rgba(61,134,255,0.12);
  z-index: 2;
}
.services-section .icon-box {
  width: 52px;
  height: 52px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.06);
}
.services-section h2{
      font-size: 28px;
    color: black;
    font-weight: 800;
}
@media (max-width: 575.98px) {
  .services-section .service-card { border-radius: 12px; }
  .services-section .icon-box { width: 44px; height: 44px; font-size: 1.5rem; }
  .services-section .display-6 { font-size: 1.5rem; }
}


.sidebar-section.highlighted {
    background: #eaf8f8;
    border-left: 4px solid #34c570;
    border-radius: .8rem;
    padding: 1.4rem 1.2rem 1.1rem 1.5rem;
    margin-bottom: 2rem;
}

.services-section .service-card h5{
  font-size: 18px;
}

.services-section .service-card p{
  font-size: 14px;
}


/**/

.visa-detail-section {
  padding: 40px 0px;
  margin-top: 100px;
  background: linear-gradient(110deg, #f3f9ff 70%, #eaf7fc 100%);
}
.visa-detail-section .detail-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px 0 rgba(65,140,255,0.09);
}
.visa-detail-section .flag-icon {
  width: 56px;
  height: 38px;
  border-radius: 0.6rem;
  border: 1px solid #e0eaf4;
  box-shadow: 0 2px 6px rgba(30,87,134,0.06);
  object-fit: cover;
}
.visa-detail-section .sidebar-card {
  background: rgba(255,255,255,0.97);
  border-radius: 1.5rem;
  box-shadow: 0 4px 18px 0 rgba(61,134,255,0.11);
}
.visa-detail-section .sidebar-card .badge {
  font-size: 0.97rem;
  padding: 0.4em 1em;
  letter-spacing: 0.02em;
  border-radius: 0.7rem;
}
.visa-detail-section .sidebar-card ul {
  font-size: 1rem;
  color: #444f5e;
}
.visa-detail-section .sidebar-card li {
  margin-bottom: 0.3rem;
}
.visa-detail-section .btn-primary {
  background: linear-gradient(90deg, #1567b8 60%, #21d3e3 100%);
  border: none;
  font-weight: 600;
  border-radius: 0.8rem;
}
@media (max-width:991px) {
  .visa-detail-section .detail-card, .sidebar-card {
    border-radius: 1rem;
    padding: 2rem 1.2rem;
  }
}
@media (max-width:767px) {
  .visa-detail-section .visa-detail-section { padding-top:2.8rem; }
  .visa-detail-section .flag-icon { width: 38px; height: 26px; }
  .visa-detail-section  h2 { font-size:1.1rem; }
}

.visa-detail-section .text-primary-emphasis {
      font-size: 24px;
}

.visa-detail-section h5{
      font-size: 18px;
}
.visa-detail-section p{
      font-size: 14px;
}

.common_policy_design{
  
  margin-top: 77px;
}
.common_policy_design .page-header{
  background: #83e5ad;
    padding: 24px 39px;
    margin-bottom: 37px;
    
}
.common_policy_design .page-header h1{
    font-size: 34px;
    color: black;
    font-weight: 700;
}

.common_policy_design h6{
  font-weight: 700;
    font-size: 18px;
}
.common_policy_design p{
  
    font-size: 14px;
}




.eta-section {
  background: #f7faff;
  color: #222;
}

.eta-section .highlight-text {
  color: #0d6efd; /* Bootstrap Blue */
}

.eta-section p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}

.eta-section .btn-primary {
  background: #0d6efd;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  transition: 0.3s;
}
.eta-section .btn-primary:hover {
  background: #084298;
}

.eta-section .btn-outline-dark {
  border-radius: 50px;
  padding: 10px 25px;
}

.eta-section .info-card {
  background: #fff;
  border-left: 5px solid #0d6efd;
}

.eta-section ul li {
  font-size: 0.95rem;
}

@media (max-width: 991px) {
  .eta-section h2 {
    text-align: center;
  }
  .eta-section .info-card {
    margin-top: 20px;
  }
}

/**/
.plan_your_trip{
    padding:22px 0px;
    background: #f0f8ff;
}
.plan_your_trip .wrapper{
    padding: 20px 44px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 5px 23px -12px;
    border: 2px solid #cae1f4;
    
    margin-bottom: 15px;

}



.plan_your_trip .wrapper h2{
    font-size: 27px;
    margin-bottom: 14px;
    border-bottom: 1px solid black;
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    color: #000000;
    font-weight: 700;
}
.plan_your_trip .wrapper a{
    padding: 9px 22px;
    border: 1px solid white;
    display: inline-block;
    margin: 11px 0px;
    background: #198754;
    color: white;
    font-weight: 700;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}
.plan_your_trip .wrapper a:hover{
  background: #22a166;
  transition: 0.5s all;
}
.plan_your_trip .wrapper .form_title{
    font-size: 18px;
    padding-bottom: 6px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;    
}
.plan_your_trip form .form-group{
    margin-bottom:12px;
}
.plan_your_trip form label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
        display: inline-block;
    width: 100%;
}
.plan_your_trip form button{
    margin: 14px 0px;
    padding: 6px 24px;
    background: #2196f3;
    color: white;
    font-weight: 600;
    border: none;
    font-size: 14px;
    border-radius: 5px;
}
.plan_your_trip form input{
    width: 100%;

}
.plan_your_trip form input:focus{
    outline: none;
    box-shadow: none;
}

.plan_your_trip form button.verify{
    background: #5dad00;
}

.plan_your_trip .thank_note{
    
}

.plan_your_trip .thank_note h4{
        font-size: 24px;
    margin-bottom: 22px;
    margin-top: 18px;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}
.plan_your_trip .thank_note p{
    font-size: 14px;
    font-weight: 400;
}
.banner_carousel img{
  height: 344px;
    object-fit: cover;
    border-radius: 14px;
}

.navbar-brand img{
    width: 190px;
    background: white;
    padding: 6px 14px;
    border-radius: 7px;
}

.footer-logo-box img{
width: 190px;

}

.blog h2{
  font-size: 30px;
  font-weight: 800;
  color: black;
}

.blog h2 span{
 color: #198754; 
}


.natural_wonders .blog-card a.read_btn{
     width: 100%;
    background: #83e5ad;
    color: #000000;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 6px;
}


.uk-section {
      background: #f8f9fa;
      padding: 60px 0;
    }

    .uk-section h2 {
      font-weight: 700;
      font-size: 2.2rem;
      color: #212529;
    }

    .uk-section h2 span {
      color: #0d6efd; /* Bootstrap primary blue */
    }

    .uk-section p {
      color: #555;
      line-height: 1.75;
      font-size: 14px;
      margin-top: 15px;
    }

    .uk-card {
      border: none;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
      position: relative;
      transition: transform 0.3s ease;
    }

    .uk-card:hover {
      transform: scale(1.02);
    }

    .uk-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .uk-card-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      background: rgba(0, 0, 0, 0.55);
      color: #fff;
      transition: background 0.3s ease;
    }

    .uk-card:hover .uk-card-overlay {
      background: rgba(0, 0, 0, 0.7);
    }

    .uk-card-overlay h3 {
      margin: 0;
      font-size: 1.5rem;
      font-weight: 600;
    }

    .uk-card-overlay a {
      color: #fff;
      text-decoration: none;
      font-weight: 500;
      display: inline-block;
      margin-top: 8px;
      transition: color 0.3s ease;
    }

    .uk-card-overlay a:hover {
      color: #0d6efd;
    }




.uk-adventure {
  background: #ffffff;  
}

.uk-adventure h2 {
  font-size: 2rem;
  letter-spacing: 0.5px;
}

.adventure-card {
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  border-radius: 21px;
    overflow: hidden;
}

.adventure-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.adventure-card i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.adventure-card:hover i {
  transform: scale(1.2);
}


 .journey-section {
      background: #fafafa;
    }
    .journey-image {
      border-radius: 1rem !important;
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
    }
    .journey-image:hover {
      transform: scale(1.05);
    }
    .btn-primary {
      background: #0047ab;
      border-color: #0047ab;
    }
    .btn-primary:hover {
      background: #003875;
      border-color: #003266;
    }



.top_attractions{
    padding:40px 0px;
}

.top_attractions .title h6{
    font-size:32px;
    font-weight: 700;
    margin-bottom:25px;
  
}

.top_attractions .wrapper{
    
    margin-bottom: 15px;
}

.top_attractions .wrapper h6{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #000000;
}
.top_attractions img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    margin-bottom: 15px;
    margin-top: 55px;
}
.top_attractions .wrapper a:last-child{
    color: #000000;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 0px;
    font-size: 16px;
    border-radius: 7px;
    font-weight: 800;
    text-decoration: underline !important;
    text-decoration-color: #2196f3 !important;
    text-decoration-thickness: 4px !important;
}









