.site-header,
.header {
    background: #0B1A2A !important;
}

.header a,
.site-header a {
    color: #fff !important;
}
.astm-company-home {
  background: #0b1420;
  color: #fff;
  font-family: inherit;
}

.astm-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
}

.astm-hero,
.astm-about,
.astm-packages-preview,
.astm-why,
.astm-cta,
.astm-contact,
.astm-footer-note {
  padding: 70px 0;
}

.astm-hero {
  background: linear-gradient(135deg, var(--astm-secondary), #101d32);
}

.astm-hero-grid,
.astm-contact-grid,
.astm-package-grid {
  display: grid;
  gap: 30px;
}

.astm-hero-grid {
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

.astm-contact-grid {
  grid-template-columns: 1fr 1fr;
}

.astm-package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.astm-logo {
  max-height: 70px;
  width: auto;
  margin-bottom: 20px;
}

.astm-badge {
  display: inline-block;
  background: rgba(200, 164, 107, 0.15);
  border: 1px solid rgba(200, 164, 107, 0.3);
  color: var(--astm-primary);
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 18px;
}

.astm-hero h1,
.astm-section-head h2,
.astm-cta-box h2 {
  margin: 0 0 18px;
  line-height: 1.2;
}

.astm-hero h1 {
  font-size: 48px;
}

.astm-hero p,
.astm-section-head p,
.astm-card p {
  color: #d6d9df;
}

.astm-hero-actions {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.astm-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s ease;
  font-weight: 600;
}

.astm-btn-primary {
  background: var(--astm-primary);
  color: #111;
}

.astm-btn-outline {
  border: 1px solid var(--astm-primary);
  color: var(--astm-primary);
}

.astm-btn:hover {
  transform: translateY(-2px);
}

.astm-hero-image img,
.astm-hero-placeholder {
  width: 100%;
  border-radius: 18px;
  min-height: 380px;
  object-fit: cover;
  background: #152235;
}

.astm-hero-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca7b8;
}

.astm-section-head {
  margin-bottom: 30px;
}

.astm-section-head span {
  color: var(--astm-primary);
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
}

.astm-card {
  background: #111c2d;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.18);
}

.astm-company-home {
  background: var(--astm-secondary);
  color: var(--astm-text);
}

.astm-card {
  background: var(--astm-card);
}

.astm-btn-primary {
  background: var(--astm-primary);
  color: #000;
}

.astm-btn-primary:hover {
  background: var(--astm-hover);
}

.astm-section-head span {
  color: var(--astm-primary);
}

.astm-hero p,
.astm-card p {
  color: var(--astm-subtext);
}

.astm-package-card h3 {
  margin-top: 0;
}

.astm-cta-box {
  background: linear-gradient(135deg, #111c2d, #16253d);
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.08);
}

.astm-footer-note {
  padding-top: 0;
  text-align: center;
  color: #b8c0cc;
}

.astm-empty {
  padding: 40px 20px;
  text-align: center;
  background: #111c2d;
  color: #fff;
  border-radius: 16px;
  margin: 30px auto;
  max-width: 900px;
}

.astm-contact iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .astm-package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .astm-package-grid {
    grid-template-columns: 1fr;
  }

  .astm-package-img {
    height: 360px;
  }

  .astm-package-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .astm-package-bottom button {
    width: 100%;
  }
}

.astm-package-card {
    border: 1px solid rgba(255,255,255,0.06);
}

/* PAGE */
.astm-packages-page {
    background: #f5f5f5;
}

/* HERO */
.astm-packages-hero {
    background: #fff;
    padding: 60px 0;
}

.astm-hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.astm-hero-left span {
    color: #D4AF37;
    font-weight: 600;
}

.astm-hero-left h1 {
    font-size: 42px;
    margin: 10px 0;
}

.astm-hero-left p {
    color: #666;
}

.astm-hero-right img {
    width: 380px;
}

/* FILTER */
.astm-filters {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.astm-filters a {
    padding: 10px 18px;
    border-radius: 30px;
    background: #eee;
    text-decoration: none;
    color: #333;
}

.astm-filters a:hover {
    background: #D4AF37;
}

.astm-filters a.active {
    background: #D4AF37;
}

/* GRID */
.astm-package-grid {
    margin-top: 40px;
    background:#f7f7f7;
}

/* CARD */
.astm-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.astm-card:hover {
    transform: translateY(-8px);
}

/* IMAGE */
.astm-card-img {
    position: relative;
    height: 220px;
}

.astm-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.astm-card-img .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #D4AF37;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
}

