/*------------- #LAYOUTS --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #404-PAGE --------------*/
.content-page-404 {
  padding: 230px 0 510px;
  background: url("../img/404-img.png") 0 100% no-repeat;
  text-align: center;
  background-size: contain;
  background-color: #F7F9F9; }
  @media (max-width: 800px) {
    .content-page-404 {
      padding: 100px 0 300px; } }
  @media (max-width: 360px) {
    .content-page-404 {
      padding: 50px 0 250px; } }
  .content-page-404 .title {
    font-size: 257px;
    margin-bottom: 15px;
    line-height: 1; }
    @media (max-width: 800px) {
      .content-page-404 .title {
        font-size: 150px; } }
    @media (max-width: 480px) {
      .content-page-404 .title {
        font-size: 100px; } }
  .content-page-404 .subtitle {
    font-size: 47px;
    margin-bottom: 30px;
    line-height: 1; }
    @media (max-width: 800px) {
      .content-page-404 .subtitle {
        font-size: 36px; } }
  .content-page-404 .text {
    font-size: 28px;
    margin-bottom: 53px;
    line-height: 1.3; }
    @media (max-width: 800px) {
      .content-page-404 .text {
        font-size: 22px; } }
  .content-page-404 .btn {
    font-size: 32px;
    text-transform: uppercase; }

/*# sourceMappingURL=maps/layouts.css.map */


.footer-share-kmy {
  background:#fff;
  position:fixed;
  left:0;
  width:100%;
  z-index:999;
  box-shadow:0 -4px 10px rgba(0, 0, 0, .2);
  bottom:0
}
.footer-share-button a.query-form {
  padding:8px 10px;
  display:block;
  border:1px solid #2c3848;
  color:#fff;
  float:left;
  width:47%;
  height:45px;
  text-align:center;
  line-height:28px;
  font-weight:700;
  margin:2% 0 2% 2%;
  color:#2c3848;
  border-radius:3px
}
.footer-share-button a.whatsapp {
  padding: 8px 0;
    display: block;
    background:#25d366;
    float: left;
    width: 45%;
    margin: 2% 0 2% 4%;
    border-radius: 3px;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-share-button a.call_btn_bottom {
  padding: 8px 0;
    display: block;
    background:#1153a1;
    float: left;
    width: 45%;
    margin: 2% 0 2% 2%;
    border-radius: 3px;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-share-button a.whatsapp img {
  width:110px;
  margin:0 auto;
  display:block
}
@media only screen and (min-width:992px) {
.footer-share-kmy {
display:none
}
}




/***********************Footer More Locations Accordition BAr***********************/
.wrapper_loc_footer {
  max-width: 100%;
  width: 100%;
  margin: 5vh auto;
   float: left;
}


.wrapper_loc_footer input {
  display: none;
}

.wrapper_loc_footer label {
  display: flex;
  width: 100%;
  height: 50px;
  cursor: pointer;
  border: 3px solid #3e474f;
  user-select: none;
}

.wrapper_loc_footer label div:first-child {
  width: 100%;
  line-height: 45px;
  margin-left: 10px;
  font-size: 1.2em;
}
@media (min-width:240px) and (max-width:497px) {
.wrapper_loc_footer label div:first-child {
    font-size: 0.6em !important;
}
}
.cross {
  margin-right: 15px;
  margin-top: 3px;
}

.cross:before,
.cross:after {
  content: "";
  border-top: 2px solid #3e474f;
  width: 15px;
  display: block;
  margin-top: 18px;
  transition: 0.3s;
}

.cross:after {
  transform: rotate(90deg);
  margin-top: -2px;
}

.content_loc_footer {
  box-sizing: border-box;
  font-size: 0.9em;
  margin: 10px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height, 0.5s;
}

input:checked ~ .content_loc_footer {
  max-height: 800px;
  transition: max-height, 1s;
}

input:checked ~ label .cross:before {
  transform: rotate(180deg);
}

input:checked ~ label .cross:after {
  transform: rotate(0deg);
}

.questions {
  margin-top: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height, 0.5s;
}

.questions label {
  border: none;
  box-shadow: none;
  margin: 0;
}

input:checked ~ .questions {
  max-height: 400px;
  border-bottom: 2px solid #3e474f;
  transition: 1s;
}

/*----------tool-tip------------*/

/***********************Footer More Locations Accordition BAr***********************/






.footer_links_part {}
.footer_links_part a {
    margin: 5px;
    padding: 7px;
    float: left;
    color: #fff;
    background: #262626;
    line-height: normal;
    font-size: 13px;
    border-radius: 4px;
}


@media (min-width:240px) and (max-width:497px) {
.wrapper_loc_footer label div:first-child {
    font-size: 0.6em !important;
}
}

/*pricing page css*/
#unique-pricing-page nav {
  position: sticky;
  top: 0;
  background: #f2f4f8;
  padding: 15px 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  z-index: 999;
  box-shadow: 0 4px 15px rgb(47 140 168 / 31%);
  border-radius: 0 0 15px 15px;
}

#unique-pricing-page nav a {
  width: 210px;
  padding: 10px 25px;
  color: #135368;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  border-radius: 12px;
  transition: 0.4s ease;
  border: 2px solid #10b1b9;
  box-shadow: 0 0 7px #10b1b9;
}

/* Mobile */
@media (max-width: 600px) {
  #unique-pricing-page nav a {
    width: 100%;
    font-size: 15px;
    padding: 12px;
    text-align: center;
    box-shadow: none;
    border-radius: 8px;
  }
}

