 
/* Global Colors */
:root { 
  --background-color: #ffffff; 
  --default-color: #000; 
  --heading-color: #1a2758; 
  --accent-color: #00aeef; 
  --contrast-color: #ffffff;
    --bs-primary:#68bd4e;
    --theme-color:#000;
    --title-color:#000000;
    
}

/* Nav Menu Colors */
:root { 
  --nav-color: #fff; 
  --nav-hover-color: #fde8cb; 
  --nav-dropdown-background-color: #ffffff; 
  --nav-dropdown-color: #212529; 
  --nav-dropdown-hover-color: #26024b;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}
.text-primary{color: #26024b !important; }
.text-theme{color:#FF6F0F !important;}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1a2758;
    --bs-btn-border-color: #1a2758;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00aeef;
    --bs-btn-hover-border-color: #00aeef;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #26024b;
    --bs-btn-disabled-border-color: #26024b;
     border-radius: 8px !important;
}


.btn-outline-primary {
    --bs-btn-color: var(--heading-color);
    --bs-btn-border-color: var(--heading-color);
    --bs-btn-hover-bg: var(--heading-color);
    border-radius: 8px !important;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {  color: var(--default-color);   background-color: var(--background-color);   font-family: "Roboto", sans-serif; font-size: 16px; --bs-body-font-size: 16px;}
a {  color: var(--accent-color);  text-decoration: none;  transition: 0.3s; }
a:hover {  color: color-mix(in srgb, var(--accent-color), transparent 25%);  text-decoration: none; }
h1,h2, h3,h4, h5, h6 {  color: var(--heading-color);  font-family: var(--heading-font); }
 body, h1, h2, h3, h4, h5, h6, h1, h2, h3, h4, h5, h6, .btn { 
  font-size: 16px ;
} 
/*
p, h1, h2, h3 {
  font-size: 1.2rem !important;
}*/

.bg-accent{background: #145A86;}
  
@media screen and (max-width: 768px) {
  [data-aos-delay] { transition-delay: 0 !important; }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
 
/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {  color: var(--default-color);  background-color: var(--background-color);  padding: 60px 0;  scroll-margin-top: 98px;overflow: clip; }
@media (max-width: 1199px) {
  section,.section {  scroll-margin-top: 56px;}
}

.color-dark-blue{color:#1a2758;}
.color-light-blue{color:#00aeef;}
color-green{color:#68bd4e;}
 
/*********** banner sec *********/

.ams_banner { padding: 80px 15px; text-align: center;}
.ams_banner h1 { font-size: clamp(36px, 5vw, 64px); font-weight: 700; line-height: 1.2; }
.hero-features { margin-top: 35px; gap: 30px; }
.hero-features li { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 500; }
.hero-features .icon { width: 26px; height: 26px; border-radius: 50%; background:var(--bs-primary); display: flex; align-items: center; justify-content: center; font-size: 16px; color: #000;margin-bottom: 0; }


/*********** pricing sec *********/

.pricing-wrapper{ padding:60px 0; background:#f7f7f7;}
/* Tabs */
.pricing-tabs{ background:#fff; border-radius:40px; padding:6px; display:inline-flex; gap:6px;}
.pricing-tabs .nav-link{ border-radius:30px; padding:10px 22px; font-weight:600; color:#6b7280;     font-size: 16px;}
.pricing-tabs .nav-link.active{     background: var(--heading-color);   color: #fff;}

/* Cards */
 
.pricing-card.best{ border:2px solid #000; text-align: center;     position: relative;}
.best-badge{ position:absolute; top:-14px; left:24px; background:var(--accent-color); font-weight:600; padding:4px 10px; font-size:12px; border-radius:6px;color: #fff } 
.subtext{ color:#6b7280; font-size:14px; }
 
/* ===== PRICING CARD ===== */
.pricing-card{ max-width:420px; margin:auto; background:#fff; border-radius:24px; padding:28px 10px; box-shadow:0 20px 45px rgba(15,23,42,.15);    height: 100% ;    position: relative;} 
.plan-title{ font-weight:700; font-size:20px; }
.plan-desc{ font-size:14px; color:#6b7280; }

/* Price */
.price{ font-size:48px; font-weight:800; margin:10px 0 4px;     color: var(--heading-color);  }
.price span{ font-size:16px; font-weight:500; color:#6b7280; }

/* Button */
.btn-plan{ background:#2998a1; color:#fff;    border-radius: 10px;   padding: 9px 15px;   font-weight: 600;  max-width: 180px; }
.btn-plan:hover{ background:#2e2a73; color:#fff;}
/* ===== TABS ===== */
.feature-tabs{ display:flex; background:#f1f5f9; padding:4px; border-radius:5px; gap:3px; margin-top:26px;}
.feature-tabs .nav-link{ flex:1; border:0; border-radius:5px; padding:5px 5px; font-weight:600; font-size:14px; color:#64748b; display:flex; align-items:center; justify-content:center; gap:6px; background:transparent;}
.feature-tabs .nav-link i{ font-size:16px; }
.feature-tabs .nav-link.active{     background: var(--heading-color);  color: #fff; }
/* ===== TAB CONTENT ===== */
.feature-content{ margin-top:22px;}
.feature-item{ display:flex; gap:14px; padding:14px; background:#f9fafb; border-radius:14px; border:1px solid #e5e7eb; margin-bottom:14px; transition:all .25s ease; text-align: left;}
.feature-item:hover{ background:#fff; box-shadow:0 6px 16px rgba(0,0,0,.08); transform:translateY(-2px);}
.feature-item i{ font-size:20px;color:var(--bs-primary); margin-top:2px; }
.feature-item h6{ margin:0; font-weight:600; }
.feature-item p{ margin:4px 0 0; font-size:14px; color:#6b7280; }
.feature-tabs li.nav-item {   flex: 1 1 auto;}

/* Anchor Product Card */
.products-box{ margin-top:30px;padding-top:22px; border-top:1px solid #e5e7eb;} 
.products-title{ text-align:center; font-weight:700; font-size:16px; background:#f1f5f9; padding:10px; border-radius:12px; margin-bottom:20px; }
.product-link{ display:block; text-align:center; text-decoration:none; color:#111827; transition:.25s ease; }
.product-icon{ width:64px; height:64px; margin:auto; border-radius:16px; background:#f8fafc; display:flex; align-items:center; justify-content:center; font-size:28px; color:var(--bs-primary); margin-bottom:8px; transition:.25s ease; }
.product-name{ font-size:14px; font-weight:500; }

/* Hover Effect */
.product-link:hover .product-icon{ background:#eef2ff; transform:translateY(-6px); box-shadow:0 12px 22px rgba(79,70,229,.25);}
.product-link:hover{ color:#4f46e5; }
.pricing-card:after {    position: absolute;    left: 38px;    bottom: 0;    width: 60px;    height: 3px;    background: linear-gradient(90deg, #53abd3, transparent);   content: "";}



/* ===== CARD WITH GRADIENT BORDER ===== */
.pricing-wrapper .gradient-box{position:relative; border-radius:18px; padding:2px; background:linear-gradient(135deg,#c7d2fe,#e0f2fe,#fde68a); transition:.3s ease;     height: 100%;}
.pricing-wrapper .gradient-box:hover{ transform:translateY(-6px); }

/* INNER WHITE CARD */
.pricing-wrapper .gradient-box .card-inner{ background:#fff; border-radius:16px; padding:32px; height:100%;}

/* ===== TITLES ===== */
.pricing-wrapper .section-title{ text-align:center; font-size:22px; font-weight:normal; margin-bottom:45px;    color: var(--heading-color); }

/* ===== SLIDER FAKE ===== */
.pricing-wrapper .iner-slider{position:relative; margin:55px 20px 30px;}
.pricing-wrapper .iner-slider .line{ height:5px; background:#e5e7eb; border-radius:10px; }
.pricing-wrapper .iner-slider .dot{ position:absolute; top:-11px; left:0; width:26px; height:26px; background:var(--bs-primary); border-radius:50%; }
.pricing-wrapper .slider-label{ position:absolute; top:-48px; left:-6px; background:#fff; border:1px solid var(--bs-primary); color:var(--bs-primary); font-weight:600; padding:5px 12px; border-radius:8px; font-size:14px; }

/* ===== PRICE ===== */
.pricing-wrapper .big-price{ font-size:56px; font-weight:800; color:var(--bs-primary); }
.pricing-wrapper .sub-text{ color:#64748b; font-size:14px; }

/* ===== TABLE ===== */
.pricing-wrapper .price-table tr{ border-bottom:1px solid #e5e7eb; }
.pricing-wrapper .price-table td{ padding:14px 0; font-size:16px;     text-align: left;}
.pricing-wrapper .price-table td:last-child{ text-align:right; font-weight:600; }

/* ===== SMALL ADDON ===== */
.pricing-wrapper .addon-icon{ width:52px; height:52px; background:#f1f5f9; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:24px; margin-bottom:16px; margin-inline: auto;}
.pricing-wrapper .btn-outline-primary{ border-radius:20px; }




/******** mixmatch sec ********/
 
.alt-card{ background:var(--card); border-radius:18px; display:flex; height:100%; overflow:hidden; box-shadow:0 14px 34px rgba(0,0,0,.1); transition:.4s ease;}
.alt-card:hover{ transform:translateY(-8px); box-shadow:0 26px 60px rgba(0,0,0,.18);}
.alt-strip{width:86px; position:relative; background:linear-gradient(180deg, #39bce2, #162489); }
.alt-strip::after{ content:""; position:absolute; inset:0; background:radial-gradient(circle at top,#ffffff66,transparent 60%); animation:pulse 6s ease-in-out infinite; }
@keyframes pulse{
0%,100%{opacity:.5}
50%{opacity:1}
}
.alt-icon{position:absolute; top:30px; left:50%; transform:translateX(-50%); width:52px; height:52px; background:#fff; border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:26px; box-shadow:0 10px 25px rgba(0,0,0,.18);animation:float 4s ease-in-out infinite;}
@keyframes float{
0%,100%{transform:translate(-50%,0)}
50%{transform:translate(-50%,-8px)}
}
.alt-content{ padding:28px 32px; flex:1; }
.alt-title{ font-size:20px; font-weight:700; margin-bottom:10px;}
.alt-list{ list-style:none; padding:0; margin-bottom:18px;}
.alt-list li{ padding-left:22px !important; position:relative; margin-bottom:8px; color:var(--muted);}
.alt-list li::before{ content:"✓"; position:absolute; left:0; font-weight:700; }
.alt-link{ font-weight:600; text-decoration:none;}
.alt-link span{ display:inline-block; transition:.25s ease; }
.alt-link:hover span{ transform:translateX(6px); }



/********** FAQ Section ****/
 
.faq-blue{ background:#1a2757; color:#eaf0ff; padding:100px 0;} 
.faq-blue .faq-left small{font-size: 20px;letter-spacing:2px; opacity:.8;}
.faq-blue .faq-left h2{ font-size:62px; font-weight:bold; line-height:1.25; margin-top:24px; color:#fff} 
.faq-blue .faq-list{ border-top:1px solid rgba(255,255,255,.3); }
.faq-blue .faq-item{ border-bottom:1px solid rgba(255,255,255,.3); padding:26px 0;}
.faq-blue .faq-question{ background:none; border:0; width:100%; color:#eaf0ff; font-size:22px; font-weight:400; display:flex; justify-content:space-between; align-items:center; text-align:left; padding:0; }
.faq-blue .faq-question i{ font-size:26px; transition:.3s; }
.faq-blue .faq-question:not(.collapsed) i{ transform:rotate(45deg); }
.faq-blue .faq-answer{ margin-top:18px; max-width:520px; color:#fff; line-height:1.7; animation:fade .35s ease;opacity: 0.9}
@keyframes fade{
from{opacity:0; transform:translateY(-6px)}
to{opacity:1; transform:none}
}

/* MOBILE */
@media(max-width:991px){
   .faq-blue .faq-left h1{ font-size:48px;}
}


/************* compare plan *********/
section.compare-plan {   background: #f7f7f7;}
.compare-plan .compare-wrapper{max-width:1300px;margin:auto} 
.compare-plan .sticky-plans{position:sticky; top:0; z-index:200; background:#fff; border-bottom:1px solid #e5e7eb;}
 .compare-plan .grid{ display:grid; grid-template-columns:260px repeat(4,1fr);gap:12px; padding:14px;} 
 .compare-plan .plan-card{ border:1px solid #e5e7eb; border-radius:14px; padding:14px; text-align:center; background:#fff;}
.compare-plan .plan-card.best{border:2px solid #2563eb}
.compare-plan .expand-btn {width: 100%; border: none; font-size: 20px; font-weight: bold; --bs-btn-color: var(--bs-primary); text-align: left; --bs-btn-hover-bg: #fff; --bs-btn-hover-color: var(--accent-color);}
 .compare-plan .accordion-item{ border:none; border-radius:10px; margin-bottom:16px; box-shadow:0 6px 20px rgba(15,23,42,.06); overflow:hidden;}
.compare-plan .accordion-button{ font-weight:600; padding:18px 22px; }
.compare-plan .accordion-button:not(.collapsed){ background:#f1f5f9; color:var(--bs-primary);} 
.compare-plan .accordion-button{box-shadow: none;}
.compare-plan .feature-row{ display:grid; grid-template-columns:260px repeat(4,1fr); gap:12px; padding:14px; border-top:1px solid var(--bs-primary)}
.compare-plan .feature-name{ font-weight:500; color:#475569; } 
.compare-plan .value{ background:#fff; border:1px solid #e5e7eb; border-radius:12px; padding:12px; text-align:center; font-weight:600;}
.compare-plan .value.diff{ background:#eff6ff;    border-color: var(--bs-primary);    color: var(--bs-primary); }

/* ===== MOBILE OPTIMIZATION ===== */
@media(max-width:992px){
   .compare-plan .sticky-plans{display:none}
   .compare-plan .feature-row{grid-template-columns:1fr;}
   .compare-plan .value{ display:none;} 
   .compare-plan .value.active{ display:block; }
}


/*********** media sec *********/
 
.section-title-new h2 { margin-bottom: 3rem; font-weight: bold; font-size: 37px; color: var(--heading-color); font-style: normal;}
.section-title-new h3 { font-style: italic;}
.color-blue{color: #684d4d !important;}
.color-green{color:#0099ff !important;}
.venue-detail{max-width: 500px; line-height: 1.5}

@media(max-width:991px){
    .section-title-new h2 {    margin-block: 1.5rem;   font-size: 23px;}
}
.width-80 {    margin: 0 auto;   max-width: 1170px;}
.content-main p {    font-size: 18px;   line-height: 1.6;}
@media(max-width:991px){
  .content-main p {    font-size: 18px;   line-height: 1.5;}
}
 

section.ams_mixmatch .btn-outline-primary{    font-size: 16px;    border: 1px solid !important;    border-radius: 6px !important;    padding: 0.7rem 1rem !important;}
section.ams_mixmatch .btn-outline-primary:hover {    color: #fff;   box-shadow: none;}
section.ams_mixmatch a.btn.btn-primary.rounded-pill {
    font-size: 16px;
    border: 1px solid !important;
    border-radius: 6px !important;
    padding: 0.7rem 1rem !important;
}
section.ams_mixmatch a.btn.btn-primary.rounded-pill:hover{color: #fff}
.compare-plan .accordion-button {
    font-size: 16px;
}

/****** resoponsive *********/


@media(min-width:992px){
   .header_style_01 .navbar-default > .container {   align-items: baseline;}
   header.header  div#navbar {   flex-basis: auto;}
   header.header div#navbar ul.nav.navbar-nav {   flex-direction: row;}
    
  }

}
  a
@media(max-width:1200px){ 
}

@media(max-width:991px){ 
    section, .section { padding: 30px 0;} 
      
    .header_style_01 .navbar-default .navbar-header { margin: 0;}
        header.header.header_style_01 .container .navbar-header {   width: 100%;}
    .compare-plan .accordion-button {
    font-size: 16px;
}
    .form-select {
    font-size: 16px;
}
}

@media(max-width:767px){ 
    section, .section {padding: 15px 0;} 
    section.ams_banner {    padding: 40px 0;}
 .pricing-tabs .nav-link, .pricing-tabs li, .feature-tabs .nav-link {    width: 100%;}
    .faq-blue .faq-left h2 {    font-size: 30px;    margin-top: 1rem;}
    .faq-left {    margin-top: 0;}
    .faq-blue .faq-question {    font-size: 16px;    font-weight: bold;}
    .faq-blue .faq-item {    padding-block: 1rem;}
    section.faq-blue {    padding-bottom: 40px;}
    .faq-right{margin-top: 1rem}    .alt-content {    padding: 1rem;}
    .hero-features {    padding-left: 0;}
    .hero-features li {    justify-content: center;}
    .hero-features {    padding-left: 0;    flex-direction: column;    justify-content: center !important;    gap: 10px;}
    section.ams_mixmatch {    padding-block: 40px;}
    .pricing-wrapper { padding-block: 40px;}
        .navbar .navbar-nav {   padding-inline: 30px !important;}

  

}