/* CONTENT */
.astm-card-content {
    padding: 18px;
}

.astm-card-content h3 {
    margin-bottom: 10px;
}

.meta {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.price {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.btn {
    font-size: 14px;
    color: #111;
    text-align: left !important;
}

/* CTA */
.astm-cta-box {
    background: #111;
    color: #fff;
    padding: 40px 0;
    margin-top: 60px;
}

.astm-cta-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.astm-cta-btn {
    background: #D4AF37;
    padding: 12px 20px;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .astm-hero-flex {
        flex-direction: column;
    }

    .astm-package-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 600px) {
    .astm-package-grid {
        grid-template-columns: 1fr;
    }
}

.astm-card {
    padding: 0 !important; /* remove inner spacing */
    border-radius: 20px;
    overflow: hidden;
}

/* IMAGE FULL WIDTH */
.astm-card-img {
    height: 230px;
    overflow: hidden;
}

.astm-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT FIX */
.astm-card-content {
    padding: 20px;
}

.astm-card-img .badge {
    font-size: 12px;
    padding: 6px 14px;
    font-weight: 600;
}

@media (max-width: 600px) {
    .astm-card-img {
        height: 200px;
    }

    .astm-card-content {
        padding: 16px;
    }
}

/***** New Css****/

/* ============================= */
/* FINAL PREMIUM PACKAGE DESIGN */
/* ============================= */

/* BACKGROUND FIX */
.astm-package-grid {
    background: #f5f7fa !important;
    padding: 20px 0;
}

/* GRID FIX */
.astm-package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* CARD */
.astm-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(0,0,0,0.10) !important;
    transition: 0.4s ease;
    height: 100%;
}

.astm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 65px rgba(0,0,0,0.17);
}

/* IMAGE */
.astm-card-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.astm-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    min-height: 218px;
}

.astm-card:hover img {
    transform: scale(1.08);
}

/* BADGE */
.astm-card-img .badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #D4AF37;
    color: #000;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* CONTENT */
.astm-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.astm-card-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

/* META */
.meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