#unique-pricing-page nav a:hover {
  background: linear-gradient(135deg, #2d1842, #10b1b9);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(16, 177, 185, 0.7);
  color: #fff;
}

#unique-pricing-page nav a.active {
  background: #10b1b9;
  color: #111;
  box-shadow: 0 6px 20px rgba(16, 177, 185, 0.7);
}

/* SECTION HEADING */
#unique-pricing-page .section-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin: 0px 0 30px;
}

/* PRICING GRID */
#unique-pricing-page .pricing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

/* CARD */
#unique-pricing-page .card {
  background: white;
  border-radius: 7px 118px 7px 118px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  height: 650px;
  transition: 0.4s ease;
}

#unique-pricing-page .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

#unique-pricing-page .card .badge {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #2a0a5e, #0a1b4f);
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-bottom-right-radius: 12px;
  z-index: 10;
}

#unique-pricing-page .card .top-img {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center;
}

#unique-pricing-page .card .price-circle {
  width: 149px;
  height: 149px;
  background: linear-gradient(135deg, #160c2a, #10b1b9);
  border-radius: 50%;
  border: 5px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 0 10px 25px rgba(21, 10, 15, 0.4);
}

#unique-pricing-page .price-circle .gst {
  font-size: 14px;
  top: 3px;
  position: relative;
  font-weight: 500;
  color: #ffe6f7;
}

#unique-pricing-page .price-circle span {
  font-size: 16px;
  top: 7px;
  position: relative;
  font-weight: 600;
  color: #ffe6f7;
}

#unique-pricing-page .card .title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 110px;
}

#unique-pricing-page .card .sub {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

#unique-pricing-page .card ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 25px;
}

#unique-pricing-page .card ul li {
  margin: 10px 0;
  position: relative;
  font-size: 15px;
  padding-left: 20px;
}

#unique-pricing-page .card ul li::before {
  content: "âœ”";
  position: relative;
  left: 0;
  color: #0d998c;
}

/* BUTTONS */
#unique-pricing-page .btn-group {
  display: flex;
  gap: 10px;
  padding: 13px;
  justify-content: center;
  margin-bottom: 20px;
}

#unique-pricing-page .btn,
#unique-pricing-page .whatsapp-btn {
  flex: 1;
  padding: 10px 15px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}

#unique-pricing-page .btn {
  background: linear-gradient(135deg, #2d1842, #000, #525c67);
  color: #fff;
}

#unique-pricing-page .btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 12px rgba(179, 60, 255, 0.5);
}

#unique-pricing-page .whatsapp-btn {
  background: #fff;
  color: green;
  border: 2px solid green;
}

#unique-pricing-page .whatsapp-btn:hover {
  background: green;
  color: #fff;
}

/* MODAL */
#unique-pricing-page .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
}

#unique-pricing-page .modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  position: relative;
}

#unique-pricing-page .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

#unique-pricing-page .close:hover {
  color: red;
}

#unique-pricing-page .modal-content input,
#unique-pricing-page .modal-content textarea {
  width: 100%;
  margin: 8px 0;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

#unique-pricing-page .modal-content button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #2d1842, #000, #525c67);
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
}

#unique-pricing-page .modal-content button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 12px rgba(179, 60, 255, 0.5);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  #unique-pricing-page .card .price-circle {
    width: 120px;
    height: 120px;
    font-size: 22px;
    top: 100px;
  }

  #unique-pricing-page .card .title {
    margin-top: 80px;
    font-size: 20px;
  }

  #unique-pricing-page .btn-group {
    flex-direction: column;
    padding: 25px;
    align-items: center;
  }
  
  
  #unique-pricing-page .btn,
  #unique-pricing-page .whatsapp-btn {
    height: 50px; /* Increased height for mobile */
    font-size: 16px;
        padding: 10px;
    font-size: 18px; /* Slightly larger font for better visibility */
  }

  
}

/* ===========================================
   MOBILE ONLY FIXES (0px - 768px)
   =========================================== */
