﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Rubik", serif;
    color: #1e1c1d;
    font-size: 12px;
    -webkit-font-smoothing: antialiased !important;
}

a:focus, date-picker-wrapper.no-shortcuts
button:focus,
* {
    outline: none;
}

h1 {
    font-size: 30px;
    margin-top: 5px;
    text-transform: capitalize;
}

a:focus,
a:hover,
button:focus,
button:hover {
    text-decoration: none !important;
}

[placeholder], input[placeholder], textarea[placeholder] {
    color: #490a3d;
    font-size: 15px;
}

img {
    max-width: 100%;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0px;
}

a:focus, date-picker-wrapper.no-shortcuts button:focus, * {
    outline: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    width: 100%;
}

    .header .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 12px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .logo img {
    height: 44px;
    width: auto;
    display: block;
}

.header .right-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header .account {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

    .header .account svg {
        width: 20px;
        height: 20px;
        color: #1e73be;
    }

.header .divider {
    width: 1px;
    height: 36px;
    background-color: #e6e6e6;
}

.header .phone {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
a.fls {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header .phone-icon {
    background-color: #FFC600;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.header .phone-icon svg {
    width: 20px;
    height: 20px;
    color: #000;
}

.header .phone-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

    .header .phone-text .num {
        color: #1e73be;
        font-weight: 600;
        font-size: 24px;
    }

    .header .phone-text .hours {
        color: #777;
        font-size: 13px;
        letter-spacing: 1px;
    }

.pmtlgs h2 {
    font-size: 16px;
    margin: 0;
}
.footerNwk .footerBrand .pmtlgs img {
    margin-top: 10px;
    width: 210px;
}

/* Parent Section */
.upsSection {
  padding: 35px 0;
  width: 100%;
}
.upsSection .upsInr{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
}

/* Each Item */
.upsSection .upsBox {
  flex: 1;
  min-width: 220px;
  text-align: left;
  padding: 0 40px;
  border-right: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  gap: 14px;
}

.upsSection .upsBox:last-child {
  border-right: none;
}

/* Icon Style */
.upsSection .upsBox img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Text */
.upsSection .upsBox .text {
  line-height: 1.3;
}

.upsSection .upsBox .text small {
  display: block;
  font-size: 14px;
  color: #555;
  font-weight: 400;
}

.upsSection .upsBox .text strong {
  font-size: 15px;
  color: #0056A6;
  font-weight: 600;
}
.ndHelps {
    padding: 0;
    max-width: 100%;
}

.ndHelps .help-item {
  display: flex;
  align-items: flex-start;
  margin: 12px 0 22px 0;
}

.ndHelps .icon-box {
    background: rgb(255 194 0 / 80%);
    color: #0b457a;
    min-width: 38px;
    min-height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 15px;
}

.ndHelps .help-content p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.ndHelps .help-content a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.ndHelps .help-content a:hover {
  color: rgb(255 194 0 / 90%);

}


/* Responsive */
@media (max-width: 992px) {
  .upsSection {
    flex-wrap: wrap;
    padding: 25px 15px;
  }
  .upsSection .upsBox {
    flex: 1 1 50%;
    padding: 15px 20px;
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }
  .upsSection .upsBox:nth-child(2n) {
    border-right: none;
  }
  .upsSection .upsBox:last-child {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  .upsSection .upsBox {
    flex: 1 1 100%;
    justify-content: flex-start;
    padding: 15px 10px;
  }
}

/* ==========================
   FOOTER (.footerNwk)
========================== */
.footerNwk {
  background-color: #0b457a;
  color: #fff;
  padding: 50px 0 47px;
}

.footerNwk .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

/* Footer columns */
.footerNwk .footerCol {
    flex: 1 1 180px;
    min-width: 180px;
}
.footerNwk .footerCol.fstBxf {
    flex: 1 1 259px;
    min-width: 259px;
}

.footerNwk .footerCol h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
  color: #fff;
}

.footerNwk .footerCol h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 80%;
  height: 2px;
  background-color: #1fa2f1;
}

.footerNwk .footerCol ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.footerNwk .footerCol ul li {
  margin-bottom: 14px;
}

.footerNwk .footerCol ul li a {
  color: #d6e6f7;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footerNwk .footerCol ul li a:hover {
  color: #fff;
}

/* Footer right section */
.footerNwk .footerBrand {
    flex: 1 1 250px;
    min-width: 250px;
    text-align: right;
}

.footerNwk .footerBrand img {
    width: 200px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footerNwk .footerBrand p {
  font-size: 14px;
  color: #cddbec;
  margin-bottom: 25px;
}

/* Social Icons */
.footerNwk .socialIcons {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.footerNwk .socialIcons a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1fa2f1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.3s;
}

.footerNwk .socialIcons a:hover {
  background: #1086ce;
}

/* Bottom line */
.footerNwk .bottomBar {
  max-width: 1250px;
  margin: 50px auto 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #cddbec;
}
.criht {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.criht h2 {
    margin: 0;
    font-size: 13px;
    color: #0064AF;
    padding-bottom: 1px;
    font-weight: 500;
}
.copyRightn {
    padding: 14px 0;
}
@media (max-width: 1199px) {
    .footerNwk .footerCol {
        flex: 1 1 100px;
        min-width: 100px;
    }
}
/* Responsive */
@media (max-width: 991px) {
  .footerNwk .container {
    flex-wrap: wrap;
  }
  .footerNwk .footerBrand {
    text-align: left;
  }
  .footerNwk .socialIcons {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .footerNwk {
    padding: 50px 20px 30px;
  }
  .footerNwk .footerCol h4 {
    font-size: 18px;
  }
  .footerNwk .footerBrand img {
    width: 150px;
  }
.criht {
    gap: 10px;
    flex-wrap: wrap;
}
.header .phone-text {
    display: none;
}
.header .logo img {
    height: 30px;
}
.header .right-area {
    gap: 11px;
}

}
/* Header Section */
.policy-header {
    position: relative;
    background: url('/static/media/aboutBnr.jpg') center/cover no-repeat;
    padding: 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .policy-header::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(48, 43, 92, 0.7);
    }

    .policy-header h1 {
        position: relative;
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        z-index: 1;
        text-align: center;
    }

    .policy-header i {
        color: #FFC600;
        margin-right: 10px;
    }

.innerSection {
    background: #f8f9fb;
    padding: 60px 0;
}
/* Container */
.policy-container {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    padding: 40px 50px;
    line-height: 1.8;
}

    .policy-container h2 {
        font-size: 24px;
        color: #302B5C;
        margin-top: 40px;
        display: flex;
        align-items: center;
    }

        .policy-container h2 i {
            color: #FFC600;
            margin-right: 10px;
        }
    .policy-container h3 {
        font-size: 18px;
        color: #000;
        margin-top: 20px;
    }

    .policy-container p {
        margin: 12px 0;
        color: #444;
        font-size: 16px;
    }
    .policy-container ul li {
        margin: 8px 0;
        color: #444;
        font-size: 16px;
        list-style: disc;
        margin-left: 30px;
    }
        .policy-container ul li li {
            list-style: circle;
        }

    .policy-container a {
        color: #FFC600;
        text-decoration: none;
        font-weight: 500;
    }

.policy-container a:hover {
    text-decoration: underline;
}
.header .logo img.vHoms {
    display: none;
}

@media (max-width: 991px) {
.upsSection .upsBox {
    padding: 15px 0;
}
.upsSection .upsBox img {
    width: 30px;
    height: 30px;
}
.upsSection .upsBox {
    min-width: 181px;
}
.upsSection .upsBox .text strong {
    font-size: 14px;
}



}


/* Responsive */
@media (max-width: 768px) {
.policy-container {
    padding: 30px 20px;
    margin: 30px 10px;
}

.policy-header h1 {
    font-size: 28px;
}


}

@media (max-width: 767px) {
    .policy-container h2 {
        font-size: 15px;
        line-height: 20px;
    }

    .policy-container p {
        font-size: 14px;
        margin: 12px 0;
        color: #444;
        line-height: 20px;
    }
    .policy-container {
        margin: 10px 0;
    }
}

.copyRihtInr {
    background: #fff;
    padding: 14px 0;
    text-align: center;
    color: #707070;
}
.copyRihtInr p{
    color: #707070;
    font-size: 14px;
    margin: 0;
}
.copyRihtInr p span {
    color: #0064AF;
    margin: 0;
}

.payment-decline {
    text-align: center;
    background: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    width: 94%;
    transition: all 0.3s ease-in-out;
    border: 1px solid #f2f2f2;
    margin: 70px auto;
}

    .payment-decline:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .payment-decline img {
        width: 180px;
        max-width: 80%;
        margin-bottom: 25px;
        opacity: 0.95;
    }

    .payment-decline p {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
        margin: 10px 0;
    }

        .payment-decline p strong {
            display: block;
            font-size: 24px;
            color: #111;
            margin-bottom: 10px;
            font-weight: 600;
        }

    .payment-decline a {
        display: inline-block;
        margin-top: 25px;
        padding: 12px 28px;
        background-color: #1e73be;
        color: #fff;
        font-weight: 600;
        border-radius: 30px;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px rgba(30, 115, 190, 0.2);
        font-size: 15px;
    }

        .payment-decline a:hover {
            background-color: #155a93;
            box-shadow: 0 6px 14px rgba(30, 115, 190, 0.3);
        }

    .payment-decline i {
        margin-right: 8px;
    }


@media (max-width: 480px) {
    .payment-decline {
        padding: 45px 25px;
    }

        .payment-decline p strong {
            font-size: 20px;
        }

        .payment-decline img {
            width: 140px;
        }
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(180deg,#1E73BE,#145a98);
    color: white;
    font-size: 22px;
    line-height: 1;
    display: inline-grid;
    place-content: center;
    box-shadow: 0 6px 18px rgba(13,40,64,0.24);
    cursor: pointer;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease;
    z-index: 9999;
}

    /* visible state */
    .scroll-top.visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .scroll-top:focus {
        outline: 3px solid rgba(255,255,255,0.18);
        outline-offset: 4px;
    }

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .scroll-top {
        transition: none;
    }
}