/* PRICE */
.price {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

/* BUTTON */
.btn {
    margin-top: auto;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    transition: 0.3s;
}

.btn::after {
    content: " →";
}

.astm-card:hover .btn {
    color: #D4AF37;
}

.astm-cta-box {
    max-width: 1200px;
    margin: 60px auto;
    border-radius: 20px;
    overflow: hidden;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 991px) {
    .astm-package-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .astm-package-grid {
        grid-template-columns: 1fr;
    }

    .astm-card-img {
        height: 200px;
    }

    .astm-filters {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}

.astm-pagination {
    margin-top: 40px;
    text-align: center;
}

.astm-pagination a {
    margin: 0 5px;
    padding: 8px 14px;
    background: #eee;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
}

.astm-pagination a.active {
    background: #D4AF37;
    color: #000;
}

/* ============================= */
/* FORCE GRID FILTER (NO SCROLL) */
/* ============================= */

.astm-filters {
    display: grid !important;
    grid-template-columns: repeat(4, auto);
    gap: 12px;
    justify-content: flex-start;
    
    overflow-x: unset !important;
    white-space: normal !important;
}

/* REMOVE ANY SCROLL SETTINGS */
.astm-filters::-webkit-scrollbar {
    display: none !important;
}

/* BUTTON STYLE */
.astm-filters a {
    display: block;
    padding: 10px 18px;
    border-radius: 30px;
    background: #ffffff;
    color: #111;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* ACTIVE */
.astm-filters a.active {
    background: #D4AF37;
    color: #000;
}

/* ============================= */
/* TABLET */
/* ============================= */

@media (max-width: 991px) {
    .astm-filters {
        grid-template-columns: repeat(2, 1fr);
    }
    .navbar-area.navigation-style-02 .custom-container.style-01{
        background-color: #0B1A2A !important;
    }
}

/* ============================= */
/* MOBILE */
/* ============================= */

@media (max-width: 600px) {
    .astm-filters {
        grid-template-columns: repeat(2, 1fr);
    }

    .astm-filters a {
        width: 100%;
        padding: 10px;
    }
}
/* ============================= */
/* CONTACT FORM 7 PREMIUM */
/* ============================= */

.contact-form-box {
    background: rgba(255,255,255,0.88);
    padding: 30px;
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* GRID */
.krishna-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.krishna-form-grid .full-width {
    grid-column: span 2;
}

/* INPUTS */
.krishna-form-grid input,
.krishna-form-grid textarea,
.krishna-form-grid select {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    background: #fff;
    transition: all 0.35s ease;
}

/* TEXTAREA */
.krishna-form-grid textarea {
    height: 140px;
    resize: none;
}

/* BUTTON */
.krishna-form-grid input[type="submit"] {
    width: 100%;
    background: #D4AF37;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.krishna-form-grid input[type="submit"]:hover {
    background: #c39b2d;
}
/* FOCUS */
.krishna-form-grid input:focus,
.krishna-form-grid textarea:focus,
.krishna-form-grid select:focus{
    border-color:#D4AF37 !important;
    box-shadow:0 0 18px rgba(212,175,55,0.18);
}

.contact-page .elementor-button{
    transition: all 0.35s ease;
    overflow:hidden;
    position:relative;
}

.contact-page .elementor-button:hover{
    transform: translateY(-3px);
    box-shadow:0 15px 35px rgba(212,175,55,0.35);
}
/* MOBILE */
@media (max-width: 768px) {

    .krishna-form-grid {
        grid-template-columns: 1fr;
    }

    .krishna-form-grid .full-width {
        grid-column: span 1;
    }

    .contact-form-box {
        margin-top: 25px;
        padding: 22px;
    }
}

/* SUCCESS MESSAGE */
.wpcf7-response-output {
    margin-top: 20px !important;
    background: #071625;
    color: #fff;
    border: none !important;
    padding: 18px !important;
    border-radius: 12px;
    font-size: 15px;
}

/* ===================================== */
/* PREMIUM FOOTER */
/* ===================================== */

.footer-area,
.footer-top,
.footer-section,
.footer-widget {
    background: #071625 !important;
}

.footer-area {
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

/* CONTAINER */
.footer-top .container {
    max-width: 1250px;
}

/* LOGO */
.footer-logo img {
    max-width: 180px;
    margin-bottom: 25px;
}

/* ABOUT TEXT */
.footer-widget p {
    color: #B8C4D6 !important;
    line-height: 1.9;
    font-size: 16px;
}

/* TITLES */
.footer-widget-title,
.footer-widget h3,
.footer-title {
    color: #D4AF37 !important;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
}

/* LINKS */
.footer-widget ul li {
    margin-bottom: 14px;
}

.footer-widget ul li a,
.footer-widget a {
    color: #ffffff !important;
    transition: 0.3s;
    font-size: 16px;
}

.footer-widget ul li a:hover,
.footer-widget a:hover {
    color: #D4AF37 !important;
    padding-left: 6px;
}

/* CONTACT */
.footer-contact li {
    color: #ffffff;
    margin-bottom: 15px;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #06111d;
}

.footer-bottom p,
.footer-bottom a {
    color: #B8C4D6 !important;
}

/* SOCIAL ICONS */
.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-right: 10px;
}

.footer-social a:hover {
    background: #D4AF37;
    color: #000 !important;
    transform: translateY(-4px);
}

/* MOBILE */
@media(max-width:768px){

.footer-area {
    padding-top: 55px;
}

.footer-widget {
    margin-bottom: 40px;
    text-align: center;
}

.footer-logo img {
    margin: 0 auto 25px;
}

.footer-widget-title,
.footer-widget h3 {
    font-size: 24px;
}

.footer-widget ul {
    padding: 0;
}

.footer-widget ul li {
    list-style: none;
}

}
/* =========================
   PREMIUM GLOBAL FOOTER
========================= */

.footer-style-01{
    /*background:#071B2F !important;
    padding:90px 0 25px !important;*/
    position:relative;
    overflow:hidden;
}

.footer-style-01::before{
    content:'';
    position:absolute;
    top:-120px;
    right:-120px;
    width:300px;
    height:300px;
    background:rgba(212,175,55,0.08);
    border-radius:50%;
    filter:blur(80px);
}

.footer-widget-wrap{
    position:relative;
    z-index:2;
}

.footer-style-01 .footer-widget-title{
    color:#D4AF37 !important;
    font-size:28px !important;
    margin-bottom:25px !important;
}

.footer-style-01 p,
.footer-style-01 a,
.footer-style-01 li{
    color:#ffffff !important;
    font-size:17px !important;
    line-height:1.9 !important;
    text-decoration:none !important;
    transition:0.3s;
}

.footer-style-01 a:hover{
    color:#D4AF37 !important;
    padding-left:6px;
}

.footer-logo img{
    max-width:240px;
    margin-bottom:25px;
}

.copyright-wrap{
    border-top:1px solid rgba(255,255,255,0.08);
    margin-top:50px;
    padding-top:20px;
    text-align:center;
}

.copyright-wrap p{
    margin:0;
    color:#bbb !important;
}

/* MOBILE */

@media(max-width:767px){

.footer-style-01{
    padding:60px 25px 25px !important;
}

.footer-style-01 .footer-widget-title{
    font-size:24px !important;
}

.footer-style-01 p,
.footer-style-01 a{
    font-size:16px !important;
}

.footer-widget{
    margin-bottom:35px;
}

}

/* FOOTER LINK STYLE */

.footer-style-01 .footer-widget-wrap p{
    white-space:pre-line;
}

.footer-style-01 .footer-widget-wrap a{
    color:#fff;
    text-decoration:none;
    transition:0.3s;
}

.footer-style-01 .footer-widget-wrap a:hover{
    color:#D4AF37;
    padding-left:5px;
}
.footer-nav-widget a,
.footer-nav-widget span {
    display: block;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1.9;
    text-decoration: none !important;
}

.footer-nav-widget a:hover {
    color: #D4AF37 !important;
    padding-left: 6px;
}

.krishna-whatsapp {
    position: fixed;
    right: 95px;
    bottom: 30px;
    width: 65px;
    height: 65px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    animation: whatsappPulse 2s infinite;
}

.krishna-whatsapp img {
    width: 34px;
}

@keyframes whatsappPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

@media(max-width: 600px) {
    .krishna-whatsapp {
        right: 20px;
        bottom: 90px;
        width: 58px;
        height: 58px;
    }
}

/***Contact Us****/
.head{
    transition: all 2s ease !important;
}

.head:hover{
    transform: translateY(-2px) !important;
}

.contact-icon-box{
    transition: all 2s ease !important;
}

.contact-icon-box:hover{
    transform: translateX(8px) !important;
}

.contact-icon-box .elementor-icon{
    transition: all 2s ease !important;
}

.contact-icon-box:hover .elementor-icon{
    color:#D4AF37 !important;
    transform: scale(1.08) !important;
}
.luxury-btn{
    transition: all 0.4s ease;
}

.luxury-btn:hover{
    transform: translateY(-3px);
    box-shadow:0 15px 35px rgba(212,175,55,0.35);
}

.prim-banner::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:140px;
    background:linear-gradient(
        to bottom,
        rgba(11,26,42,0),
        #fff
    );
}

/***** Package Detail ****/

.astm-detail-hero{
    position:relative;
    min-height:620px;
    display:flex;
    align-items:center;
    padding:120px 8%;
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.astm-detail-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
90deg,
rgba(11,26,42,0.88) 0%,
rgba(11,26,42,0.72) 45%,
rgba(11,26,42,0.58) 100%
);
}

.astm-detail-content{
    position:relative;
    z-index:2;
    max-width:700px;
}

.astm-detail-content span{
    color:#D4AF37;
    font-size:18px;
    font-weight:600;
    letter-spacing:1px;
}

.astm-detail-content h1{
    font-size:68px;
    letter-spacing:-2px;
    line-height:1.05em;
    color:#fff;
    margin:15px 0;
}

.astm-detail-content p{
    color:#fff;
    font-size:20px;
    line-height:1.7;
    max-width:580px;
}

.astm-hero-btn{
    display:inline-block;
    margin-top:30px;
    background:#D4AF37;
    color:#000;
    padding:18px 36px;
    border-radius:14px;
    text-decoration:none;
    font-weight:600;
    transition:all .4s ease;
}

.astm-hero-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(212,175,55,.35);
}
.astm-detail-wrapper{
    display:grid;
    grid-template-columns: 1.4fr 420px;
    gap:40px;
    max-width:1280px;
    margin:-70px auto 80px;
    position:relative;
    z-index:5;
    padding:0 20px;
    align-items:start;
}
.astm-left,
.astm-package-card{
    backdrop-filter: blur(16px);
    border:1px solid rgba(255,255,255,0.6);
}

/* LEFT SIDE */

.astm-left{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.astm-img img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
}

.astm-content{
    padding:35px;
}

.astm-content h3{
    font-size:42px;
    margin-bottom:15px;
    color:#0B1A2A;
}

.astm-meta{
    font-size:18px;
    color:#666;
    margin-bottom:15px;
}

/* FEATURES */

.astm-content ul{
    margin-top:25px;
    padding-left:20px;
}

.astm-content ul li{
    margin-bottom:14px;
    font-size:17px;
    color:#333;
}

/* RIGHT SIDE */

.astm-right{
    position:sticky;
    top:120px;
}

.astm-package-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.astm-price{
    font-size:42px;
    font-weight:700;
    color:#0B1A2A;
    margin-bottom:20px;
}

.astm-package-card .astm-meta{
    border-bottom:1px solid #eee;
    padding-bottom:14px;
    margin-bottom:14px;
}

/* BUTTON */

.astm-btn{
    display:block;
    width:100%;
    text-align:center;
    background:#D4AF37;
    color:#000;
    padding:18px;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
    margin-top:25px;
    transition:0.4s ease;
}

.astm-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(212,175,55,0.35);
}
.astm-badge{
    display:inline-block;
    background:rgba(212,175,55,0.12);
    color:#D4AF37;
    padding:8px 16px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.astm-content h2{
    font-size:42px;
    color:#0B1A2A;
    margin-bottom:20px;
}
.astm-hero-btn,
.astm-btn{
    position:relative;
    overflow:hidden;
}

.astm-hero-btn::before,
.astm-btn::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.18);
    transition:0.5s;
}

