.call-container {
    background-image: url(../images/bg/q-mobile.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Call Us Container */
.call-us-container {
    width: 100%;

    background-color: #050b14;
    padding: 0.85rem 0 0 ;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    overflow: hidden;
}

.star-line-wrapper img {
    width: 45px;
}

.right-sided {
    transform: scale(-1);
}

.heading-text-container {
    text-align: center;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.3rem;
}

.text-call-us {
    background: linear-gradient(to bottom, #ffffff, #e5e7eb, #9ca3af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

.text-now {
    background: linear-gradient(to bottom, #ffea6c, #eab308, #9a3412);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
    margin-left: 0.25rem;
}

.call-btn-img {
    overflow: visible;
    display: inline-block;
}

.call-btn-img img {
    transition: transform var(--move-up-duration) cubic-bezier(0.34, 1.56, 0.64, 1);

    width: 99%;
}

.call-btn-img img:hover {
    transform: translateY(var(--move-up-distance));
}


/* Sahyadri Download Section */
.sahyadri-dl-main-wrapper {
    width: 95%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem 0;
    box-sizing: border-box;
    border: 2px solid gold;
    border-radius: 10px;
}

.sahyadri-dl-content-block {
    width: 100%;
    text-align: center;
}

.sahyadri-dl-top-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}

.sahyadri-dl-text-download {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    background: linear-gradient(to bottom, #ffffff 30%, #b5b5b5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.sahyadri-dl-arrow-line img {
    width: 35px;
}

.sahyadri-dl-arrow-right {
    transform: scaleX(-1);
}

.sahyadri-dl-brand-title {
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    /* margin-bottom: 0.5rem; */
}

.sahyadri-dl-gold-text {
    background: linear-gradient(to bottom, #fff395 0%, #f1be22 45%, #936200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.7));
}

.sahyadri-dl-white-text {
    background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 50%, #888888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.7));
}

.sahyadri-dl-star-divider-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    /* margin: 0.5rem 0 0.75rem 0; */
}

.sahyadri-dl-gold-taper-line {
    height: 2px;
    width: 100px;
}

.sahyadri-dl-taper-left {
    background: linear-gradient(to right, transparent, #f59e0b, #fffbeb);
}

.sahyadri-dl-taper-right {
    background: linear-gradient(to left, transparent, #f59e0b, #fffbeb);
}

.sahyadri-dl-center-star {
    color: #fef08a;
    font-size: 1.25rem;
    transform: scale(1.2);
}

.sahyadri-dl-description-text {
    color: #e2e8f0;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 auto;
    letter-spacing: 0.03em;
}

.sahyadri-dl-highlight-gold {
    color: #f1be22;
    font-weight: 700;
}

.sahyadri-dl-highlight-yellow {
    color: #fef08a;
    font-weight: 600;
}

.download-btn img {
    width: 100%;
}
.download-btn {
  overflow: visible;
  display: inline-block;
}
.download-btnimg { 
          transition: transform var(--move-up-duration)
      cubic-bezier(0.34, 1.56, 0.64, 1);

    width: 99%; }
.download-btn img:hover { 
         transform: translateY(var(--move-up-distance));
}

/* Sahyadri Features */
.sahyadri-features-container {
    width: 100%;
    background-color: #040912;
    border: 2px solid #1a1e24;
    border-radius: 16px;
    padding: 1rem 0.5rem;
    display: flex;
    margin: 1rem auto;
    box-sizing: border-box;
}

.sahyadri-features-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0.25rem;
}

.sahyadri-features-icon-box {
    width: 45px;
    height: 45px;
    margin-bottom: 0.4rem;
}

.sahyadri-features-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 2px 8px rgba(234, 179, 8, 0.4));
}

.sahyadri-features-title {
    font-size: 0.85rem;
    font-weight: 800;
    background: linear-gradient(to bottom, #fff395 0%, #f1be22 60%, #a16207 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.sahyadri-features-subtitle {
    font-size: 0.4rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 0.15rem;
    letter-spacing: 0.02em;
}

.sahyadri-features-stars {
    color: #f59e0b;
    font-size: 0.5rem;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
}

.sahyadri-features-divider {
    width: 1px;
    background: linear-gradient(to bottom, transparent 10%, #f59e0b 50%, transparent 90%);
    opacity: 0.8;
}

/* Play Win Trust Strip */
.sahyadri-pwt-main-strip {
    width: 100%;
  padding: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    box-sizing: border-box;
}

.sahyadri-pwt-content-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Rubik';
}

.sahyadri-pwt-text {
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    background: linear-gradient(to bottom, #ffffff 20%, #d1d5db 60%, #9ca3af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.sahyadri-pwt-dot-divider {
    width: 8px;
    height: 8px;
    background: radial-gradient(circle at 35% 35%, #fffaaf 0%, #eab308 50%, #854d0e 100%);
    border-radius: 50%;
    display: inline-block;
}

.sahyadri-pwt-arrow img {
    width: 35px;
}

.sahyadri-pwt-arrow-left {
    transform: scaleX(-1);
}