@media (max-width: 768px) {

    /* ===== FIX FOR PRICING CARDS TEXT OVERLAP ===== */
    #unique-pricing-page .card {
        height: auto !important;
        min-height: 600px;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    /* Fix price circle positioning */
    #unique-pricing-page .card .price-circle {
        width: 120px !important;
        height: 120px !important;
        font-size: 22px !important;
        top: 100px !important;
    }

    #unique-pricing-page .price-circle span {
        font-size: 12px !important;
        margin-top: 5px;
    }

    /* Fix title positioning */
    #unique-pricing-page .card .title {
        margin-top: 90px !important;
        font-size: 20px !important;
        padding: 0 15px;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    /* Fix subtitle */
    #unique-pricing-page .card .sub {
        margin-bottom: 15px !important;
        padding: 0 15px;
        font-size: 15px;
    }

    /* Fix list items spacing */
    #unique-pricing-page .card ul {
        margin: 15px 0 20px !important;
        padding: 0 20px !important;
        min-height: 200px;
    }

    #unique-pricing-page .card ul li {
        margin: 8px 0 !important;
        padding: 6px 0;
        line-height: 1.4;
        font-size: 14px;
    }

    /* Fix button group */
    #unique-pricing-page .btn-group {
        flex-direction: column;
        gap: 10px;
        padding: 0 20px !important;
        margin-top: 10px;
        position: relative;
        bottom: 10px;
    }

    #unique-pricing-page .btn,
    #unique-pricing-page .whatsapp-btn {
        width: 100% !important;
        height: 45px !important;
        font-size: 16px !important;
        margin: 0 !important;
    }

    /* ===== FIX FOR NAVIGATION ON MOBILE ===== */
    #unique-pricing-page nav {
        padding: 10px 15px !important;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        top: 0 !important;
        position: sticky;
    }

    #unique-pricing-page nav a {
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        padding: 10px 5px !important;
        font-size: 13px !important;
        text-align: center;
        box-shadow: 0 2px 8px rgba(16, 177, 185, 0.3) !important;
        border: 1px solid #10b1b9 !important;
    }

    /* Fix for first nav link with long text */
    #unique-pricing-page nav a:first-child {
        font-size: 12px !important;
    }

    /* ===== FIX SECTION SPACING FOR MOBILE ===== */
    #web {
        padding-top: 140px !important;
    }

    #seo,
    #smm,
    #meta-ads,
    #google-ads {
        padding-top: 60px !important;
    }

    /* ===== SPECIFIC FIX FOR GOOGLE ADS CARDS ===== */
    #google-ads .card .title {
        min-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #google-ads .card .sub {
        min-height: 20px;
    }

    /* ===== FIX FOR SEO SECTION ADVANCE CARD ===== */
    #seo .card:last-child .title {
        margin-top: 120px !important;
    }

    #seo .card:last-child .sub {
        margin-top: 5px !important;
    }

    /* ===== FIX FOR SMM SECTION CARDS ===== */
    #smm .card {
        height: auto !important;
        min-height: 620px;
    }

    /* ===== FIX CARD CONTAINER LAYOUT ===== */
    .pricing-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        padding: 0 15px !important;
    }

    /* ===== FIX FOR CARD BADGE ===== */
    #unique-pricing-page .card .badge {
        padding: 8px 15px !important;
        font-size: 12px !important;
    }

    /* ===== FIX FOR MODAL ON MOBILE ===== */
    #unique-pricing-page .modal-content {
        width: 95% !important;
        margin: 20% auto !important;
        padding: 20px !important;
    }

    /* ===== FIX FOR IOS SAFARI RENDERING ===== */
    @supports (-webkit-touch-callout: none) {
        #unique-pricing-page .card {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }

        #unique-pricing-page .modal-content input,
        #unique-pricing-page .modal-content textarea {
            font-size: 16px !important;
        }
    }
}

/* ===========================================
   EXTRA SMALL DEVICES (0px - 480px)
   =========================================== */
@media (max-width: 480px) {

    /* Even smaller cards for very small screens */
    #unique-pricing-page .card {
        min-height: 580px;
    }

    #unique-pricing-page .card .price-circle {
        width: 100px !important;
        height: 100px !important;
        font-size: 20px !important;
        top: 90px !important;
    }

    #unique-pricing-page .price-circle span {
        font-size: 11px !important;
    }

    #unique-pricing-page .card .title {
        margin-top: 80px !important;
        font-size: 18px !important;
    }

    #unique-pricing-page .card ul li {
        font-size: 13px !important;
        margin: 6px 0 !important;
    }

    /* Navigation for very small screens */
    #unique-pricing-page nav a {
        font-size: 12px !important;
        padding: 8px 3px !important;
    }

    #unique-pricing-page nav a:first-child {
        font-size: 11px !important;
    }

    /* Section heading */
    #unique-pricing-page .section-heading {
        font-size: 28px !important;
        margin: 20px 0 !important;
    }

    /* Buttons */
    #unique-pricing-page .btn,
    #unique-pricing-page .whatsapp-btn {
        height: 42px !important;
        font-size: 15px !important;
    }
}

/* ===========================================
   VERY SMALL HEIGHT DEVICES
   =========================================== */
@media (max-height: 600px) and (max-width: 768px) {
    #unique-pricing-page .card {
        min-height: 550px;
    }

    #unique-pricing-page .card ul {
        min-height: 180px;
    }
}