.astm-hero-btn:hover::before,
.astm-btn:hover::before{
    left:100%;
}
.astm-desc{
    font-size:18px;
    line-height:1.9;
    color:#666;
    margin-bottom:35px;
}

/* FEATURE GRID */

.astm-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.astm-feature{
    background:#f8f9fc;
    padding:18px;
    border-radius:14px;
    font-weight:500;
    color:#111;
    transition:0.4s ease;
}

.astm-feature:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 28px rgba(0,0,0,0.08);
}
/* MOBILE */

@media(max-width:991px){
    .astm-detail-wrapper{
        grid-template-columns:1fr;
    }

    .astm-right{
        position:relative;
        top:0;
    }

    .astm-img img{
        height:320px;
    }

    .astm-content h3{
        font-size:32px;
    }
}

@media(max-width:600px){
    .astm-content{
        padding:24px;
    }

    .astm-package-card{
        padding:24px;
    }

    .astm-price{
        font-size:34px;
    }
}

/* ============================= */
/* BOOKING SECTION */
/* ============================= */
/* FORM WRAPPER */

.krishna-booking-form-wrap{
    margin-top:35px;
}

/* LABELS */

.krishna-booking-form label{
    display:block;
    font-size:15px;
    font-weight:600;
    margin-bottom:10px;
    color:#0B1A2A;
}
.astm-booking-section{
    padding:100px 20px;
    background:#f7f8fc;
    display:none;
}

.astm-booking-wrap{
    max-width:1280px;
    margin:auto;
    display:grid;
    grid-template-columns:1.3fr 420px;
    gap:40px;
    align-items:start;
}

/* LEFT */

.astm-booking-left{
    background:#fff;
    border-radius:28px;
    padding:45px;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.astm-booking-head span{
    color:#D4AF37;
    font-weight:600;
    letter-spacing:1px;
}

.astm-booking-head h2{
    font-size:46px;
    margin:15px 0;
    color:#0B1A2A;
}

.astm-booking-head p{
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
}

/* SUMMARY */

.astm-booking-summary{
    position:sticky;
    top:120px;
}

.astm-summary-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.astm-summary-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.astm-summary-card h3{
    padding:25px 25px 10px;
    font-size:30px;
    color:#0B1A2A;
}

.astm-summary-meta{
    display:flex;
    justify-content:space-between;
    padding:18px 25px;
    border-top:1px solid #eee;
}

.astm-summary-meta span{
    color:#777;
}

.astm-summary-meta strong{
    color:#111;
}

/* RESPONSIVE */

@media(max-width:991px){
    .astm-booking-wrap{
        grid-template-columns:1fr;
    }

    .astm-booking-summary{
        position:relative;
        top:0;
    }
}

@media(max-width:600px){
    .astm-booking-left{
        padding:28px;
    }

    .astm-booking-head h2{
        font-size:34px;
    }
}

.krishna-success-card{
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.success-icon{
    width:110px !important;
    height:110px;
    margin:auto;
    border-radius:50%;
    background:rgba(212,175,55,0.12);
    color:#D4AF37 !important;
    display:flex;
    justify-content:center !important;
    align-items:center !important;
    font-size:48px !important;
    font-weight:700 !important;
    margin-bottom:30px;
}
.success-icon p{
    font-size: 50px;
}
.success-btn{
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
    transition:0.4s ease;
}

.success-btn.gold{
    background:#D4AF37 !important;
    color:#000;
}

.success-btn.white{
    background:#fff !important;
    color:#0B1A2A;
    border:1px solid #ddd;
}

.success-btn:hover{
    transform:translateY(-3px);
}
#selected-package{
    background:#f5f5f5;
    cursor:not-allowed;
    font-weight:600;
}